body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.94117647rem;
    line-height: 1.21125;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.64900662rem;
    line-height: 1.226875;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.94174757rem;
    line-height: 1.15875;
  }
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  line-height: 1.53846154;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.08333333rem;
    line-height: 1.55769231;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 0.97744361rem;
    line-height: 1.53461538;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 0.97744361rem;
    line-height: 1.47067308;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fe5925 !important;
}
.bg-success {
  background-color: #014188 !important;
}
.bg-info {
  background-color: #4c4c4c !important;
}
.bg-warning {
  background-color: #f7941e !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #5e5e5e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5e5e5e !important;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-secondary:hover {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-info:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success,
.btn-success:active {
  background-color: #014188 !important;
  border-color: #014188 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #014188;
  border-color: #014188;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-success:hover {
  background-color: #012955 !important;
  border-color: #012955 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7941e !important;
  border-color: #f7941e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f7941e;
  border-color: #f7941e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-warning:hover {
  background-color: #f9ab4f !important;
  border-color: #f9ab4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #dddddd;
  color: #dddddd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5e5e5e !important;
  background: #dddddd !important;
  border-color: #dddddd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4c4c4c !important;
  border-color: #4c4c4c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #014188;
  color: #014188;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #014188 !important;
  border-color: #014188;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f7941e;
  color: #f7941e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #f7941e !important;
  border-color: #f7941e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #fe5925 !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #014188 !important;
}
.text-info {
  color: #4c4c4c !important;
}
.text-warning {
  color: #f7941e !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fe9371 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aaaaaa !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #001123 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #191919 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f7941e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #fe5925 !important;
}
.alert-success {
  background-color: #014188;
}
.alert-info {
  background-color: #4c4c4c;
}
.alert-warning {
  background-color: #f7941e;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe5925;
  border-color: #fe5925;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fe5925;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff4f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0b7efd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  line-height: 1.53846154;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.08333333rem;
    line-height: 1.55769231;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 0.97744361rem;
    line-height: 1.53461538;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 0.97744361rem;
    line-height: 1.47067308;
  }
}
blockquote {
  border-color: #fe5925;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe5925;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fe5925;
  border-bottom-color: #fe5925;
}
.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: #fe5925 !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: #dddddd !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-s1pgD8z0jj {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s1pgD8z0jj .nav-link,
.cid-s1pgD8z0jj .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s1pgD8z0jj .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s1pgD8z0jj .nav-link.text-primary:hover,
.cid-s1pgD8z0jj .nav-link.text-primary:focus {
  color: #fe5925 !important;
}
.cid-s1pgD8z0jj .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s1pgD8z0jj .nav-link:hover:before {
  opacity: 1;
}
.cid-s1pgD8z0jj .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .nav-link {
    margin: 0 !important;
  }
}
.cid-s1pgD8z0jj .icons-menu {
  line-height: 0;
}
.cid-s1pgD8z0jj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s1pgD8z0jj .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s1pgD8z0jj .dropdown-menu a {
  overflow: hidden;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours6-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours2-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours1-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s1pgD8z0jj .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s1pgD8z0jj .btn {
    white-space: nowrap;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item.dropdown:hover::before,
  .cid-s1pgD8z0jj .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s1pgD8z0jj .navbar > .container,
.cid-s1pgD8z0jj .navbar > .container-fluid {
  align-items: center;
}
.cid-s1pgD8z0jj .dropdown-toggle::after,
.cid-s1pgD8z0jj .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s1pgD8z0jj .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s1pgD8z0jj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s1pgD8z0jj .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s1pgD8z0jj .nav-item:focus,
.cid-s1pgD8z0jj .nav-link:focus {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s1pgD8z0jj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s1pgD8z0jj .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s1pgD8z0jj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s1pgD8z0jj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1pgD8z0jj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 150px - 1rem);
  }
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1pgD8z0jj.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1pgD8z0jj .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s1pgD8z0jj .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s1pgD8z0jj .navbar-logo {
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar-logo img {
    height: 60px !important;
  }
  .cid-s1pgD8z0jj .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s1pgD8z0jj .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1pgD8z0jj .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s1pgD8z0jj .navbar {
    padding: 13px 90px;
  }
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s1pgD8z0jj .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s1pgD8z0jj .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s1pgD8z0jj .dropdown-toggle::after,
  .cid-s1pgD8z0jj .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s1pgD8z0jj .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s1pgD8z0jj a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-s1pgD8z0jj.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1pgD8z0jj.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s1pgD8z0jj .navbar {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s1pgD8z0jj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s1pgD8z0jj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown-item.active,
.cid-s1pgD8z0jj .dropdown-item:active {
  background-color: transparent;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s1pgD8z0jj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s1pgD8z0jj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s1pgD8z0jj .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pgD8z0jj .navbar {
    height: 97px;
  }
  .cid-s1pgD8z0jj .navbar.opened {
    height: auto;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1pj7EandR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/5-qualities-to-look-for-in-a-personal-injury-lawyer-1024x575.jpg");
}
.cid-s1pj7EandR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-s1pj7EandR .mbr-section-title b,
.cid-s1pj7EandR .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-s1pj7EandR .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-s1pj7EandR .mbr-section-title,
.cid-s1pj7EandR .mbr-section-btn {
  color: #ffffff;
}
.cid-s1pjb34m3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s1pjb34m3J .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: 0;
}
.cid-s1pjb34m3J .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-s1pjb34m3J .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-s1pjb34m3J .mbr-section-subtitle:after {
  content: "";
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass.svg");
}
.cid-s1pjb34m3J .mbr-section-title {
  margin-bottom: 33px;
  color: #014188;
}
.cid-s1pjb34m3J .slider__image {
  margin-left: 11.8%;
}
.cid-s1pjb34m3J .img-wrap {
  max-width: 100%;
}
.cid-s1pjb34m3J .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-s1pjb34m3J .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-s1pjb34m3J .carousel-indicators .active {
  background: #014188;
  opacity: 1;
  border: none;
}
.cid-s1pjb34m3J .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-s1pjb34m3J .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #014188;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-s1pjb34m3J .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #014188;
  background-color: transparent;
}
.cid-s1pjb34m3J .carousel-controls a span {
  transition: all .3s;
  color: #014188;
  font-size: 18px;
}
.cid-s1pjb34m3J .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-s1pjb34m3J .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-next,
.cid-s1pjb34m3J .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pjb34m3J .image-element {
    min-width: 50%;
  }
  .cid-s1pjb34m3J .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s1pjb34m3J .two__background:before {
    max-width: 90%;
  }
  .cid-s1pjb34m3J .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-s1pjb34m3J .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-s1pjb34m3J .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-s1pjb34m3J .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-s1pjb34m3J .mbr-section-subtitle:after {
    content: none;
  }
  .cid-s1pjb34m3J .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s1pjb34m3J .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-s1pjb34m3J .img-wrap {
    width: 100%;
  }
  .cid-s1pjb34m3J .carousel-controls {
    display: none;
  }
  .cid-s1pjb34m3J .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-s1pjb34m3J .mbr-text {
  color: #4c4c4c;
}
.cid-s1pjoZcs1G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s1pjoZcs1G .date__block {
  margin-bottom: 17px;
}
.cid-s1pjoZcs1G .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-s1pjoZcs1G .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #014188;
}
.cid-s1pjoZcs1G .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-s1pjoZcs1G .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-s1pjoZcs1G .mbr-section-title {
  margin-bottom: 18px;
}
.cid-s1pjoZcs1G .mbr-text {
  margin-bottom: 20px;
}
.cid-s1pjoZcs1G .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s1pjoZcs1G .link a {
  font-weight: 700;
}
.cid-s1pjoZcs1G .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s1pjoZcs1G .link:hover span {
  transform: translateX(9px);
}
.cid-s1pjoZcs1G .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-s1pjoZcs1G .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-s1pjoZcs1G .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-s1pjoZcs1G .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #ececec;
}
.cid-s1pjoZcs1G .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-s1pjoZcs1G .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-s1pjoZcs1G .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 991px) {
  .cid-s1pjoZcs1G .title__block {
    padding: 25px 30px 55px;
  }
  .cid-s1pjoZcs1G .content__wrap {
    margin-bottom: 90px;
  }
  .cid-s1pjoZcs1G .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-s1pjoZcs1G .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-s1pjoZcs1G .mbr-text {
    margin-bottom: 11px;
  }
  .cid-s1pjoZcs1G .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-s1pjoZcs1G .image:before {
    padding-top: 375px;
  }
}
.cid-s1pjoZcs1G .mbr-section-title,
.cid-s1pjoZcs1G .date__block {
  color: #014188;
}
.cid-s1pjoZcs1G .mbr-text,
.cid-s1pjoZcs1G .link {
  color: #4c4c4c;
}
.cid-uC2DJAL0R1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC2DJAL0R1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2DJAL0R1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2DJAL0R1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2DJAL0R1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2DJAL0R1 .container {
    padding: 0 24px;
  }
}
.cid-uC2DJAL0R1 .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uC2DJAL0R1 .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uC2DJAL0R1 .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uC2DJAL0R1 .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uC2DJAL0R1 .mbr-section-title {
  color: #18212d;
}
.cid-uC2DJAL0R1 .mbr-desc,
.cid-uC2DJAL0R1 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uC2DJAL0R1 .mbr-text,
.cid-uC2DJAL0R1 .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uC2DJAL0R1 .mbr-rating {
  color: #EFCC4E;
}
.cid-uC2DJAL0R1 .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uC2DJAL0R1 .mbr-section-title,
.cid-uC2DJAL0R1 .mbr-section-btn {
  text-align: center;
}
.cid-uC2DJAL0R1 .mbr-rating,
.cid-uC2DJAL0R1 .rating-wrapper,
.cid-uC2DJAL0R1 .people-wrapper {
  text-align: center;
}
.cid-uC2IIabsVZ {
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uC2IIabsVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2IIabsVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2IIabsVZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC2IIabsVZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC2IIabsVZ .container {
    padding: 0 24px;
  }
}
.cid-uC2IIabsVZ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uC2IIabsVZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uC2IIabsVZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uC2IIabsVZ .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uC2IIabsVZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC2IIabsVZ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uC2IIabsVZ .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uC2IIabsVZ .content-wrapper .mbr-section-btn .btn:hover,
.cid-uC2IIabsVZ .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uC2IIabsVZ .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uC2IIabsVZ .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uC2IIabsVZ .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uC2IIabsVZ .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uC2IIabsVZ .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uC2IIabsVZ .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uC2IIabsVZ .mbr-section-title {
  color: #141414;
}
.cid-uC2IIabsVZ .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uC2IIabsVZ .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uC2IIabsVZ .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uC2IIabsVZ .mbr-section-title,
.cid-uC2IIabsVZ .mbr-section-btn {
  text-align: center;
}
.cid-uC2KBnPpiX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-uC2KBnPpiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2KBnPpiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2KBnPpiX .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uC2KBnPpiX .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uC2KBnPpiX .container {
    padding: 0 6px;
  }
}
.cid-uC2KBnPpiX .row {
  margin: 0;
}
.cid-uC2KBnPpiX .row .card {
  padding: 0;
}
.cid-uC2KBnPpiX .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uC2KBnPpiX .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uC2KBnPpiX .content-wrapper {
    padding: 70px 30px;
  }
}
.cid-uC2KBnPpiX .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uC2KBnPpiX .content-wrapper .mbr-section-title span {
  color: #009472;
}
@media (max-width: 992px) {
  .cid-uC2KBnPpiX .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uC2KBnPpiX .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC2KBnPpiX .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-uC2KBnPpiX .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #131313;
  margin-right: 14px;
}
.cid-uC2KBnPpiX .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uC2KBnPpiX .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uC2KBnPpiX .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-uC2KBnPpiX .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uC2KBnPpiX .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uC2KBnPpiX .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-uC2KBnPpiX .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .cid-uC2KBnPpiX .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uC2KBnPpiX .image-wrapper {
    padding: 70px 30px;
  }
}
.cid-uC2KBnPpiX .image-wrapper img {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uC2KBnPpiX .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-uC2KBnPpiX .image-wrapper img:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-uC2KBnPpiX .mbr-section-title {
  color: #131313;
}
.cid-uC2KBnPpiX .mbr-tag {
  color: #131313;
}
.cid-uC2KBnPpiX .mbr-text {
  color: #131313;
}
.cid-uC2KBnPpiX .mbr-section-title,
.cid-uC2KBnPpiX .mbr-section-btn {
  text-align: center;
}
.cid-uC2QgvheQj {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uC2QgvheQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2QgvheQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC2QgvheQj .container {
    padding: 0 16px;
  }
}
.cid-uC2QgvheQj .card {
  justify-content: center;
}
.cid-uC2QgvheQj .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #cce4f0;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uC2QgvheQj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uC2QgvheQj .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uC2QgvheQj .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uC2QgvheQj .mbr-section-title {
  color: #000000;
}
.cid-uC2QgvheQj .mbr-text {
  color: #000000;
}
.cid-uC2QgvheQj .mbr-desc {
  color: #000000;
}
.cid-uC2Q3LK1w0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #cce4f0;
}
.cid-uC2Q3LK1w0 .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-uC2Q3LK1w0 .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
  right: auto;
  left: 0;
}
.cid-uC2Q3LK1w0 .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-uC2Q3LK1w0 .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uC2Q3LK1w0 .img__wrap .image img {
    height: auto;
  }
  .cid-uC2Q3LK1w0 .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-uC2Q3LK1w0 {
    padding-top: 10rem;
  }
  .cid-uC2Q3LK1w0 .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-uC2Q3LK1w0 {
    padding-top: 8rem;
  }
  .cid-uC2Q3LK1w0 .img__wrap {
    top: -60px;
  }
}
.cid-uC2Q3LK1w0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2Q3LK1w0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2R4HTCIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC2R4HTCIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2R4HTCIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2R4HTCIm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC2R4HTCIm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2R4HTCIm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC2R4HTCIm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC2R4HTCIm .container {
    padding: 0 24px;
  }
}
.cid-uC2R4HTCIm .row {
  justify-content: center;
}
.cid-uC2R4HTCIm .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uC2R4HTCIm .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uC2R4HTCIm .title-wrapper {
    padding-right: 0;
  }
}
.cid-uC2R4HTCIm .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uC2R4HTCIm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC2R4HTCIm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uC2R4HTCIm .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uC2R4HTCIm .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uC2R4HTCIm .text-wrapper {
    padding-left: 0;
  }
}
.cid-uC2R4HTCIm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC2R4HTCIm .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uC2R4HTCIm .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uC2R4HTCIm .mbr-section-title {
  color: #18212d;
}
.cid-uC2R4HTCIm .mbr-desc {
  color: #18212d;
}
.cid-uC2R4HTCIm .mbr-text {
  color: #18212d;
}
.cid-uC2SlfxC4B {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-uC2SlfxC4B .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uC2SlfxC4B .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uC2SlfxC4B .video-block {
    width: 100% !important;
  }
}
.cid-uC2SlfxC4B .mbr-section-title {
  color: #fafafa;
}
.cid-uC2U3fhf8j {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #cce4f0;
}
.cid-uC2U3fhf8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2U3fhf8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2U3fhf8j h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uC2U3fhf8j .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uC2U3fhf8j .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #fe5925;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uC2U3fhf8j .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #dddddd;
  font-size: 1.5rem;
}
.cid-uC2U3fhf8j .mbr-section-title {
  color: #000000;
}
.cid-uC2U3fhf8j .mbr-text,
.cid-uC2U3fhf8j .mbr-section-btn {
  color: #000000;
}
.cid-uC2U3fhf8j .mbr-section-subtitle,
.cid-uC2U3fhf8j .align-wrapper {
  color: #000000;
}
.cid-uC2SVhzEvt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cce4f0;
}
.cid-uC2SVhzEvt .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uC2SVhzEvt .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uC2SVhzEvt .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uC2SVhzEvt .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uC2SVhzEvt .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uC2SVhzEvt .google-map {
    height: 356px;
  }
}
.cid-uC2SVhzEvt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uC2SVhzEvt .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-uC2SVhzEvt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uC2SVhzEvt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uC2SVhzEvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2SVhzEvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2TKYrxLw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-s1pgD8z0jj {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s1pgD8z0jj .nav-link,
.cid-s1pgD8z0jj .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s1pgD8z0jj .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s1pgD8z0jj .nav-link.text-primary:hover,
.cid-s1pgD8z0jj .nav-link.text-primary:focus {
  color: #fe5925 !important;
}
.cid-s1pgD8z0jj .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s1pgD8z0jj .nav-link:hover:before {
  opacity: 1;
}
.cid-s1pgD8z0jj .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .nav-link {
    margin: 0 !important;
  }
}
.cid-s1pgD8z0jj .icons-menu {
  line-height: 0;
}
.cid-s1pgD8z0jj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s1pgD8z0jj .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s1pgD8z0jj .dropdown-menu a {
  overflow: hidden;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours6-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours2-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours1-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s1pgD8z0jj .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s1pgD8z0jj .btn {
    white-space: nowrap;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item.dropdown:hover::before,
  .cid-s1pgD8z0jj .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s1pgD8z0jj .navbar > .container,
.cid-s1pgD8z0jj .navbar > .container-fluid {
  align-items: center;
}
.cid-s1pgD8z0jj .dropdown-toggle::after,
.cid-s1pgD8z0jj .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s1pgD8z0jj .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s1pgD8z0jj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s1pgD8z0jj .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s1pgD8z0jj .nav-item:focus,
.cid-s1pgD8z0jj .nav-link:focus {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s1pgD8z0jj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s1pgD8z0jj .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s1pgD8z0jj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s1pgD8z0jj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1pgD8z0jj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 150px - 1rem);
  }
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1pgD8z0jj.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1pgD8z0jj .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s1pgD8z0jj .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s1pgD8z0jj .navbar-logo {
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar-logo img {
    height: 60px !important;
  }
  .cid-s1pgD8z0jj .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s1pgD8z0jj .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1pgD8z0jj .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s1pgD8z0jj .navbar {
    padding: 13px 90px;
  }
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s1pgD8z0jj .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s1pgD8z0jj .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s1pgD8z0jj .dropdown-toggle::after,
  .cid-s1pgD8z0jj .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s1pgD8z0jj .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s1pgD8z0jj a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-s1pgD8z0jj.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1pgD8z0jj.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s1pgD8z0jj .navbar {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s1pgD8z0jj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s1pgD8z0jj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown-item.active,
.cid-s1pgD8z0jj .dropdown-item:active {
  background-color: transparent;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s1pgD8z0jj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s1pgD8z0jj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s1pgD8z0jj .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pgD8z0jj .navbar {
    height: 97px;
  }
  .cid-s1pgD8z0jj .navbar.opened {
    height: auto;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC6LTTm6Mf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/67364924ee9648dc7345bf0a-6736490811858502a50c95f9-couple-handshake-mortgage-officer-worker-accept-b-2024-11-13-02-05-09-utc-min.webp");
}
.cid-uC6LTTm6Mf .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uC6LTTm6Mf .mbr-section-title b,
.cid-uC6LTTm6Mf .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uC6LTTm6Mf .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uC6LTTm6Mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6LTTm6Mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6LTTm6Mf .mbr-section-title,
.cid-uC6LTTm6Mf .mbr-section-btn {
  color: #ffffff;
}
.cid-uC6LY1LvWe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-uC6LY1LvWe .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uC6LY1LvWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6LY1LvWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6LY1LvWe .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uC6LY1LvWe .content-wrap .card {
  justify-content: space-between;
}
.cid-uC6LY1LvWe .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uC6LY1LvWe .content-wrapper {
    padding: 0;
  }
}
.cid-uC6LY1LvWe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC6LY1LvWe .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uC6LY1LvWe .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uC6LY1LvWe .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uC6LY1LvWe .mbr-desc,
.cid-uC6LY1LvWe .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uC6N2VbYOL {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uC6N2VbYOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6N2VbYOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6N2VbYOL h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uC6N2VbYOL .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uC6N2VbYOL .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #fe5925;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uC6N2VbYOL .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #dddddd;
  font-size: 1.5rem;
}
.cid-uC6N2VbYOL .mbr-section-title {
  color: #ffffff;
}
.cid-uC6N2VbYOL .mbr-text,
.cid-uC6N2VbYOL .mbr-section-btn {
  color: #ffffff;
}
.cid-uC6N2VbYOL .mbr-section-subtitle,
.cid-uC6N2VbYOL .align-wrapper {
  color: #000000;
}
.cid-uC6N3tM7Wh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cce4f0;
}
.cid-uC6N3tM7Wh .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uC6N3tM7Wh .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uC6N3tM7Wh .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uC6N3tM7Wh .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uC6N3tM7Wh .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uC6N3tM7Wh .google-map {
    height: 356px;
  }
}
.cid-uC6N3tM7Wh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uC6N3tM7Wh .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-uC6N3tM7Wh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uC6N3tM7Wh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uC6N3tM7Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6N3tM7Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2TKYrxLw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC6Nax9LvJ {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uC6Nax9LvJ .nav-link,
.cid-uC6Nax9LvJ .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uC6Nax9LvJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uC6Nax9LvJ .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uC6Nax9LvJ .nav-link.text-primary:hover,
.cid-uC6Nax9LvJ .nav-link.text-primary:focus {
  color: #fe5925 !important;
}
.cid-uC6Nax9LvJ .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uC6Nax9LvJ .nav-link:hover:before {
  opacity: 1;
}
.cid-uC6Nax9LvJ .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uC6Nax9LvJ .nav-link {
    margin: 0 !important;
  }
}
.cid-uC6Nax9LvJ .icons-menu {
  line-height: 0;
}
.cid-uC6Nax9LvJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uC6Nax9LvJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uC6Nax9LvJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uC6Nax9LvJ .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uC6Nax9LvJ .dropdown-menu a {
  overflow: hidden;
}
.cid-uC6Nax9LvJ .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours6-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uC6Nax9LvJ .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uC6Nax9LvJ .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours2-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uC6Nax9LvJ .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uC6Nax9LvJ .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours1-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uC6Nax9LvJ .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uC6Nax9LvJ .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uC6Nax9LvJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uC6Nax9LvJ .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uC6Nax9LvJ .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uC6Nax9LvJ .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uC6Nax9LvJ.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uC6Nax9LvJ .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uC6Nax9LvJ .btn {
    white-space: nowrap;
  }
  .cid-uC6Nax9LvJ .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uC6Nax9LvJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uC6Nax9LvJ .nav-item.dropdown:hover::before,
  .cid-uC6Nax9LvJ .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uC6Nax9LvJ .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uC6Nax9LvJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uC6Nax9LvJ .navbar > .container,
.cid-uC6Nax9LvJ .navbar > .container-fluid {
  align-items: center;
}
.cid-uC6Nax9LvJ .dropdown-toggle::after,
.cid-uC6Nax9LvJ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uC6Nax9LvJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uC6Nax9LvJ .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uC6Nax9LvJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uC6Nax9LvJ .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uC6Nax9LvJ .nav-item:focus,
.cid-uC6Nax9LvJ .nav-link:focus {
  outline: none;
}
.cid-uC6Nax9LvJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uC6Nax9LvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC6Nax9LvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uC6Nax9LvJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uC6Nax9LvJ ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uC6Nax9LvJ .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uC6Nax9LvJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uC6Nax9LvJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uC6Nax9LvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC6Nax9LvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC6Nax9LvJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 150px - 1rem);
  }
}
.cid-uC6Nax9LvJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC6Nax9LvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC6Nax9LvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uC6Nax9LvJ .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uC6Nax9LvJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uC6Nax9LvJ .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC6Nax9LvJ.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC6Nax9LvJ .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uC6Nax9LvJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uC6Nax9LvJ .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uC6Nax9LvJ .navbar-logo {
    margin: 0;
  }
  .cid-uC6Nax9LvJ .navbar-logo img {
    height: 60px !important;
  }
  .cid-uC6Nax9LvJ .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uC6Nax9LvJ .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uC6Nax9LvJ .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uC6Nax9LvJ .navbar {
    padding: 13px 90px;
  }
  .cid-uC6Nax9LvJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uC6Nax9LvJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uC6Nax9LvJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uC6Nax9LvJ .dropdown-toggle::after,
  .cid-uC6Nax9LvJ .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uC6Nax9LvJ .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uC6Nax9LvJ a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uC6Nax9LvJ ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uC6Nax9LvJ .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uC6Nax9LvJ .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uC6Nax9LvJ.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uC6Nax9LvJ.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uC6Nax9LvJ.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC6Nax9LvJ.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uC6Nax9LvJ .navbar {
    padding: 0 !important;
  }
  .cid-uC6Nax9LvJ ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uC6Nax9LvJ a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uC6Nax9LvJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uC6Nax9LvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC6Nax9LvJ .dropdown-item.active,
.cid-uC6Nax9LvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uC6Nax9LvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC6Nax9LvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uC6Nax9LvJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uC6Nax9LvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-uC6Nax9LvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uC6Nax9LvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uC6Nax9LvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uC6Nax9LvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uC6Nax9LvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC6Nax9LvJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uC6Nax9LvJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uC6Nax9LvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uC6Nax9LvJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uC6Nax9LvJ .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC6Nax9LvJ .navbar {
    height: 97px;
  }
  .cid-uC6Nax9LvJ .navbar.opened {
    height: auto;
  }
  .cid-uC6Nax9LvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC6NaxDxpy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/lawyer-meets-with-a-client-1000x666.jpg");
}
.cid-uC6NaxDxpy .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uC6NaxDxpy .mbr-section-title b,
.cid-uC6NaxDxpy .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uC6NaxDxpy .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uC6NaxDxpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6NaxDxpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6NaxDxpy .mbr-section-title,
.cid-uC6NaxDxpy .mbr-section-btn {
  color: #ffffff;
}
.cid-uC6NaxZuPB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-uC6NaxZuPB .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uC6NaxZuPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6NaxZuPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6NaxZuPB .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uC6NaxZuPB .content-wrap .card {
  justify-content: space-between;
}
.cid-uC6NaxZuPB .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uC6NaxZuPB .content-wrapper {
    padding: 0;
  }
}
.cid-uC6NaxZuPB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC6NaxZuPB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uC6NaxZuPB .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uC6NaxZuPB .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uC6NaxZuPB .mbr-desc,
.cid-uC6NaxZuPB .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uC6OGOLGQB {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-uC6OGOLGQB .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uC6OGOLGQB .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uC6OGOLGQB .video-block {
    width: 100% !important;
  }
}
.cid-uC6OGOLGQB .mbr-section-title {
  color: #fafafa;
}
.cid-uC6NaylK5b {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uC6NaylK5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6NaylK5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6NaylK5b h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uC6NaylK5b .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uC6NaylK5b .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #fe5925;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uC6NaylK5b .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #dddddd;
  font-size: 1.5rem;
}
.cid-uC6NaylK5b .mbr-section-title {
  color: #ffffff;
}
.cid-uC6NaylK5b .mbr-text,
.cid-uC6NaylK5b .mbr-section-btn {
  color: #ffffff;
}
.cid-uC6NaylK5b .mbr-section-subtitle,
.cid-uC6NaylK5b .align-wrapper {
  color: #000000;
}
.cid-uC6NayDx4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cce4f0;
}
.cid-uC6NayDx4q .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uC6NayDx4q .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uC6NayDx4q .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uC6NayDx4q .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uC6NayDx4q .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uC6NayDx4q .google-map {
    height: 356px;
  }
}
.cid-uC6NayDx4q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uC6NayDx4q .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-uC6NayDx4q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uC6NayDx4q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uC6NayDx4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6NayDx4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6NayXDTE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uC6NaXe3XE {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uC6NaXe3XE .nav-link,
.cid-uC6NaXe3XE .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uC6NaXe3XE .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uC6NaXe3XE .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uC6NaXe3XE .nav-link.text-primary:hover,
.cid-uC6NaXe3XE .nav-link.text-primary:focus {
  color: #fe5925 !important;
}
.cid-uC6NaXe3XE .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uC6NaXe3XE .nav-link:hover:before {
  opacity: 1;
}
.cid-uC6NaXe3XE .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uC6NaXe3XE .nav-link {
    margin: 0 !important;
  }
}
.cid-uC6NaXe3XE .icons-menu {
  line-height: 0;
}
.cid-uC6NaXe3XE .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uC6NaXe3XE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uC6NaXe3XE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uC6NaXe3XE .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uC6NaXe3XE .dropdown-menu a {
  overflow: hidden;
}
.cid-uC6NaXe3XE .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours6-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uC6NaXe3XE .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-uC6NaXe3XE .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours2-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uC6NaXe3XE .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-uC6NaXe3XE .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/tours1-1-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-uC6NaXe3XE .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-uC6NaXe3XE .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-uC6NaXe3XE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-uC6NaXe3XE .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-uC6NaXe3XE .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-uC6NaXe3XE .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-uC6NaXe3XE.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uC6NaXe3XE .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uC6NaXe3XE .btn {
    white-space: nowrap;
  }
  .cid-uC6NaXe3XE .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-uC6NaXe3XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uC6NaXe3XE .nav-item.dropdown:hover::before,
  .cid-uC6NaXe3XE .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uC6NaXe3XE .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uC6NaXe3XE .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uC6NaXe3XE .navbar > .container,
.cid-uC6NaXe3XE .navbar > .container-fluid {
  align-items: center;
}
.cid-uC6NaXe3XE .dropdown-toggle::after,
.cid-uC6NaXe3XE .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-uC6NaXe3XE .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uC6NaXe3XE .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uC6NaXe3XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uC6NaXe3XE .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uC6NaXe3XE .nav-item:focus,
.cid-uC6NaXe3XE .nav-link:focus {
  outline: none;
}
.cid-uC6NaXe3XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uC6NaXe3XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC6NaXe3XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uC6NaXe3XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uC6NaXe3XE ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uC6NaXe3XE .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uC6NaXe3XE .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uC6NaXe3XE .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uC6NaXe3XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC6NaXe3XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC6NaXe3XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 150px - 1rem);
  }
}
.cid-uC6NaXe3XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uC6NaXe3XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC6NaXe3XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uC6NaXe3XE .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uC6NaXe3XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uC6NaXe3XE .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC6NaXe3XE.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC6NaXe3XE .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uC6NaXe3XE .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uC6NaXe3XE .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uC6NaXe3XE .navbar-logo {
    margin: 0;
  }
  .cid-uC6NaXe3XE .navbar-logo img {
    height: 60px !important;
  }
  .cid-uC6NaXe3XE .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uC6NaXe3XE .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uC6NaXe3XE .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uC6NaXe3XE .navbar {
    padding: 13px 90px;
  }
  .cid-uC6NaXe3XE .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uC6NaXe3XE .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uC6NaXe3XE .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uC6NaXe3XE .dropdown-toggle::after,
  .cid-uC6NaXe3XE .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uC6NaXe3XE .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uC6NaXe3XE a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uC6NaXe3XE ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uC6NaXe3XE .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uC6NaXe3XE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uC6NaXe3XE.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uC6NaXe3XE.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uC6NaXe3XE.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uC6NaXe3XE.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uC6NaXe3XE .navbar {
    padding: 0 !important;
  }
  .cid-uC6NaXe3XE ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uC6NaXe3XE a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uC6NaXe3XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uC6NaXe3XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC6NaXe3XE .dropdown-item.active,
.cid-uC6NaXe3XE .dropdown-item:active {
  background-color: transparent;
}
.cid-uC6NaXe3XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC6NaXe3XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uC6NaXe3XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uC6NaXe3XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-uC6NaXe3XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uC6NaXe3XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uC6NaXe3XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uC6NaXe3XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uC6NaXe3XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uC6NaXe3XE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uC6NaXe3XE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uC6NaXe3XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uC6NaXe3XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uC6NaXe3XE .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uC6NaXe3XE .navbar {
    height: 97px;
  }
  .cid-uC6NaXe3XE .navbar.opened {
    height: auto;
  }
  .cid-uC6NaXe3XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC6NaXEsno {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/hire-michigan-bicycle-accident-lawyer.webp");
}
.cid-uC6NaXEsno .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uC6NaXEsno .mbr-section-title b,
.cid-uC6NaXEsno .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-uC6NaXEsno .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uC6NaXEsno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6NaXEsno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6NaXEsno .mbr-section-title,
.cid-uC6NaXEsno .mbr-section-btn {
  color: #ffffff;
}
.cid-uC6NaXVSu1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-uC6NaXVSu1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uC6NaXVSu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6NaXVSu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6NaXVSu1 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uC6NaXVSu1 .content-wrap .card {
  justify-content: space-between;
}
.cid-uC6NaXVSu1 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uC6NaXVSu1 .content-wrapper {
    padding: 0;
  }
}
.cid-uC6NaXVSu1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC6NaXVSu1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uC6NaXVSu1 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uC6NaXVSu1 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uC6NaXVSu1 .mbr-desc,
.cid-uC6NaXVSu1 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uC6NaYb9mc {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uC6NaYb9mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6NaYb9mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6NaYb9mc h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uC6NaYb9mc .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uC6NaYb9mc .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #fe5925;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uC6NaYb9mc .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #dddddd;
  font-size: 1.5rem;
}
.cid-uC6NaYb9mc .mbr-section-title {
  color: #ffffff;
}
.cid-uC6NaYb9mc .mbr-text,
.cid-uC6NaYb9mc .mbr-section-btn {
  color: #ffffff;
}
.cid-uC6NaYb9mc .mbr-section-subtitle,
.cid-uC6NaYb9mc .align-wrapper {
  color: #000000;
}
.cid-uC6NaYuWDJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cce4f0;
}
.cid-uC6NaYuWDJ .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-uC6NaYuWDJ .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-uC6NaYuWDJ .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-uC6NaYuWDJ .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-uC6NaYuWDJ .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uC6NaYuWDJ .google-map {
    height: 356px;
  }
}
.cid-uC6NaYuWDJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uC6NaYuWDJ .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-uC6NaYuWDJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uC6NaYuWDJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uC6NaYuWDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6NaYuWDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6NaYO29a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
