body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-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: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-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: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.04166667;
}
.display-5 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.4rem;
    line-height: 1.09375;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 2.05479452rem;
    line-height: 0.9125;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.70454545rem;
    line-height: 1.1;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
/* ---- 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: #014188 !important;
}
.bg-success {
  background-color: #014188 !important;
}
.bg-info {
  background-color: #4c4c4c !important;
}
.bg-warning {
  background-color: #fdcc67 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #014188 !important;
  border-color: #014188 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #014188;
  border-color: #014188;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !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: #fdcc67 !important;
  border-color: #fdcc67 !important;
  color: #644401 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #644401 !important;
  background-color: #fdcc67;
  border-color: #fdcc67;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
}
.btn-warning:hover {
  background-color: #fedd99 !important;
  border-color: #fedd99 !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: #014188;
  color: #014188;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #014188 !important;
  border-color: #014188;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #014188 !important;
  border-color: #014188 !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: #fdcc67;
  color: #fdcc67;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #644401 !important;
  background: #fdcc67 !important;
  border-color: #fdcc67;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !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: #014188 !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #014188 !important;
}
.text-info {
  color: #4c4c4c !important;
}
.text-warning {
  color: #fdcc67 !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: #0265d4 !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: #fdcc67 !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: #014188 !important;
}
.alert-success {
  background-color: #014188;
}
.alert-info {
  background-color: #4c4c4c;
}
.alert-warning {
  background-color: #fdcc67;
}
.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: #014188;
  border-color: #014188;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #014188;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b7efd;
}
.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: #ffffff;
}
.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: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
blockquote {
  border-color: #014188;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #014188;
  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: #014188;
  border-bottom-color: #014188;
}
.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: #014188 !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: #014188 !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 .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;
  }
}
@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 - 100px - 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: 10rem;
  padding-bottom: 10rem;
  background-image: url("http://www.besafestaysafe.nl/assets/images/scorpio-nyc-1397074026-1024x1024-transformed-1024x682.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-tBUt1RB4uw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBUt1RB4uw .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tBUt1RB4uw .row-element,
.cid-tBUt1RB4uw .image-element {
  padding: 0;
}
.cid-tBUt1RB4uw .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBUt1RB4uw .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tBUt1RB4uw .text-content {
  padding: 3rem;
}
.cid-tBUt1RB4uw .mbr-section-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tBUt1RB4uw .text-content {
    padding: 2rem 1rem;
  }
  .cid-tBUt1RB4uw .mbr-title,
  .cid-tBUt1RB4uw .underline,
  .cid-tBUt1RB4uw .mbr-text,
  .cid-tBUt1RB4uw .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tBUp40D3CC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBUp40D3CC .mbr-section-subtitle {
  color: #767676;
}
.cid-tBUpnLyx5I {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBUpnLyx5I .mbr-text {
  text-align: center;
}
.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 .carousel-inner {
  margin-bottom: 70px;
}
.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("http://www.besafestaysafe.nl/assets/images/photoroom-20220527-201925-2000x1985.png");
}
.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-s1pjg3MPZQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s1pjg3MPZQ .mbr-section-title {
  font-weight: 500;
  color: #014188;
}
.cid-s1pjg3MPZQ .mbr-section-title b,
.cid-s1pjg3MPZQ .mbr-section-title strong {
  font-weight: 500;
}
.cid-s1pjg3MPZQ .mbr-text {
  margin-bottom: 15px;
}
.cid-s1pjg3MPZQ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s1pjg3MPZQ .link a {
  font-weight: 700;
}
.cid-s1pjg3MPZQ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s1pjg3MPZQ .link:hover span {
  transform: translateX(9px);
}
.cid-s1pjg3MPZQ .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-s1pjg3MPZQ .card__block:nth-child(2) .card__content::before {
  background-color: #fe5925;
}
.cid-s1pjg3MPZQ .card__block:nth-child(3) .card__content::before {
  background-color: #014188;
}
.cid-s1pjg3MPZQ .card__block:nth-child(4) .card__content::before {
  background-color: #fdcc67;
}
.cid-s1pjg3MPZQ .card__block:nth-child(6) .card__content::before {
  background-color: #014188;
}
.cid-s1pjg3MPZQ .card__block:nth-child(7) .card__content::before {
  background-color: #4c4c4c;
}
.cid-s1pjg3MPZQ .card__block:nth-child(8) .card__content::before {
  background-color: #dddddd;
}
.cid-s1pjg3MPZQ .card__content {
  position: relative;
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-s1pjg3MPZQ .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-s1pjg3MPZQ .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-s1pjg3MPZQ .card__content .card__image {
  display: flex;
  height: 190px;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-s1pjg3MPZQ .card__content .card__image img {
  max-width: 145px;
}
.cid-s1pjg3MPZQ .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-s1pjg3MPZQ .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .cid-s1pjg3MPZQ .title__block {
    padding: 24px 17px;
  }
  .cid-s1pjg3MPZQ .card__content {
    padding: 15px 13px 20px;
  }
  .cid-s1pjg3MPZQ .card__content .card__image {
    height: 73px;
  }
  .cid-s1pjg3MPZQ .card__content .card__image img {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .cid-s1pjg3MPZQ .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-s1pjg3MPZQ .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-s1pjg3MPZQ .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-s1pjg3MPZQ .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-s1pjg3MPZQ .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-s1pjg3MPZQ .card__title {
  color: #fdcc67;
}
.cid-s1pjdxRmJd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-s1pjdxRmJd .title__block {
  margin-bottom: 65px;
}
.cid-s1pjdxRmJd .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
.cid-s1pjdxRmJd .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-s1pjdxRmJd .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #014188;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-s1pjdxRmJd .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e;
}
.cid-s1pjdxRmJd .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-s1pjdxRmJd .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-s1pjdxRmJd .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-s1pjdxRmJd .card__content {
  display: block;
  width: 100%;
}
.cid-s1pjdxRmJd .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #014188;
}
.cid-s1pjdxRmJd .card__text {
  margin-bottom: 0;
  color: #4c4c4c;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s1pjdxRmJd .title__block {
    margin-bottom: 40px;
  }
  .cid-s1pjdxRmJd .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-s1pjdxRmJd .nav-item {
    margin-bottom: 9px;
  }
  .cid-s1pjdxRmJd .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-s1pjdxRmJd .card__wrap {
    margin-bottom: 40px;
  }
  .cid-s1pjdxRmJd .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-s1pjdxRmJd .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-s1pjdxRmJd .card__image {
    max-width: 90px;
  }
  .cid-s1pjdxRmJd .card__image img {
    width: 70%;
  }
}
.cid-s1pjdxRmJd .mbr-section-title {
  color: #014188;
}
.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: #fdcc67;
}
.cid-s1pjrJOPc9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s1pjrJOPc9 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #014188;
}
.cid-s1pjrJOPc9 .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-s1pjrJOPc9 .form-group {
  padding: 0;
}
.cid-s1pjrJOPc9 .form-control {
  background-color: #ffffff !important;
  color: #f7941e;
  border: 1px solid #f7941e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-s1pjrJOPc9 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-s1pjrJOPc9 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-s1pjrJOPc9 .mbr-form .btn {
  margin: 0;
}
.cid-s1pjrJOPc9 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-s1pjrJOPc9 input::-webkit-input-placeholder {
  color: #f7941e;
  opacity: .8;
}
.cid-s1pjrJOPc9 input::-moz-placeholder {
  color: #f7941e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-s1pjrJOPc9 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-s1pjrJOPc9 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-s1pjrJOPc9 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s1pjrJOPc9 .dragArea {
    margin: 0;
  }
  .cid-s1pjrJOPc9 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-s1pjrJOPc9 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-s1pjrJOPc9 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-s1pjrJOPc9 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-s1pjs404NI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-s1pjs404NI .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-s1pjs404NI .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-s1pjs404NI .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-s1pjs404NI .menu__item {
  margin-bottom: 20px;
}
.cid-s1pjs404NI .menu__item a {
  font-weight: 600;
}
.cid-s1pjs404NI .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #f7941e;
}
.cid-s1pjs404NI .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-s1pjs404NI .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-s1pjs404NI .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s1pjs404NI .menu__item {
    text-align: center;
  }
  .cid-s1pjs404NI .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tBT9LBE0rF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBT9LBE0rF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBT9LBE0rF .container-fluid {
  padding: 0;
}
.cid-tBT9LBE0rF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBT9LBE0rF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBT9LBE0rF .row {
  flex-direction: row-reverse;
}
.cid-tBT9LBE0rF img {
  width: 100%;
}
.cid-tBTNRPXs2y {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tBTNRPXs2y .nav-link,
.cid-tBTNRPXs2y .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tBTNRPXs2y .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tBTNRPXs2y .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tBTNRPXs2y .nav-link.text-primary:hover,
.cid-tBTNRPXs2y .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tBTNRPXs2y .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tBTNRPXs2y .nav-link:hover:before {
  opacity: 1;
}
.cid-tBTNRPXs2y .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-tBTNRPXs2y .nav-link {
    margin: 0 !important;
  }
}
.cid-tBTNRPXs2y .icons-menu {
  line-height: 0;
}
.cid-tBTNRPXs2y .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tBTNRPXs2y .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tBTNRPXs2y .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tBTNRPXs2y .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tBTNRPXs2y .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-tBTNRPXs2y .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-tBTNRPXs2y.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tBTNRPXs2y .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tBTNRPXs2y .btn {
    white-space: nowrap;
  }
  .cid-tBTNRPXs2y .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-tBTNRPXs2y .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tBTNRPXs2y .nav-item.dropdown:hover::before,
  .cid-tBTNRPXs2y .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tBTNRPXs2y .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tBTNRPXs2y .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tBTNRPXs2y .navbar > .container,
.cid-tBTNRPXs2y .navbar > .container-fluid {
  align-items: center;
}
.cid-tBTNRPXs2y .dropdown-toggle::after,
.cid-tBTNRPXs2y .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-tBTNRPXs2y .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tBTNRPXs2y .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tBTNRPXs2y .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tBTNRPXs2y .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tBTNRPXs2y .nav-item:focus,
.cid-tBTNRPXs2y .nav-link:focus {
  outline: none;
}
.cid-tBTNRPXs2y .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBTNRPXs2y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBTNRPXs2y .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBTNRPXs2y a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tBTNRPXs2y ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tBTNRPXs2y .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tBTNRPXs2y .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tBTNRPXs2y .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tBTNRPXs2y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBTNRPXs2y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBTNRPXs2y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tBTNRPXs2y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBTNRPXs2y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBTNRPXs2y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBTNRPXs2y .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tBTNRPXs2y .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tBTNRPXs2y .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBTNRPXs2y.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBTNRPXs2y .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tBTNRPXs2y .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tBTNRPXs2y .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tBTNRPXs2y .navbar-logo {
    margin: 0;
  }
  .cid-tBTNRPXs2y .navbar-logo img {
    height: 60px !important;
  }
  .cid-tBTNRPXs2y .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tBTNRPXs2y .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBTNRPXs2y .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tBTNRPXs2y .navbar {
    padding: 13px 90px;
  }
  .cid-tBTNRPXs2y .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tBTNRPXs2y .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tBTNRPXs2y .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tBTNRPXs2y .dropdown-toggle::after,
  .cid-tBTNRPXs2y .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tBTNRPXs2y .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tBTNRPXs2y a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tBTNRPXs2y ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tBTNRPXs2y .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tBTNRPXs2y .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tBTNRPXs2y.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tBTNRPXs2y.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tBTNRPXs2y.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBTNRPXs2y.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tBTNRPXs2y .navbar {
    padding: 0 !important;
  }
  .cid-tBTNRPXs2y ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tBTNRPXs2y a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tBTNRPXs2y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tBTNRPXs2y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBTNRPXs2y .dropdown-item.active,
.cid-tBTNRPXs2y .dropdown-item:active {
  background-color: transparent;
}
.cid-tBTNRPXs2y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBTNRPXs2y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tBTNRPXs2y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBTNRPXs2y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tBTNRPXs2y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBTNRPXs2y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBTNRPXs2y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBTNRPXs2y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBTNRPXs2y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBTNRPXs2y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBTNRPXs2y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBTNRPXs2y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tBTNRPXs2y .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tBTNRPXs2y .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBTNRPXs2y .navbar {
    height: 97px;
  }
  .cid-tBTNRPXs2y .navbar.opened {
    height: auto;
  }
  .cid-tBTNRPXs2y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBTPyuePYS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBTPyuePYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBTPyuePYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBTPyuePYS .container,
.cid-tBTPyuePYS .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBTPyuePYS .container,
  .cid-tBTPyuePYS .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBTPyuePYS .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tBTPyuePYS .row {
    padding: 85px 8px;
  }
}
.cid-tBTPyuePYS .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-tBTPyuePYS .title-wrapper {
    padding: 0;
  }
}
.cid-tBTPyuePYS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-tBTPyuePYS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tBTPyuePYS .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tBTPyuePYS .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-tBTPyuePYS .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-tBTPyuePYS .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBTPyuePYS .image-wrapper img {
    height: 300px;
  }
}
.cid-tBTPyuePYS .mbr-section-title {
  color: #3d4045;
}
.cid-tBTPyuePYS .mbr-text {
  color: #3d4045;
}
.cid-tBTTDEnzXY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBTNRRYBvf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBTNRRYBvf .title__block {
  margin-bottom: 65px;
}
.cid-tBTNRRYBvf .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
.cid-tBTNRRYBvf .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-tBTNRRYBvf .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #014188;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-tBTNRRYBvf .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e;
}
.cid-tBTNRRYBvf .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tBTNRRYBvf .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tBTNRRYBvf .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tBTNRRYBvf .card__content {
  display: block;
  width: 100%;
}
.cid-tBTNRRYBvf .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #014188;
}
.cid-tBTNRRYBvf .card__text {
  margin-bottom: 0;
  color: #4c4c4c;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBTNRRYBvf .title__block {
    margin-bottom: 40px;
  }
  .cid-tBTNRRYBvf .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-tBTNRRYBvf .nav-item {
    margin-bottom: 9px;
  }
  .cid-tBTNRRYBvf .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-tBTNRRYBvf .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tBTNRRYBvf .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tBTNRRYBvf .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tBTNRRYBvf .card__image {
    max-width: 90px;
  }
  .cid-tBTNRRYBvf .card__image img {
    width: 70%;
  }
}
.cid-tBTNRRYBvf .mbr-section-title {
  color: #014188;
}
.cid-tBTNRR8aFV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tBTNRR8aFV .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: 0;
}
.cid-tBTNRR8aFV .carousel-inner {
  margin-bottom: 70px;
}
.cid-tBTNRR8aFV .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tBTNRR8aFV .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tBTNRR8aFV .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("http://www.besafestaysafe.nl/assets/images/photoroom-20220527-201925-2000x1985.png");
}
.cid-tBTNRR8aFV .mbr-section-title {
  margin-bottom: 33px;
  color: #014188;
}
.cid-tBTNRR8aFV .slider__image {
  margin-left: 11.8%;
}
.cid-tBTNRR8aFV .img-wrap {
  max-width: 100%;
}
.cid-tBTNRR8aFV .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tBTNRR8aFV .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tBTNRR8aFV .carousel-indicators .active {
  background: #014188;
  opacity: 1;
  border: none;
}
.cid-tBTNRR8aFV .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-tBTNRR8aFV .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-tBTNRR8aFV .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #014188;
  background-color: transparent;
}
.cid-tBTNRR8aFV .carousel-controls a span {
  transition: all .3s;
  color: #014188;
  font-size: 18px;
}
.cid-tBTNRR8aFV .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tBTNRR8aFV .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tBTNRR8aFV .carousel-controls .carousel-control-next,
.cid-tBTNRR8aFV .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tBTNRR8aFV .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tBTNRR8aFV .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-tBTNRR8aFV .image-element {
    min-width: 50%;
  }
  .cid-tBTNRR8aFV .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tBTNRR8aFV .two__background:before {
    max-width: 90%;
  }
  .cid-tBTNRR8aFV .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tBTNRR8aFV .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tBTNRR8aFV .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tBTNRR8aFV .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tBTNRR8aFV .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tBTNRR8aFV .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tBTNRR8aFV .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tBTNRR8aFV .img-wrap {
    width: 100%;
  }
  .cid-tBTNRR8aFV .carousel-controls {
    display: none;
  }
  .cid-tBTNRR8aFV .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tBTNRR8aFV .mbr-text {
  color: #4c4c4c;
}
.cid-tBTNRSYZXn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBTNRSYZXn .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #014188;
}
.cid-tBTNRSYZXn .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-tBTNRSYZXn .form-group {
  padding: 0;
}
.cid-tBTNRSYZXn .form-control {
  background-color: #ffffff !important;
  color: #f7941e;
  border: 1px solid #f7941e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tBTNRSYZXn .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-tBTNRSYZXn .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-tBTNRSYZXn .mbr-form .btn {
  margin: 0;
}
.cid-tBTNRSYZXn .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-tBTNRSYZXn input::-webkit-input-placeholder {
  color: #f7941e;
  opacity: .8;
}
.cid-tBTNRSYZXn input::-moz-placeholder {
  color: #f7941e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tBTNRSYZXn .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-tBTNRSYZXn .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-tBTNRSYZXn .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tBTNRSYZXn .dragArea {
    margin: 0;
  }
  .cid-tBTNRSYZXn .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-tBTNRSYZXn .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-tBTNRSYZXn .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-tBTNRSYZXn .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tBTNRTjqRs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tBTNRTjqRs .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-tBTNRTjqRs .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-tBTNRTjqRs .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tBTNRTjqRs .menu__item {
  margin-bottom: 20px;
}
.cid-tBTNRTjqRs .menu__item a {
  font-weight: 600;
}
.cid-tBTNRTjqRs .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #f7941e;
}
.cid-tBTNRTjqRs .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-tBTNRTjqRs .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-tBTNRTjqRs .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBTNRTjqRs .menu__item {
    text-align: center;
  }
  .cid-tBTNRTjqRs .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tBTNRTJMjd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBTNRTJMjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBTNRTJMjd .container-fluid {
  padding: 0;
}
.cid-tBTNRTJMjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBTNRTJMjd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBTNRTJMjd .row {
  flex-direction: row-reverse;
}
.cid-tBTNRTJMjd img {
  width: 100%;
}
.cid-tBTZMHo2KE {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tBTZMHo2KE .nav-link,
.cid-tBTZMHo2KE .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tBTZMHo2KE .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tBTZMHo2KE .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tBTZMHo2KE .nav-link.text-primary:hover,
.cid-tBTZMHo2KE .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tBTZMHo2KE .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tBTZMHo2KE .nav-link:hover:before {
  opacity: 1;
}
.cid-tBTZMHo2KE .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-tBTZMHo2KE .nav-link {
    margin: 0 !important;
  }
}
.cid-tBTZMHo2KE .icons-menu {
  line-height: 0;
}
.cid-tBTZMHo2KE .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tBTZMHo2KE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tBTZMHo2KE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tBTZMHo2KE .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tBTZMHo2KE .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-tBTZMHo2KE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-tBTZMHo2KE.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tBTZMHo2KE .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tBTZMHo2KE .btn {
    white-space: nowrap;
  }
  .cid-tBTZMHo2KE .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-tBTZMHo2KE .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tBTZMHo2KE .nav-item.dropdown:hover::before,
  .cid-tBTZMHo2KE .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tBTZMHo2KE .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tBTZMHo2KE .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tBTZMHo2KE .navbar > .container,
.cid-tBTZMHo2KE .navbar > .container-fluid {
  align-items: center;
}
.cid-tBTZMHo2KE .dropdown-toggle::after,
.cid-tBTZMHo2KE .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-tBTZMHo2KE .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tBTZMHo2KE .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tBTZMHo2KE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tBTZMHo2KE .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tBTZMHo2KE .nav-item:focus,
.cid-tBTZMHo2KE .nav-link:focus {
  outline: none;
}
.cid-tBTZMHo2KE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBTZMHo2KE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBTZMHo2KE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBTZMHo2KE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tBTZMHo2KE ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tBTZMHo2KE .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tBTZMHo2KE .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tBTZMHo2KE .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tBTZMHo2KE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBTZMHo2KE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBTZMHo2KE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tBTZMHo2KE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBTZMHo2KE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBTZMHo2KE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBTZMHo2KE .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tBTZMHo2KE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tBTZMHo2KE .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBTZMHo2KE.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBTZMHo2KE .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tBTZMHo2KE .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tBTZMHo2KE .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tBTZMHo2KE .navbar-logo {
    margin: 0;
  }
  .cid-tBTZMHo2KE .navbar-logo img {
    height: 60px !important;
  }
  .cid-tBTZMHo2KE .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tBTZMHo2KE .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBTZMHo2KE .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tBTZMHo2KE .navbar {
    padding: 13px 90px;
  }
  .cid-tBTZMHo2KE .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tBTZMHo2KE .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tBTZMHo2KE .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tBTZMHo2KE .dropdown-toggle::after,
  .cid-tBTZMHo2KE .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tBTZMHo2KE .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tBTZMHo2KE a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tBTZMHo2KE ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tBTZMHo2KE .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tBTZMHo2KE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tBTZMHo2KE.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tBTZMHo2KE.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tBTZMHo2KE.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBTZMHo2KE.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tBTZMHo2KE .navbar {
    padding: 0 !important;
  }
  .cid-tBTZMHo2KE ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tBTZMHo2KE a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tBTZMHo2KE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tBTZMHo2KE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBTZMHo2KE .dropdown-item.active,
.cid-tBTZMHo2KE .dropdown-item:active {
  background-color: transparent;
}
.cid-tBTZMHo2KE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBTZMHo2KE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tBTZMHo2KE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBTZMHo2KE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tBTZMHo2KE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBTZMHo2KE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBTZMHo2KE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBTZMHo2KE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBTZMHo2KE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBTZMHo2KE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBTZMHo2KE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBTZMHo2KE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tBTZMHo2KE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tBTZMHo2KE .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBTZMHo2KE .navbar {
    height: 97px;
  }
  .cid-tBTZMHo2KE .navbar.opened {
    height: auto;
  }
  .cid-tBTZMHo2KE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBU0T5CXXK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBU0T5CXXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBU0T5CXXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBU0T5CXXK .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tBU0T5CXXK .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-tBU0T5CXXK .container {
    max-width: 1400px;
  }
}
.cid-tBU0T5CXXK .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-tBU0T5CXXK .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-tBU0T5CXXK .row {
  justify-content: center;
}
.cid-tBU0T5CXXK .card-title,
.cid-tBU0T5CXXK .iconfont-wrapper,
.cid-tBU0T5CXXK .dot {
  color: #000000;
}
.cid-tBU0T5CXXK .mbr-section-title {
  text-align: center;
}
.cid-tBU0Xi6Ecr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tBU0Xi6Ecr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBU0Xi6Ecr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBU0Xi6Ecr .google-map {
  height: 30rem;
  position: relative;
}
.cid-tBU0Xi6Ecr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBU0Xi6Ecr .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-tBU0Xi6Ecr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBU0Xi6Ecr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBTZMJS3Mn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBTZMJS3Mn .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #014188;
}
.cid-tBTZMJS3Mn .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-tBTZMJS3Mn .form-group {
  padding: 0;
}
.cid-tBTZMJS3Mn .form-control {
  background-color: #ffffff !important;
  color: #f7941e;
  border: 1px solid #f7941e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tBTZMJS3Mn .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-tBTZMJS3Mn .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-tBTZMJS3Mn .mbr-form .btn {
  margin: 0;
}
.cid-tBTZMJS3Mn .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-tBTZMJS3Mn input::-webkit-input-placeholder {
  color: #f7941e;
  opacity: .8;
}
.cid-tBTZMJS3Mn input::-moz-placeholder {
  color: #f7941e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tBTZMJS3Mn .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-tBTZMJS3Mn .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-tBTZMJS3Mn .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tBTZMJS3Mn .dragArea {
    margin: 0;
  }
  .cid-tBTZMJS3Mn .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-tBTZMJS3Mn .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-tBTZMJS3Mn .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-tBTZMJS3Mn .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tBTZMK8x4y {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tBTZMK8x4y .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-tBTZMK8x4y .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-tBTZMK8x4y .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tBTZMK8x4y .menu__item {
  margin-bottom: 20px;
}
.cid-tBTZMK8x4y .menu__item a {
  font-weight: 600;
}
.cid-tBTZMK8x4y .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #f7941e;
}
.cid-tBTZMK8x4y .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-tBTZMK8x4y .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-tBTZMK8x4y .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBTZMK8x4y .menu__item {
    text-align: center;
  }
  .cid-tBTZMK8x4y .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tBTZMKs7VG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBTZMKs7VG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBTZMKs7VG .container-fluid {
  padding: 0;
}
.cid-tBTZMKs7VG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBTZMKs7VG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBTZMKs7VG .row {
  flex-direction: row-reverse;
}
.cid-tBTZMKs7VG img {
  width: 100%;
}
.cid-tBUfxKkbI7 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tBUfxKkbI7 .nav-link,
.cid-tBUfxKkbI7 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tBUfxKkbI7 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tBUfxKkbI7 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tBUfxKkbI7 .nav-link.text-primary:hover,
.cid-tBUfxKkbI7 .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tBUfxKkbI7 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tBUfxKkbI7 .nav-link:hover:before {
  opacity: 1;
}
.cid-tBUfxKkbI7 .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-tBUfxKkbI7 .nav-link {
    margin: 0 !important;
  }
}
.cid-tBUfxKkbI7 .icons-menu {
  line-height: 0;
}
.cid-tBUfxKkbI7 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tBUfxKkbI7 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tBUfxKkbI7 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tBUfxKkbI7 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tBUfxKkbI7 .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-tBUfxKkbI7 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-tBUfxKkbI7.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tBUfxKkbI7 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tBUfxKkbI7 .btn {
    white-space: nowrap;
  }
  .cid-tBUfxKkbI7 .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-tBUfxKkbI7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tBUfxKkbI7 .nav-item.dropdown:hover::before,
  .cid-tBUfxKkbI7 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tBUfxKkbI7 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tBUfxKkbI7 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tBUfxKkbI7 .navbar > .container,
.cid-tBUfxKkbI7 .navbar > .container-fluid {
  align-items: center;
}
.cid-tBUfxKkbI7 .dropdown-toggle::after,
.cid-tBUfxKkbI7 .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-tBUfxKkbI7 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tBUfxKkbI7 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tBUfxKkbI7 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tBUfxKkbI7 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tBUfxKkbI7 .nav-item:focus,
.cid-tBUfxKkbI7 .nav-link:focus {
  outline: none;
}
.cid-tBUfxKkbI7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBUfxKkbI7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBUfxKkbI7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBUfxKkbI7 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tBUfxKkbI7 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tBUfxKkbI7 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tBUfxKkbI7 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tBUfxKkbI7 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tBUfxKkbI7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBUfxKkbI7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBUfxKkbI7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tBUfxKkbI7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBUfxKkbI7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBUfxKkbI7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBUfxKkbI7 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tBUfxKkbI7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tBUfxKkbI7 .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBUfxKkbI7.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBUfxKkbI7 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tBUfxKkbI7 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tBUfxKkbI7 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tBUfxKkbI7 .navbar-logo {
    margin: 0;
  }
  .cid-tBUfxKkbI7 .navbar-logo img {
    height: 60px !important;
  }
  .cid-tBUfxKkbI7 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tBUfxKkbI7 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBUfxKkbI7 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tBUfxKkbI7 .navbar {
    padding: 13px 90px;
  }
  .cid-tBUfxKkbI7 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tBUfxKkbI7 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tBUfxKkbI7 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tBUfxKkbI7 .dropdown-toggle::after,
  .cid-tBUfxKkbI7 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tBUfxKkbI7 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tBUfxKkbI7 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tBUfxKkbI7 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tBUfxKkbI7 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tBUfxKkbI7 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tBUfxKkbI7.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tBUfxKkbI7.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tBUfxKkbI7.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBUfxKkbI7.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tBUfxKkbI7 .navbar {
    padding: 0 !important;
  }
  .cid-tBUfxKkbI7 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tBUfxKkbI7 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tBUfxKkbI7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tBUfxKkbI7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBUfxKkbI7 .dropdown-item.active,
.cid-tBUfxKkbI7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tBUfxKkbI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBUfxKkbI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tBUfxKkbI7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBUfxKkbI7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tBUfxKkbI7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBUfxKkbI7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBUfxKkbI7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBUfxKkbI7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBUfxKkbI7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBUfxKkbI7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBUfxKkbI7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBUfxKkbI7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tBUfxKkbI7 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tBUfxKkbI7 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBUfxKkbI7 .navbar {
    height: 97px;
  }
  .cid-tBUfxKkbI7 .navbar.opened {
    height: auto;
  }
  .cid-tBUfxKkbI7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBUfxKXYLx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBUfxKXYLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUfxKXYLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUfxKXYLx .container,
.cid-tBUfxKXYLx .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBUfxKXYLx .container,
  .cid-tBUfxKXYLx .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBUfxKXYLx .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tBUfxKXYLx .row {
    padding: 85px 8px;
  }
}
.cid-tBUfxKXYLx .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-tBUfxKXYLx .title-wrapper {
    padding: 0;
  }
}
.cid-tBUfxKXYLx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-tBUfxKXYLx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tBUfxKXYLx .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tBUfxKXYLx .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-tBUfxKXYLx .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-tBUfxKXYLx .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBUfxKXYLx .image-wrapper img {
    height: 300px;
  }
}
.cid-tBUfxKXYLx .mbr-section-title {
  color: #3d4045;
}
.cid-tBUfxKXYLx .mbr-text {
  color: #3d4045;
}
.cid-tBUfxLfV9L {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBUfxMwRKk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBUfxMwRKk .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #014188;
}
.cid-tBUfxMwRKk .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-tBUfxMwRKk .form-group {
  padding: 0;
}
.cid-tBUfxMwRKk .form-control {
  background-color: #ffffff !important;
  color: #f7941e;
  border: 1px solid #f7941e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tBUfxMwRKk .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-tBUfxMwRKk .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-tBUfxMwRKk .mbr-form .btn {
  margin: 0;
}
.cid-tBUfxMwRKk .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-tBUfxMwRKk input::-webkit-input-placeholder {
  color: #f7941e;
  opacity: .8;
}
.cid-tBUfxMwRKk input::-moz-placeholder {
  color: #f7941e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tBUfxMwRKk .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-tBUfxMwRKk .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-tBUfxMwRKk .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tBUfxMwRKk .dragArea {
    margin: 0;
  }
  .cid-tBUfxMwRKk .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-tBUfxMwRKk .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-tBUfxMwRKk .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-tBUfxMwRKk .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tBUfxMOa4x {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tBUfxMOa4x .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-tBUfxMOa4x .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-tBUfxMOa4x .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tBUfxMOa4x .menu__item {
  margin-bottom: 20px;
}
.cid-tBUfxMOa4x .menu__item a {
  font-weight: 600;
}
.cid-tBUfxMOa4x .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #f7941e;
}
.cid-tBUfxMOa4x .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-tBUfxMOa4x .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-tBUfxMOa4x .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBUfxMOa4x .menu__item {
    text-align: center;
  }
  .cid-tBUfxMOa4x .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tBUfxNpLAC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBUfxNpLAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUfxNpLAC .container-fluid {
  padding: 0;
}
.cid-tBUfxNpLAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBUfxNpLAC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBUfxNpLAC .row {
  flex-direction: row-reverse;
}
.cid-tBUfxNpLAC img {
  width: 100%;
}
.cid-tBUzShwubW {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tBUzShwubW .nav-link,
.cid-tBUzShwubW .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tBUzShwubW .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tBUzShwubW .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tBUzShwubW .nav-link.text-primary:hover,
.cid-tBUzShwubW .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tBUzShwubW .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tBUzShwubW .nav-link:hover:before {
  opacity: 1;
}
.cid-tBUzShwubW .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-tBUzShwubW .nav-link {
    margin: 0 !important;
  }
}
.cid-tBUzShwubW .icons-menu {
  line-height: 0;
}
.cid-tBUzShwubW .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tBUzShwubW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tBUzShwubW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tBUzShwubW .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tBUzShwubW .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-tBUzShwubW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-tBUzShwubW.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tBUzShwubW .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tBUzShwubW .btn {
    white-space: nowrap;
  }
  .cid-tBUzShwubW .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-tBUzShwubW .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tBUzShwubW .nav-item.dropdown:hover::before,
  .cid-tBUzShwubW .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tBUzShwubW .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tBUzShwubW .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tBUzShwubW .navbar > .container,
.cid-tBUzShwubW .navbar > .container-fluid {
  align-items: center;
}
.cid-tBUzShwubW .dropdown-toggle::after,
.cid-tBUzShwubW .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-tBUzShwubW .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tBUzShwubW .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tBUzShwubW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tBUzShwubW .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tBUzShwubW .nav-item:focus,
.cid-tBUzShwubW .nav-link:focus {
  outline: none;
}
.cid-tBUzShwubW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBUzShwubW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBUzShwubW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBUzShwubW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tBUzShwubW ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tBUzShwubW .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tBUzShwubW .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tBUzShwubW .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tBUzShwubW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBUzShwubW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBUzShwubW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tBUzShwubW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBUzShwubW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBUzShwubW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBUzShwubW .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tBUzShwubW .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tBUzShwubW .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBUzShwubW.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBUzShwubW .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tBUzShwubW .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tBUzShwubW .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tBUzShwubW .navbar-logo {
    margin: 0;
  }
  .cid-tBUzShwubW .navbar-logo img {
    height: 60px !important;
  }
  .cid-tBUzShwubW .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tBUzShwubW .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBUzShwubW .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tBUzShwubW .navbar {
    padding: 13px 90px;
  }
  .cid-tBUzShwubW .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tBUzShwubW .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tBUzShwubW .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tBUzShwubW .dropdown-toggle::after,
  .cid-tBUzShwubW .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tBUzShwubW .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tBUzShwubW a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tBUzShwubW ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tBUzShwubW .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tBUzShwubW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tBUzShwubW.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tBUzShwubW.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tBUzShwubW.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBUzShwubW.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tBUzShwubW .navbar {
    padding: 0 !important;
  }
  .cid-tBUzShwubW ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tBUzShwubW a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tBUzShwubW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tBUzShwubW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBUzShwubW .dropdown-item.active,
.cid-tBUzShwubW .dropdown-item:active {
  background-color: transparent;
}
.cid-tBUzShwubW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBUzShwubW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tBUzShwubW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBUzShwubW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tBUzShwubW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBUzShwubW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBUzShwubW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBUzShwubW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBUzShwubW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBUzShwubW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBUzShwubW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBUzShwubW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tBUzShwubW .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tBUzShwubW .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBUzShwubW .navbar {
    height: 97px;
  }
  .cid-tBUzShwubW .navbar.opened {
    height: auto;
  }
  .cid-tBUzShwubW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBUzSigz8v {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("http://www.besafestaysafe.nl/assets/images/scorpio-nyc-1397074026-1024x1024-transformed-1024x682.jpg");
}
.cid-tBUzSigz8v .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tBUzSigz8v .mbr-section-title b,
.cid-tBUzSigz8v .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tBUzSigz8v .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tBUzSigz8v .mbr-section-title,
.cid-tBUzSigz8v .mbr-section-btn {
  color: #ffffff;
}
.cid-tBUzSiA2o0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBUzSiA2o0 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tBUzSiA2o0 .row-element,
.cid-tBUzSiA2o0 .image-element {
  padding: 0;
}
.cid-tBUzSiA2o0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBUzSiA2o0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tBUzSiA2o0 .text-content {
  padding: 3rem;
}
.cid-tBUzSiA2o0 .mbr-section-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tBUzSiA2o0 .text-content {
    padding: 2rem 1rem;
  }
  .cid-tBUzSiA2o0 .mbr-title,
  .cid-tBUzSiA2o0 .underline,
  .cid-tBUzSiA2o0 .mbr-text,
  .cid-tBUzSiA2o0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tBUzSiA2o0 .mbr-text,
.cid-tBUzSiA2o0 .mbr-section-btn {
  color: #0e2d3b;
}
.cid-tBUzSjaELI {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBUzSjaELI .mbr-text {
  text-align: left;
  color: #0e2d3b;
}
.cid-tBUzSjoJVK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tBUzSjoJVK .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: 0;
}
.cid-tBUzSjoJVK .carousel-inner {
  margin-bottom: 70px;
}
.cid-tBUzSjoJVK .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tBUzSjoJVK .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tBUzSjoJVK .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("http://www.besafestaysafe.nl/assets/images/photoroom-20220527-201925-2000x1985.png");
}
.cid-tBUzSjoJVK .mbr-section-title {
  margin-bottom: 33px;
  color: #014188;
}
.cid-tBUzSjoJVK .slider__image {
  margin-left: 11.8%;
}
.cid-tBUzSjoJVK .img-wrap {
  max-width: 100%;
}
.cid-tBUzSjoJVK .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tBUzSjoJVK .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tBUzSjoJVK .carousel-indicators .active {
  background: #014188;
  opacity: 1;
  border: none;
}
.cid-tBUzSjoJVK .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-tBUzSjoJVK .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-tBUzSjoJVK .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #014188;
  background-color: transparent;
}
.cid-tBUzSjoJVK .carousel-controls a span {
  transition: all .3s;
  color: #014188;
  font-size: 18px;
}
.cid-tBUzSjoJVK .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tBUzSjoJVK .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tBUzSjoJVK .carousel-controls .carousel-control-next,
.cid-tBUzSjoJVK .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tBUzSjoJVK .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tBUzSjoJVK .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-tBUzSjoJVK .image-element {
    min-width: 50%;
  }
  .cid-tBUzSjoJVK .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tBUzSjoJVK .two__background:before {
    max-width: 90%;
  }
  .cid-tBUzSjoJVK .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tBUzSjoJVK .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tBUzSjoJVK .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tBUzSjoJVK .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tBUzSjoJVK .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tBUzSjoJVK .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tBUzSjoJVK .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tBUzSjoJVK .img-wrap {
    width: 100%;
  }
  .cid-tBUzSjoJVK .carousel-controls {
    display: none;
  }
  .cid-tBUzSjoJVK .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tBUzSjoJVK .mbr-text {
  color: #4c4c4c;
}
.cid-tBUAZP6cvy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tBUAZP6cvy .mbr-shop {
  display: table;
  width: 100%;
}
.cid-tBUAZP6cvy .mbr-shop .row {
  margin: 0;
}
.cid-tBUAZP6cvy .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-tBUAZP6cvy .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-tBUAZP6cvy .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-tBUAZP6cvy .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-tBUAZP6cvy .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-tBUAZP6cvy .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-tBUAZP6cvy .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-tBUAZP6cvy .mbr-shop .hide-modal {
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-tBUAZP6cvy .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-tBUAZP6cvy .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-tBUAZP6cvy .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-tBUAZP6cvy .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-tBUAZP6cvy .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tBUAZP6cvy .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-tBUAZP6cvy .mbr-shop .filter-by-pu,
.cid-tBUAZP6cvy .mbr-shop .filter-by-pd,
.cid-tBUAZP6cvy .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-tBUAZP6cvy .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-tBUAZP6cvy .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-tBUAZP6cvy .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-tBUAZP6cvy .mbr-shop .galleryItem h4,
.cid-tBUAZP6cvy .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-tBUAZP6cvy .mbr-shop .galleryItem h5,
.cid-tBUAZP6cvy .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-tBUAZP6cvy .mbr-shop .galleryItem p,
.cid-tBUAZP6cvy .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-tBUAZP6cvy .mbr-shop .item-button {
  text-align: center;
}
.cid-tBUAZP6cvy .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-tBUAZP6cvy .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-tBUAZP6cvy .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-tBUAZP6cvy .mbr-shop .sidebar-block {
  position: relative;
}
.cid-tBUAZP6cvy .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: 0;
  right: 3px;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-tBUAZP6cvy .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #fac769;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #000000;
}
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-item__hided h4,
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-item__hided h5,
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-tBUAZP6cvy .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-tBUAZP6cvy .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-tBUAZP6cvy .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-tBUAZP6cvy .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-tBUAZP6cvy .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-tBUAZP6cvy .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-tBUAZP6cvy .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tBUAZP6cvy .mbr-shop .range-controls {
  position: relative;
}
.cid-tBUAZP6cvy .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-tBUAZP6cvy .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-tBUAZP6cvy .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-tBUAZP6cvy .mbr-shop .toggle:hover,
.cid-tBUAZP6cvy .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-tBUAZP6cvy .mbr-shop .min-toggle {
  left: 0;
}
.cid-tBUAZP6cvy .mbr-shop .max-toggle {
  right: 0;
}
.cid-tBUAZP6cvy .mbr-shop .hided-by-price {
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-tBUAZP6cvy .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-tBUAZP6cvy .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-tBUAZP6cvy .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-tBUAZP6cvy .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-tBUAZP6cvy .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-tBUAZP6cvy .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-tBUAZP6cvy .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-tBUAZP6cvy .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-tBUAZP6cvy .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-tBUAZP6cvy .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tBUAZP6cvy .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-tBUAZP6cvy .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-tBUAZP6cvy .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-tBUAZP6cvy .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-tBUAZP6cvy .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-tBUAZP6cvy .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tBUAZP6cvy .mbr-shop .price-range {
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .price-range-reset {
  display: none;
}
.cid-tBUAZP6cvy .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-tBUAZP6cvy .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-tBUAZP6cvy .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-tBUAZP6cvy .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-tBUAZP6cvy .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-tBUAZP6cvy .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-tBUAZP6cvy .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-tBUAZP6cvy .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-tBUAZP6cvy .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-tBUAZP6cvy .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-tBUAZP6cvy .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-tBUAZP6cvy .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-tBUAZP6cvy .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tBUAZP6cvy .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-tBUAZP6cvy .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-tBUAZP6cvy .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-tBUAZP6cvy .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-tBUAZP6cvy .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-tBUAZP6cvy .mbr-shop .sidebar {
    margin-bottom: 30px;
  }
  .cid-tBUAZP6cvy .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-tBUAZP6cvy .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-tBUAZP6cvy .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-tBUAZP6cvy .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-tBUAZP6cvy .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-tBUAZP6cvy .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-tBUAZP6cvy .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-tBUAZP6cvy .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-tBUAZP6cvy .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-tBUAZP6cvy .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-tBUAZP6cvy .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-tBUAZP6cvy .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-tBUAZP6cvy .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-tBUAZP6cvy .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-tBUAZP6cvy .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBUAZP6cvy .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-tBUAZP6cvy .mbr-gallery-item .sidebar_wraper {
  background-color: #fceecf;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tBUAZP6cvy .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-tBUAZP6cvy .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-tBUAZP6cvy .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tBUAZP6cvy .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tBUAZP6cvy .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-tBUAZP6cvy .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tBUAZP6cvy .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-tBUAZP6cvy .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-tBUAZP6cvy .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-tBUAZP6cvy .categories {
  padding: 0;
}
.cid-tBUAZP6cvy .sidebar-title {
  font-weight: bold;
}
.cid-tBUzSlhhO2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tBUzSlhhO2 .date__block {
  margin-bottom: 17px;
}
.cid-tBUzSlhhO2 .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-tBUzSlhhO2 .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #014188;
}
.cid-tBUzSlhhO2 .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-tBUzSlhhO2 .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-tBUzSlhhO2 .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tBUzSlhhO2 .mbr-text {
  margin-bottom: 20px;
}
.cid-tBUzSlhhO2 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tBUzSlhhO2 .link a {
  font-weight: 700;
}
.cid-tBUzSlhhO2 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tBUzSlhhO2 .link:hover span {
  transform: translateX(9px);
}
.cid-tBUzSlhhO2 .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-tBUzSlhhO2 .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-tBUzSlhhO2 .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tBUzSlhhO2 .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #ececec;
}
.cid-tBUzSlhhO2 .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-tBUzSlhhO2 .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-tBUzSlhhO2 .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-tBUzSlhhO2 .title__block {
    padding: 25px 30px 55px;
  }
  .cid-tBUzSlhhO2 .content__wrap {
    margin-bottom: 90px;
  }
  .cid-tBUzSlhhO2 .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-tBUzSlhhO2 .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tBUzSlhhO2 .mbr-text {
    margin-bottom: 11px;
  }
  .cid-tBUzSlhhO2 .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-tBUzSlhhO2 .image:before {
    padding-top: 375px;
  }
}
.cid-tBUzSlhhO2 .mbr-section-title,
.cid-tBUzSlhhO2 .date__block {
  color: #014188;
}
.cid-tBUzSlhhO2 .mbr-text,
.cid-tBUzSlhhO2 .link {
  color: #fdcc67;
}
.cid-tBUzSlEsPs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBUzSlEsPs .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #014188;
}
.cid-tBUzSlEsPs .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-tBUzSlEsPs .form-group {
  padding: 0;
}
.cid-tBUzSlEsPs .form-control {
  background-color: #ffffff !important;
  color: #f7941e;
  border: 1px solid #f7941e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tBUzSlEsPs .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-tBUzSlEsPs .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-tBUzSlEsPs .mbr-form .btn {
  margin: 0;
}
.cid-tBUzSlEsPs .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-tBUzSlEsPs input::-webkit-input-placeholder {
  color: #f7941e;
  opacity: .8;
}
.cid-tBUzSlEsPs input::-moz-placeholder {
  color: #f7941e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tBUzSlEsPs .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-tBUzSlEsPs .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-tBUzSlEsPs .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tBUzSlEsPs .dragArea {
    margin: 0;
  }
  .cid-tBUzSlEsPs .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-tBUzSlEsPs .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-tBUzSlEsPs .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-tBUzSlEsPs .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tBUzSlZY8b {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tBUzSlZY8b .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-tBUzSlZY8b .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-tBUzSlZY8b .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tBUzSlZY8b .menu__item {
  margin-bottom: 20px;
}
.cid-tBUzSlZY8b .menu__item a {
  font-weight: 600;
}
.cid-tBUzSlZY8b .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #f7941e;
}
.cid-tBUzSlZY8b .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-tBUzSlZY8b .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-tBUzSlZY8b .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBUzSlZY8b .menu__item {
    text-align: center;
  }
  .cid-tBUzSlZY8b .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tBUzSmRwrQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBUzSmRwrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUzSmRwrQ .container-fluid {
  padding: 0;
}
.cid-tBUzSmRwrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBUzSmRwrQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBUzSmRwrQ .row {
  flex-direction: row-reverse;
}
.cid-tBUzSmRwrQ img {
  width: 100%;
}
.cid-tBZRZIq0vW {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tBZRZIq0vW .nav-link,
.cid-tBZRZIq0vW .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tBZRZIq0vW .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tBZRZIq0vW .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tBZRZIq0vW .nav-link.text-primary:hover,
.cid-tBZRZIq0vW .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tBZRZIq0vW .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tBZRZIq0vW .nav-link:hover:before {
  opacity: 1;
}
.cid-tBZRZIq0vW .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-tBZRZIq0vW .nav-link {
    margin: 0 !important;
  }
}
.cid-tBZRZIq0vW .icons-menu {
  line-height: 0;
}
.cid-tBZRZIq0vW .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tBZRZIq0vW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tBZRZIq0vW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tBZRZIq0vW .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tBZRZIq0vW .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-tBZRZIq0vW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-tBZRZIq0vW.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tBZRZIq0vW .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tBZRZIq0vW .btn {
    white-space: nowrap;
  }
  .cid-tBZRZIq0vW .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-tBZRZIq0vW .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tBZRZIq0vW .nav-item.dropdown:hover::before,
  .cid-tBZRZIq0vW .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tBZRZIq0vW .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tBZRZIq0vW .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tBZRZIq0vW .navbar > .container,
.cid-tBZRZIq0vW .navbar > .container-fluid {
  align-items: center;
}
.cid-tBZRZIq0vW .dropdown-toggle::after,
.cid-tBZRZIq0vW .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-tBZRZIq0vW .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tBZRZIq0vW .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tBZRZIq0vW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tBZRZIq0vW .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tBZRZIq0vW .nav-item:focus,
.cid-tBZRZIq0vW .nav-link:focus {
  outline: none;
}
.cid-tBZRZIq0vW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBZRZIq0vW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZRZIq0vW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBZRZIq0vW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tBZRZIq0vW ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tBZRZIq0vW .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tBZRZIq0vW .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tBZRZIq0vW .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tBZRZIq0vW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZRZIq0vW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBZRZIq0vW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tBZRZIq0vW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBZRZIq0vW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZRZIq0vW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBZRZIq0vW .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tBZRZIq0vW .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tBZRZIq0vW .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZRZIq0vW.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZRZIq0vW .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tBZRZIq0vW .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tBZRZIq0vW .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tBZRZIq0vW .navbar-logo {
    margin: 0;
  }
  .cid-tBZRZIq0vW .navbar-logo img {
    height: 60px !important;
  }
  .cid-tBZRZIq0vW .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tBZRZIq0vW .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBZRZIq0vW .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tBZRZIq0vW .navbar {
    padding: 13px 90px;
  }
  .cid-tBZRZIq0vW .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tBZRZIq0vW .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tBZRZIq0vW .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tBZRZIq0vW .dropdown-toggle::after,
  .cid-tBZRZIq0vW .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tBZRZIq0vW .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tBZRZIq0vW a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tBZRZIq0vW ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tBZRZIq0vW .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tBZRZIq0vW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tBZRZIq0vW.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tBZRZIq0vW.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tBZRZIq0vW.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBZRZIq0vW.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tBZRZIq0vW .navbar {
    padding: 0 !important;
  }
  .cid-tBZRZIq0vW ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tBZRZIq0vW a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tBZRZIq0vW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tBZRZIq0vW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZRZIq0vW .dropdown-item.active,
.cid-tBZRZIq0vW .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZRZIq0vW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBZRZIq0vW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tBZRZIq0vW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBZRZIq0vW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tBZRZIq0vW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBZRZIq0vW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBZRZIq0vW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBZRZIq0vW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBZRZIq0vW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBZRZIq0vW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBZRZIq0vW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBZRZIq0vW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tBZRZIq0vW .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tBZRZIq0vW .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZRZIq0vW .navbar {
    height: 97px;
  }
  .cid-tBZRZIq0vW .navbar.opened {
    height: auto;
  }
  .cid-tBZRZIq0vW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZRZJoCW7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("http://www.besafestaysafe.nl/assets/images/scorpio-nyc-1397074026-1024x1024-transformed-1024x682.jpg");
}
.cid-tBZRZJoCW7 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tBZRZJoCW7 .mbr-section-title b,
.cid-tBZRZJoCW7 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tBZRZJoCW7 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tBZRZJoCW7 .mbr-section-title,
.cid-tBZRZJoCW7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tBZRZJL68g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBZRZJL68g .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tBZRZJL68g .row-element,
.cid-tBZRZJL68g .image-element {
  padding: 0;
}
.cid-tBZRZJL68g .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBZRZJL68g .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tBZRZJL68g .text-content {
  padding: 3rem;
}
.cid-tBZRZJL68g .mbr-section-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tBZRZJL68g .text-content {
    padding: 2rem 1rem;
  }
  .cid-tBZRZJL68g .mbr-title,
  .cid-tBZRZJL68g .underline,
  .cid-tBZRZJL68g .mbr-text,
  .cid-tBZRZJL68g .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tBZRZJL68g .mbr-text,
.cid-tBZRZJL68g .mbr-section-btn {
  color: #0e2d3b;
}
.cid-tBZRZK4VLF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBZRZK4VLF .mbr-text {
  text-align: left;
  color: #0e2d3b;
}
.cid-tBZXVFxLMj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBZXVFxLMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBZXVFxLMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBZXVFxLMj .mbr-iconfont {
  display: flex;
  font-size: 1rem;
  color: white;
  margin-bottom: 2rem;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tBZXVFxLMj .mbr-iconfont {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tBZXVFxLMj .card-wrapper {
  margin-top: 3rem;
}
.cid-tBZXVFxLMj .mbr-section-title {
  color: #0e2d3b;
}
.cid-tBZXVFxLMj .card-text {
  color: #0e2d3b;
}
.cid-tBZXVFxLMj .card-title,
.cid-tBZXVFxLMj .iconfont-wrapper {
  color: #0e2d3b;
}
.cid-tBZRZKc6pH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tBZRZKc6pH .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: 0;
}
.cid-tBZRZKc6pH .carousel-inner {
  margin-bottom: 70px;
}
.cid-tBZRZKc6pH .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tBZRZKc6pH .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tBZRZKc6pH .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("http://www.besafestaysafe.nl/assets/images/photoroom-20220527-201925-2000x1985.png");
}
.cid-tBZRZKc6pH .mbr-section-title {
  margin-bottom: 33px;
  color: #014188;
}
.cid-tBZRZKc6pH .slider__image {
  margin-left: 11.8%;
}
.cid-tBZRZKc6pH .img-wrap {
  max-width: 100%;
}
.cid-tBZRZKc6pH .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tBZRZKc6pH .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tBZRZKc6pH .carousel-indicators .active {
  background: #014188;
  opacity: 1;
  border: none;
}
.cid-tBZRZKc6pH .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-tBZRZKc6pH .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-tBZRZKc6pH .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #014188;
  background-color: transparent;
}
.cid-tBZRZKc6pH .carousel-controls a span {
  transition: all .3s;
  color: #014188;
  font-size: 18px;
}
.cid-tBZRZKc6pH .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tBZRZKc6pH .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tBZRZKc6pH .carousel-controls .carousel-control-next,
.cid-tBZRZKc6pH .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tBZRZKc6pH .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tBZRZKc6pH .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-tBZRZKc6pH .image-element {
    min-width: 50%;
  }
  .cid-tBZRZKc6pH .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tBZRZKc6pH .two__background:before {
    max-width: 90%;
  }
  .cid-tBZRZKc6pH .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tBZRZKc6pH .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tBZRZKc6pH .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tBZRZKc6pH .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tBZRZKc6pH .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tBZRZKc6pH .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tBZRZKc6pH .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tBZRZKc6pH .img-wrap {
    width: 100%;
  }
  .cid-tBZRZKc6pH .carousel-controls {
    display: none;
  }
  .cid-tBZRZKc6pH .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tBZRZKc6pH .mbr-text {
  color: #4c4c4c;
}
.cid-tBZRZL4x9x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tBZRZL4x9x .date__block {
  margin-bottom: 17px;
}
.cid-tBZRZL4x9x .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-tBZRZL4x9x .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #014188;
}
.cid-tBZRZL4x9x .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-tBZRZL4x9x .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-tBZRZL4x9x .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tBZRZL4x9x .mbr-text {
  margin-bottom: 20px;
}
.cid-tBZRZL4x9x .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tBZRZL4x9x .link a {
  font-weight: 700;
}
.cid-tBZRZL4x9x .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tBZRZL4x9x .link:hover span {
  transform: translateX(9px);
}
.cid-tBZRZL4x9x .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-tBZRZL4x9x .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-tBZRZL4x9x .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tBZRZL4x9x .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #ececec;
}
.cid-tBZRZL4x9x .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-tBZRZL4x9x .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-tBZRZL4x9x .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-tBZRZL4x9x .title__block {
    padding: 25px 30px 55px;
  }
  .cid-tBZRZL4x9x .content__wrap {
    margin-bottom: 90px;
  }
  .cid-tBZRZL4x9x .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-tBZRZL4x9x .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tBZRZL4x9x .mbr-text {
    margin-bottom: 11px;
  }
  .cid-tBZRZL4x9x .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-tBZRZL4x9x .image:before {
    padding-top: 375px;
  }
}
.cid-tBZRZL4x9x .mbr-section-title,
.cid-tBZRZL4x9x .date__block {
  color: #014188;
}
.cid-tBZRZL4x9x .mbr-text,
.cid-tBZRZL4x9x .link {
  color: #fdcc67;
}
.cid-tBZRZLkRzI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBZRZLkRzI .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #014188;
}
.cid-tBZRZLkRzI .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-tBZRZLkRzI .form-group {
  padding: 0;
}
.cid-tBZRZLkRzI .form-control {
  background-color: #ffffff !important;
  color: #f7941e;
  border: 1px solid #f7941e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tBZRZLkRzI .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-tBZRZLkRzI .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-tBZRZLkRzI .mbr-form .btn {
  margin: 0;
}
.cid-tBZRZLkRzI .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-tBZRZLkRzI input::-webkit-input-placeholder {
  color: #f7941e;
  opacity: .8;
}
.cid-tBZRZLkRzI input::-moz-placeholder {
  color: #f7941e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tBZRZLkRzI .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-tBZRZLkRzI .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-tBZRZLkRzI .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tBZRZLkRzI .dragArea {
    margin: 0;
  }
  .cid-tBZRZLkRzI .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-tBZRZLkRzI .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-tBZRZLkRzI .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-tBZRZLkRzI .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tBZRZLAHi9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tBZRZLAHi9 .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-tBZRZLAHi9 .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-tBZRZLAHi9 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tBZRZLAHi9 .menu__item {
  margin-bottom: 20px;
}
.cid-tBZRZLAHi9 .menu__item a {
  font-weight: 600;
}
.cid-tBZRZLAHi9 .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #f7941e;
}
.cid-tBZRZLAHi9 .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-tBZRZLAHi9 .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-tBZRZLAHi9 .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBZRZLAHi9 .menu__item {
    text-align: center;
  }
  .cid-tBZRZLAHi9 .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tBZRZLXrkB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBZRZLXrkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBZRZLXrkB .container-fluid {
  padding: 0;
}
.cid-tBZRZLXrkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBZRZLXrkB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBZRZLXrkB .row {
  flex-direction: row-reverse;
}
.cid-tBZRZLXrkB img {
  width: 100%;
}
.cid-tC01VfXCZt {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tC01VfXCZt .nav-link,
.cid-tC01VfXCZt .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tC01VfXCZt .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tC01VfXCZt .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tC01VfXCZt .nav-link.text-primary:hover,
.cid-tC01VfXCZt .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tC01VfXCZt .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tC01VfXCZt .nav-link:hover:before {
  opacity: 1;
}
.cid-tC01VfXCZt .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-tC01VfXCZt .nav-link {
    margin: 0 !important;
  }
}
.cid-tC01VfXCZt .icons-menu {
  line-height: 0;
}
.cid-tC01VfXCZt .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tC01VfXCZt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tC01VfXCZt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tC01VfXCZt .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tC01VfXCZt .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-tC01VfXCZt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-tC01VfXCZt.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tC01VfXCZt .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tC01VfXCZt .btn {
    white-space: nowrap;
  }
  .cid-tC01VfXCZt .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-tC01VfXCZt .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tC01VfXCZt .nav-item.dropdown:hover::before,
  .cid-tC01VfXCZt .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tC01VfXCZt .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tC01VfXCZt .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tC01VfXCZt .navbar > .container,
.cid-tC01VfXCZt .navbar > .container-fluid {
  align-items: center;
}
.cid-tC01VfXCZt .dropdown-toggle::after,
.cid-tC01VfXCZt .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-tC01VfXCZt .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tC01VfXCZt .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tC01VfXCZt .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tC01VfXCZt .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tC01VfXCZt .nav-item:focus,
.cid-tC01VfXCZt .nav-link:focus {
  outline: none;
}
.cid-tC01VfXCZt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tC01VfXCZt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC01VfXCZt .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tC01VfXCZt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tC01VfXCZt ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tC01VfXCZt .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tC01VfXCZt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tC01VfXCZt .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tC01VfXCZt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC01VfXCZt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC01VfXCZt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tC01VfXCZt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tC01VfXCZt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC01VfXCZt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tC01VfXCZt .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tC01VfXCZt .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tC01VfXCZt .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC01VfXCZt.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC01VfXCZt .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tC01VfXCZt .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tC01VfXCZt .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tC01VfXCZt .navbar-logo {
    margin: 0;
  }
  .cid-tC01VfXCZt .navbar-logo img {
    height: 60px !important;
  }
  .cid-tC01VfXCZt .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tC01VfXCZt .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tC01VfXCZt .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tC01VfXCZt .navbar {
    padding: 13px 90px;
  }
  .cid-tC01VfXCZt .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tC01VfXCZt .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tC01VfXCZt .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tC01VfXCZt .dropdown-toggle::after,
  .cid-tC01VfXCZt .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tC01VfXCZt .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tC01VfXCZt a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tC01VfXCZt ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tC01VfXCZt .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tC01VfXCZt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tC01VfXCZt.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tC01VfXCZt.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tC01VfXCZt.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tC01VfXCZt.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tC01VfXCZt .navbar {
    padding: 0 !important;
  }
  .cid-tC01VfXCZt ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tC01VfXCZt a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tC01VfXCZt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tC01VfXCZt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC01VfXCZt .dropdown-item.active,
.cid-tC01VfXCZt .dropdown-item:active {
  background-color: transparent;
}
.cid-tC01VfXCZt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tC01VfXCZt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tC01VfXCZt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tC01VfXCZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tC01VfXCZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tC01VfXCZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tC01VfXCZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tC01VfXCZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tC01VfXCZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tC01VfXCZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tC01VfXCZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tC01VfXCZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tC01VfXCZt .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tC01VfXCZt .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC01VfXCZt .navbar {
    height: 97px;
  }
  .cid-tC01VfXCZt .navbar.opened {
    height: auto;
  }
  .cid-tC01VfXCZt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC01VgTJ1S {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("http://www.besafestaysafe.nl/assets/images/gobag-bushcraft-1024x683.jpg");
}
.cid-tC01VgTJ1S .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tC01VgTJ1S .mbr-section-title b,
.cid-tC01VgTJ1S .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tC01VgTJ1S .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tC01VgTJ1S .mbr-section-title,
.cid-tC01VgTJ1S .mbr-section-btn {
  color: #ffffff;
}
.cid-tC01VhhNFQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tC01VhhNFQ .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tC01VhhNFQ .row-element,
.cid-tC01VhhNFQ .image-element {
  padding: 0;
}
.cid-tC01VhhNFQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC01VhhNFQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tC01VhhNFQ .text-content {
  padding: 3rem;
}
.cid-tC01VhhNFQ .mbr-section-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tC01VhhNFQ .text-content {
    padding: 2rem 1rem;
  }
  .cid-tC01VhhNFQ .mbr-title,
  .cid-tC01VhhNFQ .underline,
  .cid-tC01VhhNFQ .mbr-text,
  .cid-tC01VhhNFQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tC01VhhNFQ .mbr-text,
.cid-tC01VhhNFQ .mbr-section-btn {
  color: #0e2d3b;
}
.cid-tC01VhD2GA {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tC01VhD2GA .mbr-text {
  text-align: left;
  color: #0e2d3b;
}
.cid-tC01ViTwBJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tC01ViTwBJ .date__block {
  margin-bottom: 17px;
}
.cid-tC01ViTwBJ .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-tC01ViTwBJ .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #014188;
}
.cid-tC01ViTwBJ .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-tC01ViTwBJ .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-tC01ViTwBJ .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tC01ViTwBJ .mbr-text {
  margin-bottom: 20px;
}
.cid-tC01ViTwBJ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tC01ViTwBJ .link a {
  font-weight: 700;
}
.cid-tC01ViTwBJ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tC01ViTwBJ .link:hover span {
  transform: translateX(9px);
}
.cid-tC01ViTwBJ .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-tC01ViTwBJ .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-tC01ViTwBJ .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tC01ViTwBJ .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #ececec;
}
.cid-tC01ViTwBJ .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-tC01ViTwBJ .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-tC01ViTwBJ .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-tC01ViTwBJ .title__block {
    padding: 25px 30px 55px;
  }
  .cid-tC01ViTwBJ .content__wrap {
    margin-bottom: 90px;
  }
  .cid-tC01ViTwBJ .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-tC01ViTwBJ .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tC01ViTwBJ .mbr-text {
    margin-bottom: 11px;
  }
  .cid-tC01ViTwBJ .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-tC01ViTwBJ .image:before {
    padding-top: 375px;
  }
}
.cid-tC01ViTwBJ .mbr-section-title,
.cid-tC01ViTwBJ .date__block {
  color: #014188;
}
.cid-tC01ViTwBJ .mbr-text,
.cid-tC01ViTwBJ .link {
  color: #fdcc67;
}
.cid-tC01VjfIub {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tC01VjfIub .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #014188;
}
.cid-tC01VjfIub .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-tC01VjfIub .form-group {
  padding: 0;
}
.cid-tC01VjfIub .form-control {
  background-color: #ffffff !important;
  color: #f7941e;
  border: 1px solid #f7941e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tC01VjfIub .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-tC01VjfIub .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-tC01VjfIub .mbr-form .btn {
  margin: 0;
}
.cid-tC01VjfIub .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-tC01VjfIub input::-webkit-input-placeholder {
  color: #f7941e;
  opacity: .8;
}
.cid-tC01VjfIub input::-moz-placeholder {
  color: #f7941e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tC01VjfIub .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-tC01VjfIub .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-tC01VjfIub .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tC01VjfIub .dragArea {
    margin: 0;
  }
  .cid-tC01VjfIub .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-tC01VjfIub .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-tC01VjfIub .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-tC01VjfIub .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tC01VjCqUH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tC01VjCqUH .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-tC01VjCqUH .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-tC01VjCqUH .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tC01VjCqUH .menu__item {
  margin-bottom: 20px;
}
.cid-tC01VjCqUH .menu__item a {
  font-weight: 600;
}
.cid-tC01VjCqUH .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #f7941e;
}
.cid-tC01VjCqUH .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-tC01VjCqUH .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-tC01VjCqUH .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tC01VjCqUH .menu__item {
    text-align: center;
  }
  .cid-tC01VjCqUH .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tC01Vk7gEb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tC01Vk7gEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC01Vk7gEb .container-fluid {
  padding: 0;
}
.cid-tC01Vk7gEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tC01Vk7gEb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tC01Vk7gEb .row {
  flex-direction: row-reverse;
}
.cid-tC01Vk7gEb img {
  width: 100%;
}
.cid-tBUkCtyVtY {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tBUkCtyVtY .nav-link,
.cid-tBUkCtyVtY .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tBUkCtyVtY .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tBUkCtyVtY .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tBUkCtyVtY .nav-link.text-primary:hover,
.cid-tBUkCtyVtY .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tBUkCtyVtY .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tBUkCtyVtY .nav-link:hover:before {
  opacity: 1;
}
.cid-tBUkCtyVtY .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-tBUkCtyVtY .nav-link {
    margin: 0 !important;
  }
}
.cid-tBUkCtyVtY .icons-menu {
  line-height: 0;
}
.cid-tBUkCtyVtY .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tBUkCtyVtY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tBUkCtyVtY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tBUkCtyVtY .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tBUkCtyVtY .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-tBUkCtyVtY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-tBUkCtyVtY.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tBUkCtyVtY .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tBUkCtyVtY .btn {
    white-space: nowrap;
  }
  .cid-tBUkCtyVtY .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-tBUkCtyVtY .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tBUkCtyVtY .nav-item.dropdown:hover::before,
  .cid-tBUkCtyVtY .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tBUkCtyVtY .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tBUkCtyVtY .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tBUkCtyVtY .navbar > .container,
.cid-tBUkCtyVtY .navbar > .container-fluid {
  align-items: center;
}
.cid-tBUkCtyVtY .dropdown-toggle::after,
.cid-tBUkCtyVtY .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-tBUkCtyVtY .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tBUkCtyVtY .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tBUkCtyVtY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tBUkCtyVtY .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tBUkCtyVtY .nav-item:focus,
.cid-tBUkCtyVtY .nav-link:focus {
  outline: none;
}
.cid-tBUkCtyVtY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tBUkCtyVtY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBUkCtyVtY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tBUkCtyVtY a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tBUkCtyVtY ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tBUkCtyVtY .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tBUkCtyVtY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tBUkCtyVtY .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tBUkCtyVtY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBUkCtyVtY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBUkCtyVtY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tBUkCtyVtY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBUkCtyVtY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBUkCtyVtY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBUkCtyVtY .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tBUkCtyVtY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tBUkCtyVtY .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBUkCtyVtY.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBUkCtyVtY .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tBUkCtyVtY .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tBUkCtyVtY .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tBUkCtyVtY .navbar-logo {
    margin: 0;
  }
  .cid-tBUkCtyVtY .navbar-logo img {
    height: 60px !important;
  }
  .cid-tBUkCtyVtY .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tBUkCtyVtY .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBUkCtyVtY .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tBUkCtyVtY .navbar {
    padding: 13px 90px;
  }
  .cid-tBUkCtyVtY .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tBUkCtyVtY .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tBUkCtyVtY .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tBUkCtyVtY .dropdown-toggle::after,
  .cid-tBUkCtyVtY .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tBUkCtyVtY .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tBUkCtyVtY a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tBUkCtyVtY ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tBUkCtyVtY .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tBUkCtyVtY .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tBUkCtyVtY.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tBUkCtyVtY.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tBUkCtyVtY.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBUkCtyVtY.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tBUkCtyVtY .navbar {
    padding: 0 !important;
  }
  .cid-tBUkCtyVtY ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tBUkCtyVtY a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tBUkCtyVtY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tBUkCtyVtY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBUkCtyVtY .dropdown-item.active,
.cid-tBUkCtyVtY .dropdown-item:active {
  background-color: transparent;
}
.cid-tBUkCtyVtY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBUkCtyVtY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tBUkCtyVtY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBUkCtyVtY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tBUkCtyVtY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBUkCtyVtY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBUkCtyVtY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBUkCtyVtY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBUkCtyVtY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBUkCtyVtY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBUkCtyVtY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBUkCtyVtY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tBUkCtyVtY .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tBUkCtyVtY .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBUkCtyVtY .navbar {
    height: 97px;
  }
  .cid-tBUkCtyVtY .navbar.opened {
    height: auto;
  }
  .cid-tBUkCtyVtY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBUkCut6V2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBUkCut6V2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUkCut6V2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBUkCut6V2 .container,
.cid-tBUkCut6V2 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBUkCut6V2 .container,
  .cid-tBUkCut6V2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBUkCut6V2 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tBUkCut6V2 .row {
    padding: 85px 8px;
  }
}
.cid-tBUkCut6V2 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-tBUkCut6V2 .title-wrapper {
    padding: 0;
  }
}
.cid-tBUkCut6V2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .cid-tBUkCut6V2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tBUkCut6V2 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tBUkCut6V2 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-tBUkCut6V2 .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-tBUkCut6V2 .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBUkCut6V2 .image-wrapper img {
    height: 300px;
  }
}
.cid-tBUkCut6V2 .mbr-section-title {
  color: #3d4045;
}
.cid-tBUkCut6V2 .mbr-text {
  color: #3d4045;
}
.cid-tBUkCuPQp2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBUkCv8tQH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBUkCv8tQH .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #014188;
}
.cid-tBUkCv8tQH .mbr-text {
  padding-right: 70px;
  color: #014188;
}
.cid-tBUkCv8tQH .form-group {
  padding: 0;
}
.cid-tBUkCv8tQH .form-control {
  background-color: #ffffff !important;
  color: #f7941e;
  border: 1px solid #f7941e;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tBUkCv8tQH .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-tBUkCv8tQH .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-tBUkCv8tQH .mbr-form .btn {
  margin: 0;
}
.cid-tBUkCv8tQH .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-tBUkCv8tQH input::-webkit-input-placeholder {
  color: #f7941e;
  opacity: .8;
}
.cid-tBUkCv8tQH input::-moz-placeholder {
  color: #f7941e;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tBUkCv8tQH .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-tBUkCv8tQH .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-tBUkCv8tQH .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tBUkCv8tQH .dragArea {
    margin: 0;
  }
  .cid-tBUkCv8tQH .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-tBUkCv8tQH .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-tBUkCv8tQH .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-tBUkCv8tQH .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tBUkCvpMTn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tBUkCvpMTn .nav__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
}
.cid-tBUkCvpMTn .menu__footer {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 30px;
}
.cid-tBUkCvpMTn .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tBUkCvpMTn .menu__item {
  margin-bottom: 20px;
}
.cid-tBUkCvpMTn .menu__item a {
  font-weight: 600;
}
.cid-tBUkCvpMTn .widget__title {
  line-height: 1.17;
  margin-bottom: 20px;
  color: #f7941e;
}
.cid-tBUkCvpMTn .widget__feed {
  max-width: 305px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cid-tBUkCvpMTn .widget__item {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 13px;
}
.cid-tBUkCvpMTn .widget__item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBUkCvpMTn .menu__item {
    text-align: center;
  }
  .cid-tBUkCvpMTn .widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cid-tBUkCvNRDK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBUkCvNRDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBUkCvNRDK .container-fluid {
  padding: 0;
}
.cid-tBUkCvNRDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBUkCvNRDK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBUkCvNRDK .row {
  flex-direction: row-reverse;
}
.cid-tBUkCvNRDK img {
  width: 100%;
}