.mbr-section-btn .btn {
  border-radius: 50px !important;
}
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: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: '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: #f7941e !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: #f7941e !important;
  border-color: #f7941e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f7941e;
  border-color: #f7941e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-warning:hover {
  background-color: #f9ab4f !important;
  border-color: #f9ab4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #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: #f7941e;
  color: #f7941e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #f7941e !important;
  border-color: #f7941e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #014188 !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #014188 !important;
}
.text-info {
  color: #4c4c4c !important;
}
.text-warning {
  color: #f7941e !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #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: #f7941e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #014188 !important;
}
.alert-success {
  background-color: #014188;
}
.alert-info {
  background-color: #4c4c4c;
}
.alert-warning {
  background-color: #f7941e;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #014188;
  border-color: #014188;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
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: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.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;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.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 a {
  overflow: hidden;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s1pgD8z0jj .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-s1pgD8z0jj .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s1pgD8z0jj .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s1pgD8z0jj .btn {
    white-space: nowrap;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item.dropdown:hover::before,
  .cid-s1pgD8z0jj .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s1pgD8z0jj .navbar > .container,
.cid-s1pgD8z0jj .navbar > .container-fluid {
  align-items: center;
}
.cid-s1pgD8z0jj .dropdown-toggle::after,
.cid-s1pgD8z0jj .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s1pgD8z0jj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s1pgD8z0jj .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s1pgD8z0jj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s1pgD8z0jj .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s1pgD8z0jj .nav-item:focus,
.cid-s1pgD8z0jj .nav-link:focus {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s1pgD8z0jj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s1pgD8z0jj .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s1pgD8z0jj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s1pgD8z0jj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1pgD8z0jj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 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;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pgD8z0jj .navbar {
    height: 97px;
  }
  .cid-s1pgD8z0jj .navbar.opened {
    height: auto;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1pj7EandR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/beautiiful-rocky-rivers-a-1800x1200.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-tqPrHZno6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tqPrHZno6r .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: 0;
}
.cid-tqPrHZno6r .carousel-inner {
  margin-bottom: 70px;
}
.cid-tqPrHZno6r .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-tqPrHZno6r .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-tqPrHZno6r .mbr-section-subtitle:after {
  content: "";
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass-1.svg");
}
.cid-tqPrHZno6r .mbr-section-title {
  margin-bottom: 33px;
  color: #014188;
}
.cid-tqPrHZno6r .slider__image {
  margin-left: 11.8%;
}
.cid-tqPrHZno6r .img-wrap {
  max-width: 100%;
}
.cid-tqPrHZno6r .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-tqPrHZno6r .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-tqPrHZno6r .carousel-indicators .active {
  background: #f7941e;
  opacity: 1;
  border: none;
}
.cid-tqPrHZno6r .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-tqPrHZno6r .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #f7941e;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-tqPrHZno6r .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #f7941e;
  background-color: transparent;
}
.cid-tqPrHZno6r .carousel-controls a span {
  transition: all .3s;
  color: #f7941e;
  font-size: 18px;
}
.cid-tqPrHZno6r .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tqPrHZno6r .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tqPrHZno6r .carousel-controls .carousel-control-next,
.cid-tqPrHZno6r .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-tqPrHZno6r .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-tqPrHZno6r .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-tqPrHZno6r .image-element {
    min-width: 50%;
  }
  .cid-tqPrHZno6r .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tqPrHZno6r .two__background:before {
    max-width: 90%;
  }
  .cid-tqPrHZno6r .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-tqPrHZno6r .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-tqPrHZno6r .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-tqPrHZno6r .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-tqPrHZno6r .mbr-section-subtitle:after {
    content: none;
  }
  .cid-tqPrHZno6r .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tqPrHZno6r .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-tqPrHZno6r .img-wrap {
    width: 100%;
  }
  .cid-tqPrHZno6r .carousel-controls {
    display: none;
  }
  .cid-tqPrHZno6r .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-tqPrHZno6r .mbr-text {
  color: #014188;
}
.cid-s1pjqGvPdO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s1pjqGvPdO .mbr-section-title {
  margin-bottom: 26px;
  font-weight: 300;
  color: #014188;
}
.cid-s1pjqGvPdO .mbr-section-title b,
.cid-s1pjqGvPdO .mbr-section-title strong {
  font-weight: 500;
}
.cid-s1pjqGvPdO .mbr-text {
  margin-bottom: 18px;
}
.cid-s1pjqGvPdO .row__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cid-s1pjqGvPdO .row__image:nth-child(1) {
  padding-right: 80px;
}
.cid-s1pjqGvPdO .row__image:nth-child(2) {
  padding-left: 80px;
}
.cid-s1pjqGvPdO .image {
  margin-right: 13px;
  width: 100%;
}
.cid-s1pjqGvPdO .image img {
  max-width: 100%;
  object-fit: cover;
  max-height: 245px;
}
.cid-s1pjqGvPdO .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s1pjqGvPdO .link a {
  font-weight: 700;
}
.cid-s1pjqGvPdO .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s1pjqGvPdO .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-s1pjqGvPdO .row__image {
    margin-bottom: 9px;
  }
  .cid-s1pjqGvPdO .row__image:nth-child(1) {
    padding-right: 32px;
  }
  .cid-s1pjqGvPdO .row__image:nth-child(2) {
    padding-left: 32px;
  }
  .cid-s1pjqGvPdO .title__block {
    margin-top: 60px;
  }
  .cid-s1pjqGvPdO .image {
    margin-right: 10px;
    height: auto;
    max-height: initial;
  }
  .cid-s1pjqGvPdO .mbr-section-title {
    margin-bottom: 19px;
  }
  .cid-s1pjqGvPdO .mbr-text {
    margin-bottom: 11px;
  }
}
.cid-s1pjqGvPdO .mbr-text,
.cid-s1pjqGvPdO .link {
  color: #014188;
}
.cid-s1pjg3MPZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  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 .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: #f7941e;
}
.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: #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: #014188;
}
.cid-tqPfvfKR3m {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: #014188;
}
.cid-tqPfvfKR3m .google-map {
  height: 30rem;
  position: relative;
}
.cid-tqPfvfKR3m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tqPfvfKR3m .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-tqPfvfKR3m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqPfvfKR3m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tqPfvfKR3m .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #ffffff;
}
.cid-tqPfvfKR3m .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-s1pjqgvBMN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s1pjqgvBMN .title__block {
  margin-bottom: 89px;
}
.cid-s1pjqgvBMN .timelines-container .separline:last-child:before {
  content: none;
}
.cid-s1pjqgvBMN .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #014188;
}
.cid-s1pjqgvBMN .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #014188;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-s1pjqgvBMN .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s1pjqgvBMN .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #014188;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-s1pjqgvBMN .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s1pjqgvBMN .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-s1pjqgvBMN .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-s1pjqgvBMN .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-s1pjqgvBMN .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f7941e;
}
.cid-s1pjqgvBMN .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-s1pjqgvBMN .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f7941e;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-s1pjqgvBMN .title__block {
    margin-bottom: 40px;
  }
  .cid-s1pjqgvBMN .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-s1pjqgvBMN .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-s1pjqgvBMN .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-s1pjqgvBMN .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-s1pjqgvBMN .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-s1pjqgvBMN .iconBackground {
    left: 0 !important;
  }
  .cid-s1pjqgvBMN .separline:before {
    left: 0!important;
  }
}
.cid-s1pjqgvBMN .mbr-section-title {
  color: #014188;
}
.cid-s1pjqgvBMN .mbr-timeline-text {
  color: #014188;
}
.cid-tqPn2wJ97d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cce4f0;
}
.cid-tqPn2wJ97d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tqPn2wJ97d .img-item,
.cid-tqPn2wJ97d img {
  height: 100%;
  object-fit: cover;
}
.cid-tqPn2wJ97d .img-col {
  padding: 0;
}
.cid-tqPn2wJ97d .col-auto {
  width: 100%;
}
.cid-tqPn2wJ97d .row {
  margin: 0;
}
.cid-tqPn2wJ97d .wrapper {
  background: #014188;
  padding: 5rem 10rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tqPn2wJ97d .wrapper {
    padding: 5rem 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tqPn2wJ97d .wrapper {
    padding: 3rem 1rem;
    margin: 0 1rem;
  }
}
.cid-tqPn2wJ97d .btn {
  margin-top: 2rem;
}
.cid-tqPn2wJ97d .btn:hover,
.cid-tqPn2wJ97d .btn:focus {
  background: white !important;
  color: #dddddd !important;
  border-color: white !important;
}
.cid-tqPn2wJ97d .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-tqPn2wJ97d .form-control,
.cid-tqPn2wJ97d .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #3c505b !important;
  color: #014188;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqPn2wJ97d .form-control::-webkit-input-placeholder,
.cid-tqPn2wJ97d .field-input::-webkit-input-placeholder,
.cid-tqPn2wJ97d .form-control::-webkit-input-placeholder,
.cid-tqPn2wJ97d .field-input::-webkit-input-placeholder {
  color: #014188;
}
.cid-tqPn2wJ97d .form-control:-moz-placeholder,
.cid-tqPn2wJ97d .field-input:-moz-placeholder,
.cid-tqPn2wJ97d .form-control:-moz-placeholder,
.cid-tqPn2wJ97d .field-input:-moz-placeholder {
  color: #014188;
}
.cid-tqPn2wJ97d .form-control:hover,
.cid-tqPn2wJ97d .field-input:hover,
.cid-tqPn2wJ97d .form-control:focus,
.cid-tqPn2wJ97d .field-input:focus {
  background-color: #cce4f0;
  border-color: #689bb2 !important;
  color: #003d59;
  box-shadow: none;
  outline: none;
}
.cid-tqPn2wJ97d .form-control:hover::-webkit-input-placeholder,
.cid-tqPn2wJ97d .field-input:hover::-webkit-input-placeholder,
.cid-tqPn2wJ97d .form-control:focus::-webkit-input-placeholder,
.cid-tqPn2wJ97d .field-input:focus::-webkit-input-placeholder,
.cid-tqPn2wJ97d .form-control:hover::-webkit-input-placeholder,
.cid-tqPn2wJ97d .field-input:hover::-webkit-input-placeholder,
.cid-tqPn2wJ97d .form-control:focus::-webkit-input-placeholder,
.cid-tqPn2wJ97d .field-input:focus::-webkit-input-placeholder {
  color: #003d59;
}
.cid-tqPn2wJ97d .form-control:hover:-moz-placeholder,
.cid-tqPn2wJ97d .field-input:hover:-moz-placeholder,
.cid-tqPn2wJ97d .form-control:focus:-moz-placeholder,
.cid-tqPn2wJ97d .field-input:focus:-moz-placeholder,
.cid-tqPn2wJ97d .form-control:hover:-moz-placeholder,
.cid-tqPn2wJ97d .field-input:hover:-moz-placeholder,
.cid-tqPn2wJ97d .form-control:focus:-moz-placeholder,
.cid-tqPn2wJ97d .field-input:focus:-moz-placeholder {
  color: #003d59;
}
.cid-tqPn2wJ97d .jq-number__spin:hover,
.cid-tqPn2wJ97d .jq-number__spin:focus {
  background-color: #cce4f0;
  border-color: #689bb2;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tqPn2wJ97d .jq-number__spin {
  background-color: #ffffff;
  border-color: #3c505b;
  color: #014188;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tqPn2wJ97d .jq-selectbox li,
.cid-tqPn2wJ97d .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tqPn2wJ97d .jq-selectbox li:hover,
.cid-tqPn2wJ97d .jq-selectbox li.selected {
  background-color: #cce4f0;
  color: #000000;
}
.cid-tqPn2wJ97d .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tqPn2wJ97d .jq-number__spin.minus:hover:after,
.cid-tqPn2wJ97d .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tqPn2wJ97d .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tqPn2wJ97d .jq-number__spin.minus:after,
.cid-tqPn2wJ97d .jq-number__spin.plus:after {
  border-top-color: #cce4f0;
  border-bottom-color: #cce4f0;
}
.cid-tqPn2wJ97d input::-webkit-clear-button {
  display: none;
}
.cid-tqPn2wJ97d input::-webkit-inner-spin-button {
  display: none;
}
.cid-tqPn2wJ97d input::-webkit-outer-spin-button {
  display: none;
}
.cid-tqPn2wJ97d input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tqPn2wJ97d H4 {
  color: #ffffff;
  text-align: center;
}
.cid-tqPn2wJ97d H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tqPn2wJ97d LABEL {
  color: #ffffff;
}
.cid-tqKuOLNCCb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-tqKuOLNCCb .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-tqKuOLNCCb .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-tqKuOLNCCb .form-group {
  padding: 0;
}
.cid-tqKuOLNCCb .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tqKuOLNCCb .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-tqKuOLNCCb .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-tqKuOLNCCb .mbr-form .btn {
  margin: 0;
}
.cid-tqKuOLNCCb .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-tqKuOLNCCb input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-tqKuOLNCCb input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tqKuOLNCCb .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-tqKuOLNCCb .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-tqKuOLNCCb .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tqKuOLNCCb .dragArea {
    margin: 0;
  }
  .cid-tqKuOLNCCb .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-tqKuOLNCCb .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-tqKuOLNCCb .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-tqKuOLNCCb .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqJwDZuMum {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqJwDZuMum .nav-link,
.cid-tqJwDZuMum .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqJwDZuMum .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqJwDZuMum .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqJwDZuMum .nav-link.text-primary:hover,
.cid-tqJwDZuMum .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqJwDZuMum .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqJwDZuMum .nav-link:hover:before {
  opacity: 1;
}
.cid-tqJwDZuMum .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-tqJwDZuMum .nav-link {
    margin: 0 !important;
  }
}
.cid-tqJwDZuMum .icons-menu {
  line-height: 0;
}
.cid-tqJwDZuMum .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqJwDZuMum .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqJwDZuMum .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqJwDZuMum .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqJwDZuMum .dropdown-menu a {
  overflow: hidden;
}
.cid-tqJwDZuMum .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJwDZuMum .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqJwDZuMum .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJwDZuMum .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqJwDZuMum .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJwDZuMum .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqJwDZuMum .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJwDZuMum .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqJwDZuMum .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-tqJwDZuMum .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqJwDZuMum .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJwDZuMum .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJwDZuMum .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJwDZuMum .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqJwDZuMum.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqJwDZuMum .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqJwDZuMum .btn {
    white-space: nowrap;
  }
  .cid-tqJwDZuMum .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-tqJwDZuMum .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJwDZuMum .nav-item.dropdown:hover::before,
  .cid-tqJwDZuMum .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqJwDZuMum .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqJwDZuMum .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqJwDZuMum .navbar > .container,
.cid-tqJwDZuMum .navbar > .container-fluid {
  align-items: center;
}
.cid-tqJwDZuMum .dropdown-toggle::after,
.cid-tqJwDZuMum .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-tqJwDZuMum .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqJwDZuMum .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqJwDZuMum .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqJwDZuMum .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqJwDZuMum .nav-item:focus,
.cid-tqJwDZuMum .nav-link:focus {
  outline: none;
}
.cid-tqJwDZuMum .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqJwDZuMum .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJwDZuMum .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqJwDZuMum a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqJwDZuMum ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqJwDZuMum .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqJwDZuMum .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqJwDZuMum .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqJwDZuMum .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJwDZuMum .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJwDZuMum .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqJwDZuMum .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqJwDZuMum .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJwDZuMum .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqJwDZuMum .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqJwDZuMum .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJwDZuMum .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJwDZuMum.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJwDZuMum .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqJwDZuMum .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqJwDZuMum .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqJwDZuMum .navbar-logo {
    margin: 0;
  }
  .cid-tqJwDZuMum .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqJwDZuMum .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqJwDZuMum .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqJwDZuMum .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqJwDZuMum .navbar {
    padding: 13px 90px;
  }
  .cid-tqJwDZuMum .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqJwDZuMum .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqJwDZuMum .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqJwDZuMum .dropdown-toggle::after,
  .cid-tqJwDZuMum .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqJwDZuMum .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqJwDZuMum a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqJwDZuMum ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqJwDZuMum .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqJwDZuMum .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqJwDZuMum.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqJwDZuMum.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqJwDZuMum.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqJwDZuMum.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqJwDZuMum .navbar {
    padding: 0 !important;
  }
  .cid-tqJwDZuMum ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqJwDZuMum a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqJwDZuMum .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqJwDZuMum .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJwDZuMum .dropdown-item.active,
.cid-tqJwDZuMum .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJwDZuMum .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqJwDZuMum .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqJwDZuMum button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqJwDZuMum button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqJwDZuMum button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqJwDZuMum button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJwDZuMum button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJwDZuMum button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqJwDZuMum nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqJwDZuMum nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqJwDZuMum nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqJwDZuMum nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqJwDZuMum .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqJwDZuMum .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJwDZuMum .navbar {
    height: 97px;
  }
  .cid-tqJwDZuMum .navbar.opened {
    height: auto;
  }
  .cid-tqJwDZuMum .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqK3638Az2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tqK3638Az2 .title__block {
  position: relative;
  z-index: 10;
}
.cid-tqK3638Az2 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tqK3638Az2 .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #014188;
}
.cid-tqK3638Az2 .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-tqK3638Az2 .mbr-section-btn {
  padding-right: 150px;
}
.cid-tqK3638Az2 .slider__block .container {
  padding: 0 15px;
}
.cid-tqK3638Az2 .carousel {
  padding-bottom: 100px;
}
.cid-tqK3638Az2 .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-tqK3638Az2 .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-tqK3638Az2 .carousel-item.active {
  opacity: 1;
}
.cid-tqK3638Az2 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tqK3638Az2 .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-tqK3638Az2 .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tqK3638Az2 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tqK3638Az2 .carousel-item .cloneditem-1,
.cid-tqK3638Az2 .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-tqK3638Az2 .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-tqK3638Az2 .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-tqK3638Az2 .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-tqK3638Az2 .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-tqK3638Az2 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tqK3638Az2 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-tqK3638Az2 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-tqK3638Az2 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tqK3638Az2 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tqK3638Az2 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-tqK3638Az2 .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-tqK3638Az2 .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-tqK3638Az2 .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-tqK3638Az2 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-tqK3638Az2 .cloneditem-1,
.cid-tqK3638Az2 .cloneditem-2,
.cid-tqK3638Az2 .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-tqK3638Az2 .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tqK3638Az2 .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-tqK3638Az2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tqK3638Az2 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tqK3638Az2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tqK3638Az2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tqK3638Az2 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tqK3638Az2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tqK3638Az2 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tqK3638Az2 .carousel-inner.slides2 .cloneditem-1,
  .cid-tqK3638Az2 .carousel-inner.slides2 .cloneditem-2,
  .cid-tqK3638Az2 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tqK3638Az2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tqK3638Az2 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tqK3638Az2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tqK3638Az2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tqK3638Az2 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tqK3638Az2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tqK3638Az2 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tqK3638Az2 .carousel-inner.slides3 .cloneditem-1,
  .cid-tqK3638Az2 .carousel-inner.slides3 .cloneditem-2,
  .cid-tqK3638Az2 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tqK3638Az2 .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-tqK3638Az2 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tqK3638Az2 .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-tqK3638Az2 .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-tqK3638Az2 .mbr-section-btn {
    padding-right: 0;
  }
  .cid-tqK3638Az2 .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-tqK3638Az2 .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-tqK3638Az2 .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-tqK3638Az2 .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-tqK3638Az2 .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-tqK3638Az2 .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-tqK3638Az2 .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-tqK3638Az2 .carousel {
    padding-bottom: 50px;
  }
}
.cid-tqK3638Az2 .mbr-text,
.cid-tqK3638Az2 .mbr-section-btn {
  color: #014188;
}
.cid-trp1RS77GH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-trp1RS77GH .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: 0;
}
.cid-trp1RS77GH .carousel-inner {
  margin-bottom: 70px;
}
.cid-trp1RS77GH .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-trp1RS77GH .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-trp1RS77GH .mbr-section-subtitle:after {
  content: "";
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass-1.svg");
}
.cid-trp1RS77GH .mbr-section-title {
  margin-bottom: 33px;
  color: #014188;
}
.cid-trp1RS77GH .slider__image {
  margin-left: 11.8%;
}
.cid-trp1RS77GH .img-wrap {
  max-width: 100%;
}
.cid-trp1RS77GH .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-trp1RS77GH .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-trp1RS77GH .carousel-indicators .active {
  background: #f7941e;
  opacity: 1;
  border: none;
}
.cid-trp1RS77GH .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-trp1RS77GH .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #f7941e;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-trp1RS77GH .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #f7941e;
  background-color: transparent;
}
.cid-trp1RS77GH .carousel-controls a span {
  transition: all .3s;
  color: #f7941e;
  font-size: 18px;
}
.cid-trp1RS77GH .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-trp1RS77GH .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-trp1RS77GH .carousel-controls .carousel-control-next,
.cid-trp1RS77GH .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-trp1RS77GH .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-trp1RS77GH .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-trp1RS77GH .image-element {
    min-width: 50%;
  }
  .cid-trp1RS77GH .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-trp1RS77GH .two__background:before {
    max-width: 90%;
  }
  .cid-trp1RS77GH .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-trp1RS77GH .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-trp1RS77GH .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-trp1RS77GH .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-trp1RS77GH .mbr-section-subtitle:after {
    content: none;
  }
  .cid-trp1RS77GH .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-trp1RS77GH .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-trp1RS77GH .img-wrap {
    width: 100%;
  }
  .cid-trp1RS77GH .carousel-controls {
    display: none;
  }
  .cid-trp1RS77GH .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-trp1RS77GH .mbr-text {
  color: #014188;
}
.cid-tqK3pVOKb0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqK3pVOKb0 .mbr-section-title {
  font-weight: 500;
  color: #014188;
}
.cid-tqK3pVOKb0 .mbr-section-title b,
.cid-tqK3pVOKb0 .mbr-section-title strong {
  font-weight: 500;
}
.cid-tqK3pVOKb0 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tqK3pVOKb0 .link a {
  font-weight: 700;
}
.cid-tqK3pVOKb0 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tqK3pVOKb0 .link:hover span {
  transform: translateX(9px);
}
.cid-tqK3pVOKb0 .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-tqK3pVOKb0 .card__block:nth-child(2) .card__content::before {
  background-color: #fe5925;
}
.cid-tqK3pVOKb0 .card__block:nth-child(3) .card__content::before {
  background-color: #014188;
}
.cid-tqK3pVOKb0 .card__block:nth-child(4) .card__content::before {
  background-color: #f7941e;
}
.cid-tqK3pVOKb0 .card__block:nth-child(6) .card__content::before {
  background-color: #014188;
}
.cid-tqK3pVOKb0 .card__block:nth-child(7) .card__content::before {
  background-color: #4c4c4c;
}
.cid-tqK3pVOKb0 .card__block:nth-child(8) .card__content::before {
  background-color: #dddddd;
}
.cid-tqK3pVOKb0 .card__content {
  position: relative;
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-tqK3pVOKb0 .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-tqK3pVOKb0 .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-tqK3pVOKb0 .card__content .card__image {
  display: flex;
  height: 190px;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-tqK3pVOKb0 .card__content .card__image img {
  max-width: 145px;
}
.cid-tqK3pVOKb0 .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-tqK3pVOKb0 .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .cid-tqK3pVOKb0 .title__block {
    padding: 24px 17px;
  }
  .cid-tqK3pVOKb0 .card__content {
    padding: 15px 13px 20px;
  }
  .cid-tqK3pVOKb0 .card__content .card__image {
    height: 73px;
  }
  .cid-tqK3pVOKb0 .card__content .card__image img {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tqK3pVOKb0 .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-tqK3pVOKb0 .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tqK3pVOKb0 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-tqK3pVOKb0 .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-tqK3pVOKb0 .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-tqK3pVOKb0 .card__title {
  color: #003d59;
}
.cid-trAME69InW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trAME69InW .mbr-text {
  color: #767676;
}
.cid-trAME69InW .mbr-section-subtitle {
  color: #767676;
}
.cid-trAME69InW .title .num {
  width: 100%;
  display: block;
}
.cid-trAME69InW .title .card-title {
  z-index: 1;
}
.cid-trAME69InW .card {
  padding-left: 1rem;
  border-left: 1px solid #ffffff;
}
.cid-trAME69InW .num {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-trAME69InW * {
    text-align: left !important;
  }
  .cid-trAME69InW .cards {
    gap: 3rem;
    margin: 0;
  }
  .cid-trAME69InW .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-trAME69InW .content-column {
    margin-bottom: 2rem;
  }
}
.cid-trAME69InW .mbr-section-title,
.cid-trAME69InW .card-box {
  color: #ffffff;
}
.cid-trAME69InW .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-tqK2vnXg2B {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tqK2vnXg2B .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tqK2vnXg2B .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 110px;
  height: 110px;
  bottom: -85px;
  left: -105px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tqK2vnXg2B .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-tqK2vnXg2B .link a {
  font-weight: 700;
}
.cid-tqK2vnXg2B .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tqK2vnXg2B .link:hover span {
  transform: translateX(9px);
}
.cid-tqK2vnXg2B .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #f7941e;
}
.cid-tqK2vnXg2B .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-tqK2vnXg2B .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-tqK2vnXg2B .card__content:hover {
  transform: scale(0.95);
}
.cid-tqK2vnXg2B .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-tqK2vnXg2B .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-tqK2vnXg2B .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-tqK2vnXg2B .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-tqK2vnXg2B .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-tqK2vnXg2B .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-tqK2vnXg2B .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-tqK2vnXg2B .title__block {
    margin-bottom: 74px;
  }
  .cid-tqK2vnXg2B .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-tqK2vnXg2B .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tqK2vnXg2B .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-tqK2vnXg2B .card__content {
    height: 200px;
  }
  .cid-tqK2vnXg2B .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tqK2vnXg2B .card__item {
    max-width: 274px;
  }
}
.cid-tqK2vnXg2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK2vnXg2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqK2vnXg2B .mbr-section-title,
.cid-tqK2vnXg2B .link {
  color: #014188;
}
.cid-trsJpAPUxk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsJpAPUxk .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsJpAPUxk .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsJpAPUxk .form-group {
  padding: 0;
}
.cid-trsJpAPUxk .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsJpAPUxk .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsJpAPUxk .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsJpAPUxk .mbr-form .btn {
  margin: 0;
}
.cid-trsJpAPUxk .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsJpAPUxk input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsJpAPUxk input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsJpAPUxk .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsJpAPUxk .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsJpAPUxk .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsJpAPUxk .dragArea {
    margin: 0;
  }
  .cid-trsJpAPUxk .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsJpAPUxk .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsJpAPUxk .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsJpAPUxk .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqJwQRA7EW {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqJwQRA7EW .nav-link,
.cid-tqJwQRA7EW .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqJwQRA7EW .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqJwQRA7EW .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqJwQRA7EW .nav-link.text-primary:hover,
.cid-tqJwQRA7EW .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqJwQRA7EW .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqJwQRA7EW .nav-link:hover:before {
  opacity: 1;
}
.cid-tqJwQRA7EW .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-tqJwQRA7EW .nav-link {
    margin: 0 !important;
  }
}
.cid-tqJwQRA7EW .icons-menu {
  line-height: 0;
}
.cid-tqJwQRA7EW .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqJwQRA7EW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqJwQRA7EW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqJwQRA7EW .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqJwQRA7EW .dropdown-menu a {
  overflow: hidden;
}
.cid-tqJwQRA7EW .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJwQRA7EW .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqJwQRA7EW .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJwQRA7EW .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqJwQRA7EW .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJwQRA7EW .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqJwQRA7EW .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJwQRA7EW .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqJwQRA7EW .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-tqJwQRA7EW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqJwQRA7EW .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJwQRA7EW .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJwQRA7EW .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJwQRA7EW .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqJwQRA7EW.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqJwQRA7EW .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqJwQRA7EW .btn {
    white-space: nowrap;
  }
  .cid-tqJwQRA7EW .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-tqJwQRA7EW .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJwQRA7EW .nav-item.dropdown:hover::before,
  .cid-tqJwQRA7EW .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqJwQRA7EW .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqJwQRA7EW .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqJwQRA7EW .navbar > .container,
.cid-tqJwQRA7EW .navbar > .container-fluid {
  align-items: center;
}
.cid-tqJwQRA7EW .dropdown-toggle::after,
.cid-tqJwQRA7EW .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-tqJwQRA7EW .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqJwQRA7EW .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqJwQRA7EW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqJwQRA7EW .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqJwQRA7EW .nav-item:focus,
.cid-tqJwQRA7EW .nav-link:focus {
  outline: none;
}
.cid-tqJwQRA7EW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqJwQRA7EW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJwQRA7EW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqJwQRA7EW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqJwQRA7EW ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqJwQRA7EW .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqJwQRA7EW .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqJwQRA7EW .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqJwQRA7EW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJwQRA7EW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJwQRA7EW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqJwQRA7EW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqJwQRA7EW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJwQRA7EW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqJwQRA7EW .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqJwQRA7EW .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJwQRA7EW .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJwQRA7EW.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJwQRA7EW .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqJwQRA7EW .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqJwQRA7EW .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqJwQRA7EW .navbar-logo {
    margin: 0;
  }
  .cid-tqJwQRA7EW .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqJwQRA7EW .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqJwQRA7EW .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqJwQRA7EW .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqJwQRA7EW .navbar {
    padding: 13px 90px;
  }
  .cid-tqJwQRA7EW .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqJwQRA7EW .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqJwQRA7EW .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqJwQRA7EW .dropdown-toggle::after,
  .cid-tqJwQRA7EW .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqJwQRA7EW .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqJwQRA7EW a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqJwQRA7EW ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqJwQRA7EW .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqJwQRA7EW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqJwQRA7EW.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqJwQRA7EW.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqJwQRA7EW.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqJwQRA7EW.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqJwQRA7EW .navbar {
    padding: 0 !important;
  }
  .cid-tqJwQRA7EW ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqJwQRA7EW a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqJwQRA7EW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqJwQRA7EW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJwQRA7EW .dropdown-item.active,
.cid-tqJwQRA7EW .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJwQRA7EW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqJwQRA7EW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqJwQRA7EW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqJwQRA7EW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqJwQRA7EW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqJwQRA7EW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJwQRA7EW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJwQRA7EW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqJwQRA7EW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqJwQRA7EW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqJwQRA7EW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqJwQRA7EW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqJwQRA7EW .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqJwQRA7EW .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJwQRA7EW .navbar {
    height: 97px;
  }
  .cid-tqJwQRA7EW .navbar.opened {
    height: auto;
  }
  .cid-tqJwQRA7EW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqK3MLmTWl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/the-massai-in-kenya-1340x837.jpg");
}
.cid-tqK3MLmTWl .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tqK3MLmTWl .mbr-section-title b,
.cid-tqK3MLmTWl .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tqK3MLmTWl .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tqK3MLmTWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK3MLmTWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqK3MLmTWl .mbr-section-title,
.cid-tqK3MLmTWl .mbr-section-btn {
  color: #ffffff;
}
.cid-tqK6tNpaa9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tqK6tNpaa9 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tqK6tNpaa9 .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tqK6tNpaa9 .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tqK6tNpaa9 .card__title1 {
  color: #f7941e;
}
.cid-tqK6tNpaa9 .card__title2 {
  color: #f7941e;
}
.cid-tqK6tNpaa9 .card__title3 {
  color: #f7941e;
}
.cid-tqK6tNpaa9 .figure {
  margin-bottom: 26px;
}
.cid-tqK6tNpaa9 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tqK6tNpaa9 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tqK6tNpaa9 .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tqK6tNpaa9 .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tqK6tNpaa9 .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tqK6tNpaa9 .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tqK6tNpaa9 .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tqK6tNpaa9 .figure {
    margin-bottom: 10px;
  }
  .cid-tqK6tNpaa9 .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tqK6tNpaa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK6tNpaa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqK4fqiTVb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tqK4fqiTVb .image__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 260px);
  background-color: #003d59;
}
.cid-tqK4fqiTVb .date__block {
  margin-top: 88px;
  margin-bottom: 16px;
}
.cid-tqK4fqiTVb .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #f7941e;
}
.cid-tqK4fqiTVb .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #46877e;
}
.cid-tqK4fqiTVb .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #f7941e;
}
.cid-tqK4fqiTVb .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tqK4fqiTVb .mbr-text {
  margin-bottom: 23px;
}
.cid-tqK4fqiTVb .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tqK4fqiTVb .link a {
  font-weight: 700;
}
.cid-tqK4fqiTVb .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tqK4fqiTVb .link:hover span {
  transform: translateX(9px);
}
.cid-tqK4fqiTVb .image__block {
  position: relative;
}
.cid-tqK4fqiTVb .image {
  width: 100%;
  height: 575px;
  position: relative;
}
.cid-tqK4fqiTVb .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f7941e;
  z-index: 1;
}
.cid-tqK4fqiTVb .image img {
  position: absolute;
  width: 50%;
  height: 80%;
  top: 60px;
  left: 50%;
  z-index: 5;
  transform: translatex(-50%);
  border-radius: 50%;
  max-height: 575px;
  object-fit: cover;
  border: 4px solid #46877e;
}
@media (max-width: 991px) {
  .cid-tqK4fqiTVb .date__block {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .cid-tqK4fqiTVb .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tqK4fqiTVb .mbr-text {
    margin-bottom: 12px;
  }
  .cid-tqK4fqiTVb .image__block {
    margin-top: 60px;
  }
  .cid-tqK4fqiTVb .image__block:before {
    top: -50px;
    left: 70px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .cid-tqK4fqiTVb .image {
    height: 460px;
  }
  .cid-tqK4fqiTVb .image img {
    top: 45px;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .cid-tqK4fqiTVb .image {
    height: 420px;
  }
  .cid-tqK4fqiTVb .image img {
    top: 40px;
    width: 60%;
  }
}
@media (max-width: 380px) {
  .cid-tqK4fqiTVb .image {
    height: 300px;
  }
  .cid-tqK4fqiTVb .image img {
    top: 30px;
    width: 60%;
  }
}
.cid-tqK4fqiTVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK4fqiTVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trsJvZcwjt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsJvZcwjt .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsJvZcwjt .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsJvZcwjt .form-group {
  padding: 0;
}
.cid-trsJvZcwjt .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsJvZcwjt .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsJvZcwjt .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsJvZcwjt .mbr-form .btn {
  margin: 0;
}
.cid-trsJvZcwjt .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsJvZcwjt input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsJvZcwjt input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsJvZcwjt .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsJvZcwjt .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsJvZcwjt .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsJvZcwjt .dragArea {
    margin: 0;
  }
  .cid-trsJvZcwjt .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsJvZcwjt .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsJvZcwjt .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsJvZcwjt .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqJEMsUJBG {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqJEMsUJBG .nav-link,
.cid-tqJEMsUJBG .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqJEMsUJBG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqJEMsUJBG .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqJEMsUJBG .nav-link.text-primary:hover,
.cid-tqJEMsUJBG .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqJEMsUJBG .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqJEMsUJBG .nav-link:hover:before {
  opacity: 1;
}
.cid-tqJEMsUJBG .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-tqJEMsUJBG .nav-link {
    margin: 0 !important;
  }
}
.cid-tqJEMsUJBG .icons-menu {
  line-height: 0;
}
.cid-tqJEMsUJBG .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqJEMsUJBG .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqJEMsUJBG .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqJEMsUJBG .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqJEMsUJBG .dropdown-menu a {
  overflow: hidden;
}
.cid-tqJEMsUJBG .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJEMsUJBG .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqJEMsUJBG .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJEMsUJBG .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqJEMsUJBG .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJEMsUJBG .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqJEMsUJBG .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJEMsUJBG .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqJEMsUJBG .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-tqJEMsUJBG .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqJEMsUJBG .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJEMsUJBG .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJEMsUJBG .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJEMsUJBG .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqJEMsUJBG.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqJEMsUJBG .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqJEMsUJBG .btn {
    white-space: nowrap;
  }
  .cid-tqJEMsUJBG .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-tqJEMsUJBG .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJEMsUJBG .nav-item.dropdown:hover::before,
  .cid-tqJEMsUJBG .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqJEMsUJBG .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqJEMsUJBG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqJEMsUJBG .navbar > .container,
.cid-tqJEMsUJBG .navbar > .container-fluid {
  align-items: center;
}
.cid-tqJEMsUJBG .dropdown-toggle::after,
.cid-tqJEMsUJBG .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-tqJEMsUJBG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqJEMsUJBG .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqJEMsUJBG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqJEMsUJBG .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqJEMsUJBG .nav-item:focus,
.cid-tqJEMsUJBG .nav-link:focus {
  outline: none;
}
.cid-tqJEMsUJBG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqJEMsUJBG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJEMsUJBG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqJEMsUJBG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqJEMsUJBG ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqJEMsUJBG .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqJEMsUJBG .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqJEMsUJBG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqJEMsUJBG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJEMsUJBG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJEMsUJBG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqJEMsUJBG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqJEMsUJBG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJEMsUJBG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqJEMsUJBG .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqJEMsUJBG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJEMsUJBG .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJEMsUJBG.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJEMsUJBG .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqJEMsUJBG .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqJEMsUJBG .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqJEMsUJBG .navbar-logo {
    margin: 0;
  }
  .cid-tqJEMsUJBG .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqJEMsUJBG .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqJEMsUJBG .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqJEMsUJBG .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqJEMsUJBG .navbar {
    padding: 13px 90px;
  }
  .cid-tqJEMsUJBG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqJEMsUJBG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqJEMsUJBG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqJEMsUJBG .dropdown-toggle::after,
  .cid-tqJEMsUJBG .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqJEMsUJBG .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqJEMsUJBG a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqJEMsUJBG ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqJEMsUJBG .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqJEMsUJBG .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqJEMsUJBG.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqJEMsUJBG.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqJEMsUJBG.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqJEMsUJBG.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqJEMsUJBG .navbar {
    padding: 0 !important;
  }
  .cid-tqJEMsUJBG ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqJEMsUJBG a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqJEMsUJBG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqJEMsUJBG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJEMsUJBG .dropdown-item.active,
.cid-tqJEMsUJBG .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJEMsUJBG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqJEMsUJBG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqJEMsUJBG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqJEMsUJBG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqJEMsUJBG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqJEMsUJBG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJEMsUJBG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJEMsUJBG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqJEMsUJBG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqJEMsUJBG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqJEMsUJBG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqJEMsUJBG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqJEMsUJBG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqJEMsUJBG .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJEMsUJBG .navbar {
    height: 97px;
  }
  .cid-tqJEMsUJBG .navbar.opened {
    height: auto;
  }
  .cid-tqJEMsUJBG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJEMvlStj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/skyfit-business-travels-c-1800x1272.jpg");
}
.cid-tqJEMvlStj .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tqJEMvlStj .mbr-section-title b,
.cid-tqJEMvlStj .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tqJEMvlStj .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tqJEMvlStj .mbr-section-title,
.cid-tqJEMvlStj .mbr-section-btn {
  color: #ffffff;
}
.cid-tqK6WQ37vs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqK6WQ37vs .title__block {
  margin-bottom: 45px;
}
.cid-tqK6WQ37vs .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
}
.cid-tqK6WQ37vs .mbr-section-title b,
.cid-tqK6WQ37vs .mbr-section-title strong {
  font-weight: 500;
}
.cid-tqK6WQ37vs .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tqK6WQ37vs .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tqK6WQ37vs .video-block {
    width: 100% !important;
  }
  .cid-tqK6WQ37vs .title__block {
    margin-bottom: 30px;
  }
}
.cid-tqJEMAIoYS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqJEMAIoYS .title__block {
  margin-bottom: 65px;
}
.cid-tqJEMAIoYS .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
.cid-tqJEMAIoYS .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-tqJEMAIoYS .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-tqJEMAIoYS .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e;
}
.cid-tqJEMAIoYS .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqJEMAIoYS .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqJEMAIoYS .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqJEMAIoYS .card__content {
  display: block;
  width: 100%;
}
.cid-tqJEMAIoYS .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #014188;
}
.cid-tqJEMAIoYS .card__text {
  margin-bottom: 0;
  color: #014188;
}
@media (max-width: 991px) {
  .cid-tqJEMAIoYS .title__block {
    margin-bottom: 40px;
  }
  .cid-tqJEMAIoYS .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-tqJEMAIoYS .nav-item {
    margin-bottom: 9px;
  }
  .cid-tqJEMAIoYS .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-tqJEMAIoYS .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqJEMAIoYS .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqJEMAIoYS .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqJEMAIoYS .card__image {
    max-width: 90px;
  }
  .cid-tqJEMAIoYS .card__image img {
    width: 70%;
  }
}
.cid-tqJEMAIoYS .mbr-section-title {
  color: #014188;
}
.cid-tqK75BcGlt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tqK75BcGlt .title__block {
  margin-bottom: 55px;
}
.cid-tqK75BcGlt .mbr-section-title {
  margin-bottom: 16px;
  color: #014188;
}
.cid-tqK75BcGlt .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqK75BcGlt .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqK75BcGlt .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqK75BcGlt .card__content {
  display: block;
  width: 100%;
}
.cid-tqK75BcGlt .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #014188;
}
.cid-tqK75BcGlt .card__text {
  margin-bottom: 0;
  color: #014188;
}
@media (max-width: 991px) {
  .cid-tqK75BcGlt .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tqK75BcGlt .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqK75BcGlt .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqK75BcGlt .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqK75BcGlt .card__image {
    max-width: 90px;
  }
  .cid-tqK75BcGlt .card__image img {
    width: 70%;
  }
}
.cid-tqK75BcGlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK75BcGlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqK75BcGlt .mbr-section-subtitle {
  color: #014188;
}
.cid-tqK6ZqtYAJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tqK6ZqtYAJ .title__block {
  margin-bottom: 65px;
}
.cid-tqK6ZqtYAJ .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-tqK6ZqtYAJ .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-tqK6ZqtYAJ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #014188 !important;
  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-tqK6ZqtYAJ .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e !important;
}
.cid-tqK6ZqtYAJ .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqK6ZqtYAJ .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqK6ZqtYAJ .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqK6ZqtYAJ .card__content {
  display: block;
  width: 100%;
}
.cid-tqK6ZqtYAJ .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #014188;
}
.cid-tqK6ZqtYAJ .card__text {
  margin-bottom: 0;
  color: #014188;
}
@media (max-width: 991px) {
  .cid-tqK6ZqtYAJ .title__block {
    margin-bottom: 40px;
  }
  .cid-tqK6ZqtYAJ .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-tqK6ZqtYAJ .nav-item {
    margin-bottom: 9px;
  }
  .cid-tqK6ZqtYAJ .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-tqK6ZqtYAJ .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqK6ZqtYAJ .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqK6ZqtYAJ .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqK6ZqtYAJ .card__image {
    max-width: 90px;
  }
  .cid-tqK6ZqtYAJ .card__image img {
    width: 70%;
  }
}
.cid-tqK6ZqtYAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK6ZqtYAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqK6ZqtYAJ .mbr-section-title {
  color: #014188;
}
.cid-tqJEMFzdSA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tqJEMFzdSA .date__block {
  margin-bottom: 17px;
}
.cid-tqJEMFzdSA .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-tqJEMFzdSA .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #014188;
}
.cid-tqJEMFzdSA .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-tqJEMFzdSA .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-tqJEMFzdSA .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tqJEMFzdSA .mbr-text {
  margin-bottom: 20px;
}
.cid-tqJEMFzdSA .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tqJEMFzdSA .link a {
  font-weight: 700;
}
.cid-tqJEMFzdSA .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tqJEMFzdSA .link:hover span {
  transform: translateX(9px);
}
.cid-tqJEMFzdSA .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-tqJEMFzdSA .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.cid-tqJEMFzdSA .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tqJEMFzdSA .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #ececec;
}
.cid-tqJEMFzdSA .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-tqJEMFzdSA .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-tqJEMFzdSA .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-tqJEMFzdSA .title__block {
    padding: 25px 30px 55px;
  }
  .cid-tqJEMFzdSA .content__wrap {
    margin-bottom: 90px;
  }
  .cid-tqJEMFzdSA .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-tqJEMFzdSA .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tqJEMFzdSA .mbr-text {
    margin-bottom: 11px;
  }
  .cid-tqJEMFzdSA .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-tqJEMFzdSA .image:before {
    padding-top: 375px;
  }
}
.cid-tqJEMFzdSA .mbr-section-title,
.cid-tqJEMFzdSA .date__block {
  color: #014188;
}
.cid-tqJEMFzdSA .mbr-text,
.cid-tqJEMFzdSA .link {
  color: #014188;
}
.cid-tqK7a7Leep {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tqK7a7Leep .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tqK7a7Leep .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-tqK7a7Leep .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tqK7a7Leep .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tqK7a7Leep .img__wrap .image img {
    height: auto;
  }
  .cid-tqK7a7Leep .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tqK7a7Leep {
    padding-top: 10rem;
  }
  .cid-tqK7a7Leep .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tqK7a7Leep {
    padding-top: 8rem;
  }
  .cid-tqK7a7Leep .img__wrap {
    top: -60px;
  }
}
.cid-tqK7a7Leep .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqK7a7Leep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqK7a7Leep .mbr-section-subtitle {
  color: #014188;
}
.cid-tqK7a7Leep .mbr-section-title {
  color: #014188;
}
.cid-tqK7a7Leep .mbr-text,
.cid-tqK7a7Leep .mbr-section-btn {
  color: #014188;
}
.cid-trsJEnYakK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsJEnYakK .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsJEnYakK .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsJEnYakK .form-group {
  padding: 0;
}
.cid-trsJEnYakK .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsJEnYakK .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsJEnYakK .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsJEnYakK .mbr-form .btn {
  margin: 0;
}
.cid-trsJEnYakK .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsJEnYakK input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsJEnYakK input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsJEnYakK .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsJEnYakK .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsJEnYakK .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsJEnYakK .dragArea {
    margin: 0;
  }
  .cid-trsJEnYakK .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsJEnYakK .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsJEnYakK .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsJEnYakK .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqJEU6BNjh {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqJEU6BNjh .nav-link,
.cid-tqJEU6BNjh .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqJEU6BNjh .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqJEU6BNjh .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqJEU6BNjh .nav-link.text-primary:hover,
.cid-tqJEU6BNjh .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqJEU6BNjh .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqJEU6BNjh .nav-link:hover:before {
  opacity: 1;
}
.cid-tqJEU6BNjh .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-tqJEU6BNjh .nav-link {
    margin: 0 !important;
  }
}
.cid-tqJEU6BNjh .icons-menu {
  line-height: 0;
}
.cid-tqJEU6BNjh .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqJEU6BNjh .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqJEU6BNjh .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqJEU6BNjh .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqJEU6BNjh .dropdown-menu a {
  overflow: hidden;
}
.cid-tqJEU6BNjh .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJEU6BNjh .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqJEU6BNjh .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJEU6BNjh .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqJEU6BNjh .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJEU6BNjh .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqJEU6BNjh .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJEU6BNjh .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqJEU6BNjh .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-tqJEU6BNjh .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqJEU6BNjh .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJEU6BNjh .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJEU6BNjh .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJEU6BNjh .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqJEU6BNjh.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqJEU6BNjh .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqJEU6BNjh .btn {
    white-space: nowrap;
  }
  .cid-tqJEU6BNjh .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-tqJEU6BNjh .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJEU6BNjh .nav-item.dropdown:hover::before,
  .cid-tqJEU6BNjh .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqJEU6BNjh .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqJEU6BNjh .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqJEU6BNjh .navbar > .container,
.cid-tqJEU6BNjh .navbar > .container-fluid {
  align-items: center;
}
.cid-tqJEU6BNjh .dropdown-toggle::after,
.cid-tqJEU6BNjh .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-tqJEU6BNjh .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqJEU6BNjh .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqJEU6BNjh .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqJEU6BNjh .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqJEU6BNjh .nav-item:focus,
.cid-tqJEU6BNjh .nav-link:focus {
  outline: none;
}
.cid-tqJEU6BNjh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqJEU6BNjh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJEU6BNjh .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqJEU6BNjh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqJEU6BNjh ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqJEU6BNjh .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqJEU6BNjh .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqJEU6BNjh .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqJEU6BNjh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJEU6BNjh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJEU6BNjh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqJEU6BNjh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqJEU6BNjh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJEU6BNjh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqJEU6BNjh .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqJEU6BNjh .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJEU6BNjh .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJEU6BNjh.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJEU6BNjh .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqJEU6BNjh .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqJEU6BNjh .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqJEU6BNjh .navbar-logo {
    margin: 0;
  }
  .cid-tqJEU6BNjh .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqJEU6BNjh .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqJEU6BNjh .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqJEU6BNjh .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqJEU6BNjh .navbar {
    padding: 13px 90px;
  }
  .cid-tqJEU6BNjh .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqJEU6BNjh .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqJEU6BNjh .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqJEU6BNjh .dropdown-toggle::after,
  .cid-tqJEU6BNjh .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqJEU6BNjh .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqJEU6BNjh a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqJEU6BNjh ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqJEU6BNjh .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqJEU6BNjh .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqJEU6BNjh.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqJEU6BNjh.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqJEU6BNjh.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqJEU6BNjh.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqJEU6BNjh .navbar {
    padding: 0 !important;
  }
  .cid-tqJEU6BNjh ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqJEU6BNjh a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqJEU6BNjh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqJEU6BNjh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJEU6BNjh .dropdown-item.active,
.cid-tqJEU6BNjh .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJEU6BNjh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqJEU6BNjh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqJEU6BNjh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqJEU6BNjh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqJEU6BNjh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqJEU6BNjh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJEU6BNjh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJEU6BNjh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqJEU6BNjh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqJEU6BNjh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqJEU6BNjh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqJEU6BNjh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqJEU6BNjh .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqJEU6BNjh .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJEU6BNjh .navbar {
    height: 97px;
  }
  .cid-tqJEU6BNjh .navbar.opened {
    height: auto;
  }
  .cid-tqJEU6BNjh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqKjcvxkeR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/skyfield-exotic-places-o-1800x1200.jpg");
}
.cid-tqKjcvxkeR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tqKjcvxkeR .mbr-section-title b,
.cid-tqKjcvxkeR .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tqKjcvxkeR .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tqKjcvxkeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqKjcvxkeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqKjcvxkeR .mbr-section-title,
.cid-tqKjcvxkeR .mbr-section-btn {
  color: #ffffff;
}
.cid-tqKjPKPo4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqKjPKPo4Q .title__block {
  margin-bottom: 45px;
}
.cid-tqKjPKPo4Q .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
}
.cid-tqKjPKPo4Q .mbr-section-title b,
.cid-tqKjPKPo4Q .mbr-section-title strong {
  font-weight: 500;
}
.cid-tqKjPKPo4Q .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tqKjPKPo4Q .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tqKjPKPo4Q .video-block {
    width: 100% !important;
  }
  .cid-tqKjPKPo4Q .title__block {
    margin-bottom: 30px;
  }
}
.cid-tqKjRCqcuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqKjRCqcuq .title__block {
  margin-bottom: 65px;
}
.cid-tqKjRCqcuq .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
.cid-tqKjRCqcuq .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-tqKjRCqcuq .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-tqKjRCqcuq .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e;
}
.cid-tqKjRCqcuq .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqKjRCqcuq .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqKjRCqcuq .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqKjRCqcuq .card__content {
  display: block;
  width: 100%;
}
.cid-tqKjRCqcuq .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #014188;
}
.cid-tqKjRCqcuq .card__text {
  margin-bottom: 0;
  color: #014188;
}
@media (max-width: 991px) {
  .cid-tqKjRCqcuq .title__block {
    margin-bottom: 40px;
  }
  .cid-tqKjRCqcuq .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-tqKjRCqcuq .nav-item {
    margin-bottom: 9px;
  }
  .cid-tqKjRCqcuq .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-tqKjRCqcuq .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqKjRCqcuq .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqKjRCqcuq .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqKjRCqcuq .card__image {
    max-width: 90px;
  }
  .cid-tqKjRCqcuq .card__image img {
    width: 70%;
  }
}
.cid-tqKjRCqcuq .mbr-section-title {
  color: #014188;
}
.cid-tqKjVYSh9p {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #014188;
}
.cid-tqKjVYSh9p .title__block {
  margin-bottom: 55px;
}
.cid-tqKjVYSh9p .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-tqKjVYSh9p .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqKjVYSh9p .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqKjVYSh9p .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqKjVYSh9p .card__content {
  display: block;
  width: 100%;
}
.cid-tqKjVYSh9p .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}
.cid-tqKjVYSh9p .card__text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqKjVYSh9p .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tqKjVYSh9p .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqKjVYSh9p .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqKjVYSh9p .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqKjVYSh9p .card__image {
    max-width: 90px;
  }
  .cid-tqKjVYSh9p .card__image img {
    width: 70%;
  }
}
.cid-tqKjVYSh9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqKjVYSh9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqKjVYSh9p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tqKjYlejUy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tqKjYlejUy .title__block {
  margin-bottom: 65px;
}
.cid-tqKjYlejUy .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-tqKjYlejUy .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-tqKjYlejUy .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #014188 !important;
  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-tqKjYlejUy .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e !important;
}
.cid-tqKjYlejUy .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqKjYlejUy .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqKjYlejUy .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqKjYlejUy .card__content {
  display: block;
  width: 100%;
}
.cid-tqKjYlejUy .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #014188;
}
.cid-tqKjYlejUy .card__text {
  margin-bottom: 0;
  color: #014188;
}
@media (max-width: 991px) {
  .cid-tqKjYlejUy .title__block {
    margin-bottom: 40px;
  }
  .cid-tqKjYlejUy .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-tqKjYlejUy .nav-item {
    margin-bottom: 9px;
  }
  .cid-tqKjYlejUy .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-tqKjYlejUy .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqKjYlejUy .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqKjYlejUy .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqKjYlejUy .card__image {
    max-width: 90px;
  }
  .cid-tqKjYlejUy .card__image img {
    width: 70%;
  }
}
.cid-tqKjYlejUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqKjYlejUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqKjYlejUy .mbr-section-title {
  color: #014188;
}
.cid-tqKjZ70mlX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tqKjZ70mlX .date__block {
  margin-bottom: 17px;
}
.cid-tqKjZ70mlX .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-tqKjZ70mlX .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #014188;
}
.cid-tqKjZ70mlX .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-tqKjZ70mlX .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-tqKjZ70mlX .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tqKjZ70mlX .mbr-text {
  margin-bottom: 20px;
}
.cid-tqKjZ70mlX .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tqKjZ70mlX .link a {
  font-weight: 700;
}
.cid-tqKjZ70mlX .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tqKjZ70mlX .link:hover span {
  transform: translateX(9px);
}
.cid-tqKjZ70mlX .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-tqKjZ70mlX .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #689bb2;
}
.cid-tqKjZ70mlX .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tqKjZ70mlX .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #f7941e;
}
.cid-tqKjZ70mlX .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-tqKjZ70mlX .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-tqKjZ70mlX .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #014188;
  border-bottom: 1px solid #f7941e;
}
@media (max-width: 991px) {
  .cid-tqKjZ70mlX .title__block {
    padding: 25px 30px 55px;
  }
  .cid-tqKjZ70mlX .content__wrap {
    margin-bottom: 90px;
  }
  .cid-tqKjZ70mlX .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-tqKjZ70mlX .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tqKjZ70mlX .mbr-text {
    margin-bottom: 11px;
  }
  .cid-tqKjZ70mlX .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-tqKjZ70mlX .image:before {
    padding-top: 375px;
  }
}
.cid-tqKjZ70mlX .mbr-section-title,
.cid-tqKjZ70mlX .date__block {
  color: #ffffff;
}
.cid-tqKjZ70mlX .mbr-text,
.cid-tqKjZ70mlX .link {
  color: #ffffff;
}
.cid-tqKk0zWW1i {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tqKk0zWW1i .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tqKk0zWW1i .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-tqKk0zWW1i .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tqKk0zWW1i .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tqKk0zWW1i .img__wrap .image img {
    height: auto;
  }
  .cid-tqKk0zWW1i .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tqKk0zWW1i {
    padding-top: 10rem;
  }
  .cid-tqKk0zWW1i .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tqKk0zWW1i {
    padding-top: 8rem;
  }
  .cid-tqKk0zWW1i .img__wrap {
    top: -60px;
  }
}
.cid-tqKk0zWW1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqKk0zWW1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqKk0zWW1i .mbr-section-subtitle {
  color: #014188;
}
.cid-tqKk0zWW1i .mbr-section-title {
  color: #014188;
}
.cid-tqKk0zWW1i .mbr-text,
.cid-tqKk0zWW1i .mbr-section-btn {
  color: #014188;
}
.cid-trsJKjWvZE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsJKjWvZE .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsJKjWvZE .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsJKjWvZE .form-group {
  padding: 0;
}
.cid-trsJKjWvZE .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsJKjWvZE .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsJKjWvZE .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsJKjWvZE .mbr-form .btn {
  margin: 0;
}
.cid-trsJKjWvZE .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsJKjWvZE input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsJKjWvZE input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsJKjWvZE .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsJKjWvZE .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsJKjWvZE .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsJKjWvZE .dragArea {
    margin: 0;
  }
  .cid-trsJKjWvZE .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsJKjWvZE .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsJKjWvZE .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsJKjWvZE .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqJF6w5xrj {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqJF6w5xrj .nav-link,
.cid-tqJF6w5xrj .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqJF6w5xrj .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqJF6w5xrj .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqJF6w5xrj .nav-link.text-primary:hover,
.cid-tqJF6w5xrj .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqJF6w5xrj .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqJF6w5xrj .nav-link:hover:before {
  opacity: 1;
}
.cid-tqJF6w5xrj .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-tqJF6w5xrj .nav-link {
    margin: 0 !important;
  }
}
.cid-tqJF6w5xrj .icons-menu {
  line-height: 0;
}
.cid-tqJF6w5xrj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqJF6w5xrj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqJF6w5xrj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqJF6w5xrj .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqJF6w5xrj .dropdown-menu a {
  overflow: hidden;
}
.cid-tqJF6w5xrj .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJF6w5xrj .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqJF6w5xrj .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJF6w5xrj .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqJF6w5xrj .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJF6w5xrj .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqJF6w5xrj .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJF6w5xrj .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqJF6w5xrj .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-tqJF6w5xrj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqJF6w5xrj .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJF6w5xrj .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJF6w5xrj .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJF6w5xrj .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqJF6w5xrj.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqJF6w5xrj .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqJF6w5xrj .btn {
    white-space: nowrap;
  }
  .cid-tqJF6w5xrj .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-tqJF6w5xrj .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJF6w5xrj .nav-item.dropdown:hover::before,
  .cid-tqJF6w5xrj .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqJF6w5xrj .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqJF6w5xrj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqJF6w5xrj .navbar > .container,
.cid-tqJF6w5xrj .navbar > .container-fluid {
  align-items: center;
}
.cid-tqJF6w5xrj .dropdown-toggle::after,
.cid-tqJF6w5xrj .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-tqJF6w5xrj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqJF6w5xrj .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqJF6w5xrj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqJF6w5xrj .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqJF6w5xrj .nav-item:focus,
.cid-tqJF6w5xrj .nav-link:focus {
  outline: none;
}
.cid-tqJF6w5xrj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqJF6w5xrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJF6w5xrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqJF6w5xrj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqJF6w5xrj ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqJF6w5xrj .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqJF6w5xrj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqJF6w5xrj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqJF6w5xrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJF6w5xrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJF6w5xrj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqJF6w5xrj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqJF6w5xrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJF6w5xrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqJF6w5xrj .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqJF6w5xrj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJF6w5xrj .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJF6w5xrj.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJF6w5xrj .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqJF6w5xrj .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqJF6w5xrj .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqJF6w5xrj .navbar-logo {
    margin: 0;
  }
  .cid-tqJF6w5xrj .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqJF6w5xrj .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqJF6w5xrj .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqJF6w5xrj .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqJF6w5xrj .navbar {
    padding: 13px 90px;
  }
  .cid-tqJF6w5xrj .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqJF6w5xrj .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqJF6w5xrj .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqJF6w5xrj .dropdown-toggle::after,
  .cid-tqJF6w5xrj .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqJF6w5xrj .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqJF6w5xrj a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqJF6w5xrj ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqJF6w5xrj .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqJF6w5xrj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqJF6w5xrj.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqJF6w5xrj.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqJF6w5xrj.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqJF6w5xrj.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqJF6w5xrj .navbar {
    padding: 0 !important;
  }
  .cid-tqJF6w5xrj ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqJF6w5xrj a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqJF6w5xrj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqJF6w5xrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJF6w5xrj .dropdown-item.active,
.cid-tqJF6w5xrj .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJF6w5xrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqJF6w5xrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqJF6w5xrj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqJF6w5xrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqJF6w5xrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqJF6w5xrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJF6w5xrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJF6w5xrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqJF6w5xrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqJF6w5xrj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqJF6w5xrj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqJF6w5xrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqJF6w5xrj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqJF6w5xrj .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJF6w5xrj .navbar {
    height: 97px;
  }
  .cid-tqJF6w5xrj .navbar.opened {
    height: auto;
  }
  .cid-tqJF6w5xrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJF6xRCiF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/skyfit-adventures-b-1800x1200.jpg");
}
.cid-tqJF6xRCiF .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tqJF6xRCiF .mbr-section-title b,
.cid-tqJF6xRCiF .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tqJF6xRCiF .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tqJF6xRCiF .mbr-section-title,
.cid-tqJF6xRCiF .mbr-section-btn {
  color: #ffffff;
}
.cid-tqPyEqH7Tx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPyEqH7Tx .title__block {
  margin-bottom: 45px;
}
.cid-tqPyEqH7Tx .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #014188;
}
.cid-tqPyEqH7Tx .mbr-section-title b,
.cid-tqPyEqH7Tx .mbr-section-title strong {
  font-weight: 500;
}
.cid-tqPyEqH7Tx .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tqPyEqH7Tx .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tqPyEqH7Tx .video-block {
    width: 100% !important;
  }
  .cid-tqPyEqH7Tx .title__block {
    margin-bottom: 30px;
  }
}
.cid-tqPyIes7qS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #014188;
}
.cid-tqPyIes7qS .title__block {
  margin-bottom: 65px;
}
.cid-tqPyIes7qS .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
.cid-tqPyIes7qS .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-tqPyIes7qS .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  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-tqPyIes7qS .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e;
}
.cid-tqPyIes7qS .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqPyIes7qS .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqPyIes7qS .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqPyIes7qS .card__content {
  display: block;
  width: 100%;
}
.cid-tqPyIes7qS .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}
.cid-tqPyIes7qS .card__text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqPyIes7qS .title__block {
    margin-bottom: 40px;
  }
  .cid-tqPyIes7qS .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-tqPyIes7qS .nav-item {
    margin-bottom: 9px;
  }
  .cid-tqPyIes7qS .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-tqPyIes7qS .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqPyIes7qS .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqPyIes7qS .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqPyIes7qS .card__image {
    max-width: 90px;
  }
  .cid-tqPyIes7qS .card__image img {
    width: 70%;
  }
}
.cid-tqPyIes7qS .mbr-section-title {
  color: #ffffff;
}
.cid-tqPyKSGHKM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tqPyKSGHKM .title__block {
  margin-bottom: 55px;
}
.cid-tqPyKSGHKM .mbr-section-title {
  margin-bottom: 16px;
  color: #014188;
}
.cid-tqPyKSGHKM .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqPyKSGHKM .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqPyKSGHKM .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqPyKSGHKM .card__content {
  display: block;
  width: 100%;
}
.cid-tqPyKSGHKM .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #014188;
}
.cid-tqPyKSGHKM .card__text {
  margin-bottom: 0;
  color: #014188;
}
@media (max-width: 991px) {
  .cid-tqPyKSGHKM .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tqPyKSGHKM .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqPyKSGHKM .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqPyKSGHKM .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqPyKSGHKM .card__image {
    max-width: 90px;
  }
  .cid-tqPyKSGHKM .card__image img {
    width: 70%;
  }
}
.cid-tqPyKSGHKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPyKSGHKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPyKSGHKM .mbr-section-subtitle {
  color: #014188;
}
.cid-tqPyMqY8fd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #014188;
}
.cid-tqPyMqY8fd .title__block {
  margin-bottom: 65px;
}
.cid-tqPyMqY8fd .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-tqPyMqY8fd .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-tqPyMqY8fd .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff !important;
  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-tqPyMqY8fd .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e !important;
}
.cid-tqPyMqY8fd .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqPyMqY8fd .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqPyMqY8fd .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqPyMqY8fd .card__content {
  display: block;
  width: 100%;
}
.cid-tqPyMqY8fd .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}
.cid-tqPyMqY8fd .card__text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqPyMqY8fd .title__block {
    margin-bottom: 40px;
  }
  .cid-tqPyMqY8fd .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-tqPyMqY8fd .nav-item {
    margin-bottom: 9px;
  }
  .cid-tqPyMqY8fd .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-tqPyMqY8fd .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqPyMqY8fd .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqPyMqY8fd .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqPyMqY8fd .card__image {
    max-width: 90px;
  }
  .cid-tqPyMqY8fd .card__image img {
    width: 70%;
  }
}
.cid-tqPyMqY8fd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPyMqY8fd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPyMqY8fd .mbr-section-title {
  color: #ffffff;
}
.cid-tqPyNYxxOD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #689bb2;
}
.cid-tqPyNYxxOD .date__block {
  margin-bottom: 17px;
}
.cid-tqPyNYxxOD .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-tqPyNYxxOD .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #014188;
}
.cid-tqPyNYxxOD .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-tqPyNYxxOD .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-tqPyNYxxOD .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tqPyNYxxOD .mbr-text {
  margin-bottom: 20px;
}
.cid-tqPyNYxxOD .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tqPyNYxxOD .link a {
  font-weight: 700;
}
.cid-tqPyNYxxOD .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tqPyNYxxOD .link:hover span {
  transform: translateX(9px);
}
.cid-tqPyNYxxOD .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-tqPyNYxxOD .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #689bb2;
}
.cid-tqPyNYxxOD .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tqPyNYxxOD .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #f7941e;
}
.cid-tqPyNYxxOD .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-tqPyNYxxOD .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-tqPyNYxxOD .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #014188;
  border-bottom: 1px solid #f7941e;
}
@media (max-width: 991px) {
  .cid-tqPyNYxxOD .title__block {
    padding: 25px 30px 55px;
  }
  .cid-tqPyNYxxOD .content__wrap {
    margin-bottom: 90px;
  }
  .cid-tqPyNYxxOD .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-tqPyNYxxOD .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tqPyNYxxOD .mbr-text {
    margin-bottom: 11px;
  }
  .cid-tqPyNYxxOD .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-tqPyNYxxOD .image:before {
    padding-top: 375px;
  }
}
.cid-tqPyNYxxOD .mbr-section-title,
.cid-tqPyNYxxOD .date__block {
  color: #ffffff;
}
.cid-tqPyNYxxOD .mbr-text,
.cid-tqPyNYxxOD .link {
  color: #ffffff;
}
.cid-tqPyPxPat6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tqPyPxPat6 .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tqPyPxPat6 .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-tqPyPxPat6 .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tqPyPxPat6 .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tqPyPxPat6 .img__wrap .image img {
    height: auto;
  }
  .cid-tqPyPxPat6 .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tqPyPxPat6 {
    padding-top: 10rem;
  }
  .cid-tqPyPxPat6 .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tqPyPxPat6 {
    padding-top: 8rem;
  }
  .cid-tqPyPxPat6 .img__wrap {
    top: -60px;
  }
}
.cid-tqPyPxPat6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPyPxPat6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPyPxPat6 .mbr-section-subtitle {
  color: #014188;
}
.cid-tqPyPxPat6 .mbr-section-title {
  color: #014188;
}
.cid-tqPyPxPat6 .mbr-text,
.cid-tqPyPxPat6 .mbr-section-btn {
  color: #014188;
}
.cid-trsJR5Ro1X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsJR5Ro1X .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsJR5Ro1X .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsJR5Ro1X .form-group {
  padding: 0;
}
.cid-trsJR5Ro1X .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsJR5Ro1X .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsJR5Ro1X .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsJR5Ro1X .mbr-form .btn {
  margin: 0;
}
.cid-trsJR5Ro1X .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsJR5Ro1X input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsJR5Ro1X input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsJR5Ro1X .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsJR5Ro1X .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsJR5Ro1X .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsJR5Ro1X .dragArea {
    margin: 0;
  }
  .cid-trsJR5Ro1X .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsJR5Ro1X .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsJR5Ro1X .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsJR5Ro1X .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqJFm1RgrW {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqJFm1RgrW .nav-link,
.cid-tqJFm1RgrW .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqJFm1RgrW .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqJFm1RgrW .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqJFm1RgrW .nav-link.text-primary:hover,
.cid-tqJFm1RgrW .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqJFm1RgrW .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqJFm1RgrW .nav-link:hover:before {
  opacity: 1;
}
.cid-tqJFm1RgrW .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-tqJFm1RgrW .nav-link {
    margin: 0 !important;
  }
}
.cid-tqJFm1RgrW .icons-menu {
  line-height: 0;
}
.cid-tqJFm1RgrW .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqJFm1RgrW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqJFm1RgrW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqJFm1RgrW .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqJFm1RgrW .dropdown-menu a {
  overflow: hidden;
}
.cid-tqJFm1RgrW .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFm1RgrW .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqJFm1RgrW .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFm1RgrW .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqJFm1RgrW .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFm1RgrW .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqJFm1RgrW .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFm1RgrW .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqJFm1RgrW .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-tqJFm1RgrW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqJFm1RgrW .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJFm1RgrW .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJFm1RgrW .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJFm1RgrW .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqJFm1RgrW.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqJFm1RgrW .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqJFm1RgrW .btn {
    white-space: nowrap;
  }
  .cid-tqJFm1RgrW .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-tqJFm1RgrW .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJFm1RgrW .nav-item.dropdown:hover::before,
  .cid-tqJFm1RgrW .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqJFm1RgrW .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqJFm1RgrW .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqJFm1RgrW .navbar > .container,
.cid-tqJFm1RgrW .navbar > .container-fluid {
  align-items: center;
}
.cid-tqJFm1RgrW .dropdown-toggle::after,
.cid-tqJFm1RgrW .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-tqJFm1RgrW .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqJFm1RgrW .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqJFm1RgrW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqJFm1RgrW .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqJFm1RgrW .nav-item:focus,
.cid-tqJFm1RgrW .nav-link:focus {
  outline: none;
}
.cid-tqJFm1RgrW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqJFm1RgrW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJFm1RgrW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqJFm1RgrW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqJFm1RgrW ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqJFm1RgrW .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqJFm1RgrW .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqJFm1RgrW .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqJFm1RgrW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJFm1RgrW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJFm1RgrW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqJFm1RgrW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqJFm1RgrW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJFm1RgrW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqJFm1RgrW .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqJFm1RgrW .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJFm1RgrW .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJFm1RgrW.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJFm1RgrW .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqJFm1RgrW .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqJFm1RgrW .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqJFm1RgrW .navbar-logo {
    margin: 0;
  }
  .cid-tqJFm1RgrW .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqJFm1RgrW .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqJFm1RgrW .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqJFm1RgrW .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqJFm1RgrW .navbar {
    padding: 13px 90px;
  }
  .cid-tqJFm1RgrW .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqJFm1RgrW .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqJFm1RgrW .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqJFm1RgrW .dropdown-toggle::after,
  .cid-tqJFm1RgrW .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqJFm1RgrW .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqJFm1RgrW a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqJFm1RgrW ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqJFm1RgrW .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqJFm1RgrW .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqJFm1RgrW.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqJFm1RgrW.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqJFm1RgrW.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqJFm1RgrW.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqJFm1RgrW .navbar {
    padding: 0 !important;
  }
  .cid-tqJFm1RgrW ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqJFm1RgrW a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqJFm1RgrW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqJFm1RgrW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJFm1RgrW .dropdown-item.active,
.cid-tqJFm1RgrW .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJFm1RgrW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqJFm1RgrW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqJFm1RgrW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqJFm1RgrW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqJFm1RgrW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqJFm1RgrW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJFm1RgrW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJFm1RgrW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqJFm1RgrW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqJFm1RgrW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqJFm1RgrW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqJFm1RgrW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqJFm1RgrW .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqJFm1RgrW .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJFm1RgrW .navbar {
    height: 97px;
  }
  .cid-tqJFm1RgrW .navbar.opened {
    height: auto;
  }
  .cid-tqJFm1RgrW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJFm3S8BP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/skyfit-travels-holidays-j-1800x1200.jpg");
}
.cid-tqJFm3S8BP .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tqJFm3S8BP .mbr-section-title b,
.cid-tqJFm3S8BP .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tqJFm3S8BP .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tqJFm3S8BP .mbr-section-title,
.cid-tqJFm3S8BP .mbr-section-btn {
  color: #ffffff;
}
.cid-tqPElRroKo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPElRroKo .title__block {
  margin-bottom: 45px;
}
.cid-tqPElRroKo .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
  color: #014188;
}
.cid-tqPElRroKo .mbr-section-title b,
.cid-tqPElRroKo .mbr-section-title strong {
  font-weight: 500;
}
.cid-tqPElRroKo .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tqPElRroKo .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tqPElRroKo .video-block {
    width: 100% !important;
  }
  .cid-tqPElRroKo .title__block {
    margin-bottom: 30px;
  }
}
.cid-triSYC71CW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #014188;
}
.cid-triSYC71CW .title__block {
  margin-bottom: 65px;
}
.cid-triSYC71CW .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
.cid-triSYC71CW .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-triSYC71CW .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  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-triSYC71CW .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e;
}
.cid-triSYC71CW .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-triSYC71CW .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-triSYC71CW .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-triSYC71CW .card__content {
  display: block;
  width: 100%;
}
.cid-triSYC71CW .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}
.cid-triSYC71CW .card__text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-triSYC71CW .title__block {
    margin-bottom: 40px;
  }
  .cid-triSYC71CW .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-triSYC71CW .nav-item {
    margin-bottom: 9px;
  }
  .cid-triSYC71CW .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-triSYC71CW .card__wrap {
    margin-bottom: 40px;
  }
  .cid-triSYC71CW .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-triSYC71CW .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-triSYC71CW .card__image {
    max-width: 90px;
  }
  .cid-triSYC71CW .card__image img {
    width: 70%;
  }
}
.cid-triSYC71CW .mbr-section-title {
  color: #ffffff;
}
.cid-tqPEtKRXmq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tqPEtKRXmq .title__block {
  margin-bottom: 55px;
}
.cid-tqPEtKRXmq .mbr-section-title {
  margin-bottom: 16px;
  color: #014188;
}
.cid-tqPEtKRXmq .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqPEtKRXmq .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqPEtKRXmq .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqPEtKRXmq .card__content {
  display: block;
  width: 100%;
}
.cid-tqPEtKRXmq .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #014188;
}
.cid-tqPEtKRXmq .card__text {
  margin-bottom: 0;
  color: #014188;
}
@media (max-width: 991px) {
  .cid-tqPEtKRXmq .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tqPEtKRXmq .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqPEtKRXmq .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqPEtKRXmq .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqPEtKRXmq .card__image {
    max-width: 90px;
  }
  .cid-tqPEtKRXmq .card__image img {
    width: 70%;
  }
}
.cid-tqPEtKRXmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPEtKRXmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPEtKRXmq .mbr-section-subtitle {
  color: #014188;
}
.cid-tqPEuSEbnf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #014188;
}
.cid-tqPEuSEbnf .title__block {
  margin-bottom: 65px;
}
.cid-tqPEuSEbnf .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #ddebe9 !important;
}
.cid-tqPEuSEbnf .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-tqPEuSEbnf .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff !important;
  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-tqPEuSEbnf .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e !important;
}
.cid-tqPEuSEbnf .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqPEuSEbnf .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqPEuSEbnf .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqPEuSEbnf .card__content {
  display: block;
  width: 100%;
}
.cid-tqPEuSEbnf .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}
.cid-tqPEuSEbnf .card__text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqPEuSEbnf .title__block {
    margin-bottom: 40px;
  }
  .cid-tqPEuSEbnf .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-tqPEuSEbnf .nav-item {
    margin-bottom: 9px;
  }
  .cid-tqPEuSEbnf .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-tqPEuSEbnf .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqPEuSEbnf .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqPEuSEbnf .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqPEuSEbnf .card__image {
    max-width: 90px;
  }
  .cid-tqPEuSEbnf .card__image img {
    width: 70%;
  }
}
.cid-tqPEuSEbnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPEuSEbnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPEuSEbnf .mbr-section-title {
  color: #ffffff;
}
.cid-tqPEHGtLwL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #689bb2;
}
.cid-tqPEHGtLwL .date__block {
  margin-bottom: 17px;
}
.cid-tqPEHGtLwL .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-tqPEHGtLwL .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #014188;
}
.cid-tqPEHGtLwL .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-tqPEHGtLwL .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-tqPEHGtLwL .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tqPEHGtLwL .mbr-text {
  margin-bottom: 20px;
}
.cid-tqPEHGtLwL .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tqPEHGtLwL .link a {
  font-weight: 700;
}
.cid-tqPEHGtLwL .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tqPEHGtLwL .link:hover span {
  transform: translateX(9px);
}
.cid-tqPEHGtLwL .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-tqPEHGtLwL .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #689bb2;
}
.cid-tqPEHGtLwL .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tqPEHGtLwL .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #f7941e;
}
.cid-tqPEHGtLwL .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-tqPEHGtLwL .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-tqPEHGtLwL .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #014188;
  border-bottom: 1px solid #f7941e;
}
@media (max-width: 991px) {
  .cid-tqPEHGtLwL .title__block {
    padding: 25px 30px 55px;
  }
  .cid-tqPEHGtLwL .content__wrap {
    margin-bottom: 90px;
  }
  .cid-tqPEHGtLwL .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-tqPEHGtLwL .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tqPEHGtLwL .mbr-text {
    margin-bottom: 11px;
  }
  .cid-tqPEHGtLwL .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-tqPEHGtLwL .image:before {
    padding-top: 375px;
  }
}
.cid-tqPEHGtLwL .mbr-section-title,
.cid-tqPEHGtLwL .date__block {
  color: #ffffff;
}
.cid-tqPEHGtLwL .mbr-text,
.cid-tqPEHGtLwL .link {
  color: #ffffff;
}
.cid-tqPELhpHTV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tqPELhpHTV .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tqPELhpHTV .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-tqPELhpHTV .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tqPELhpHTV .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tqPELhpHTV .img__wrap .image img {
    height: auto;
  }
  .cid-tqPELhpHTV .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tqPELhpHTV {
    padding-top: 10rem;
  }
  .cid-tqPELhpHTV .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tqPELhpHTV {
    padding-top: 8rem;
  }
  .cid-tqPELhpHTV .img__wrap {
    top: -60px;
  }
}
.cid-tqPELhpHTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPELhpHTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPELhpHTV .mbr-section-subtitle {
  color: #014188;
}
.cid-tqPELhpHTV .mbr-section-title {
  color: #014188;
}
.cid-tqPELhpHTV .mbr-text,
.cid-tqPELhpHTV .mbr-section-btn {
  color: #014188;
}
.cid-trsJWb5mL8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsJWb5mL8 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsJWb5mL8 .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsJWb5mL8 .form-group {
  padding: 0;
}
.cid-trsJWb5mL8 .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsJWb5mL8 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsJWb5mL8 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsJWb5mL8 .mbr-form .btn {
  margin: 0;
}
.cid-trsJWb5mL8 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsJWb5mL8 input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsJWb5mL8 input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsJWb5mL8 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsJWb5mL8 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsJWb5mL8 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsJWb5mL8 .dragArea {
    margin: 0;
  }
  .cid-trsJWb5mL8 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsJWb5mL8 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsJWb5mL8 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsJWb5mL8 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqJFzGuTzX {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqJFzGuTzX .nav-link,
.cid-tqJFzGuTzX .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqJFzGuTzX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqJFzGuTzX .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqJFzGuTzX .nav-link.text-primary:hover,
.cid-tqJFzGuTzX .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqJFzGuTzX .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqJFzGuTzX .nav-link:hover:before {
  opacity: 1;
}
.cid-tqJFzGuTzX .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-tqJFzGuTzX .nav-link {
    margin: 0 !important;
  }
}
.cid-tqJFzGuTzX .icons-menu {
  line-height: 0;
}
.cid-tqJFzGuTzX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqJFzGuTzX .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqJFzGuTzX .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqJFzGuTzX .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqJFzGuTzX .dropdown-menu a {
  overflow: hidden;
}
.cid-tqJFzGuTzX .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFzGuTzX .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqJFzGuTzX .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFzGuTzX .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqJFzGuTzX .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFzGuTzX .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqJFzGuTzX .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFzGuTzX .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqJFzGuTzX .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-tqJFzGuTzX .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqJFzGuTzX .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJFzGuTzX .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJFzGuTzX .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJFzGuTzX .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqJFzGuTzX.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqJFzGuTzX .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqJFzGuTzX .btn {
    white-space: nowrap;
  }
  .cid-tqJFzGuTzX .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-tqJFzGuTzX .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJFzGuTzX .nav-item.dropdown:hover::before,
  .cid-tqJFzGuTzX .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqJFzGuTzX .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqJFzGuTzX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqJFzGuTzX .navbar > .container,
.cid-tqJFzGuTzX .navbar > .container-fluid {
  align-items: center;
}
.cid-tqJFzGuTzX .dropdown-toggle::after,
.cid-tqJFzGuTzX .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-tqJFzGuTzX .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqJFzGuTzX .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqJFzGuTzX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqJFzGuTzX .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqJFzGuTzX .nav-item:focus,
.cid-tqJFzGuTzX .nav-link:focus {
  outline: none;
}
.cid-tqJFzGuTzX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqJFzGuTzX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJFzGuTzX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqJFzGuTzX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqJFzGuTzX ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqJFzGuTzX .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqJFzGuTzX .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqJFzGuTzX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqJFzGuTzX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJFzGuTzX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJFzGuTzX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqJFzGuTzX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqJFzGuTzX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJFzGuTzX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqJFzGuTzX .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqJFzGuTzX .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJFzGuTzX .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJFzGuTzX.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJFzGuTzX .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqJFzGuTzX .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqJFzGuTzX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqJFzGuTzX .navbar-logo {
    margin: 0;
  }
  .cid-tqJFzGuTzX .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqJFzGuTzX .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqJFzGuTzX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqJFzGuTzX .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqJFzGuTzX .navbar {
    padding: 13px 90px;
  }
  .cid-tqJFzGuTzX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqJFzGuTzX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqJFzGuTzX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqJFzGuTzX .dropdown-toggle::after,
  .cid-tqJFzGuTzX .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqJFzGuTzX .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqJFzGuTzX a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqJFzGuTzX ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqJFzGuTzX .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqJFzGuTzX .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqJFzGuTzX.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqJFzGuTzX.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqJFzGuTzX.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqJFzGuTzX.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqJFzGuTzX .navbar {
    padding: 0 !important;
  }
  .cid-tqJFzGuTzX ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqJFzGuTzX a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqJFzGuTzX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqJFzGuTzX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJFzGuTzX .dropdown-item.active,
.cid-tqJFzGuTzX .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJFzGuTzX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqJFzGuTzX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqJFzGuTzX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqJFzGuTzX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqJFzGuTzX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqJFzGuTzX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJFzGuTzX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJFzGuTzX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqJFzGuTzX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqJFzGuTzX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqJFzGuTzX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqJFzGuTzX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqJFzGuTzX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqJFzGuTzX .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJFzGuTzX .navbar {
    height: 97px;
  }
  .cid-tqJFzGuTzX .navbar.opened {
    height: auto;
  }
  .cid-tqJFzGuTzX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJFzIidyD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/our-privacy-policy-meta-1800x1800.jpg");
}
.cid-tqJFzIidyD .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tqJFzIidyD .mbr-section-title b,
.cid-tqJFzIidyD .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tqJFzIidyD .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tqJFzIidyD .mbr-section-title,
.cid-tqJFzIidyD .mbr-section-btn {
  color: #ffffff;
}
.cid-tqPKdUNDej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPKdUNDej blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-trsK2O2YaM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsK2O2YaM .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsK2O2YaM .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsK2O2YaM .form-group {
  padding: 0;
}
.cid-trsK2O2YaM .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsK2O2YaM .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsK2O2YaM .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsK2O2YaM .mbr-form .btn {
  margin: 0;
}
.cid-trsK2O2YaM .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsK2O2YaM input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsK2O2YaM input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsK2O2YaM .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsK2O2YaM .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsK2O2YaM .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsK2O2YaM .dragArea {
    margin: 0;
  }
  .cid-trsK2O2YaM .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsK2O2YaM .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsK2O2YaM .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsK2O2YaM .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqJFI9Ewzm {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqJFI9Ewzm .nav-link,
.cid-tqJFI9Ewzm .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqJFI9Ewzm .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqJFI9Ewzm .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqJFI9Ewzm .nav-link.text-primary:hover,
.cid-tqJFI9Ewzm .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqJFI9Ewzm .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqJFI9Ewzm .nav-link:hover:before {
  opacity: 1;
}
.cid-tqJFI9Ewzm .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-tqJFI9Ewzm .nav-link {
    margin: 0 !important;
  }
}
.cid-tqJFI9Ewzm .icons-menu {
  line-height: 0;
}
.cid-tqJFI9Ewzm .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqJFI9Ewzm .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqJFI9Ewzm .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqJFI9Ewzm .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqJFI9Ewzm .dropdown-menu a {
  overflow: hidden;
}
.cid-tqJFI9Ewzm .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFI9Ewzm .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqJFI9Ewzm .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFI9Ewzm .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqJFI9Ewzm .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFI9Ewzm .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqJFI9Ewzm .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJFI9Ewzm .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqJFI9Ewzm .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-tqJFI9Ewzm .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqJFI9Ewzm .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJFI9Ewzm .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJFI9Ewzm .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJFI9Ewzm .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqJFI9Ewzm.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqJFI9Ewzm .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqJFI9Ewzm .btn {
    white-space: nowrap;
  }
  .cid-tqJFI9Ewzm .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-tqJFI9Ewzm .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJFI9Ewzm .nav-item.dropdown:hover::before,
  .cid-tqJFI9Ewzm .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqJFI9Ewzm .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqJFI9Ewzm .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqJFI9Ewzm .navbar > .container,
.cid-tqJFI9Ewzm .navbar > .container-fluid {
  align-items: center;
}
.cid-tqJFI9Ewzm .dropdown-toggle::after,
.cid-tqJFI9Ewzm .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-tqJFI9Ewzm .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqJFI9Ewzm .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqJFI9Ewzm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqJFI9Ewzm .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqJFI9Ewzm .nav-item:focus,
.cid-tqJFI9Ewzm .nav-link:focus {
  outline: none;
}
.cid-tqJFI9Ewzm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqJFI9Ewzm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJFI9Ewzm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqJFI9Ewzm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqJFI9Ewzm ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqJFI9Ewzm .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqJFI9Ewzm .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqJFI9Ewzm .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqJFI9Ewzm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJFI9Ewzm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJFI9Ewzm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqJFI9Ewzm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqJFI9Ewzm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJFI9Ewzm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqJFI9Ewzm .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqJFI9Ewzm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJFI9Ewzm .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJFI9Ewzm.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJFI9Ewzm .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqJFI9Ewzm .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqJFI9Ewzm .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqJFI9Ewzm .navbar-logo {
    margin: 0;
  }
  .cid-tqJFI9Ewzm .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqJFI9Ewzm .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqJFI9Ewzm .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqJFI9Ewzm .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqJFI9Ewzm .navbar {
    padding: 13px 90px;
  }
  .cid-tqJFI9Ewzm .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqJFI9Ewzm .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqJFI9Ewzm .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqJFI9Ewzm .dropdown-toggle::after,
  .cid-tqJFI9Ewzm .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqJFI9Ewzm .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqJFI9Ewzm a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqJFI9Ewzm ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqJFI9Ewzm .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqJFI9Ewzm .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqJFI9Ewzm.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqJFI9Ewzm.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqJFI9Ewzm.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqJFI9Ewzm.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqJFI9Ewzm .navbar {
    padding: 0 !important;
  }
  .cid-tqJFI9Ewzm ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqJFI9Ewzm a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqJFI9Ewzm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqJFI9Ewzm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJFI9Ewzm .dropdown-item.active,
.cid-tqJFI9Ewzm .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJFI9Ewzm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqJFI9Ewzm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqJFI9Ewzm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqJFI9Ewzm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqJFI9Ewzm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqJFI9Ewzm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJFI9Ewzm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJFI9Ewzm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqJFI9Ewzm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqJFI9Ewzm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqJFI9Ewzm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqJFI9Ewzm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqJFI9Ewzm .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqJFI9Ewzm .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJFI9Ewzm .navbar {
    height: 97px;
  }
  .cid-tqJFI9Ewzm .navbar.opened {
    height: auto;
  }
  .cid-tqJFI9Ewzm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJFIbowa4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/terms-of-website-use-meta-1197x789.jpg");
}
.cid-tqJFIbowa4 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tqJFIbowa4 .mbr-section-title b,
.cid-tqJFIbowa4 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tqJFIbowa4 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tqJFIbowa4 .mbr-section-title,
.cid-tqJFIbowa4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tqPMjDLsJb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPMjDLsJb blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-trsK8HXHK6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsK8HXHK6 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsK8HXHK6 .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsK8HXHK6 .form-group {
  padding: 0;
}
.cid-trsK8HXHK6 .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsK8HXHK6 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsK8HXHK6 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsK8HXHK6 .mbr-form .btn {
  margin: 0;
}
.cid-trsK8HXHK6 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsK8HXHK6 input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsK8HXHK6 input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsK8HXHK6 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsK8HXHK6 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsK8HXHK6 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsK8HXHK6 .dragArea {
    margin: 0;
  }
  .cid-trsK8HXHK6 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsK8HXHK6 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsK8HXHK6 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsK8HXHK6 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqJLhiI9vr {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqJLhiI9vr .nav-link,
.cid-tqJLhiI9vr .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqJLhiI9vr .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqJLhiI9vr .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqJLhiI9vr .nav-link.text-primary:hover,
.cid-tqJLhiI9vr .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqJLhiI9vr .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqJLhiI9vr .nav-link:hover:before {
  opacity: 1;
}
.cid-tqJLhiI9vr .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-tqJLhiI9vr .nav-link {
    margin: 0 !important;
  }
}
.cid-tqJLhiI9vr .icons-menu {
  line-height: 0;
}
.cid-tqJLhiI9vr .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqJLhiI9vr .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqJLhiI9vr .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqJLhiI9vr .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqJLhiI9vr .dropdown-menu a {
  overflow: hidden;
}
.cid-tqJLhiI9vr .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJLhiI9vr .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqJLhiI9vr .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJLhiI9vr .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqJLhiI9vr .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJLhiI9vr .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqJLhiI9vr .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqJLhiI9vr .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqJLhiI9vr .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-tqJLhiI9vr .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqJLhiI9vr .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJLhiI9vr .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJLhiI9vr .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqJLhiI9vr .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqJLhiI9vr.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqJLhiI9vr .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqJLhiI9vr .btn {
    white-space: nowrap;
  }
  .cid-tqJLhiI9vr .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-tqJLhiI9vr .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJLhiI9vr .nav-item.dropdown:hover::before,
  .cid-tqJLhiI9vr .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqJLhiI9vr .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqJLhiI9vr .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqJLhiI9vr .navbar > .container,
.cid-tqJLhiI9vr .navbar > .container-fluid {
  align-items: center;
}
.cid-tqJLhiI9vr .dropdown-toggle::after,
.cid-tqJLhiI9vr .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-tqJLhiI9vr .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqJLhiI9vr .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqJLhiI9vr .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqJLhiI9vr .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqJLhiI9vr .nav-item:focus,
.cid-tqJLhiI9vr .nav-link:focus {
  outline: none;
}
.cid-tqJLhiI9vr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqJLhiI9vr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJLhiI9vr .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqJLhiI9vr a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqJLhiI9vr ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqJLhiI9vr .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqJLhiI9vr .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqJLhiI9vr .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqJLhiI9vr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJLhiI9vr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJLhiI9vr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqJLhiI9vr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqJLhiI9vr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJLhiI9vr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqJLhiI9vr .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqJLhiI9vr .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqJLhiI9vr .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJLhiI9vr.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJLhiI9vr .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqJLhiI9vr .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqJLhiI9vr .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqJLhiI9vr .navbar-logo {
    margin: 0;
  }
  .cid-tqJLhiI9vr .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqJLhiI9vr .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqJLhiI9vr .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqJLhiI9vr .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqJLhiI9vr .navbar {
    padding: 13px 90px;
  }
  .cid-tqJLhiI9vr .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqJLhiI9vr .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqJLhiI9vr .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqJLhiI9vr .dropdown-toggle::after,
  .cid-tqJLhiI9vr .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqJLhiI9vr .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqJLhiI9vr a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqJLhiI9vr ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqJLhiI9vr .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqJLhiI9vr .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqJLhiI9vr.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqJLhiI9vr.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqJLhiI9vr.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqJLhiI9vr.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqJLhiI9vr .navbar {
    padding: 0 !important;
  }
  .cid-tqJLhiI9vr ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqJLhiI9vr a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqJLhiI9vr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqJLhiI9vr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJLhiI9vr .dropdown-item.active,
.cid-tqJLhiI9vr .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJLhiI9vr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqJLhiI9vr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqJLhiI9vr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqJLhiI9vr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqJLhiI9vr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqJLhiI9vr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJLhiI9vr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqJLhiI9vr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqJLhiI9vr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqJLhiI9vr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqJLhiI9vr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqJLhiI9vr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqJLhiI9vr .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqJLhiI9vr .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJLhiI9vr .navbar {
    height: 97px;
  }
  .cid-tqJLhiI9vr .navbar.opened {
    height: auto;
  }
  .cid-tqJLhiI9vr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqPP7PIbvl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tqPP7PIbvl .title__block {
  position: relative;
  z-index: 10;
}
.cid-tqPP7PIbvl .mbr-section-title {
  margin-bottom: 25px;
  text-align: center;
  color: #014188;
}
.cid-tqPP7PIbvl .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  text-align: center;
  color: #014188;
}
.cid-tqPP7PIbvl .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-tqPP7PIbvl .mbr-section-btn {
  padding-right: 150px;
}
.cid-tqPP7PIbvl .slider__block .container {
  padding: 0 15px;
}
.cid-tqPP7PIbvl .carousel {
  padding-bottom: 100px;
}
.cid-tqPP7PIbvl .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-tqPP7PIbvl .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-tqPP7PIbvl .carousel-item.active {
  opacity: 1;
}
.cid-tqPP7PIbvl .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tqPP7PIbvl .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-tqPP7PIbvl .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tqPP7PIbvl .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tqPP7PIbvl .carousel-item .cloneditem-1,
.cid-tqPP7PIbvl .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-tqPP7PIbvl .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-tqPP7PIbvl .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-tqPP7PIbvl .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-tqPP7PIbvl .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-tqPP7PIbvl .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tqPP7PIbvl .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-tqPP7PIbvl .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-tqPP7PIbvl .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tqPP7PIbvl .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tqPP7PIbvl .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-tqPP7PIbvl .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-tqPP7PIbvl .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-tqPP7PIbvl .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-tqPP7PIbvl .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-tqPP7PIbvl .cloneditem-1,
.cid-tqPP7PIbvl .cloneditem-2,
.cid-tqPP7PIbvl .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-tqPP7PIbvl .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tqPP7PIbvl .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-tqPP7PIbvl .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tqPP7PIbvl .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tqPP7PIbvl .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tqPP7PIbvl .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tqPP7PIbvl .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tqPP7PIbvl .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tqPP7PIbvl .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tqPP7PIbvl .carousel-inner.slides2 .cloneditem-1,
  .cid-tqPP7PIbvl .carousel-inner.slides2 .cloneditem-2,
  .cid-tqPP7PIbvl .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tqPP7PIbvl .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tqPP7PIbvl .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tqPP7PIbvl .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tqPP7PIbvl .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tqPP7PIbvl .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tqPP7PIbvl .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tqPP7PIbvl .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tqPP7PIbvl .carousel-inner.slides3 .cloneditem-1,
  .cid-tqPP7PIbvl .carousel-inner.slides3 .cloneditem-2,
  .cid-tqPP7PIbvl .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tqPP7PIbvl .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-tqPP7PIbvl .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tqPP7PIbvl .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-tqPP7PIbvl .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-tqPP7PIbvl .mbr-section-btn {
    padding-right: 0;
  }
  .cid-tqPP7PIbvl .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-tqPP7PIbvl .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-tqPP7PIbvl .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-tqPP7PIbvl .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-tqPP7PIbvl .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-tqPP7PIbvl .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-tqPP7PIbvl .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-tqPP7PIbvl .carousel {
    padding-bottom: 50px;
  }
}
.cid-tqPP7PIbvl .mbr-text,
.cid-tqPP7PIbvl .mbr-section-btn {
  text-align: center;
  color: #014188;
}
.cid-tqKxpbozAD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqKxpbozAD img,
.cid-tqKxpbozAD .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tqKxpbozAD .item:focus,
.cid-tqKxpbozAD span:focus {
  outline: none;
}
.cid-tqKxpbozAD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqKxpbozAD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #014188;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqKxpbozAD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tqKxpbozAD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqKxpbozAD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tqKxpbozAD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tqKxpbozAD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqKxpbozAD .mbr-section-title {
  color: #014188;
}
.cid-tqKxpbozAD .mbr-text,
.cid-tqKxpbozAD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqKxpbozAD .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqKxpbozAD .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tqKxwBZdvr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqKxwBZdvr img,
.cid-tqKxwBZdvr .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tqKxwBZdvr .item:focus,
.cid-tqKxwBZdvr span:focus {
  outline: none;
}
.cid-tqKxwBZdvr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqKxwBZdvr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #014188;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqKxwBZdvr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tqKxwBZdvr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqKxwBZdvr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tqKxwBZdvr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tqKxwBZdvr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqKxwBZdvr .mbr-section-title {
  color: #014188;
}
.cid-tqKxwBZdvr .mbr-text,
.cid-tqKxwBZdvr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqKxwBZdvr .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqKxwBZdvr .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tqPTDgoRGv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPTDgoRGv img,
.cid-tqPTDgoRGv .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tqPTDgoRGv .item:focus,
.cid-tqPTDgoRGv span:focus {
  outline: none;
}
.cid-tqPTDgoRGv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqPTDgoRGv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #014188;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqPTDgoRGv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tqPTDgoRGv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqPTDgoRGv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tqPTDgoRGv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tqPTDgoRGv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqPTDgoRGv .mbr-section-title {
  color: #014188;
}
.cid-tqPTDgoRGv .mbr-text,
.cid-tqPTDgoRGv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tqPTDgoRGv .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqPTDgoRGv .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tqKxDFzxqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqKxDFzxqk .mbr-section-title {
  text-align: center;
}
.cid-tqKxDFzxqk .mbr-section-subtitle {
  text-align: center;
}
.cid-tqKxDFzxqk .mbr-text {
  text-align: left;
}
.cid-tqPQNTKza1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPQNTKza1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPQNTKza1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPQNTKza1 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}
.cid-tqPQNTKza1 .img-wide {
  height: 50%;
}
.cid-tqPQNTKza1 .img-big {
  height: 100%;
}
.cid-tqKxFmml1O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqKxFmml1O .mbr-section-title {
  text-align: center;
}
.cid-tqKxFmml1O .mbr-section-subtitle {
  text-align: center;
}
.cid-tqKxFmml1O .mbr-text {
  text-align: left;
}
.cid-tqPQQzTg7r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPQQzTg7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPQQzTg7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPQQzTg7r img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}
.cid-tqPQQzTg7r .img-wide {
  height: 50%;
}
.cid-tqPQQzTg7r .img-big {
  height: 100%;
}
.cid-tqPQZC4Njk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPQZC4Njk .mbr-section-title {
  text-align: center;
}
.cid-tqPQZC4Njk .mbr-section-subtitle {
  text-align: center;
}
.cid-tqPQZC4Njk .mbr-text {
  text-align: left;
}
.cid-tqPR0BhrW3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPR0BhrW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPR0BhrW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPR0BhrW3 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}
.cid-tqPR0BhrW3 .img-wide {
  height: 50%;
}
.cid-tqPR0BhrW3 .img-big {
  height: 100%;
}
.cid-tqPR19aRap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPR19aRap .mbr-section-title {
  text-align: center;
}
.cid-tqPR19aRap .mbr-section-subtitle {
  text-align: center;
}
.cid-tqPR19aRap .mbr-text {
  text-align: left;
}
.cid-tqPR21vjQX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPR21vjQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPR21vjQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPR21vjQX img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}
.cid-tqPR21vjQX .img-wide {
  height: 50%;
}
.cid-tqPR21vjQX .img-big {
  height: 100%;
}
.cid-tqPR2xjC1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPR2xjC1Q .mbr-section-title {
  text-align: center;
}
.cid-tqPR2xjC1Q .mbr-section-subtitle {
  text-align: center;
}
.cid-tqPR2xjC1Q .mbr-text {
  text-align: left;
}
.cid-tqPR3hZc6f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPR3hZc6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPR3hZc6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPR3hZc6f img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}
.cid-tqPR3hZc6f .img-wide {
  height: 50%;
}
.cid-tqPR3hZc6f .img-big {
  height: 100%;
}
.cid-tqPSIy6y9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPSIy6y9o .title__block {
  margin-bottom: 45px;
}
.cid-tqPSIy6y9o .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
}
.cid-tqPSIy6y9o .mbr-section-title b,
.cid-tqPSIy6y9o .mbr-section-title strong {
  font-weight: 500;
}
.cid-tqPSIy6y9o .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tqPSIy6y9o .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tqPSIy6y9o .video-block {
    width: 100% !important;
  }
  .cid-tqPSIy6y9o .title__block {
    margin-bottom: 30px;
  }
}
.cid-tqPRczfGVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPRczfGVx .mbr-section-title {
  text-align: center;
}
.cid-tqPRczfGVx .mbr-section-subtitle {
  text-align: center;
}
.cid-tqPRczfGVx .mbr-text {
  text-align: left;
}
.cid-tqPRdehlKu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPRdehlKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPRdehlKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPRdehlKu img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}
.cid-tqPRdehlKu .img-wide {
  height: 50%;
}
.cid-tqPRdehlKu .img-big {
  height: 100%;
}
.cid-tqPTqxeo69 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPTqxeo69 .title__block {
  margin-bottom: 45px;
}
.cid-tqPTqxeo69 .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
}
.cid-tqPTqxeo69 .mbr-section-title b,
.cid-tqPTqxeo69 .mbr-section-title strong {
  font-weight: 500;
}
.cid-tqPTqxeo69 .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tqPTqxeo69 .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tqPTqxeo69 .video-block {
    width: 100% !important;
  }
  .cid-tqPTqxeo69 .title__block {
    margin-bottom: 30px;
  }
}
.cid-tqPTooBePd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPTooBePd .mbr-section-title {
  text-align: center;
}
.cid-tqPTooBePd .mbr-section-subtitle {
  text-align: center;
}
.cid-tqPTooBePd .mbr-text {
  text-align: left;
}
.cid-tqPTppobey {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPTppobey .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPTppobey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPTppobey img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}
.cid-tqPTppobey .img-wide {
  height: 50%;
}
.cid-tqPTppobey .img-big {
  height: 100%;
}
.cid-tqPVbogWAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPVbogWAI .mbr-section-title {
  text-align: center;
}
.cid-tqPVbogWAI .mbr-section-subtitle {
  text-align: center;
}
.cid-tqPVbogWAI .mbr-text {
  text-align: left;
}
.cid-tqPVcjSyRh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPVcjSyRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPVcjSyRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPVcjSyRh img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}
.cid-tqPVcjSyRh .img-wide {
  height: 50%;
}
.cid-tqPVcjSyRh .img-big {
  height: 100%;
}
.cid-tqPVdF4KLw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqPVdF4KLw .mbr-section-title {
  text-align: center;
}
.cid-tqPVdF4KLw .mbr-section-subtitle {
  text-align: center;
}
.cid-tqPVdF4KLw .mbr-text {
  text-align: left;
}
.cid-tqPVerHhb3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqPVerHhb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPVerHhb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPVerHhb3 img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  object-fit: cover;
  border: 2px dashed #dddddd;
  border-radius: 8px;
}
.cid-tqPVerHhb3 .img-wide {
  height: 50%;
}
.cid-tqPVerHhb3 .img-big {
  height: 100%;
}
.cid-trsKhqeS63 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsKhqeS63 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsKhqeS63 .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsKhqeS63 .form-group {
  padding: 0;
}
.cid-trsKhqeS63 .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsKhqeS63 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsKhqeS63 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsKhqeS63 .mbr-form .btn {
  margin: 0;
}
.cid-trsKhqeS63 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsKhqeS63 input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsKhqeS63 input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsKhqeS63 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsKhqeS63 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsKhqeS63 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsKhqeS63 .dragArea {
    margin: 0;
  }
  .cid-trsKhqeS63 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsKhqeS63 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsKhqeS63 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsKhqeS63 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPgLYMJSR {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPgLYMJSR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPgLYMJSR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPgLYMJSR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPgLYMJSR .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPgLYMJSR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPgLYMJSR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPgLYMJSR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPgLYMJSR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPgLYMJSR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPgLYMJSR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPgLYMJSR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPgLYMJSR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPgLYMJSR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqPjF1bh6C {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tqPjF1bh6C .nav-link,
.cid-tqPjF1bh6C .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tqPjF1bh6C .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tqPjF1bh6C .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tqPjF1bh6C .nav-link.text-primary:hover,
.cid-tqPjF1bh6C .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tqPjF1bh6C .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tqPjF1bh6C .nav-link:hover:before {
  opacity: 1;
}
.cid-tqPjF1bh6C .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-tqPjF1bh6C .nav-link {
    margin: 0 !important;
  }
}
.cid-tqPjF1bh6C .icons-menu {
  line-height: 0;
}
.cid-tqPjF1bh6C .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tqPjF1bh6C .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tqPjF1bh6C .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tqPjF1bh6C .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tqPjF1bh6C .dropdown-menu a {
  overflow: hidden;
}
.cid-tqPjF1bh6C .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqPjF1bh6C .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tqPjF1bh6C .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqPjF1bh6C .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tqPjF1bh6C .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqPjF1bh6C .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tqPjF1bh6C .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tqPjF1bh6C .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tqPjF1bh6C .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-tqPjF1bh6C .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tqPjF1bh6C .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tqPjF1bh6C .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tqPjF1bh6C .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tqPjF1bh6C .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tqPjF1bh6C.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tqPjF1bh6C .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tqPjF1bh6C .btn {
    white-space: nowrap;
  }
  .cid-tqPjF1bh6C .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-tqPjF1bh6C .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tqPjF1bh6C .nav-item.dropdown:hover::before,
  .cid-tqPjF1bh6C .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tqPjF1bh6C .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tqPjF1bh6C .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tqPjF1bh6C .navbar > .container,
.cid-tqPjF1bh6C .navbar > .container-fluid {
  align-items: center;
}
.cid-tqPjF1bh6C .dropdown-toggle::after,
.cid-tqPjF1bh6C .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-tqPjF1bh6C .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tqPjF1bh6C .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tqPjF1bh6C .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tqPjF1bh6C .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tqPjF1bh6C .nav-item:focus,
.cid-tqPjF1bh6C .nav-link:focus {
  outline: none;
}
.cid-tqPjF1bh6C .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tqPjF1bh6C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqPjF1bh6C .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tqPjF1bh6C a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tqPjF1bh6C ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tqPjF1bh6C .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tqPjF1bh6C .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tqPjF1bh6C .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tqPjF1bh6C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqPjF1bh6C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqPjF1bh6C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tqPjF1bh6C .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tqPjF1bh6C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqPjF1bh6C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tqPjF1bh6C .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tqPjF1bh6C .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tqPjF1bh6C .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqPjF1bh6C.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqPjF1bh6C .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tqPjF1bh6C .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tqPjF1bh6C .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tqPjF1bh6C .navbar-logo {
    margin: 0;
  }
  .cid-tqPjF1bh6C .navbar-logo img {
    height: 60px !important;
  }
  .cid-tqPjF1bh6C .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tqPjF1bh6C .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tqPjF1bh6C .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tqPjF1bh6C .navbar {
    padding: 13px 90px;
  }
  .cid-tqPjF1bh6C .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tqPjF1bh6C .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tqPjF1bh6C .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tqPjF1bh6C .dropdown-toggle::after,
  .cid-tqPjF1bh6C .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tqPjF1bh6C .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tqPjF1bh6C a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tqPjF1bh6C ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tqPjF1bh6C .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tqPjF1bh6C .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tqPjF1bh6C.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tqPjF1bh6C.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tqPjF1bh6C.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqPjF1bh6C.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tqPjF1bh6C .navbar {
    padding: 0 !important;
  }
  .cid-tqPjF1bh6C ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tqPjF1bh6C a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tqPjF1bh6C .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tqPjF1bh6C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqPjF1bh6C .dropdown-item.active,
.cid-tqPjF1bh6C .dropdown-item:active {
  background-color: transparent;
}
.cid-tqPjF1bh6C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqPjF1bh6C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tqPjF1bh6C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqPjF1bh6C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tqPjF1bh6C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqPjF1bh6C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqPjF1bh6C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqPjF1bh6C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqPjF1bh6C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqPjF1bh6C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqPjF1bh6C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqPjF1bh6C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tqPjF1bh6C .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tqPjF1bh6C .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqPjF1bh6C .navbar {
    height: 97px;
  }
  .cid-tqPjF1bh6C .navbar.opened {
    height: auto;
  }
  .cid-tqPjF1bh6C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqPjF3XEXK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/skyfit-airport-pickup-taxi-a-1800x1277.jpg");
}
.cid-tqPjF3XEXK .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tqPjF3XEXK .mbr-section-title b,
.cid-tqPjF3XEXK .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tqPjF3XEXK .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tqPjF3XEXK .mbr-section-title,
.cid-tqPjF3XEXK .mbr-section-btn {
  color: #ffffff;
}
.cid-tqPIXKUjSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #014188;
}
.cid-tqPIXKUjSW .title__block {
  margin-bottom: 65px;
}
.cid-tqPIXKUjSW .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
.cid-tqPIXKUjSW .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-tqPIXKUjSW .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  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-tqPIXKUjSW .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e;
}
.cid-tqPIXKUjSW .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqPIXKUjSW .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqPIXKUjSW .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqPIXKUjSW .card__content {
  display: block;
  width: 100%;
}
.cid-tqPIXKUjSW .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}
.cid-tqPIXKUjSW .card__text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqPIXKUjSW .title__block {
    margin-bottom: 40px;
  }
  .cid-tqPIXKUjSW .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-tqPIXKUjSW .nav-item {
    margin-bottom: 9px;
  }
  .cid-tqPIXKUjSW .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-tqPIXKUjSW .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqPIXKUjSW .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-tqPIXKUjSW .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-tqPIXKUjSW .card__image {
    max-width: 90px;
  }
  .cid-tqPIXKUjSW .card__image img {
    width: 70%;
  }
}
.cid-tqPIXKUjSW .mbr-section-title {
  color: #ffffff;
}
.cid-tqPHtDwj1f {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tqPHtDwj1f .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tqPHtDwj1f .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-tqPHtDwj1f .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tqPHtDwj1f .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tqPHtDwj1f .img__wrap .image img {
    height: auto;
  }
  .cid-tqPHtDwj1f .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tqPHtDwj1f {
    padding-top: 10rem;
  }
  .cid-tqPHtDwj1f .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tqPHtDwj1f {
    padding-top: 8rem;
  }
  .cid-tqPHtDwj1f .img__wrap {
    top: -60px;
  }
}
.cid-tqPHtDwj1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqPHtDwj1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqPHtDwj1f .mbr-section-subtitle {
  color: #014188;
}
.cid-tqPHtDwj1f .mbr-section-title {
  color: #014188;
}
.cid-tqPHtDwj1f .mbr-text,
.cid-tqPHtDwj1f .mbr-section-btn {
  color: #014188;
}
.cid-trsKoOeOQ7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsKoOeOQ7 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsKoOeOQ7 .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsKoOeOQ7 .form-group {
  padding: 0;
}
.cid-trsKoOeOQ7 .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsKoOeOQ7 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsKoOeOQ7 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsKoOeOQ7 .mbr-form .btn {
  margin: 0;
}
.cid-trsKoOeOQ7 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsKoOeOQ7 input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsKoOeOQ7 input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsKoOeOQ7 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsKoOeOQ7 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsKoOeOQ7 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsKoOeOQ7 .dragArea {
    margin: 0;
  }
  .cid-trsKoOeOQ7 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsKoOeOQ7 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsKoOeOQ7 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsKoOeOQ7 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tqPjFmUP1G {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tqPjFmUP1G .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tqPjFmUP1G .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tqPjFmUP1G .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tqPjFmUP1G .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tqPjFmUP1G .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPjFmUP1G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqPjFmUP1G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqPjFmUP1G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqPjFmUP1G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tqPjFmUP1G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tqPjFmUP1G .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqPjFmUP1G .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqPjFmUP1G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqPjFmUP1G .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqPjFmUP1G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqPjFmUP1G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tr1NI70G4q {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tr1NI70G4q .nav-link,
.cid-tr1NI70G4q .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tr1NI70G4q .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tr1NI70G4q .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tr1NI70G4q .nav-link.text-primary:hover,
.cid-tr1NI70G4q .nav-link.text-primary:focus {
  color: #014188 !important;
}
.cid-tr1NI70G4q .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tr1NI70G4q .nav-link:hover:before {
  opacity: 1;
}
.cid-tr1NI70G4q .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-tr1NI70G4q .nav-link {
    margin: 0 !important;
  }
}
.cid-tr1NI70G4q .icons-menu {
  line-height: 0;
}
.cid-tr1NI70G4q .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tr1NI70G4q .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tr1NI70G4q .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tr1NI70G4q .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tr1NI70G4q .dropdown-menu a {
  overflow: hidden;
}
.cid-tr1NI70G4q .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-business-travels-k-2000x1687.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tr1NI70G4q .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tr1NI70G4q .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-travels-holidays-d-1800x1052.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tr1NI70G4q .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tr1NI70G4q .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfit-adventures-k-1800x1306.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tr1NI70G4q .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tr1NI70G4q .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/skyfield-exotic-places-v2-1800x1590.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tr1NI70G4q .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tr1NI70G4q .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-tr1NI70G4q .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tr1NI70G4q .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tr1NI70G4q .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tr1NI70G4q .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tr1NI70G4q .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tr1NI70G4q.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tr1NI70G4q .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tr1NI70G4q .btn {
    white-space: nowrap;
  }
  .cid-tr1NI70G4q .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-tr1NI70G4q .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tr1NI70G4q .nav-item.dropdown:hover::before,
  .cid-tr1NI70G4q .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tr1NI70G4q .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tr1NI70G4q .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tr1NI70G4q .navbar > .container,
.cid-tr1NI70G4q .navbar > .container-fluid {
  align-items: center;
}
.cid-tr1NI70G4q .dropdown-toggle::after,
.cid-tr1NI70G4q .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-tr1NI70G4q .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tr1NI70G4q .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tr1NI70G4q .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tr1NI70G4q .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tr1NI70G4q .nav-item:focus,
.cid-tr1NI70G4q .nav-link:focus {
  outline: none;
}
.cid-tr1NI70G4q .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tr1NI70G4q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tr1NI70G4q .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tr1NI70G4q a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tr1NI70G4q ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tr1NI70G4q .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tr1NI70G4q .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tr1NI70G4q .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tr1NI70G4q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tr1NI70G4q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tr1NI70G4q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tr1NI70G4q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tr1NI70G4q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tr1NI70G4q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tr1NI70G4q .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tr1NI70G4q .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tr1NI70G4q .nav-item .nav-link::before {
    display: none;
  }
  .cid-tr1NI70G4q.opened .dropdown-menu {
    top: 0;
  }
  .cid-tr1NI70G4q .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tr1NI70G4q .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tr1NI70G4q .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tr1NI70G4q .navbar-logo {
    margin: 0;
  }
  .cid-tr1NI70G4q .navbar-logo img {
    height: 60px !important;
  }
  .cid-tr1NI70G4q .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tr1NI70G4q .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tr1NI70G4q .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tr1NI70G4q .navbar {
    padding: 13px 90px;
  }
  .cid-tr1NI70G4q .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tr1NI70G4q .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tr1NI70G4q .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tr1NI70G4q .dropdown-toggle::after,
  .cid-tr1NI70G4q .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tr1NI70G4q .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tr1NI70G4q a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tr1NI70G4q ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tr1NI70G4q .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tr1NI70G4q .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tr1NI70G4q.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tr1NI70G4q.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tr1NI70G4q.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tr1NI70G4q.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tr1NI70G4q .navbar {
    padding: 0 !important;
  }
  .cid-tr1NI70G4q ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tr1NI70G4q a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tr1NI70G4q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tr1NI70G4q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tr1NI70G4q .dropdown-item.active,
.cid-tr1NI70G4q .dropdown-item:active {
  background-color: transparent;
}
.cid-tr1NI70G4q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tr1NI70G4q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tr1NI70G4q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tr1NI70G4q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7941e;
}
.cid-tr1NI70G4q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tr1NI70G4q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tr1NI70G4q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tr1NI70G4q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tr1NI70G4q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tr1NI70G4q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tr1NI70G4q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tr1NI70G4q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tr1NI70G4q .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tr1NI70G4q .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tr1NI70G4q .navbar {
    height: 97px;
  }
  .cid-tr1NI70G4q .navbar.opened {
    height: auto;
  }
  .cid-tr1NI70G4q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tr1NI9BxUE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/berlin-landmarks-a1-1780x983.jpg");
}
.cid-tr1NI9BxUE .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tr1NI9BxUE .mbr-section-title b,
.cid-tr1NI9BxUE .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tr1NI9BxUE .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tr1NI9BxUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr1NI9BxUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr1NI9BxUE .mbr-section-title,
.cid-tr1NI9BxUE .mbr-section-btn {
  color: #ffffff;
}
.cid-tr1NIaXXyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tr1NIaXXyi .title__block {
  margin-bottom: 45px;
}
.cid-tr1NIaXXyi .mbr-section-title {
  font-weight: 300;
  margin-bottom: 15px;
}
.cid-tr1NIaXXyi .mbr-section-title b,
.cid-tr1NIaXXyi .mbr-section-title strong {
  font-weight: 500;
}
.cid-tr1NIaXXyi .video-block {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tr1NIaXXyi .mbr-section-title.figure:before {
    top: -80px;
    left: 100px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .cid-tr1NIaXXyi .video-block {
    width: 100% !important;
  }
  .cid-tr1NIaXXyi .title__block {
    margin-bottom: 30px;
  }
}
.cid-tr1RxeoEHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #014188;
}
.cid-tr1RxeoEHj .row {
  position: relative;
}
.cid-tr1RxeoEHj .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #cce4f0;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tr1RxeoEHj .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #cce4f0;
  }
}
@media (max-width: 768px) {
  .cid-tr1RxeoEHj .row::after {
    display: none;
  }
}
.cid-tr1RxeoEHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr1RxeoEHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr1RxeoEHj .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-tr1RxeoEHj .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #cce4f0;
}
.cid-tr1RxeoEHj .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #689bb2;
}
.cid-tr1RxeoEHj .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tr1RxeoEHj .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #014188;
  box-shadow: none;
}
.cid-tr1RxeoEHj .title-wrapper .mbr-section-btn .btn:hover {
  color: #4c4c4c !important;
  background: #014188 !important;
  box-shadow: none !important;
}
.cid-tr1RxeoEHj .mbr-section-title {
  color: #ffffff;
}
.cid-tr1RxeoEHj .mbr-section-title,
.cid-tr1RxeoEHj .mbr-section-btn {
  text-align: center;
}
.cid-tr1Ppc3Kka {
  background-color: #ffffff;
}
.cid-tr1Ppc3Kka .item-wrapper {
  width: 100%;
}
.cid-tr1Ppc3Kka .row {
  align-items: center;
  justify-content: center;
}
.cid-tr1Ppc3Kka .b {
  margin-bottom: 30px;
}
.cid-tr1Ppc3Kka img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tr1Ppc3Kka .b,
  .cid-tr1Ppc3Kka .t {
    margin-bottom: 20px;
  }
}
.cid-tr1RYdomUi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #014188;
}
.cid-tr1RYdomUi .row {
  position: relative;
}
.cid-tr1RYdomUi .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #cce4f0;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tr1RYdomUi .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #cce4f0;
  }
}
@media (max-width: 768px) {
  .cid-tr1RYdomUi .row::after {
    display: none;
  }
}
.cid-tr1RYdomUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr1RYdomUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr1RYdomUi .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-tr1RYdomUi .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #cce4f0;
}
.cid-tr1RYdomUi .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #689bb2;
}
.cid-tr1RYdomUi .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tr1RYdomUi .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #014188;
  box-shadow: none;
}
.cid-tr1RYdomUi .title-wrapper .mbr-section-btn .btn:hover {
  color: #4c4c4c !important;
  background: #014188 !important;
  box-shadow: none !important;
}
.cid-tr1RYdomUi .mbr-section-title {
  color: #ffffff;
}
.cid-tr1RYdomUi .mbr-section-title,
.cid-tr1RYdomUi .mbr-section-btn {
  text-align: center;
}
.cid-tr1PJkKv47 {
  background-color: #ffffff;
}
.cid-tr1PJkKv47 .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tr1PJkKv47 .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tr1PJkKv47 .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tr1PJkKv47 .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-tr1PJkKv47 .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tr1PJkKv47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr1PJkKv47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr1RZpB0hG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #014188;
}
.cid-tr1RZpB0hG .row {
  position: relative;
}
.cid-tr1RZpB0hG .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #cce4f0;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tr1RZpB0hG .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #cce4f0;
  }
}
@media (max-width: 768px) {
  .cid-tr1RZpB0hG .row::after {
    display: none;
  }
}
.cid-tr1RZpB0hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr1RZpB0hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr1RZpB0hG .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-tr1RZpB0hG .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #cce4f0;
}
.cid-tr1RZpB0hG .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #689bb2;
}
.cid-tr1RZpB0hG .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tr1RZpB0hG .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #014188;
  box-shadow: none;
}
.cid-tr1RZpB0hG .title-wrapper .mbr-section-btn .btn:hover {
  color: #4c4c4c !important;
  background: #014188 !important;
  box-shadow: none !important;
}
.cid-tr1RZpB0hG .mbr-section-title {
  color: #ffffff;
}
.cid-tr1RZpB0hG .mbr-section-title,
.cid-tr1RZpB0hG .mbr-section-btn {
  text-align: center;
}
.cid-tr1QDYVLUA {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tr1QDYVLUA .item-wrapper {
  width: 100%;
}
.cid-tr1QDYVLUA .row {
  align-items: center;
  justify-content: center;
}
.cid-tr1QDYVLUA .b {
  margin-bottom: 30px;
}
.cid-tr1QDYVLUA img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tr1QDYVLUA .b,
  .cid-tr1QDYVLUA .t {
    margin-bottom: 20px;
  }
}
.cid-tr1S0z9ol6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #014188;
}
.cid-tr1S0z9ol6 .row {
  position: relative;
}
.cid-tr1S0z9ol6 .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #cce4f0;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tr1S0z9ol6 .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #cce4f0;
  }
}
@media (max-width: 768px) {
  .cid-tr1S0z9ol6 .row::after {
    display: none;
  }
}
.cid-tr1S0z9ol6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr1S0z9ol6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr1S0z9ol6 .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-tr1S0z9ol6 .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #cce4f0;
}
.cid-tr1S0z9ol6 .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #689bb2;
}
.cid-tr1S0z9ol6 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tr1S0z9ol6 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #014188;
  box-shadow: none;
}
.cid-tr1S0z9ol6 .title-wrapper .mbr-section-btn .btn:hover {
  color: #4c4c4c !important;
  background: #014188 !important;
  box-shadow: none !important;
}
.cid-tr1S0z9ol6 .mbr-section-title {
  color: #ffffff;
}
.cid-tr1S0z9ol6 .mbr-section-title,
.cid-tr1S0z9ol6 .mbr-section-btn {
  text-align: center;
}
.cid-tr1QFV5oPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tr1QFV5oPE .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tr1QFV5oPE .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tr1QFV5oPE .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tr1QFV5oPE .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-tr1QFV5oPE .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tr1QFV5oPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr1QFV5oPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr1NInupJt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tr1NInupJt .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tr1NInupJt .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-tr1NInupJt .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tr1NInupJt .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tr1NInupJt .img__wrap .image img {
    height: auto;
  }
  .cid-tr1NInupJt .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tr1NInupJt {
    padding-top: 10rem;
  }
  .cid-tr1NInupJt .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tr1NInupJt {
    padding-top: 8rem;
  }
  .cid-tr1NInupJt .img__wrap {
    top: -60px;
  }
}
.cid-tr1NInupJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr1NInupJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr1NInupJt .mbr-section-subtitle {
  color: #014188;
}
.cid-tr1NInupJt .mbr-section-title {
  color: #014188;
}
.cid-tr1NInupJt .mbr-text,
.cid-tr1NInupJt .mbr-section-btn {
  color: #014188;
}
.cid-trsKwBxO0a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #014188;
}
.cid-trsKwBxO0a .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0271ed;
  text-align: center;
  color: #ffffff;
}
.cid-trsKwBxO0a .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-trsKwBxO0a .form-group {
  padding: 0;
}
.cid-trsKwBxO0a .form-control {
  background-color: #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-trsKwBxO0a .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-trsKwBxO0a .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-trsKwBxO0a .mbr-form .btn {
  margin: 0;
}
.cid-trsKwBxO0a .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-trsKwBxO0a input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .8;
}
.cid-trsKwBxO0a input::-moz-placeholder {
  color: #ffffff;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-trsKwBxO0a .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-trsKwBxO0a .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0271ed;
  }
  .cid-trsKwBxO0a .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-trsKwBxO0a .dragArea {
    margin: 0;
  }
  .cid-trsKwBxO0a .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-trsKwBxO0a .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-trsKwBxO0a .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-trsKwBxO0a .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tr1NIq3gU0 {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #014188;
}
.cid-tr1NIq3gU0 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tr1NIq3gU0 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tr1NIq3gU0 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tr1NIq3gU0 .soc-item:hover {
  background: #f7941e;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tr1NIq3gU0 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tr1NIq3gU0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tr1NIq3gU0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tr1NIq3gU0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tr1NIq3gU0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tr1NIq3gU0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tr1NIq3gU0 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tr1NIq3gU0 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tr1NIq3gU0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tr1NIq3gU0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tr1NIq3gU0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tr1NIq3gU0 .media-container-row .row-copirayt p {
  width: 100%;
}
