@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700,800,900,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lora:400,500,600,700,400i,500i,600i,700i&display=swap);





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Lora', serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #004668 !important;
}
.bg-success {
  background-color: #6699cc !important;
}
.bg-info {
  background-color: #f8e7d1 !important;
}
.bg-warning {
  background-color: #845741 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #004668 !important;
  border-color: #004668 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00131c !important;
  border-color: #00131c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00131c !important;
  border-color: #00131c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fefbea !important;
  border-color: #fefbea !important;
  color: #debf0b !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #debf0b !important;
  background-color: #fbeda1 !important;
  border-color: #fbeda1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #debf0b !important;
  background-color: #fbeda1 !important;
  border-color: #fbeda1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f8e7d1 !important;
  border-color: #f8e7d1 !important;
  color: #af6f1b !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #af6f1b !important;
  background-color: #eec48f !important;
  border-color: #eec48f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #af6f1b !important;
  background-color: #eec48f !important;
  border-color: #eec48f !important;
}
.btn-success,
.btn-success:active {
  background-color: #6699cc !important;
  border-color: #6699cc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3973ac !important;
  border-color: #3973ac !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3973ac !important;
  border-color: #3973ac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #845741 !important;
  border-color: #845741 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #513528 !important;
  border-color: #513528 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #513528 !important;
  border-color: #513528 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #222222 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000102;
  color: #000102;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #004668;
  border-color: #004668;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004668 !important;
  border-color: #004668 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f9e889;
  color: #f9e889;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #debf0b;
  background-color: #fefbea;
  border-color: #fefbea;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #debf0b !important;
  background-color: #fefbea !important;
  border-color: #fefbea !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ebb978;
  color: #ebb978;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #af6f1b;
  background-color: #f8e7d1;
  border-color: #f8e7d1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #af6f1b !important;
  background-color: #f8e7d1 !important;
  border-color: #f8e7d1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #336699;
  color: #336699;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #6699cc;
  border-color: #6699cc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6699cc !important;
  border-color: #6699cc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #402a1f;
  color: #402a1f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #845741;
  border-color: #845741;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #845741 !important;
  border-color: #845741 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #004668 !important;
}
.text-secondary {
  color: #fefbea !important;
}
.text-success {
  color: #6699cc !important;
}
.text-info {
  color: #f8e7d1 !important;
}
.text-warning {
  color: #845741 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000102 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f9e889 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #336699 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ebb978 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #402a1f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8e7d1;
}
.alert-warning {
  background-color: #845741;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #004668;
  border-color: #004668;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #004668;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #009ce8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c29783;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #004668;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #004668;
  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-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #004668;
  border-bottom-color: #004668;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.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: #004668 !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: #fefbea !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none!important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23004668' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-sq12LM1vnr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
  overflow: hidden;
}
.cid-sq12LM1vnr svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sq12LM1vnr #e2_shape {
  fill: #004668 !important;
}
.cid-sq12LM1vnr img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sq12LM1vnr img {
    width: 90%!important;
  }
}
.cid-sq12LM1vnr H1 {
  color: #ffffff;
}
.cid-svXTY0AxIS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-svXTY0AxIS .mbr-text,
.cid-svXTY0AxIS .ornament {
  color: #fefbea;
}
.cid-spDgWnMb9p {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spDgWnMb9p .carousel {
  z-index: 0;
}
.cid-spDgWnMb9p .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-spDgWnMb9p .carousel-item.active,
.cid-spDgWnMb9p .carousel-item-next,
.cid-spDgWnMb9p .carousel-item-prev {
  display: flex;
}
.cid-spDgWnMb9p .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-spDgWnMb9p .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-spDgWnMb9p .line {
  width: 100px;
  height: 1px;
  background: #f8e7d1;
}
.cid-spDgWnMb9p .line1 {
  margin-left: -2rem;
}
.cid-spDgWnMb9p .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-spDgWnMb9p .carousel-controls a {
  font-size: 2rem;
}
.cid-spDgWnMb9p .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #f8e7d1;
  background: transparent;
  opacity: 0.5;
}
.cid-spDgWnMb9p .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-spDgWnMb9p ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-spDgWnMb9p .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #f8e7d1;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-spDgWnMb9p .carousel-indicators .active {
  opacity: 1;
}
.cid-spDgWnMb9p .user_text {
  color: #fefbea;
  text-align: center;
}
.cid-spDgWnMb9p .user_desk {
  color: #004668;
}
.cid-spDgWnMb9p .title,
.cid-spDgWnMb9p .line-align {
  color: #f8e7d1;
}
.cid-spsJqYdEkH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spsJqYdEkH .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-spsJqYdEkH .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-spsJqYdEkH .list-img {
  width: 100px;
}
.cid-spsJqYdEkH .ico2 {
  color: #767676;
  font-size: 1.2rem;
}
.cid-spsJqYdEkH .btn {
  margin: 0px !important;
}
.cid-spsJqYdEkH .text-box {
  padding: 1rem;
}
.cid-spsJqYdEkH .text-box p {
  margin: 0;
}
.cid-spsJqYdEkH .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-spsJqYdEkH .ico-box p {
  margin: 0;
}
.cid-spsJqYdEkH .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spsJqYdEkH .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spsJqYdEkH .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spsJqYdEkH .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-spsJqYdEkH .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-spsJqYdEkH .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-spsJqYdEkH .carousel-indicators li {
  display: inline-block;
}
.cid-spsJqYdEkH .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-spsJqYdEkH .carousel-indicators li.active {
  border: 0px;
}
.cid-spsJqYdEkH .li1,
.cid-spsJqYdEkH .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/dance-4618924-1920-1920x1281.jpg");
}
.cid-spsJqYdEkH .li2,
.cid-spsJqYdEkH .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/church-3478878-1920-1920x1080.jpg");
}
.cid-spsJqYdEkH .li3,
.cid-spsJqYdEkH .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/russia-3178907-1920-1920x1440.jpg");
}
.cid-spsJqYdEkH .li4,
.cid-spsJqYdEkH .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/st-petersburg-3710243-1280-1280x853.jpg");
}
.cid-spsJqYdEkH .li5,
.cid-spsJqYdEkH .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/7-2000x1343.jpg");
}
.cid-spsJqYdEkH .li6,
.cid-spsJqYdEkH .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
@media (max-width: 992px) {
  .cid-spsJqYdEkH .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-spsJqYdEkH .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-spsJqYdEkH .card-title2 {
  color: #149dcc;
}
.cid-spsJqYdEkH .sq {
  color: #767676;
}
.cid-spsJqYdEkH .item {
  color: #767676;
}
.cid-spsJqYdEkH .card-title1 {
  text-align: left;
}
.cid-sp4uFZMZ5o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-sp4uFZMZ5o .mbr-section-title {
  letter-spacing: 0.1em;
  color: #f8e7d1;
  margin-bottom: 2rem;
}
.cid-sp4uFZMZ5o .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sp4uFZMZ5o .btn {
  margin: 0px !important;
}
.cid-sp4uFZMZ5o .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sp4uFZMZ5o .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sp4uFZMZ5o .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sp4uFZMZ5o .carousel-item .wrap-img {
  text-align: center;
}
.cid-sp4uFZMZ5o .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sp4uFZMZ5o .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sp4uFZMZ5o .carousel-indicators {
  display: none;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sp4uFZMZ5o .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004668;
  display: inline-block;
  border: 4px solid #004668;
}
.cid-sp4uFZMZ5o .carousel-indicators li.active {
  border-color: #00132a;
}
@media (max-width: 768px) {
  .cid-sp4uFZMZ5o .second-col {
    padding-top: 2rem;
  }
}
.cid-sp4uFZMZ5o .mbr-section-subtitle,
.cid-sp4uFZMZ5o .mbr-section-btn {
  color: #fefbea;
}
.cid-spbzm53vbC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spbzm53vbC .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fefbea;
  color: #444444;
  padding: 0;
}
.cid-spbzm53vbC .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-spbzm53vbC p {
  line-height: 1.6;
}
.cid-spbzm53vbC .rev,
.cid-spbzm53vbC .mbr-iconfont {
  display: inline-block;
}
.cid-spbzm53vbC .card-title {
  color: #004668;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-spbzm53vbC .card-box {
  padding: 1.5rem;
}
.cid-spbzm53vbC .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-spbzm53vbC .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-spbzm53vbC .mbr-section-title,
.cid-spbzm53vbC .line-wrap {
  text-align: center;
  color: #004668;
}
.cid-spbzm53vbC .rev {
  color: #0a1c44;
}
.cid-spbzm53vbC .card-text,
.cid-spbzm53vbC .mbr-section-btn,
.cid-spbzm53vbC .ico-line {
  color: #6699cc;
  text-align: center;
}
.cid-sp5zfhul8R {
  background-image: url("../../../assets/images/russian-1090697-1920-1920x1280.jpg");
}
.cid-sp5zfhul8R H1 {
  color: #004668;
}
.cid-sp5nD1ie7j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sp4zpjbxo6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-sp4zpjbxo6 P {
  color: #845741;
}
.cid-sp4zpjbxo6 H5 {
  color: #004668;
  text-align: left;
}
.cid-sp4zpjbxo6 h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sp4zpjbxo6 h5:hover {
  background-size: 100% 100%;
}
.cid-sp4zpjbxo6 .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-sp4zpjbxo6 H4 {
  text-align: left;
  color: #004668;
}
.cid-sp5xzEaEYI {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-sp5xzEaEYI H1 {
  color: #f8e7d1;
}
.cid-sp4DISN7tC {
  padding-top: 45px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sp4DISN7tC p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sp4DISN7tC .panel-title {
  border-bottom: 2px solid #004668;
}
.cid-sp4DISN7tC .collapsed {
  border: none;
}
.cid-sp4DISN7tC .panel-body {
  padding-top: 0.5rem;
}
.cid-sp4DISN7tC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sp4DISN7tC .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #fefbea;
  padding: 0;
}
.cid-sp4DISN7tC .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sp4DISN7tC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sp4DISN7tC .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sp4DISN7tC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sp4DISN7tC .panel-text {
  color: #845741;
}
.cid-sp4DISN7tC H4 {
  color: #004668;
  text-transform: uppercase;
}
.cid-sp4DISN7tC H2 {
  color: #004668;
}
.cid-sp5xKZtTkC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sp4Hln7PaS {
  padding-top: 15px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sp4Hln7PaS p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-sp4Hln7PaS .panel-title {
  border-bottom: 2px solid #004668;
}
.cid-sp4Hln7PaS .collapsed {
  border: none;
}
.cid-sp4Hln7PaS .panel-body {
  padding-top: 0.5rem;
}
.cid-sp4Hln7PaS .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sp4Hln7PaS .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #fefbea;
  padding: 0;
}
.cid-sp4Hln7PaS .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sp4Hln7PaS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sp4Hln7PaS .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sp4Hln7PaS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sp4Hln7PaS .panel-text {
  color: #845741;
}
.cid-sp4Hln7PaS H4 {
  color: #004668;
  text-transform: uppercase;
}
.cid-sp4Hln7PaS H2 {
  color: #004668;
}
.cid-sp4GqvBBEU {
  background-image: url("../../../assets/images/mbr-1920x1114.jpg");
}
.cid-sp5xuhE16a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spJiLGqagl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spJiLGqagl P {
  color: #845741;
}
.cid-spJiLGqagl H5 {
  color: #004668;
  text-align: left;
}
.cid-spJiLGqagl h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spJiLGqagl h5:hover {
  background-size: 100% 100%;
}
.cid-spJiLGqagl .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spJiLGqagl H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-sp4Tdy21hP {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-sp4Tdy21hP H1 {
  color: #f8e7d1;
}
.cid-sp5w0wL25x {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-sp5w0wL25x H3 {
  color: #004668;
  text-align: center;
}
.cid-sp5w0wL25x H1 {
  color: #845741;
}
.cid-sp5w0wL25x DIV {
  text-align: left;
}
.cid-sp5w0wL25x UL {
  text-align: left;
}
.cid-spJluaoJ8D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spJluaoJ8D H1 {
  color: #f8e7d1;
}
.cid-sp4XwfSGj6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-sp4XwfSGj6 .container-fluid {
  padding: 0 3rem;
}
.cid-sp4XwfSGj6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sp4XwfSGj6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sp4XwfSGj6 .table-wrapper {
  margin: 0 auto;
}
.cid-sp4XwfSGj6 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sp4XwfSGj6 table thead tr {
  border: none !important;
}
.cid-sp4XwfSGj6 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #1a334d;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sp4XwfSGj6 table tr td {
  border-color: #6699cc;
}
.cid-sp4XwfSGj6 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sp4XwfSGj6 tr:hover {
  background-color: #004668 !important;
}
.cid-sp4XwfSGj6 th:after,
.cid-sp4XwfSGj6 th:before {
  display: none !important;
}
.cid-sp4XwfSGj6 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sp4XwfSGj6 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sp4XwfSGj6 table th,
  .cid-sp4XwfSGj6 table td {
    padding: .75rem;
  }
}
.cid-sp4XwfSGj6 .body-item {
  text-align: center;
  color: #fefbea;
}
.cid-sp4XwfSGj6 .mbr-text {
  color: #767676;
}
.cid-sp4XwfSGj6 .head-item {
  color: #232323;
  text-align: center;
}
.cid-sp4XwfSGj6 .mbr-section-title,
.cid-sp4XwfSGj6 .head-item {
  color: #fefbea;
  text-align: left;
}
.cid-sp4XwfSGj6 .mbr-section-subtitle,
.cid-sp4XwfSGj6 .body-item {
  color: #f8e7d1;
  text-align: left;
}
.cid-sp5u9vTHaZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sp5ryJCRgX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-sp5ryJCRgX .container-fluid {
  padding: 0 3rem;
}
.cid-sp5ryJCRgX .mbr-section-subtitle {
  color: #767676;
}
.cid-sp5ryJCRgX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sp5ryJCRgX .table-wrapper {
  margin: 0 auto;
}
.cid-sp5ryJCRgX table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sp5ryJCRgX table thead tr {
  border: none !important;
}
.cid-sp5ryJCRgX table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-color: #1a334d;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-sp5ryJCRgX table tr td {
  border-color: #6699cc;
}
.cid-sp5ryJCRgX table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sp5ryJCRgX tr:hover {
  background-color: #004668 !important;
}
.cid-sp5ryJCRgX th:after,
.cid-sp5ryJCRgX th:before {
  display: none !important;
}
.cid-sp5ryJCRgX .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-sp5ryJCRgX .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sp5ryJCRgX table th,
  .cid-sp5ryJCRgX table td {
    padding: .75rem;
  }
}
.cid-sp5ryJCRgX .body-item {
  text-align: center;
  color: #6699cc;
}
.cid-sp5ryJCRgX .mbr-text {
  color: #767676;
}
.cid-sp5ryJCRgX .head-item {
  color: #f8e7d1;
  text-align: left;
}
.cid-sp5ryJCRgX .mbr-section-title,
.cid-sp5ryJCRgX .head-item {
  color: #fefbea;
}
.cid-sp5ryJCRgX .mbr-section-subtitle,
.cid-sp5ryJCRgX .body-item {
  color: #f8e7d1;
  text-align: left;
}
.cid-sp4STkLlEU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-sp4STkLlEU H3 {
  color: #004668;
  text-align: center;
}
.cid-sp4STkLlEU H1 {
  color: #845741;
}
.cid-sp4STkLlEU DIV {
  text-align: left;
}
.cid-sp4STkLlEU UL {
  text-align: left;
}
.cid-sp5v84Vunu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spJiI3Ov1O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spJiI3Ov1O P {
  color: #845741;
}
.cid-spJiI3Ov1O H5 {
  color: #004668;
  text-align: left;
}
.cid-spJiI3Ov1O h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spJiI3Ov1O h5:hover {
  background-size: 100% 100%;
}
.cid-spJiI3Ov1O .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spJiI3Ov1O H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spaKOrW9rM {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spaKOrW9rM H1 {
  color: #f8e7d1;
}
.cid-spaYYDTRlg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-spaYYDTRlg H3 {
  color: #004668;
  text-align: center;
}
.cid-spaYYDTRlg H1 {
  color: #845741;
  text-align: center;
}
.cid-spaYYDTRlg DIV {
  text-align: center;
}
.cid-spaYYDTRlg UL {
  text-align: left;
}
.cid-spaLvqsLpF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spaLvqsLpF img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-spaLvqsLpF .row {
  justify-content: center;
}
.cid-spaLvqsLpF .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-spaLvqsLpF .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-spaLvqsLpF .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
@media (min-width: 992px) {
  .cid-spaLvqsLpF .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-spaLvqsLpF .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-spaLvqsLpF .item {
    padding: 0.5rem;
  }
  .cid-spaLvqsLpF .row {
    padding: 0 0.5rem;
  }
}
.cid-spaLvqsLpF .btn {
  border-radius: 0;
}
.cid-spaLvqsLpF .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-spb0weKyvy {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-spb0weKyvy .carousel {
  z-index: 0;
}
.cid-spb0weKyvy .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-spb0weKyvy .carousel-item.active,
.cid-spb0weKyvy .carousel-item-next,
.cid-spb0weKyvy .carousel-item-prev {
  display: flex;
}
.cid-spb0weKyvy .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-spb0weKyvy .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-spb0weKyvy .line {
  width: 100px;
  height: 1px;
  background: #004668;
}
.cid-spb0weKyvy .line1 {
  margin-left: -2rem;
}
.cid-spb0weKyvy .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-spb0weKyvy .carousel-controls a {
  font-size: 2rem;
}
.cid-spb0weKyvy .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #004668;
  background: transparent;
  opacity: 0.5;
}
.cid-spb0weKyvy .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-spb0weKyvy ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-spb0weKyvy .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #004668;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-spb0weKyvy .carousel-indicators .active {
  opacity: 1;
}
.cid-spb0weKyvy .user_text {
  color: #845741;
  text-align: center;
}
.cid-spb0weKyvy .user_desk {
  color: #004668;
}
.cid-spb0weKyvy .title,
.cid-spb0weKyvy .line-align {
  color: #004668;
}
.cid-spaZdszwjG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spJizcbpig {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spJizcbpig P {
  color: #845741;
}
.cid-spJizcbpig H5 {
  color: #004668;
  text-align: left;
}
.cid-spJizcbpig h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spJizcbpig h5:hover {
  background-size: 100% 100%;
}
.cid-spJizcbpig .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spJizcbpig H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spb6ZUbdtf {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spb6ZUbdtf H1 {
  color: #f8e7d1;
}
.cid-spb9LK7rel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spb9LK7rel .team-card .image-wrap {
  overflow: hidden;
}
.cid-spb9LK7rel .team-card .image-wrap img {
  transition: all .5s;
}
.cid-spb9LK7rel .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-spb9LK7rel .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spb9LK7rel .team-card {
  margin-bottom: 2rem;
}
.cid-spb9LK7rel .card-wrap {
  background: #004668;
}
.cid-spb9LK7rel .card-wrap .image-wrap img {
  width: 100%;
}
.cid-spb9LK7rel .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-spb9LK7rel .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-spb9LK7rel .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spb9LK7rel .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spb9LK7rel .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-spb9LK7rel .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-spb9LK7rel .card-title {
  color: #fefbea;
}
.cid-spb9LK7rel .card-text,
.cid-spb9LK7rel .mbr-section-btn {
  color: #f8e7d1;
}
.cid-spbepbiwBq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spbepbiwBq .team-card .image-wrap {
  overflow: hidden;
}
.cid-spbepbiwBq .team-card .image-wrap img {
  transition: all .5s;
}
.cid-spbepbiwBq .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-spbepbiwBq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spbepbiwBq .team-card {
  margin-bottom: 2rem;
}
.cid-spbepbiwBq .card-wrap {
  background: #fefbea;
}
.cid-spbepbiwBq .card-wrap .image-wrap img {
  width: 100%;
}
.cid-spbepbiwBq .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-spbepbiwBq .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-spbepbiwBq .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spbepbiwBq .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spbepbiwBq .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-spbepbiwBq .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-spbepbiwBq .card-title {
  color: #004668;
}
.cid-spbepbiwBq .card-text,
.cid-spbepbiwBq .mbr-section-btn {
  color: #6699cc;
}
.cid-spbglKTYvv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spbglKTYvv .team-card .image-wrap {
  overflow: hidden;
}
.cid-spbglKTYvv .team-card .image-wrap img {
  transition: all .5s;
}
.cid-spbglKTYvv .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-spbglKTYvv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spbglKTYvv .team-card {
  margin-bottom: 2rem;
}
.cid-spbglKTYvv .card-wrap {
  background: #004668;
}
.cid-spbglKTYvv .card-wrap .image-wrap img {
  width: 100%;
}
.cid-spbglKTYvv .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-spbglKTYvv .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-spbglKTYvv .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spbglKTYvv .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spbglKTYvv .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-spbglKTYvv .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-spbglKTYvv .card-title {
  color: #fefbea;
}
.cid-spbglKTYvv .card-text,
.cid-spbglKTYvv .mbr-section-btn {
  color: #f8e7d1;
}
.cid-spbhjqxwLT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/st-petersburg-3710243-1280-1280x853.jpg");
}
.cid-spbhjqxwLT .team-card .image-wrap {
  overflow: hidden;
}
.cid-spbhjqxwLT .team-card .image-wrap img {
  transition: all .5s;
}
.cid-spbhjqxwLT .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-spbhjqxwLT .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spbhjqxwLT .team-card {
  margin-bottom: 2rem;
}
.cid-spbhjqxwLT .card-wrap {
  background: #fefbea;
}
.cid-spbhjqxwLT .card-wrap .image-wrap img {
  width: 100%;
}
.cid-spbhjqxwLT .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-spbhjqxwLT .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-spbhjqxwLT .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spbhjqxwLT .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spbhjqxwLT .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-spbhjqxwLT .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-spbhjqxwLT .card-title {
  color: #004668;
}
.cid-spbhjqxwLT .card-text,
.cid-spbhjqxwLT .mbr-section-btn {
  color: #6699cc;
}
.cid-spbm4I31xy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spbm4I31xy .team-card .image-wrap {
  overflow: hidden;
}
.cid-spbm4I31xy .team-card .image-wrap img {
  transition: all .5s;
}
.cid-spbm4I31xy .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-spbm4I31xy .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spbm4I31xy .team-card {
  margin-bottom: 2rem;
}
.cid-spbm4I31xy .card-wrap {
  background: #004668;
}
.cid-spbm4I31xy .card-wrap .image-wrap img {
  width: 100%;
}
.cid-spbm4I31xy .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-spbm4I31xy .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-spbm4I31xy .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spbm4I31xy .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spbm4I31xy .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-spbm4I31xy .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-spbm4I31xy .card-title {
  color: #fefbea;
}
.cid-spbm4I31xy .card-text,
.cid-spbm4I31xy .mbr-section-btn {
  color: #f8e7d1;
}
.cid-spbmkzeK0g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spbmkzeK0g .team-card .image-wrap {
  overflow: hidden;
}
.cid-spbmkzeK0g .team-card .image-wrap img {
  transition: all .5s;
}
.cid-spbmkzeK0g .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-spbmkzeK0g .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spbmkzeK0g .team-card {
  margin-bottom: 2rem;
}
.cid-spbmkzeK0g .card-wrap {
  background: #fefbea;
}
.cid-spbmkzeK0g .card-wrap .image-wrap img {
  width: 100%;
}
.cid-spbmkzeK0g .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-spbmkzeK0g .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-spbmkzeK0g .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spbmkzeK0g .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spbmkzeK0g .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-spbmkzeK0g .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-spbmkzeK0g .card-title {
  color: #004668;
}
.cid-spbmkzeK0g .card-text,
.cid-spbmkzeK0g .mbr-section-btn {
  color: #6699cc;
}
.cid-spb6Wb1h5G {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-spb6WWJblp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spJiw4lJhA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spJiw4lJhA P {
  color: #845741;
}
.cid-spJiw4lJhA H5 {
  color: #004668;
  text-align: left;
}
.cid-spJiw4lJhA h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spJiw4lJhA h5:hover {
  background-size: 100% 100%;
}
.cid-spJiw4lJhA .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spJiw4lJhA H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spbuoNVezq {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spbuoNVezq H1 {
  color: #f8e7d1;
}
.cid-spbuWmb5Ma {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-spbuWmb5Ma H3 {
  color: #004668;
  text-align: center;
}
.cid-spbuWmb5Ma H1 {
  color: #845741;
  text-align: center;
}
.cid-spbuWmb5Ma DIV {
  text-align: center;
}
.cid-spbuWmb5Ma UL {
  text-align: left;
}
.cid-spgzaeYMnk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-spgzaeYMnk .card {
  padding: 1rem;
}
.cid-spgzaeYMnk .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #004668, #6699cc);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-spgzaeYMnk .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-spgzaeYMnk .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-spgzaeYMnk .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-spgzaeYMnk .card-sign {
  padding-top: .5rem;
}
.cid-spgzaeYMnk .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-spgzaeYMnk .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-spgzaeYMnk .card-title {
    text-align: center;
  }
  .cid-spgzaeYMnk p.mbr-text,
  .cid-spgzaeYMnk p.date {
    text-align: center;
  }
}
.cid-spgzaeYMnk .card-box {
  background: #fefbea;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-spgzaeYMnk .card-text,
.cid-spgzaeYMnk .mbr-subtitle {
  color: #8d97ad;
}
.cid-spgzaeYMnk .card-text {
  color: #845741;
}
.cid-spgF1LMzZp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-spgF1LMzZp .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-spgF1LMzZp .tab-header {
  color: #004668;
}
.cid-spgF1LMzZp .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-spgF1LMzZp .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-spgF1LMzZp .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-spgF1LMzZp .card-img span {
  font-size: 80px;
}
.cid-spgF1LMzZp .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-spgF1LMzZp .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spgF1LMzZp .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-spgF1LMzZp .nav-item {
  margin-top: 1rem;
}
.cid-spgF1LMzZp .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-spgF1LMzZp .tab-content {
  width: 100%;
}
.cid-spgF1LMzZp .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-spgF1LMzZp .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-spgF1LMzZp .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-spgF1LMzZp .mbr-section-text {
  text-align: left;
  color: #845741;
}
.cid-spgF1LMzZp .mbr-element-title,
.cid-spgF1LMzZp .card-img {
  color: #6699cc;
  text-align: left;
}
.cid-sphn6pscTk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sphmGW4yza {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sphmGW4yza .mbr-section-title,
.cid-sphmGW4yza .mbr-section-subtitle {
  color: #000000;
}
.cid-sphmGW4yza .mbr-section-text {
  color: #232323;
}
.cid-sphmGW4yza .mbr-text,
.cid-sphmGW4yza .typed-text,
.cid-sphmGW4yza .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sphmGW4yza .btn {
  margin-left: 4px !important;
}
.cid-sphmGW4yza .animated-element {
  color: #ff3366;
}
.cid-sphmGW4yza .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sphmGW4yza .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sphmGW4yza .typed-text,
  .cid-sphmGW4yza .mbr-section-subtitle,
  .cid-sphmGW4yza .mbr-section-text,
  .cid-sphmGW4yza .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sphmGW4yza .mbr-section-subtitle,
.cid-sphmGW4yza .typed-text {
  text-align: center;
  color: #004668;
}
.cid-sphmGW4yza .mbr-section-text,
.cid-sphmGW4yza .mbr-section-btn {
  text-align: center;
  color: #6699cc;
}
.cid-sphbvfPtz6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpeg");
}
.cid-sphbvfPtz6 H1 {
  color: #f8e7d1;
  text-align: center;
}
.cid-sphbvfPtz6 .mbr-text,
.cid-sphbvfPtz6 .mbr-section-btn {
  color: #f8e7d1;
}
.cid-sphd7ZqfCz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-sphd7ZqfCz H3 {
  color: #004668;
  text-align: left;
}
.cid-sphd7ZqfCz H1 {
  color: #845741;
  text-align: left;
}
.cid-sphd7ZqfCz DIV {
  text-align: center;
}
.cid-sphd7ZqfCz UL {
  text-align: left;
}
.cid-sphd7ZqfCz .mbr-text,
.cid-sphd7ZqfCz .mbr-section-btn {
  color: #845741;
}
.cid-spheoEgARt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-spheoEgARt H3 {
  color: #fefbea;
  text-align: left;
}
.cid-spheoEgARt H1 {
  color: #f8e7d1;
  text-align: left;
}
.cid-spheoEgARt DIV {
  text-align: center;
}
.cid-spheoEgARt UL {
  text-align: left;
}
.cid-spheoEgARt .mbr-text,
.cid-spheoEgARt .mbr-section-btn {
  color: #845741;
}
.cid-sphkzG7NaA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-sphkzG7NaA H3 {
  color: #004668;
  text-align: left;
}
.cid-sphkzG7NaA H1 {
  color: #845741;
  text-align: left;
}
.cid-sphkzG7NaA DIV {
  text-align: center;
}
.cid-sphkzG7NaA UL {
  text-align: left;
}
.cid-sphkzG7NaA .mbr-text,
.cid-sphkzG7NaA .mbr-section-btn {
  color: #845741;
}
.cid-spgHbv480o {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spgHbv480o H3 {
  color: #fefbea;
  text-align: center;
}
.cid-spgHbv480o H1 {
  color: #f8e7d1;
  text-align: center;
}
.cid-spgHbv480o DIV {
  text-align: center;
}
.cid-spgHbv480o UL {
  text-align: left;
}
.cid-spgHbv480o .mbr-text,
.cid-spgHbv480o .mbr-section-btn {
  color: #845741;
}
.cid-sphf2icsbA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spJirCDFzK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spJirCDFzK P {
  color: #845741;
}
.cid-spJirCDFzK H5 {
  color: #004668;
  text-align: left;
}
.cid-spJirCDFzK h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spJirCDFzK h5:hover {
  background-size: 100% 100%;
}
.cid-spJirCDFzK .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spJirCDFzK H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spm00oSSay {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spm00oSSay H1 {
  color: #f8e7d1;
}
.cid-spm00oSSay .mbr-text,
.cid-spm00oSSay .mbr-section-btn {
  color: #fefbea;
}
.cid-spm0o6HR8V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-spm0o6HR8V .team-card .image-wrap {
  overflow: hidden;
}
.cid-spm0o6HR8V .team-card .image-wrap img {
  transition: all .5s;
}
.cid-spm0o6HR8V .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-spm0o6HR8V .underline .line {
  width: 2rem;
  height: 1px;
  background: #004668;
  display: inline-block;
}
.cid-spm0o6HR8V .team-card {
  margin-bottom: 2rem;
}
.cid-spm0o6HR8V .card-wrap {
  background: #fefbea;
}
.cid-spm0o6HR8V .card-wrap .image-wrap img {
  width: 100%;
}
.cid-spm0o6HR8V .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-spm0o6HR8V .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-spm0o6HR8V .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-spm0o6HR8V .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spm0o6HR8V .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-spm0o6HR8V .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-spm0o6HR8V .card-title {
  color: #004668;
}
.cid-spm0o6HR8V .card-text,
.cid-spm0o6HR8V .mbr-section-btn {
  color: #f8e7d1;
}
.cid-spm0o6HR8V .main-subtitle,
.cid-spm0o6HR8V .underline {
  color: #004668;
}
.cid-spmjj93fjw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spmpmeaERx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pattern-2789709-1920-1920x1318.jpg");
}
.cid-spmpmeaERx .card-box {
  padding: 0rem;
}
.cid-spmpmeaERx .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-spmpmeaERx .card {
  padding: 0;
  margin: auto;
}
.cid-spmpmeaERx .card-img {
  height: 400px;
}
.cid-spmpmeaERx .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-spmpmeaERx .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-spmpmeaERx .card-wrapper {
    padding: 4rem;
  }
}
.cid-spmpmeaERx .card-title {
  color: #004668;
  text-align: left;
}
.cid-spmjgjtbyE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spJika2MBh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spJika2MBh P {
  color: #845741;
}
.cid-spJika2MBh H5 {
  color: #004668;
  text-align: left;
}
.cid-spJika2MBh h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spJika2MBh h5:hover {
  background-size: 100% 100%;
}
.cid-spJika2MBh .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spJika2MBh H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spMgi3Axd8 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spMgi3Axd8 H1 {
  color: #f8e7d1;
}
.cid-spMgi3Axd8 .mbr-text,
.cid-spMgi3Axd8 .mbr-section-btn {
  color: #fefbea;
}
.cid-spMhLGNWDK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spMhLGNWDK img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-spMhLGNWDK .row {
  justify-content: center;
}
.cid-spMhLGNWDK .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-spMhLGNWDK .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-spMhLGNWDK .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
@media (min-width: 992px) {
  .cid-spMhLGNWDK .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-spMhLGNWDK .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-spMhLGNWDK .item {
    padding: 0.5rem;
  }
  .cid-spMhLGNWDK .row {
    padding: 0 0.5rem;
  }
}
.cid-spMhLGNWDK .btn {
  border-radius: 0;
}
.cid-spMhLGNWDK .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tD5XJCX20O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tD5XJCX20O .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-tD5XJCX20O .content-block .mbr-text {
  margin: 0;
}
.cid-tD5XJCX20O .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tD5XJCX20O .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tD5XJCX20O .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tD5XJCX20O .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tD5XJCX20O .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tD5XJCX20O h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tD5XJCX20O .mbr-text {
  color: #f8e7d1;
}
.cid-tD5XJCX20O .mbr-section-title {
  color: #fefbea;
}
.cid-spPA44HeZJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPA44HeZJ .mbr-text,
.cid-spPA44HeZJ .ornament {
  color: #fefbea;
}
.cid-spMgi8K9xC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spMgi8K9xC .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-spMgi8K9xC .tab-header {
  color: #004668;
}
.cid-spMgi8K9xC .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-spMgi8K9xC .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-spMgi8K9xC .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-spMgi8K9xC .card-img span {
  font-size: 80px;
}
.cid-spMgi8K9xC .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-spMgi8K9xC .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spMgi8K9xC .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-spMgi8K9xC .nav-item {
  margin-top: 1rem;
}
.cid-spMgi8K9xC .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-spMgi8K9xC .tab-content {
  width: 100%;
}
.cid-spMgi8K9xC .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-spMgi8K9xC .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-spMgi8K9xC .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-spMgi8K9xC .mbr-element-title,
.cid-spMgi8K9xC .card-img {
  color: #845741;
}
.cid-spMgi8K9xC .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-spMgi8K9xC .mbr-element-title,
.cid-spMgi8K9xC .card-img UL {
  text-align: left;
}
.cid-spMgiaOBO3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spMgibh6Pt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spMgibh6Pt P {
  color: #845741;
}
.cid-spMgibh6Pt H5 {
  color: #004668;
  text-align: left;
}
.cid-spMgibh6Pt h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spMgibh6Pt h5:hover {
  background-size: 100% 100%;
}
.cid-spMgibh6Pt .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spMgibh6Pt H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spPoFs8ey9 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spPoFs8ey9 H1 {
  color: #f8e7d1;
}
.cid-spPoFs8ey9 .mbr-text,
.cid-spPoFs8ey9 .mbr-section-btn {
  color: #fefbea;
}
.cid-spPoFtqtQY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spPoFtqtQY img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-spPoFtqtQY .row {
  justify-content: center;
}
.cid-spPoFtqtQY .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-spPoFtqtQY .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-spPoFtqtQY .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
@media (min-width: 992px) {
  .cid-spPoFtqtQY .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-spPoFtqtQY .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-spPoFtqtQY .item {
    padding: 0.5rem;
  }
  .cid-spPoFtqtQY .row {
    padding: 0 0.5rem;
  }
}
.cid-spPoFtqtQY .btn {
  border-radius: 0;
}
.cid-spPoFtqtQY .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tD5XV4KW2V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tD5XV4KW2V .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-tD5XV4KW2V .content-block .mbr-text {
  margin: 0;
}
.cid-tD5XV4KW2V .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tD5XV4KW2V .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tD5XV4KW2V .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tD5XV4KW2V .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tD5XV4KW2V .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tD5XV4KW2V h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tD5XV4KW2V .mbr-text {
  color: #f8e7d1;
}
.cid-tD5XV4KW2V .mbr-section-title {
  color: #fefbea;
}
.cid-spPzp5JKhH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPzp5JKhH .mbr-text,
.cid-spPzp5JKhH .ornament {
  color: #fefbea;
}
.cid-spPoFw4OyX {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spPoFw4OyX .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-spPoFw4OyX .tab-header {
  color: #004668;
}
.cid-spPoFw4OyX .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-spPoFw4OyX .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-spPoFw4OyX .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-spPoFw4OyX .card-img span {
  font-size: 80px;
}
.cid-spPoFw4OyX .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-spPoFw4OyX .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spPoFw4OyX .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-spPoFw4OyX .nav-item {
  margin-top: 1rem;
}
.cid-spPoFw4OyX .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-spPoFw4OyX .tab-content {
  width: 100%;
}
.cid-spPoFw4OyX .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-spPoFw4OyX .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-spPoFw4OyX .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-spPoFw4OyX .mbr-element-title,
.cid-spPoFw4OyX .card-img {
  color: #845741;
}
.cid-spPoFw4OyX .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-spPoFw4OyX .mbr-element-title,
.cid-spPoFw4OyX .card-img UL {
  text-align: left;
}
.cid-spPoFyj3lY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPoFyHY9E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spPoFyHY9E P {
  color: #845741;
}
.cid-spPoFyHY9E H5 {
  color: #004668;
  text-align: left;
}
.cid-spPoFyHY9E h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spPoFyHY9E h5:hover {
  background-size: 100% 100%;
}
.cid-spPoFyHY9E .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spPoFyHY9E H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spPAsYsUI2 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spPAsYsUI2 H1 {
  color: #f8e7d1;
}
.cid-spPAsYsUI2 .mbr-text,
.cid-spPAsYsUI2 .mbr-section-btn {
  color: #fefbea;
}
.cid-spPAt0zxBJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spPAt0zxBJ img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-spPAt0zxBJ .row {
  justify-content: center;
}
.cid-spPAt0zxBJ .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-spPAt0zxBJ .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-spPAt0zxBJ .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
@media (min-width: 992px) {
  .cid-spPAt0zxBJ .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-spPAt0zxBJ .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-spPAt0zxBJ .item {
    padding: 0.5rem;
  }
  .cid-spPAt0zxBJ .row {
    padding: 0 0.5rem;
  }
}
.cid-spPAt0zxBJ .btn {
  border-radius: 0;
}
.cid-spPAt0zxBJ .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tD5YIQu4Dt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tD5YIQu4Dt .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-tD5YIQu4Dt .content-block .mbr-text {
  margin: 0;
}
.cid-tD5YIQu4Dt .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tD5YIQu4Dt .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tD5YIQu4Dt .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tD5YIQu4Dt .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tD5YIQu4Dt .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tD5YIQu4Dt h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tD5YIQu4Dt .mbr-text {
  color: #f8e7d1;
}
.cid-tD5YIQu4Dt .mbr-section-title {
  color: #fefbea;
}
.cid-spPAt4fQKp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPAt4fQKp .mbr-text,
.cid-spPAt4fQKp .ornament {
  color: #fefbea;
}
.cid-spPAt5vVY2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spPAt5vVY2 .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-spPAt5vVY2 .tab-header {
  color: #004668;
}
.cid-spPAt5vVY2 .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-spPAt5vVY2 .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-spPAt5vVY2 .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-spPAt5vVY2 .card-img span {
  font-size: 80px;
}
.cid-spPAt5vVY2 .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-spPAt5vVY2 .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spPAt5vVY2 .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-spPAt5vVY2 .nav-item {
  margin-top: 1rem;
}
.cid-spPAt5vVY2 .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-spPAt5vVY2 .tab-content {
  width: 100%;
}
.cid-spPAt5vVY2 .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-spPAt5vVY2 .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-spPAt5vVY2 .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-spPAt5vVY2 .mbr-element-title,
.cid-spPAt5vVY2 .card-img {
  color: #845741;
}
.cid-spPAt5vVY2 .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-spPAt5vVY2 .mbr-element-title,
.cid-spPAt5vVY2 .card-img UL {
  text-align: left;
}
.cid-spPAt9D2Q6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPAtamTBc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spPAtamTBc P {
  color: #845741;
}
.cid-spPAtamTBc H5 {
  color: #004668;
  text-align: left;
}
.cid-spPAtamTBc h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spPAtamTBc h5:hover {
  background-size: 100% 100%;
}
.cid-spPAtamTBc .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spPAtamTBc H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spPDwWqL6a {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spPDwWqL6a H1 {
  color: #f8e7d1;
}
.cid-spPDwWqL6a .mbr-text,
.cid-spPDwWqL6a .mbr-section-btn {
  color: #fefbea;
}
.cid-spPDwWZ0jU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spPDwWZ0jU img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-spPDwWZ0jU .row {
  justify-content: center;
}
.cid-spPDwWZ0jU .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-spPDwWZ0jU .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-spPDwWZ0jU .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
@media (min-width: 992px) {
  .cid-spPDwWZ0jU .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-spPDwWZ0jU .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-spPDwWZ0jU .item {
    padding: 0.5rem;
  }
  .cid-spPDwWZ0jU .row {
    padding: 0 0.5rem;
  }
}
.cid-spPDwWZ0jU .btn {
  border-radius: 0;
}
.cid-spPDwWZ0jU .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tD5YOPiaHX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tD5YOPiaHX .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-tD5YOPiaHX .content-block .mbr-text {
  margin: 0;
}
.cid-tD5YOPiaHX .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tD5YOPiaHX .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tD5YOPiaHX .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tD5YOPiaHX .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tD5YOPiaHX .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tD5YOPiaHX h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tD5YOPiaHX .mbr-text {
  color: #f8e7d1;
}
.cid-tD5YOPiaHX .mbr-section-title {
  color: #fefbea;
}
.cid-spPDwYCnsc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPDwYCnsc .mbr-text,
.cid-spPDwYCnsc .ornament {
  color: #fefbea;
}
.cid-spPDwZ3yww {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spPDwZ3yww .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-spPDwZ3yww .tab-header {
  color: #004668;
}
.cid-spPDwZ3yww .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-spPDwZ3yww .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-spPDwZ3yww .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-spPDwZ3yww .card-img span {
  font-size: 80px;
}
.cid-spPDwZ3yww .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-spPDwZ3yww .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spPDwZ3yww .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-spPDwZ3yww .nav-item {
  margin-top: 1rem;
}
.cid-spPDwZ3yww .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-spPDwZ3yww .tab-content {
  width: 100%;
}
.cid-spPDwZ3yww .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-spPDwZ3yww .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-spPDwZ3yww .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-spPDwZ3yww .mbr-element-title,
.cid-spPDwZ3yww .card-img {
  color: #845741;
}
.cid-spPDwZ3yww .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-spPDwZ3yww .mbr-element-title,
.cid-spPDwZ3yww .card-img UL {
  text-align: left;
}
.cid-spPDx1bRyf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPDx1xODb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spPDx1xODb P {
  color: #845741;
}
.cid-spPDx1xODb H5 {
  color: #004668;
  text-align: left;
}
.cid-spPDx1xODb h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spPDx1xODb h5:hover {
  background-size: 100% 100%;
}
.cid-spPDx1xODb .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spPDx1xODb H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spPHmbeeDh {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spPHmbeeDh H1 {
  color: #f8e7d1;
}
.cid-spPHmbeeDh .mbr-text,
.cid-spPHmbeeDh .mbr-section-btn {
  color: #fefbea;
}
.cid-spPHmeSCKH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spPHmeSCKH .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-spPHmeSCKH .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-spPHmeSCKH .btn {
  margin: 0px !important;
}
.cid-spPHmeSCKH .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spPHmeSCKH .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spPHmeSCKH .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spPHmeSCKH .carousel-item .wrap-img {
  text-align: center;
}
.cid-spPHmeSCKH .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-spPHmeSCKH .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-spPHmeSCKH .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-spPHmeSCKH .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004668;
  display: inline-block;
  border: 4px solid #004668;
}
.cid-spPHmeSCKH .carousel-indicators li.active {
  border-color: #00132a;
}
@media (max-width: 768px) {
  .cid-spPHmeSCKH .second-col {
    padding-top: 2rem;
  }
}
.cid-spPHmeSCKH .mbr-section-subtitle,
.cid-spPHmeSCKH .mbr-section-btn {
  color: #004668;
  text-align: center;
}
.cid-spPHmg4Kcr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-spPHmg4Kcr .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-spPHmg4Kcr .content-block .mbr-text {
  margin: 0;
}
.cid-spPHmg4Kcr .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-spPHmg4Kcr .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-spPHmg4Kcr .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-spPHmg4Kcr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-spPHmg4Kcr .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-spPHmg4Kcr h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-spPHmg4Kcr .mbr-text {
  color: #f8e7d1;
}
.cid-spPHmg4Kcr .mbr-section-title {
  color: #fefbea;
}
.cid-spPHmgOISB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPHmgOISB .mbr-text,
.cid-spPHmgOISB .ornament {
  color: #fefbea;
}
.cid-spPHmikN8O {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spPHmikN8O .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-spPHmikN8O .tab-header {
  color: #004668;
}
.cid-spPHmikN8O .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-spPHmikN8O .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-spPHmikN8O .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-spPHmikN8O .card-img span {
  font-size: 80px;
}
.cid-spPHmikN8O .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-spPHmikN8O .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spPHmikN8O .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-spPHmikN8O .nav-item {
  margin-top: 1rem;
}
.cid-spPHmikN8O .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-spPHmikN8O .tab-content {
  width: 100%;
}
.cid-spPHmikN8O .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-spPHmikN8O .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-spPHmikN8O .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-spPHmikN8O .mbr-element-title,
.cid-spPHmikN8O .card-img {
  color: #845741;
}
.cid-spPHmikN8O .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-spPHmikN8O .mbr-element-title,
.cid-spPHmikN8O .card-img UL {
  text-align: left;
}
.cid-spPHmkG2PK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPHmlhNiZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spPHmlhNiZ P {
  color: #845741;
}
.cid-spPHmlhNiZ H5 {
  color: #004668;
  text-align: left;
}
.cid-spPHmlhNiZ h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spPHmlhNiZ h5:hover {
  background-size: 100% 100%;
}
.cid-spPHmlhNiZ .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spPHmlhNiZ H4 {
  text-align: left;
  color: #004668;
}
.cid-spPHmlWTW8.popup-builder {
  background-color: #ffffff;
}
.cid-spPHmlWTW8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spPHmlWTW8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spPHmlWTW8 .modal-content,
.cid-spPHmlWTW8 .modal-dialog {
  height: auto;
}
.cid-spPHmlWTW8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spPHmlWTW8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spPHmlWTW8 .form-wrapper .mbr-form .form-group,
  .cid-spPHmlWTW8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spPHmlWTW8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spPHmlWTW8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spPHmlWTW8 .mbr-text {
  text-align: left;
  color: #845741;
}
.cid-spPHmlWTW8 .pt-0 {
  padding-top: 0 !important;
}
.cid-spPHmlWTW8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spPHmlWTW8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spPHmlWTW8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spPHmlWTW8 .modal-open {
  overflow: hidden;
}
.cid-spPHmlWTW8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spPHmlWTW8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spPHmlWTW8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spPHmlWTW8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-spPHmlWTW8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spPHmlWTW8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spPHmlWTW8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spPHmlWTW8 .modal-content {
  background: #f8e7d1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-spPHmlWTW8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spPHmlWTW8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-spPHmlWTW8 .modal-backdrop.show {
  opacity: .5;
}
.cid-spPHmlWTW8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spPHmlWTW8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spPHmlWTW8 .modal-header .close:hover {
  opacity: 1;
}
.cid-spPHmlWTW8 .modal-header .close:focus {
  outline: none;
}
.cid-spPHmlWTW8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #004668;
}
.cid-spPHmlWTW8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spPHmlWTW8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spPHmlWTW8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spPHmlWTW8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spPHmlWTW8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spPHmlWTW8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spPHmlWTW8 .modal-sm {
    max-width: 300px;
  }
  .cid-spPHmlWTW8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spPHmlWTW8 .modal-lg,
  .cid-spPHmlWTW8 .modal-xl {
    max-width: 800px;
  }
  .cid-spPHmlWTW8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spPHmlWTW8 .modal-xl {
    max-width: 1140px;
  }
  .cid-spPHmlWTW8 .container {
    max-width: 1140px;
  }
}
.cid-spPHmlWTW8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spPHmlWTW8 .container {
    max-width: 720px;
  }
}
.cid-spPHmlWTW8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spPHmlWTW8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-spPHmlWTW8 .form-group {
  margin-bottom: 1rem;
}
.cid-spPHmlWTW8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spPHmlWTW8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spPHmlWTW8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spPHmne3BK.popup-builder {
  background-color: #ffffff;
}
.cid-spPHmne3BK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spPHmne3BK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spPHmne3BK .modal-content,
.cid-spPHmne3BK .modal-dialog {
  height: auto;
}
.cid-spPHmne3BK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spPHmne3BK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spPHmne3BK .form-wrapper .mbr-form .form-group,
  .cid-spPHmne3BK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spPHmne3BK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spPHmne3BK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spPHmne3BK .mbr-text {
  text-align: left;
}
.cid-spPHmne3BK .pt-0 {
  padding-top: 0 !important;
}
.cid-spPHmne3BK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spPHmne3BK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spPHmne3BK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spPHmne3BK .modal-open {
  overflow: hidden;
}
.cid-spPHmne3BK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spPHmne3BK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spPHmne3BK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spPHmne3BK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-spPHmne3BK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spPHmne3BK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spPHmne3BK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spPHmne3BK .modal-content {
  background: #004668;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-spPHmne3BK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spPHmne3BK .modal-backdrop.fade {
  opacity: 0;
}
.cid-spPHmne3BK .modal-backdrop.show {
  opacity: .5;
}
.cid-spPHmne3BK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spPHmne3BK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spPHmne3BK .modal-header .close:hover {
  opacity: 1;
}
.cid-spPHmne3BK .modal-header .close:focus {
  outline: none;
}
.cid-spPHmne3BK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fefbea;
}
.cid-spPHmne3BK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spPHmne3BK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spPHmne3BK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spPHmne3BK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spPHmne3BK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spPHmne3BK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spPHmne3BK .modal-sm {
    max-width: 300px;
  }
  .cid-spPHmne3BK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spPHmne3BK .modal-lg,
  .cid-spPHmne3BK .modal-xl {
    max-width: 800px;
  }
  .cid-spPHmne3BK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spPHmne3BK .modal-xl {
    max-width: 1140px;
  }
  .cid-spPHmne3BK .container {
    max-width: 1140px;
  }
}
.cid-spPHmne3BK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spPHmne3BK .container {
    max-width: 720px;
  }
}
.cid-spPHmne3BK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spPHmne3BK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-spPHmne3BK .form-group {
  margin-bottom: 1rem;
}
.cid-spPHmne3BK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spPHmne3BK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spPHmne3BK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spmrXaskx8 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spmrXaskx8 H1 {
  color: #f8e7d1;
}
.cid-spmrXaskx8 .mbr-text,
.cid-spmrXaskx8 .mbr-section-btn {
  color: #fefbea;
}
.cid-spms6jXZWD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spms6jXZWD .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-spms6jXZWD .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-spms6jXZWD .list-img {
  width: 100px;
}
.cid-spms6jXZWD .ico2 {
  color: #767676;
  font-size: 1.2rem;
}
.cid-spms6jXZWD .btn {
  margin: 0px !important;
}
.cid-spms6jXZWD .text-box {
  padding: 1rem;
}
.cid-spms6jXZWD .text-box p {
  margin: 0;
}
.cid-spms6jXZWD .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-spms6jXZWD .ico-box p {
  margin: 0;
}
.cid-spms6jXZWD .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spms6jXZWD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spms6jXZWD .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spms6jXZWD .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-spms6jXZWD .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-spms6jXZWD .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-spms6jXZWD .carousel-indicators li {
  display: inline-block;
}
.cid-spms6jXZWD .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-spms6jXZWD .carousel-indicators li.active {
  border: 0px;
}
.cid-spms6jXZWD .li1,
.cid-spms6jXZWD .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/msmk1-1.jpeg");
}
.cid-spms6jXZWD .li2,
.cid-spms6jXZWD .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/msmk4.jpg");
}
.cid-spms6jXZWD .li3,
.cid-spms6jXZWD .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/msmk9.jpg");
}
.cid-spms6jXZWD .li4,
.cid-spms6jXZWD .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/msmk18.jpg");
}
.cid-spms6jXZWD .li5,
.cid-spms6jXZWD .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/msmk16.jpg");
}
.cid-spms6jXZWD .li6,
.cid-spms6jXZWD .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/msmk17.jpg");
}
@media (max-width: 992px) {
  .cid-spms6jXZWD .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-spms6jXZWD .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-spms6jXZWD .card-title2 {
  color: #149dcc;
}
.cid-spms6jXZWD .sq {
  color: #767676;
}
.cid-spms6jXZWD .item {
  color: #767676;
}
.cid-spmtKuy3hG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spmtBfaK4L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spmtBfaK4L .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-spmtBfaK4L .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-spmtBfaK4L .btn {
  margin: 0px !important;
}
.cid-spmtBfaK4L .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spmtBfaK4L .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spmtBfaK4L .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spmtBfaK4L .carousel-item .wrap-img {
  text-align: center;
}
.cid-spmtBfaK4L .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-spmtBfaK4L .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-spmtBfaK4L .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-spmtBfaK4L .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004668;
  display: inline-block;
  border: 4px solid #004668;
}
.cid-spmtBfaK4L .carousel-indicators li.active {
  border-color: #00132a;
}
@media (max-width: 768px) {
  .cid-spmtBfaK4L .second-col {
    padding-top: 2rem;
  }
}
.cid-spmtBfaK4L .mbr-section-subtitle,
.cid-spmtBfaK4L .mbr-section-btn {
  color: #004668;
  text-align: center;
}
.cid-spmCfSKhv0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-spmCfSKhv0 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-spmCfSKhv0 .content-block .mbr-text {
  margin: 0;
}
.cid-spmCfSKhv0 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-spmCfSKhv0 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-spmCfSKhv0 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-spmCfSKhv0 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-spmCfSKhv0 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-spmCfSKhv0 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-spmCfSKhv0 .mbr-text {
  color: #f8e7d1;
}
.cid-spmCfSKhv0 .mbr-section-title {
  color: #fefbea;
}
.cid-spPA9nQ2Ul {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spPA9nQ2Ul .mbr-text,
.cid-spPA9nQ2Ul .ornament {
  color: #fefbea;
}
.cid-spmFnMtsvU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
  overflow: hidden;
}
.cid-spmFnMtsvU svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-spmFnMtsvU #e2_shape {
  fill: #004668 !important;
}
.cid-spmFnMtsvU img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-spmFnMtsvU img {
    width: 90%!important;
  }
}
.cid-spmFnMtsvU H1 {
  color: #ffffff;
}
.cid-spmEUnZJj7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spmBC4CiId {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spmBC4CiId .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-spmBC4CiId .tab-header {
  color: #004668;
}
.cid-spmBC4CiId .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-spmBC4CiId .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-spmBC4CiId .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-spmBC4CiId .card-img span {
  font-size: 80px;
}
.cid-spmBC4CiId .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-spmBC4CiId .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spmBC4CiId .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-spmBC4CiId .nav-item {
  margin-top: 1rem;
}
.cid-spmBC4CiId .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-spmBC4CiId .tab-content {
  width: 100%;
}
.cid-spmBC4CiId .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-spmBC4CiId .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-spmBC4CiId .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-spmBC4CiId .mbr-element-title,
.cid-spmBC4CiId .card-img {
  color: #845741;
}
.cid-spmBC4CiId .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-spmBC4CiId .mbr-element-title,
.cid-spmBC4CiId .card-img UL {
  text-align: left;
}
.cid-spmEWupUTB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sW5BsUYd5t.popup-builder {
  background-color: #ffffff;
}
.cid-sW5BsUYd5t.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sW5BsUYd5t.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sW5BsUYd5t .modal-content,
.cid-sW5BsUYd5t .modal-dialog {
  height: auto;
}
.cid-sW5BsUYd5t .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sW5BsUYd5t .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sW5BsUYd5t .form-wrapper .mbr-form .form-group,
  .cid-sW5BsUYd5t .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sW5BsUYd5t .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sW5BsUYd5t .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW5BsUYd5t .mbr-text {
  text-align: left;
  color: #845741;
}
.cid-sW5BsUYd5t .pt-0 {
  padding-top: 0 !important;
}
.cid-sW5BsUYd5t .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sW5BsUYd5t .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sW5BsUYd5t .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sW5BsUYd5t .modal-open {
  overflow: hidden;
}
.cid-sW5BsUYd5t .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sW5BsUYd5t .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sW5BsUYd5t .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sW5BsUYd5t .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sW5BsUYd5t .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sW5BsUYd5t .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sW5BsUYd5t .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sW5BsUYd5t .modal-content {
  background: #f8e7d1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sW5BsUYd5t .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sW5BsUYd5t .modal-backdrop.fade {
  opacity: 0;
}
.cid-sW5BsUYd5t .modal-backdrop.show {
  opacity: .5;
}
.cid-sW5BsUYd5t .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sW5BsUYd5t .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sW5BsUYd5t .modal-header .close:hover {
  opacity: 1;
}
.cid-sW5BsUYd5t .modal-header .close:focus {
  outline: none;
}
.cid-sW5BsUYd5t .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #004668;
}
.cid-sW5BsUYd5t .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sW5BsUYd5t .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sW5BsUYd5t .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sW5BsUYd5t .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sW5BsUYd5t .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sW5BsUYd5t .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sW5BsUYd5t .modal-sm {
    max-width: 300px;
  }
  .cid-sW5BsUYd5t .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sW5BsUYd5t .modal-lg,
  .cid-sW5BsUYd5t .modal-xl {
    max-width: 800px;
  }
  .cid-sW5BsUYd5t .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sW5BsUYd5t .modal-xl {
    max-width: 1140px;
  }
  .cid-sW5BsUYd5t .container {
    max-width: 1140px;
  }
}
.cid-sW5BsUYd5t .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sW5BsUYd5t .container {
    max-width: 720px;
  }
}
.cid-sW5BsUYd5t .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sW5BsUYd5t .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sW5BsUYd5t .form-group {
  margin-bottom: 1rem;
}
.cid-sW5BsUYd5t .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sW5BsUYd5t .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sW5BsUYd5t .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spJieIY2ra {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spJieIY2ra P {
  color: #845741;
}
.cid-spJieIY2ra H5 {
  color: #004668;
  text-align: left;
}
.cid-spJieIY2ra h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spJieIY2ra h5:hover {
  background-size: 100% 100%;
}
.cid-spJieIY2ra .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spJieIY2ra H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-sVaC9GD9MP {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-sVaC9GD9MP H1 {
  color: #f8e7d1;
}
.cid-sVaC9GD9MP .mbr-text,
.cid-sVaC9GD9MP .mbr-section-btn {
  color: #fefbea;
}
.cid-sVaC9ImjII {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sVaC9ImjII .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sVaC9ImjII .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sVaC9ImjII .list-img {
  width: 100px;
}
.cid-sVaC9ImjII .ico2 {
  color: #767676;
  font-size: 1.2rem;
}
.cid-sVaC9ImjII .btn {
  margin: 0px !important;
}
.cid-sVaC9ImjII .text-box {
  padding: 1rem;
}
.cid-sVaC9ImjII .text-box p {
  margin: 0;
}
.cid-sVaC9ImjII .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sVaC9ImjII .ico-box p {
  margin: 0;
}
.cid-sVaC9ImjII .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVaC9ImjII .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVaC9ImjII .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sVaC9ImjII .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-sVaC9ImjII .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sVaC9ImjII .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sVaC9ImjII .carousel-indicators li {
  display: inline-block;
}
.cid-sVaC9ImjII .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sVaC9ImjII .carousel-indicators li.active {
  border: 0px;
}
.cid-sVaC9ImjII .li1,
.cid-sVaC9ImjII .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/img-3fd4717e896c6e1ffee7751ba83cb0c4-v-1280x972.jpg");
}
.cid-sVaC9ImjII .li2,
.cid-sVaC9ImjII .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/3c3e3885-69b2-4c4f-bce6-dcc063fbefa8-1280x671.jpg");
}
.cid-sVaC9ImjII .li3,
.cid-sVaC9ImjII .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/img-2bbc20c05a2052a87f86d8fef02e92ef-v-1280x720.jpg");
}
.cid-sVaC9ImjII .li4,
.cid-sVaC9ImjII .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/4-panoramic-bar-1200x800.jpg");
}
.cid-sVaC9ImjII .li5,
.cid-sVaC9ImjII .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/hall-1-1163x785.png");
}
.cid-sVaC9ImjII .li6,
.cid-sVaC9ImjII .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/sun-deck-dsc00519-1200x800.jpg");
}
@media (max-width: 992px) {
  .cid-sVaC9ImjII .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sVaC9ImjII .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sVaC9ImjII .card-title2 {
  color: #149dcc;
}
.cid-sVaC9ImjII .sq {
  color: #767676;
}
.cid-sVaC9ImjII .item {
  color: #767676;
}
.cid-sVaC9K06MA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sVaC9KyNDT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sVaC9KyNDT .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sVaC9KyNDT .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sVaC9KyNDT .btn {
  margin: 0px !important;
}
.cid-sVaC9KyNDT .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVaC9KyNDT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVaC9KyNDT .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sVaC9KyNDT .carousel-item .wrap-img {
  text-align: center;
}
.cid-sVaC9KyNDT .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sVaC9KyNDT .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sVaC9KyNDT .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sVaC9KyNDT .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004668;
  display: inline-block;
  border: 4px solid #004668;
}
.cid-sVaC9KyNDT .carousel-indicators li.active {
  border-color: #00132a;
}
@media (max-width: 768px) {
  .cid-sVaC9KyNDT .second-col {
    padding-top: 2rem;
  }
}
.cid-sVaC9KyNDT .mbr-section-subtitle,
.cid-sVaC9KyNDT .mbr-section-btn {
  color: #004668;
  text-align: center;
}
.cid-tD5X0sYqhz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tD5X0sYqhz .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-tD5X0sYqhz .content-block .mbr-text {
  margin: 0;
}
.cid-tD5X0sYqhz .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tD5X0sYqhz .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tD5X0sYqhz .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tD5X0sYqhz .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tD5X0sYqhz .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tD5X0sYqhz h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tD5X0sYqhz .mbr-text {
  color: #f8e7d1;
}
.cid-tD5X0sYqhz .mbr-section-title {
  color: #fefbea;
}
.cid-sVaC9MMvNi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sVaC9MMvNi .mbr-text,
.cid-sVaC9MMvNi .ornament {
  color: #fefbea;
}
.cid-sVaC9Nile2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
  overflow: hidden;
}
.cid-sVaC9Nile2 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sVaC9Nile2 #e2_shape {
  fill: #004668 !important;
}
.cid-sVaC9Nile2 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sVaC9Nile2 img {
    width: 90%!important;
  }
}
.cid-sVaC9Nile2 H1 {
  color: #ffffff;
}
.cid-sVaC9Ogbrt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sVaNJlkvHa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sVaNJlkvHa .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-sVaNJlkvHa .tab-header {
  color: #004668;
}
.cid-sVaNJlkvHa .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sVaNJlkvHa .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sVaNJlkvHa .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sVaNJlkvHa .card-img span {
  font-size: 80px;
}
.cid-sVaNJlkvHa .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sVaNJlkvHa .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVaNJlkvHa .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sVaNJlkvHa .nav-item {
  margin-top: 1rem;
}
.cid-sVaNJlkvHa .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sVaNJlkvHa .tab-content {
  width: 100%;
}
.cid-sVaNJlkvHa .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-sVaNJlkvHa .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-sVaNJlkvHa .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sVaNJlkvHa .mbr-element-title,
.cid-sVaNJlkvHa .card-img {
  color: #845741;
}
.cid-sVaNJlkvHa .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-sVaNJlkvHa .mbr-element-title,
.cid-sVaNJlkvHa .card-img UL {
  text-align: left;
}
.cid-sVaC9RjKO4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sW5wJTqN4b.popup-builder {
  background-color: #ffffff;
}
.cid-sW5wJTqN4b.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sW5wJTqN4b.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sW5wJTqN4b .modal-content,
.cid-sW5wJTqN4b .modal-dialog {
  height: auto;
}
.cid-sW5wJTqN4b .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sW5wJTqN4b .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sW5wJTqN4b .form-wrapper .mbr-form .form-group,
  .cid-sW5wJTqN4b .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sW5wJTqN4b .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sW5wJTqN4b .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW5wJTqN4b .mbr-text {
  text-align: left;
  color: #845741;
}
.cid-sW5wJTqN4b .pt-0 {
  padding-top: 0 !important;
}
.cid-sW5wJTqN4b .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sW5wJTqN4b .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sW5wJTqN4b .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sW5wJTqN4b .modal-open {
  overflow: hidden;
}
.cid-sW5wJTqN4b .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sW5wJTqN4b .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sW5wJTqN4b .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sW5wJTqN4b .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sW5wJTqN4b .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sW5wJTqN4b .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sW5wJTqN4b .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sW5wJTqN4b .modal-content {
  background: #f8e7d1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sW5wJTqN4b .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sW5wJTqN4b .modal-backdrop.fade {
  opacity: 0;
}
.cid-sW5wJTqN4b .modal-backdrop.show {
  opacity: .5;
}
.cid-sW5wJTqN4b .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sW5wJTqN4b .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sW5wJTqN4b .modal-header .close:hover {
  opacity: 1;
}
.cid-sW5wJTqN4b .modal-header .close:focus {
  outline: none;
}
.cid-sW5wJTqN4b .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #004668;
}
.cid-sW5wJTqN4b .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sW5wJTqN4b .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sW5wJTqN4b .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sW5wJTqN4b .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sW5wJTqN4b .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sW5wJTqN4b .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sW5wJTqN4b .modal-sm {
    max-width: 300px;
  }
  .cid-sW5wJTqN4b .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sW5wJTqN4b .modal-lg,
  .cid-sW5wJTqN4b .modal-xl {
    max-width: 800px;
  }
  .cid-sW5wJTqN4b .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sW5wJTqN4b .modal-xl {
    max-width: 1140px;
  }
  .cid-sW5wJTqN4b .container {
    max-width: 1140px;
  }
}
.cid-sW5wJTqN4b .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sW5wJTqN4b .container {
    max-width: 720px;
  }
}
.cid-sW5wJTqN4b .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sW5wJTqN4b .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sW5wJTqN4b .form-group {
  margin-bottom: 1rem;
}
.cid-sW5wJTqN4b .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sW5wJTqN4b .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sW5wJTqN4b .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVaC9RQF6g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-sVaC9RQF6g P {
  color: #845741;
}
.cid-sVaC9RQF6g H5 {
  color: #004668;
  text-align: left;
}
.cid-sVaC9RQF6g h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sVaC9RQF6g h5:hover {
  background-size: 100% 100%;
}
.cid-sVaC9RQF6g .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-sVaC9RQF6g H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spV9aUrgEp {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spV9aUrgEp H1 {
  color: #f8e7d1;
}
.cid-spV9aUrgEp .mbr-text,
.cid-spV9aUrgEp .mbr-section-btn {
  color: #fefbea;
}
.cid-spV9aXMIxB {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spV9aXMIxB .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-spV9aXMIxB .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-spV9aXMIxB .btn {
  margin: 0px !important;
}
.cid-spV9aXMIxB .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spV9aXMIxB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spV9aXMIxB .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spV9aXMIxB .carousel-item .wrap-img {
  text-align: center;
}
.cid-spV9aXMIxB .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-spV9aXMIxB .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-spV9aXMIxB .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-spV9aXMIxB .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004668;
  display: inline-block;
  border: 4px solid #004668;
}
.cid-spV9aXMIxB .carousel-indicators li.active {
  border-color: #00132a;
}
@media (max-width: 768px) {
  .cid-spV9aXMIxB .second-col {
    padding-top: 2rem;
  }
}
.cid-spV9aXMIxB .mbr-section-subtitle,
.cid-spV9aXMIxB .mbr-section-btn {
  color: #004668;
  text-align: center;
}
.cid-sUcw7iuhSL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-sUcw7iuhSL img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-sUcw7iuhSL .row {
  justify-content: center;
}
.cid-sUcw7iuhSL .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sUcw7iuhSL .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-sUcw7iuhSL .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
@media (min-width: 992px) {
  .cid-sUcw7iuhSL .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-sUcw7iuhSL .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sUcw7iuhSL .item {
    padding: 0.5rem;
  }
  .cid-sUcw7iuhSL .row {
    padding: 0 0.5rem;
  }
}
.cid-sUcw7iuhSL .btn {
  border-radius: 0;
}
.cid-sUcw7iuhSL .btn .mbr-iconfont {
  font-size: 1rem!important;
  margin: 0 0.5rem;
}
.cid-tD5XhHtga3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tD5XhHtga3 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-tD5XhHtga3 .content-block .mbr-text {
  margin: 0;
}
.cid-tD5XhHtga3 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tD5XhHtga3 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tD5XhHtga3 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tD5XhHtga3 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tD5XhHtga3 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tD5XhHtga3 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tD5XhHtga3 .mbr-text {
  color: #f8e7d1;
}
.cid-tD5XhHtga3 .mbr-section-title {
  color: #fefbea;
}
.cid-spV9aZy0OI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spV9aZy0OI .mbr-text,
.cid-spV9aZy0OI .ornament {
  color: #fefbea;
}
.cid-spV9aZX7Qh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
  overflow: hidden;
}
.cid-spV9aZX7Qh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-spV9aZX7Qh #e2_shape {
  fill: #004668 !important;
}
.cid-spV9aZX7Qh img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-spV9aZX7Qh img {
    width: 90%!important;
  }
}
.cid-spV9aZX7Qh H1 {
  color: #ffffff;
}
.cid-spV9b0y35L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spVcyFERv4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-spVcyFERv4 .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-spVcyFERv4 .tab-header {
  color: #004668;
}
.cid-spVcyFERv4 .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-spVcyFERv4 .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-spVcyFERv4 .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-spVcyFERv4 .card-img span {
  font-size: 80px;
}
.cid-spVcyFERv4 .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-spVcyFERv4 .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spVcyFERv4 .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-spVcyFERv4 .nav-item {
  margin-top: 1rem;
}
.cid-spVcyFERv4 .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-spVcyFERv4 .tab-content {
  width: 100%;
}
.cid-spVcyFERv4 .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-spVcyFERv4 .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-spVcyFERv4 .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-spVcyFERv4 .mbr-element-title,
.cid-spVcyFERv4 .card-img {
  color: #845741;
}
.cid-spVcyFERv4 .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-spVcyFERv4 .mbr-element-title,
.cid-spVcyFERv4 .card-img UL {
  text-align: left;
}
.cid-spV9b2ZGbP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sW5rqzSyeQ.popup-builder {
  background-color: #ffffff;
}
.cid-sW5rqzSyeQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sW5rqzSyeQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sW5rqzSyeQ .modal-content,
.cid-sW5rqzSyeQ .modal-dialog {
  height: auto;
}
.cid-sW5rqzSyeQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sW5rqzSyeQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sW5rqzSyeQ .form-wrapper .mbr-form .form-group,
  .cid-sW5rqzSyeQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sW5rqzSyeQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sW5rqzSyeQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW5rqzSyeQ .mbr-text {
  text-align: left;
  color: #845741;
}
.cid-sW5rqzSyeQ .pt-0 {
  padding-top: 0 !important;
}
.cid-sW5rqzSyeQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sW5rqzSyeQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sW5rqzSyeQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sW5rqzSyeQ .modal-open {
  overflow: hidden;
}
.cid-sW5rqzSyeQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sW5rqzSyeQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sW5rqzSyeQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sW5rqzSyeQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sW5rqzSyeQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sW5rqzSyeQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sW5rqzSyeQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sW5rqzSyeQ .modal-content {
  background: #f8e7d1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sW5rqzSyeQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sW5rqzSyeQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sW5rqzSyeQ .modal-backdrop.show {
  opacity: .5;
}
.cid-sW5rqzSyeQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sW5rqzSyeQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sW5rqzSyeQ .modal-header .close:hover {
  opacity: 1;
}
.cid-sW5rqzSyeQ .modal-header .close:focus {
  outline: none;
}
.cid-sW5rqzSyeQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #004668;
}
.cid-sW5rqzSyeQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sW5rqzSyeQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sW5rqzSyeQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sW5rqzSyeQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sW5rqzSyeQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sW5rqzSyeQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sW5rqzSyeQ .modal-sm {
    max-width: 300px;
  }
  .cid-sW5rqzSyeQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sW5rqzSyeQ .modal-lg,
  .cid-sW5rqzSyeQ .modal-xl {
    max-width: 800px;
  }
  .cid-sW5rqzSyeQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sW5rqzSyeQ .modal-xl {
    max-width: 1140px;
  }
  .cid-sW5rqzSyeQ .container {
    max-width: 1140px;
  }
}
.cid-sW5rqzSyeQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sW5rqzSyeQ .container {
    max-width: 720px;
  }
}
.cid-sW5rqzSyeQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sW5rqzSyeQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sW5rqzSyeQ .form-group {
  margin-bottom: 1rem;
}
.cid-sW5rqzSyeQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sW5rqzSyeQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sW5rqzSyeQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-spV9b3BYsR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spV9b3BYsR P {
  color: #845741;
}
.cid-spV9b3BYsR H5 {
  color: #004668;
  text-align: left;
}
.cid-spV9b3BYsR h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spV9b3BYsR h5:hover {
  background-size: 100% 100%;
}
.cid-spV9b3BYsR .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spV9b3BYsR H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-sVfBRKKopH {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-sVfBRKKopH H1 {
  color: #f8e7d1;
}
.cid-sVfBRKKopH .mbr-text,
.cid-sVfBRKKopH .mbr-section-btn {
  color: #fefbea;
}
.cid-sVfBRLLKW6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sVfBRLLKW6 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sVfBRLLKW6 .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sVfBRLLKW6 .list-img {
  width: 100px;
}
.cid-sVfBRLLKW6 .ico2 {
  color: #767676;
  font-size: 1.2rem;
}
.cid-sVfBRLLKW6 .btn {
  margin: 0px !important;
}
.cid-sVfBRLLKW6 .text-box {
  padding: 1rem;
}
.cid-sVfBRLLKW6 .text-box p {
  margin: 0;
}
.cid-sVfBRLLKW6 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sVfBRLLKW6 .ico-box p {
  margin: 0;
}
.cid-sVfBRLLKW6 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVfBRLLKW6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVfBRLLKW6 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sVfBRLLKW6 .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-sVfBRLLKW6 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sVfBRLLKW6 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sVfBRLLKW6 .carousel-indicators li {
  display: inline-block;
}
.cid-sVfBRLLKW6 .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sVfBRLLKW6 .carousel-indicators li.active {
  border: 0px;
}
.cid-sVfBRLLKW6 .li1,
.cid-sVfBRLLKW6 .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/m.rostropovich-in-uglich-4-2000x1333.jpg");
}
.cid-sVfBRLLKW6 .li2,
.cid-sVfBRLLKW6 .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/m.rostropovich-atrium-5-2000x1333.jpg");
}
.cid-sVfBRLLKW6 .li3,
.cid-sVfBRLLKW6 .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/m.rostropovich-deluxe-boat-deck-balcony-2000x1354.jpg");
}
.cid-sVfBRLLKW6 .li4,
.cid-sVfBRLLKW6 .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/m.rostropovich.-solarium-2000x1333.jpg");
}
.cid-sVfBRLLKW6 .li5,
.cid-sVfBRLLKW6 .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/m.rostropovich.-opera-restaurant-1-2000x1103.jpg");
}
.cid-sVfBRLLKW6 .li6,
.cid-sVfBRLLKW6 .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/m.rostropovich.-louge-bar-river-melody-1-2000x1029.jpg");
}
@media (max-width: 992px) {
  .cid-sVfBRLLKW6 .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sVfBRLLKW6 .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sVfBRLLKW6 .card-title2 {
  color: #149dcc;
}
.cid-sVfBRLLKW6 .sq {
  color: #767676;
}
.cid-sVfBRLLKW6 .item {
  color: #767676;
}
.cid-sVfBRNrpaE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sVfBROa1Ti {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sVfBROa1Ti .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sVfBROa1Ti .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sVfBROa1Ti .btn {
  margin: 0px !important;
}
.cid-sVfBROa1Ti .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVfBROa1Ti .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVfBROa1Ti .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sVfBROa1Ti .carousel-item .wrap-img {
  text-align: center;
}
.cid-sVfBROa1Ti .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sVfBROa1Ti .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sVfBROa1Ti .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sVfBROa1Ti .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004668;
  display: inline-block;
  border: 4px solid #004668;
}
.cid-sVfBROa1Ti .carousel-indicators li.active {
  border-color: #00132a;
}
@media (max-width: 768px) {
  .cid-sVfBROa1Ti .second-col {
    padding-top: 2rem;
  }
}
.cid-sVfBROa1Ti .mbr-section-subtitle,
.cid-sVfBROa1Ti .mbr-section-btn {
  color: #004668;
  text-align: center;
}
.cid-tD5X8IqDVO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tD5X8IqDVO .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-tD5X8IqDVO .content-block .mbr-text {
  margin: 0;
}
.cid-tD5X8IqDVO .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tD5X8IqDVO .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tD5X8IqDVO .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tD5X8IqDVO .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tD5X8IqDVO .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tD5X8IqDVO h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tD5X8IqDVO .mbr-text {
  color: #f8e7d1;
}
.cid-tD5X8IqDVO .mbr-section-title {
  color: #fefbea;
}
.cid-sVfBRReAGv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sVfBRReAGv .mbr-text,
.cid-sVfBRReAGv .ornament {
  color: #fefbea;
}
.cid-sVfBRRVlmO {
  padding-top: 0px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
  overflow: hidden;
}
.cid-sVfBRRVlmO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sVfBRRVlmO #e2_shape {
  fill: #004668 !important;
}
.cid-sVfBRRVlmO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sVfBRRVlmO img {
    width: 90%!important;
  }
}
.cid-sVfBRRVlmO H1 {
  color: #ffffff;
}
.cid-sVfBRT3MoB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sVfBRTGp1H {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sVfBRTGp1H .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-sVfBRTGp1H .tab-header {
  color: #004668;
}
.cid-sVfBRTGp1H .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sVfBRTGp1H .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sVfBRTGp1H .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sVfBRTGp1H .card-img span {
  font-size: 80px;
}
.cid-sVfBRTGp1H .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sVfBRTGp1H .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVfBRTGp1H .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sVfBRTGp1H .nav-item {
  margin-top: 1rem;
}
.cid-sVfBRTGp1H .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sVfBRTGp1H .tab-content {
  width: 100%;
}
.cid-sVfBRTGp1H .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-sVfBRTGp1H .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-sVfBRTGp1H .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sVfBRTGp1H .mbr-element-title,
.cid-sVfBRTGp1H .card-img {
  color: #845741;
}
.cid-sVfBRTGp1H .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-sVfBRTGp1H .mbr-element-title,
.cid-sVfBRTGp1H .card-img UL {
  text-align: left;
}
.cid-sVfBRTGp1H .mbr-element-title,
.cid-sVfBRTGp1H .card-img DIV {
  text-align: left;
}
.cid-sVfBRWj0PA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sW5jIRmx7S.popup-builder {
  background-color: #ffffff;
}
.cid-sW5jIRmx7S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sW5jIRmx7S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sW5jIRmx7S .modal-content,
.cid-sW5jIRmx7S .modal-dialog {
  height: auto;
}
.cid-sW5jIRmx7S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sW5jIRmx7S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sW5jIRmx7S .form-wrapper .mbr-form .form-group,
  .cid-sW5jIRmx7S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sW5jIRmx7S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sW5jIRmx7S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW5jIRmx7S .mbr-text {
  text-align: left;
  color: #845741;
}
.cid-sW5jIRmx7S .pt-0 {
  padding-top: 0 !important;
}
.cid-sW5jIRmx7S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sW5jIRmx7S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sW5jIRmx7S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sW5jIRmx7S .modal-open {
  overflow: hidden;
}
.cid-sW5jIRmx7S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sW5jIRmx7S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sW5jIRmx7S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sW5jIRmx7S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sW5jIRmx7S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sW5jIRmx7S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sW5jIRmx7S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sW5jIRmx7S .modal-content {
  background: #f8e7d1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sW5jIRmx7S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sW5jIRmx7S .modal-backdrop.fade {
  opacity: 0;
}
.cid-sW5jIRmx7S .modal-backdrop.show {
  opacity: .5;
}
.cid-sW5jIRmx7S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sW5jIRmx7S .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sW5jIRmx7S .modal-header .close:hover {
  opacity: 1;
}
.cid-sW5jIRmx7S .modal-header .close:focus {
  outline: none;
}
.cid-sW5jIRmx7S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #004668;
}
.cid-sW5jIRmx7S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sW5jIRmx7S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sW5jIRmx7S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sW5jIRmx7S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sW5jIRmx7S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sW5jIRmx7S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sW5jIRmx7S .modal-sm {
    max-width: 300px;
  }
  .cid-sW5jIRmx7S .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sW5jIRmx7S .modal-lg,
  .cid-sW5jIRmx7S .modal-xl {
    max-width: 800px;
  }
  .cid-sW5jIRmx7S .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sW5jIRmx7S .modal-xl {
    max-width: 1140px;
  }
  .cid-sW5jIRmx7S .container {
    max-width: 1140px;
  }
}
.cid-sW5jIRmx7S .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sW5jIRmx7S .container {
    max-width: 720px;
  }
}
.cid-sW5jIRmx7S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sW5jIRmx7S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sW5jIRmx7S .form-group {
  margin-bottom: 1rem;
}
.cid-sW5jIRmx7S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sW5jIRmx7S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sW5jIRmx7S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVfBRXbtIT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-sVfBRXbtIT P {
  color: #845741;
}
.cid-sVfBRXbtIT H5 {
  color: #004668;
  text-align: left;
}
.cid-sVfBRXbtIT h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sVfBRXbtIT h5:hover {
  background-size: 100% 100%;
}
.cid-sVfBRXbtIT .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-sVfBRXbtIT H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-sUL4Js1WJ4 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-sUL4Js1WJ4 H1 {
  color: #f8e7d1;
}
.cid-sUL4Js1WJ4 .mbr-text,
.cid-sUL4Js1WJ4 .mbr-section-btn {
  color: #fefbea;
}
.cid-sUL4JsBwdf {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sUL4JsBwdf .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sUL4JsBwdf .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sUL4JsBwdf .btn {
  margin: 0px !important;
}
.cid-sUL4JsBwdf .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUL4JsBwdf .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUL4JsBwdf .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sUL4JsBwdf .carousel-item .wrap-img {
  text-align: center;
}
.cid-sUL4JsBwdf .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sUL4JsBwdf .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sUL4JsBwdf .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sUL4JsBwdf .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004668;
  display: inline-block;
  border: 4px solid #004668;
}
.cid-sUL4JsBwdf .carousel-indicators li.active {
  border-color: #00132a;
}
@media (max-width: 768px) {
  .cid-sUL4JsBwdf .second-col {
    padding-top: 2rem;
  }
}
.cid-sUL4JsBwdf .mbr-section-subtitle,
.cid-sUL4JsBwdf .mbr-section-btn {
  color: #004668;
  text-align: center;
}
.cid-tD5XtWIiqo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tD5XtWIiqo .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-tD5XtWIiqo .content-block .mbr-text {
  margin: 0;
}
.cid-tD5XtWIiqo .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tD5XtWIiqo .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tD5XtWIiqo .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tD5XtWIiqo .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tD5XtWIiqo .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tD5XtWIiqo h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tD5XtWIiqo .mbr-text {
  color: #f8e7d1;
}
.cid-tD5XtWIiqo .mbr-section-title {
  color: #fefbea;
}
.cid-sUL4JwaZIb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sUL4JwaZIb .mbr-text,
.cid-sUL4JwaZIb .ornament {
  color: #fefbea;
}
.cid-sUL4JwHk2c {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
  overflow: hidden;
}
.cid-sUL4JwHk2c svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sUL4JwHk2c #e2_shape {
  fill: #004668 !important;
}
.cid-sUL4JwHk2c img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sUL4JwHk2c img {
    width: 90%!important;
  }
}
.cid-sUL4JwHk2c H1 {
  color: #ffffff;
}
.cid-sUL4JxEMd6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sUL4Jy75mL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sUL4Jy75mL .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-sUL4Jy75mL .tab-header {
  color: #004668;
}
.cid-sUL4Jy75mL .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sUL4Jy75mL .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sUL4Jy75mL .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sUL4Jy75mL .card-img span {
  font-size: 80px;
}
.cid-sUL4Jy75mL .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sUL4Jy75mL .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sUL4Jy75mL .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sUL4Jy75mL .nav-item {
  margin-top: 1rem;
}
.cid-sUL4Jy75mL .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sUL4Jy75mL .tab-content {
  width: 100%;
}
.cid-sUL4Jy75mL .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-sUL4Jy75mL .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-sUL4Jy75mL .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sUL4Jy75mL .mbr-element-title,
.cid-sUL4Jy75mL .card-img {
  color: #845741;
}
.cid-sUL4Jy75mL .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-sUL4Jy75mL .mbr-element-title,
.cid-sUL4Jy75mL .card-img UL {
  text-align: left;
}
.cid-sUL4JAFoCk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sW5kGclzv7.popup-builder {
  background-color: #ffffff;
}
.cid-sW5kGclzv7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sW5kGclzv7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sW5kGclzv7 .modal-content,
.cid-sW5kGclzv7 .modal-dialog {
  height: auto;
}
.cid-sW5kGclzv7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sW5kGclzv7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sW5kGclzv7 .form-wrapper .mbr-form .form-group,
  .cid-sW5kGclzv7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sW5kGclzv7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sW5kGclzv7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sW5kGclzv7 .mbr-text {
  text-align: left;
  color: #845741;
}
.cid-sW5kGclzv7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sW5kGclzv7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sW5kGclzv7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sW5kGclzv7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sW5kGclzv7 .modal-open {
  overflow: hidden;
}
.cid-sW5kGclzv7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sW5kGclzv7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sW5kGclzv7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sW5kGclzv7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sW5kGclzv7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sW5kGclzv7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sW5kGclzv7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sW5kGclzv7 .modal-content {
  background: #f8e7d1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sW5kGclzv7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sW5kGclzv7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sW5kGclzv7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sW5kGclzv7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sW5kGclzv7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sW5kGclzv7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sW5kGclzv7 .modal-header .close:focus {
  outline: none;
}
.cid-sW5kGclzv7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #004668;
}
.cid-sW5kGclzv7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sW5kGclzv7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sW5kGclzv7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sW5kGclzv7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sW5kGclzv7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sW5kGclzv7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sW5kGclzv7 .modal-sm {
    max-width: 300px;
  }
  .cid-sW5kGclzv7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sW5kGclzv7 .modal-lg,
  .cid-sW5kGclzv7 .modal-xl {
    max-width: 800px;
  }
  .cid-sW5kGclzv7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sW5kGclzv7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sW5kGclzv7 .container {
    max-width: 1140px;
  }
}
.cid-sW5kGclzv7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sW5kGclzv7 .container {
    max-width: 720px;
  }
}
.cid-sW5kGclzv7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sW5kGclzv7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sW5kGclzv7 .form-group {
  margin-bottom: 1rem;
}
.cid-sW5kGclzv7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sW5kGclzv7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sW5kGclzv7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sUL4JBhnmi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-sUL4JBhnmi P {
  color: #845741;
}
.cid-sUL4JBhnmi H5 {
  color: #004668;
  text-align: left;
}
.cid-sUL4JBhnmi h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sUL4JBhnmi h5:hover {
  background-size: 100% 100%;
}
.cid-sUL4JBhnmi .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-sUL4JBhnmi H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-sphoxkRgWt {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-sphoxkRgWt H1 {
  color: #f8e7d1;
  text-align: center;
}
.cid-sphoxkRgWt .mbr-text,
.cid-sphoxkRgWt .mbr-section-btn {
  color: #f8e7d1;
}
.cid-sphs7miKgX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sphs7miKgX .text-content .btn-bgr {
  z-index: 0;
}
.cid-sphs7miKgX .mbr-overlay {
  background: #fefbea;
}
.cid-sphs7miKgX .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sphs7miKgX .text-content {
  padding: 2rem 0rem;
  background-color: #fefbea;
}
.cid-sphs7miKgX .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sphs7miKgX .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sphs7miKgX .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sphs7miKgX .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sphs7miKgX P {
  text-align: center;
  color: #004668;
}
.cid-sphs7miKgX .mbr-section-btn,
.cid-sphs7miKgX .mbr-section-title {
  text-align: center;
}
.cid-sphCarT444 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/russian-1090697-1920-1920x1280.jpg");
}
.cid-sphCarT444 .carousel {
  z-index: 0;
}
.cid-sphCarT444 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sphCarT444 .carousel-item.active,
.cid-sphCarT444 .carousel-item-next,
.cid-sphCarT444 .carousel-item-prev {
  display: flex;
}
.cid-sphCarT444 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sphCarT444 .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-sphCarT444 .line {
  width: 100px;
  height: 1px;
  background: #f8e7d1;
}
.cid-sphCarT444 .line1 {
  margin-left: -2rem;
}
.cid-sphCarT444 .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-sphCarT444 .carousel-controls a {
  font-size: 2rem;
}
.cid-sphCarT444 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #fefbea;
  background: transparent;
  opacity: 0.5;
}
.cid-sphCarT444 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sphCarT444 ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-sphCarT444 .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #fefbea;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-sphCarT444 .carousel-indicators .active {
  opacity: 1;
}
.cid-sphCarT444 .user_text {
  color: #fefbea;
  text-align: center;
}
.cid-sphCarT444 .user_desk {
  color: #004668;
}
.cid-sphCarT444 .title,
.cid-sphCarT444 .line-align {
  color: #004668;
}
.cid-sphvQtiGEL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sphvQtiGEL .container-fluid {
  padding: 0 3rem;
}
.cid-sphvQtiGEL .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sphvQtiGEL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #004668, #fefbea);
  display: inline-block;
}
.cid-sphvQtiGEL .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-sphvQtiGEL .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-sphvQtiGEL .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-sphvQtiGEL .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sphvQtiGEL .content-section {
  padding: 3rem;
}
.cid-sphvQtiGEL .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-sphvQtiGEL .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #fefbea;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-sphvQtiGEL .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sphvQtiGEL .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-sphvQtiGEL .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-sphvQtiGEL .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sphvQtiGEL .underline,
.cid-sphvQtiGEL .mbr-title {
  color: #004668;
}
.cid-sphvQtiGEL .mbr-text {
  text-align: center;
  color: #0a1c44;
}
.cid-sphvQtiGEL .mbr-section-subtitle,
.cid-sphvQtiGEL .mbr-section-btn {
  text-align: center;
  color: #004668;
}
.cid-sphy44nzoz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sWbv1nSQ8r {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sWbv1nSQ8r .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fefbea;
  color: #444444;
  padding: 0;
}
.cid-sWbv1nSQ8r .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sWbv1nSQ8r p {
  line-height: 1.6;
}
.cid-sWbv1nSQ8r .rev,
.cid-sWbv1nSQ8r .mbr-iconfont {
  display: inline-block;
}
.cid-sWbv1nSQ8r .card-title {
  color: #004668;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-sWbv1nSQ8r .card-box {
  padding: 1.5rem;
}
.cid-sWbv1nSQ8r .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sWbv1nSQ8r .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sWbv1nSQ8r .mbr-section-title,
.cid-sWbv1nSQ8r .line-wrap {
  text-align: center;
  color: #004668;
}
.cid-sWbv1nSQ8r .rev {
  color: #0a1c44;
}
.cid-sWbv1nSQ8r .card-text,
.cid-sWbv1nSQ8r .mbr-section-btn,
.cid-sWbv1nSQ8r .ico-line {
  color: #6699cc;
  text-align: center;
}
.cid-sphxgnDIPX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sphxgnDIPX .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fefbea;
  color: #444444;
  padding: 0;
}
.cid-sphxgnDIPX .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sphxgnDIPX p {
  line-height: 1.6;
}
.cid-sphxgnDIPX .rev,
.cid-sphxgnDIPX .mbr-iconfont {
  display: inline-block;
}
.cid-sphxgnDIPX .card-title {
  color: #004668;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
}
.cid-sphxgnDIPX .card-box {
  padding: 1.5rem;
}
.cid-sphxgnDIPX .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sphxgnDIPX .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sphxgnDIPX .mbr-section-title,
.cid-sphxgnDIPX .line-wrap {
  text-align: center;
  color: #004668;
}
.cid-sphxgnDIPX .rev {
  color: #0a1c44;
  text-align: right;
}
.cid-sphxgnDIPX .card-text,
.cid-sphxgnDIPX .mbr-section-btn,
.cid-sphxgnDIPX .ico-line {
  color: #6699cc;
  text-align: center;
}
.cid-sphsLdYtwS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spJinTmG60 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spJinTmG60 P {
  color: #845741;
}
.cid-spJinTmG60 H5 {
  color: #004668;
  text-align: left;
}
.cid-spJinTmG60 h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spJinTmG60 h5:hover {
  background-size: 100% 100%;
}
.cid-spJinTmG60 .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spJinTmG60 H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-sWb26d7pee {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-sWb26d7pee H1 {
  color: #f8e7d1;
}
.cid-sWb26d7pee .mbr-text,
.cid-sWb26d7pee .mbr-section-btn {
  color: #fefbea;
}
.cid-sWb26f4rrg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sWb26f4rrg .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sWb26f4rrg .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sWb26f4rrg .list-img {
  width: 100px;
}
.cid-sWb26f4rrg .ico2 {
  color: #767676;
  font-size: 1.2rem;
}
.cid-sWb26f4rrg .btn {
  margin: 0px !important;
}
.cid-sWb26f4rrg .text-box {
  padding: 1rem;
}
.cid-sWb26f4rrg .text-box p {
  margin: 0;
}
.cid-sWb26f4rrg .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sWb26f4rrg .ico-box p {
  margin: 0;
}
.cid-sWb26f4rrg .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWb26f4rrg .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWb26f4rrg .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sWb26f4rrg .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-sWb26f4rrg .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sWb26f4rrg .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sWb26f4rrg .carousel-indicators li {
  display: inline-block;
}
.cid-sWb26f4rrg .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sWb26f4rrg .carousel-indicators li.active {
  border: 0px;
}
.cid-sWb26f4rrg .li1,
.cid-sWb26f4rrg .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/little-prince-s-cruises-crop-2000x1333.jpg");
}
.cid-sWb26f4rrg .li2,
.cid-sWb26f4rrg .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/1-1000x556.jpg");
}
.cid-sWb26f4rrg .li3,
.cid-sWb26f4rrg .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/6-978x528.jpg");
}
.cid-sWb26f4rrg .li4,
.cid-sWb26f4rrg .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/7-1000x591.jpg");
}
.cid-sWb26f4rrg .li5,
.cid-sWb26f4rrg .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/5-1000x666.jpg");
}
.cid-sWb26f4rrg .li6,
.cid-sWb26f4rrg .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/washroom-2000x1352.jpg");
}
@media (max-width: 992px) {
  .cid-sWb26f4rrg .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sWb26f4rrg .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sWb26f4rrg .card-title2 {
  color: #149dcc;
}
.cid-sWb26f4rrg .sq {
  color: #767676;
}
.cid-sWb26f4rrg .item {
  color: #767676;
}
.cid-sWb26hKmQh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sWb26inKHn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sWb26inKHn .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sWb26inKHn .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sWb26inKHn .btn {
  margin: 0px !important;
}
.cid-sWb26inKHn .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWb26inKHn .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWb26inKHn .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sWb26inKHn .carousel-item .wrap-img {
  text-align: center;
}
.cid-sWb26inKHn .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sWb26inKHn .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sWb26inKHn .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sWb26inKHn .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004668;
  display: inline-block;
  border: 4px solid #004668;
}
.cid-sWb26inKHn .carousel-indicators li.active {
  border-color: #00132a;
}
@media (max-width: 768px) {
  .cid-sWb26inKHn .second-col {
    padding-top: 2rem;
  }
}
.cid-sWb26inKHn .mbr-section-subtitle,
.cid-sWb26inKHn .mbr-section-btn {
  color: #004668;
  text-align: center;
}
.cid-tD5WJJMEDw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tD5WJJMEDw .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #004668;
  transition: all 0.4s ease-in-out;
}
.cid-tD5WJJMEDw .content-block .mbr-text {
  margin: 0;
}
.cid-tD5WJJMEDw .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tD5WJJMEDw .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tD5WJJMEDw .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tD5WJJMEDw .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tD5WJJMEDw .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tD5WJJMEDw h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tD5WJJMEDw .mbr-text {
  color: #f8e7d1;
}
.cid-tD5WJJMEDw .mbr-section-title {
  color: #fefbea;
}
.cid-sWb26lFDqJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sWb26lFDqJ .mbr-text,
.cid-sWb26lFDqJ .ornament {
  color: #fefbea;
}
.cid-sWb26mheFi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
  overflow: hidden;
}
.cid-sWb26mheFi svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sWb26mheFi #e2_shape {
  fill: #004668 !important;
}
.cid-sWb26mheFi img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-sWb26mheFi img {
    width: 90%!important;
  }
}
.cid-sWb26mheFi H1 {
  color: #ffffff;
}
.cid-sWb26nsKVZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sWb5xXsoPl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-937607-1280-1280x847.jpg");
}
.cid-sWb5xXsoPl .mbr-section-title {
  font-weight: bold;
  color: #004668;
  margin-bottom: 2.5rem;
}
.cid-sWb5xXsoPl .tab-header {
  color: #004668;
}
.cid-sWb5xXsoPl .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sWb5xXsoPl .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sWb5xXsoPl .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sWb5xXsoPl .card-img span {
  font-size: 80px;
}
.cid-sWb5xXsoPl .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sWb5xXsoPl .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sWb5xXsoPl .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sWb5xXsoPl .nav-item {
  margin-top: 1rem;
}
.cid-sWb5xXsoPl .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sWb5xXsoPl .tab-content {
  width: 100%;
}
.cid-sWb5xXsoPl .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #6699cc;
}
.cid-sWb5xXsoPl .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #6699cc;
}
.cid-sWb5xXsoPl .nav-tabs .nav-link.active {
  border: 1px solid #6699cc;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sWb5xXsoPl .mbr-element-title,
.cid-sWb5xXsoPl .card-img {
  color: #845741;
}
.cid-sWb5xXsoPl .mbr-section-text {
  color: #fefbea;
  text-align: left;
}
.cid-sWb5xXsoPl .mbr-element-title,
.cid-sWb5xXsoPl .card-img UL {
  text-align: left;
}
.cid-sWb26rDPxL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-sWb3AVQRp3.popup-builder {
  background-color: #ffffff;
}
.cid-sWb3AVQRp3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sWb3AVQRp3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sWb3AVQRp3 .modal-content,
.cid-sWb3AVQRp3 .modal-dialog {
  height: auto;
}
.cid-sWb3AVQRp3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sWb3AVQRp3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sWb3AVQRp3 .form-wrapper .mbr-form .form-group,
  .cid-sWb3AVQRp3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sWb3AVQRp3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sWb3AVQRp3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWb3AVQRp3 .mbr-text {
  text-align: left;
  color: #845741;
}
.cid-sWb3AVQRp3 .pt-0 {
  padding-top: 0 !important;
}
.cid-sWb3AVQRp3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sWb3AVQRp3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sWb3AVQRp3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sWb3AVQRp3 .modal-open {
  overflow: hidden;
}
.cid-sWb3AVQRp3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sWb3AVQRp3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sWb3AVQRp3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sWb3AVQRp3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sWb3AVQRp3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sWb3AVQRp3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sWb3AVQRp3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sWb3AVQRp3 .modal-content {
  background: #f8e7d1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sWb3AVQRp3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sWb3AVQRp3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sWb3AVQRp3 .modal-backdrop.show {
  opacity: .5;
}
.cid-sWb3AVQRp3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sWb3AVQRp3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sWb3AVQRp3 .modal-header .close:hover {
  opacity: 1;
}
.cid-sWb3AVQRp3 .modal-header .close:focus {
  outline: none;
}
.cid-sWb3AVQRp3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #004668;
}
.cid-sWb3AVQRp3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sWb3AVQRp3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sWb3AVQRp3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sWb3AVQRp3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sWb3AVQRp3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sWb3AVQRp3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sWb3AVQRp3 .modal-sm {
    max-width: 300px;
  }
  .cid-sWb3AVQRp3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sWb3AVQRp3 .modal-lg,
  .cid-sWb3AVQRp3 .modal-xl {
    max-width: 800px;
  }
  .cid-sWb3AVQRp3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sWb3AVQRp3 .modal-xl {
    max-width: 1140px;
  }
  .cid-sWb3AVQRp3 .container {
    max-width: 1140px;
  }
}
.cid-sWb3AVQRp3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sWb3AVQRp3 .container {
    max-width: 720px;
  }
}
.cid-sWb3AVQRp3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sWb3AVQRp3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sWb3AVQRp3 .form-group {
  margin-bottom: 1rem;
}
.cid-sWb3AVQRp3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sWb3AVQRp3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sWb3AVQRp3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sWb26ucXdX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-sWb26ucXdX P {
  color: #845741;
}
.cid-sWb26ucXdX H5 {
  color: #004668;
  text-align: left;
}
.cid-sWb26ucXdX h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sWb26ucXdX h5:hover {
  background-size: 100% 100%;
}
.cid-sWb26ucXdX .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-sWb26ucXdX H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
.cid-spaAM9pstQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1200.png");
}
.cid-spaAM9pstQ H1 {
  color: #f8e7d1;
}
.cid-tDhPKkPaZ0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpeg");
}
.cid-tDhPKkPaZ0 .card {
  padding: 1rem;
}
.cid-tDhPKkPaZ0 .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0a1c44, #6699cc);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tDhPKkPaZ0 .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-tDhPKkPaZ0 .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-tDhPKkPaZ0 .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tDhPKkPaZ0 .card-sign {
  padding-top: .5rem;
}
.cid-tDhPKkPaZ0 .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-tDhPKkPaZ0 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tDhPKkPaZ0 .card-title {
    text-align: center;
  }
  .cid-tDhPKkPaZ0 p.mbr-text,
  .cid-tDhPKkPaZ0 p.date {
    text-align: center;
  }
}
.cid-tDhPKkPaZ0 .card-box {
  background: #fefbea;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tDhPKkPaZ0 .card-text,
.cid-tDhPKkPaZ0 .mbr-subtitle {
  color: #8d97ad;
}
.cid-tDhPKkPaZ0 .card-text {
  color: #845741;
}
.cid-tDhPKkPaZ0 .card-title,
.cid-tDhPKkPaZ0 .card-img {
  color: #f8e7d1;
}
.cid-spaBe0wQgW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #004668;
}
.cid-spJiCPCf4s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/railway-station-3714297-1920-1920x1279.jpg");
}
.cid-spJiCPCf4s P {
  color: #845741;
}
.cid-spJiCPCf4s H5 {
  color: #004668;
  text-align: left;
}
.cid-spJiCPCf4s h5 {
  display: inline;
  text-decoration: none;
  width: fit-content;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-spJiCPCf4s h5:hover {
  background-size: 100% 100%;
}
.cid-spJiCPCf4s .col-md-4 {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.cid-spJiCPCf4s H4 {
  text-align: left;
  color: #004668;
}
.cid-sWKFo6DjY3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.opened {
  transition: all .3s;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #f1d0a5;
  background: #f8e7d1 !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sWKFo6DjY3 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sWKFo6DjY3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #004668;
}
.cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sWKFo6DjY3 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKFo6DjY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sWKFo6DjY3 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sWKFo6DjY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKFo6DjY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-sWKFo6DjY3 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWKFo6DjY3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sWKFo6DjY3 .navbar.navbar-short {
  background: #f8e7d1 !important;
  min-height: 60px;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKFo6DjY3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKFo6DjY3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKFo6DjY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKFo6DjY3 .dropdown-item.active,
.cid-sWKFo6DjY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKFo6DjY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8e7d1;
}
.cid-sWKFo6DjY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sWKFo6DjY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKFo6DjY3 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sWKFo6DjY3 .navbar-buttons {
  text-align: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8e7d1;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKFo6DjY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKFo6DjY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKFo6DjY3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKFo6DjY3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sWKFo6DjY3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKFo6DjY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sWKFo6DjY3 .nav-link:hover,
.cid-sWKFo6DjY3 .dropdown-item:hover {
  color: #6699cc !important;
}
