body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem;
  line-height: 2.11397059;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 2.23684211rem;
    line-height: 2.15147059;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 1.98830409rem;
    line-height: 2.20036765;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.36rem;
    line-height: 2.20588235;
  }
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  line-height: 1.60714286;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.05882353rem;
    line-height: 1.73035714;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 1.85430464rem;
    line-height: 1.75267857;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.3592233rem;
    line-height: 1.65535714;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.35416667;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.07142857rem;
    line-height: 1.28333333;
  }
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5625;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.6rem;
    line-height: 1.640625;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.36986301rem;
    line-height: 1.36875;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.13636364rem;
    line-height: 1.65;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.16666667rem;
    line-height: 1.44642857;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.05263158rem;
    line-height: 1.425;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.05263158rem;
    line-height: 1.365625;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #003d73 !important;
}
.bg-success {
  background-color: #b4d333 !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003d73 !important;
  border-color: #003d73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003d73;
  border-color: #003d73;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003d73 !important;
  border-color: #003d73 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d6ebfe !important;
  border-color: #d6ebfe !important;
  color: #0570d0 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #0570d0 !important;
  background-color: #d6ebfe;
  border-color: #d6ebfe;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0570d0 !important;
  background-color: #d6ebfe !important;
  border-color: #d6ebfe !important;
}
.btn-secondary:hover {
  background-color: #a4d3fd !important;
  border-color: #a4d3fd !important;
}
.btn-info,
.btn-info:active {
  background-color: #d42764 !important;
  border-color: #d42764 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d42764;
  border-color: #d42764;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-info:hover {
  background-color: #a91f50 !important;
  border-color: #a91f50 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b4d333 !important;
  border-color: #b4d333 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b4d333;
  border-color: #b4d333;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b4d333 !important;
  border-color: #b4d333 !important;
}
.btn-success:hover {
  background-color: #93ae25 !important;
  border-color: #93ae25 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003d73;
  color: #003d73;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #003d73 !important;
  border-color: #003d73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003d73 !important;
  border-color: #003d73 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #d6ebfe;
  color: #d6ebfe;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0570d0 !important;
  background: #d6ebfe !important;
  border-color: #d6ebfe;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0570d0 !important;
  background-color: #d6ebfe !important;
  border-color: #d6ebfe !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d42764;
  color: #d42764;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #d42764 !important;
  border-color: #d42764;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b4d333;
  color: #b4d333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #b4d333 !important;
  border-color: #b4d333;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b4d333 !important;
  border-color: #b4d333 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #003d73 !important;
}
.text-secondary {
  color: #d6ebfe !important;
}
.text-success {
  color: #b4d333 !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0066c0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #72bafc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #70841c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #003d73 !important;
}
.alert-success {
  background-color: #b4d333;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003d73;
  border-color: #003d73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003d73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0081f3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f2f7db;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6d1de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.16666667rem;
    line-height: 1.44642857;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.05263158rem;
    line-height: 1.425;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.05263158rem;
    line-height: 1.365625;
  }
}
blockquote {
  border-color: #003d73;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003d73;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003d73;
  border-bottom-color: #003d73;
}
.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: #003d73 !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: #d6ebfe !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.08rem;
  line-height: 0.9375;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-s141LDyyGb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2020-08-06-10.25.58-2000x1500.jpg");
}
.cid-s141LDyyGb .title__block {
  position: relative;
  z-index: 10;
}
.cid-s141LDyyGb .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-s141LDyyGb .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #ffffff;
}
.cid-s141LDyyGb .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-s141LDyyGb .mbr-section-btn {
  padding-right: 150px;
}
.cid-s141LDyyGb .slider__block .container {
  padding: 0 15px;
}
.cid-s141LDyyGb .carousel {
  padding-bottom: 100px;
}
.cid-s141LDyyGb .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-s141LDyyGb .carousel-item {
  justify-content: center;
  transition: all 0s ease;
}
.cid-s141LDyyGb .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s141LDyyGb .carousel-item .wrap-img {
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transition: all 0s;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-s141LDyyGb .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s141LDyyGb .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-s141LDyyGb .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-s141LDyyGb .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-s141LDyyGb .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #3a6686;
  transition: all 0.3s ease;
}
.cid-s141LDyyGb .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-s141LDyyGb .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-s141LDyyGb .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-s141LDyyGb .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-s141LDyyGb .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #3a6686;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
.cid-s141LDyyGb .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #3a6686;
  margin: 0;
  opacity: 1;
}
.cid-s141LDyyGb .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-s141LDyyGb .cloneditem-1,
.cid-s141LDyyGb .cloneditem-2,
.cid-s141LDyyGb .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-s141LDyyGb .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s141LDyyGb .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-1,
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-2,
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-1,
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-2,
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-s141LDyyGb .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-s141LDyyGb .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s141LDyyGb .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-s141LDyyGb .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-s141LDyyGb .mbr-section-btn {
    padding-right: 0;
  }
  .cid-s141LDyyGb .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-s141LDyyGb .carousel-item {
    transition: all .3s ease;
  }
  .cid-s141LDyyGb .carousel-item .wrap-img {
    height: auto;
    transition: all .3s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s141LDyyGb .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-s141LDyyGb .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-s141LDyyGb .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-s141LDyyGb .carousel {
    padding-bottom: 50px;
  }
}
.cid-s141LDyyGb .mbr-text,
.cid-s141LDyyGb .mbr-section-btn {
  color: #ffffff;
}
.cid-stO5edXjTP {
  padding-top: 15px;
  padding-bottom: 45px;
  background: linear-gradient(90deg, #d6ebfe, #d6ebfe);
}
.cid-stO5edXjTP .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-stO5edXjTP H1 {
  color: #0f6f06;
}
.cid-stO5edXjTP .mbr-section-subtitle,
.cid-stO5edXjTP .mbr-section-btn {
  color: #000000;
}
.cid-sA0EiZEUt3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #d6ebfe;
}
.cid-sA0EiZEUt3 .mbr-overlay {
  background: #efefef;
}
.cid-sA0EiZEUt3 .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-sA0EiZEUt3 .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-sA0EiZEUt3 .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sA0EiZEUt3 .mbr-text {
  color: #8d97ad;
}
.cid-sA0EiZEUt3 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sA0EiZEUt3 .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sA0EiZEUt3 .card-title {
    text-align: center;
  }
  .cid-sA0EiZEUt3 p.mbr-text,
  .cid-sA0EiZEUt3 p.date {
    text-align: center;
  }
}
.cid-sA0EiZEUt3 .card-title,
.cid-sA0EiZEUt3 .card-img {
  color: #003d73;
}
.cid-sA0EiZEUt3 .mbr-text,
.cid-sA0EiZEUt3 .mbr-section-btn {
  color: #003d73;
}
.cid-stZJe7AtD8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stZJe7AtD8 .content {
    text-align: center;
  }
  .cid-stZJe7AtD8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stZJe7AtD8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stZJe7AtD8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stZJe7AtD8 .media-wrap img {
  height: 6rem;
}
.cid-stZJe7AtD8 .mbr-text {
  color: #8d97ad;
}
.cid-stZJe7AtD8 .p-title {
  font-size: 17px;
}
.cid-stZJe7AtD8 .p-title span {
  color: #111111;
}
.cid-stZJe7AtD8 .title-card {
  font-size: 1.3rem;
}
.cid-stZJe7AtD8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-stZJe7AtD8 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-stZJe7AtD8 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-stZJe7AtD8 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-stZJe7AtD8 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-stZJe7AtD8 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stZJe7AtD8 .copyright img {
  margin-right: 10px;
}
.cid-stZJe7AtD8 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-stZJe7AtD8 .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-stZJe7AtD8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stZJe7AtD8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-stZJe7AtD8 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stZJe7AtD8 H5 {
  color: #b4d333;
}
.cid-stZJe7AtD8 .p-title,
.cid-stZJe7AtD8 .social-media {
  color: #003d73;
}
.cid-stZJe7AtD8 .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-stPxVZgUbU {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #d6ebfe, #d6ebfe);
}
.cid-stPxVZgUbU .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-stPxVZgUbU H1 {
  color: #003d73;
  text-align: center;
}
.cid-stPxVZgUbU .mbr-section-subtitle,
.cid-stPxVZgUbU .mbr-section-btn {
  color: #003d73;
}
.cid-stPykxffA5 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/malta-2574733-1920-1440x1920.jpg");
}
.cid-stPykxffA5 .title__block {
  margin-bottom: 89px;
}
.cid-stPykxffA5 .timelines-container .separline:last-child:before {
  content: none;
}
.cid-stPykxffA5 .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-stPykxffA5 .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-stPykxffA5 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-stPykxffA5 .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-stPykxffA5 .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-stPykxffA5 .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-stPykxffA5 .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-stPykxffA5 .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-stPykxffA5 .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #b4d333;
}
.cid-stPykxffA5 .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-stPykxffA5 .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #b4d333;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-stPykxffA5 .title__block {
    margin-bottom: 40px;
  }
  .cid-stPykxffA5 .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-stPykxffA5 .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-stPykxffA5 .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-stPykxffA5 .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-stPykxffA5 .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-stPykxffA5 .iconBackground {
    left: 0 !important;
  }
  .cid-stPykxffA5 .separline:before {
    left: 0 !important;
  }
}
.cid-stPykxffA5 .mbr-timeline-text {
  color: #003d73;
}
.cid-stPBgdrdE1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #d6ebfe, #d6ebfe);
}
.cid-stPBgdrdE1 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-stPBgdrdE1 H1 {
  color: #003d73;
  text-align: center;
}
.cid-stPBgdrdE1 .mbr-section-subtitle,
.cid-stPBgdrdE1 .mbr-section-btn {
  color: #003d73;
}
.cid-stPAlsJSyc {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/window-752393-1920-1440x1920.jpg");
}
.cid-stPAlsJSyc .title__block {
  margin-bottom: 89px;
}
.cid-stPAlsJSyc .timelines-container .separline:last-child:before {
  content: none;
}
.cid-stPAlsJSyc .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-stPAlsJSyc .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-stPAlsJSyc .timeline-text-content p {
  margin-bottom: 0;
}
.cid-stPAlsJSyc .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-stPAlsJSyc .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-stPAlsJSyc .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-stPAlsJSyc .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-stPAlsJSyc .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-stPAlsJSyc .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #b4d333;
}
.cid-stPAlsJSyc .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-stPAlsJSyc .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #b4d333;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-stPAlsJSyc .title__block {
    margin-bottom: 40px;
  }
  .cid-stPAlsJSyc .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-stPAlsJSyc .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-stPAlsJSyc .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-stPAlsJSyc .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-stPAlsJSyc .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-stPAlsJSyc .iconBackground {
    left: 0 !important;
  }
  .cid-stPAlsJSyc .separline:before {
    left: 0 !important;
  }
}
.cid-stPAlsJSyc .mbr-timeline-text {
  color: #003d73;
}
.cid-stPDr1IuMv {
  padding-top: 45px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #d6ebfe, #d6ebfe);
}
.cid-stPDr1IuMv .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-stPDr1IuMv H1 {
  color: #003d73;
  text-align: center;
}
.cid-stPDr1IuMv .mbr-section-subtitle,
.cid-stPDr1IuMv .mbr-section-btn {
  color: #003d73;
}
.cid-stPDJvENie {
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/grotto-4414405-1920-1920x1280.jpg");
}
.cid-stPDJvENie .title__block {
  margin-bottom: 89px;
}
.cid-stPDJvENie .timelines-container .separline:last-child:before {
  content: none;
}
.cid-stPDJvENie .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-stPDJvENie .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-stPDJvENie .timeline-text-content p {
  margin-bottom: 0;
}
.cid-stPDJvENie .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-stPDJvENie .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-stPDJvENie .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-stPDJvENie .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-stPDJvENie .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-stPDJvENie .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #b4d333;
}
.cid-stPDJvENie .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-stPDJvENie .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #b4d333;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-stPDJvENie .title__block {
    margin-bottom: 40px;
  }
  .cid-stPDJvENie .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-stPDJvENie .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-stPDJvENie .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-stPDJvENie .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-stPDJvENie .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-stPDJvENie .iconBackground {
    left: 0 !important;
  }
  .cid-stPDJvENie .separline:before {
    left: 0 !important;
  }
}
.cid-stPDJvENie .mbr-timeline-text {
  color: #003d73;
}
.cid-sAFx67sLk6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #d6ebfe, #d6ebfe);
}
.cid-sAFx67sLk6 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-sAFx67sLk6 H1 {
  color: #003d73;
  text-align: center;
}
.cid-sAFx67sLk6 .mbr-section-subtitle,
.cid-sAFx67sLk6 .mbr-section-btn {
  color: #003d73;
}
.cid-sAFwx87qTy {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/2014-augusztus-28-2000x1500.jpg");
}
.cid-sAFwx87qTy .title__block {
  margin-bottom: 89px;
}
.cid-sAFwx87qTy .timelines-container .separline:last-child:before {
  content: none;
}
.cid-sAFwx87qTy .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-sAFwx87qTy .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-sAFwx87qTy .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sAFwx87qTy .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-sAFwx87qTy .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sAFwx87qTy .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-sAFwx87qTy .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-sAFwx87qTy .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-sAFwx87qTy .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #b4d333;
}
.cid-sAFwx87qTy .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-sAFwx87qTy .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #b4d333;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-sAFwx87qTy .title__block {
    margin-bottom: 40px;
  }
  .cid-sAFwx87qTy .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-sAFwx87qTy .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-sAFwx87qTy .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-sAFwx87qTy .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-sAFwx87qTy .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-sAFwx87qTy .iconBackground {
    left: 0 !important;
  }
  .cid-sAFwx87qTy .separline:before {
    left: 0 !important;
  }
}
.cid-sAFwx87qTy .mbr-timeline-text {
  color: #003d73;
}
.cid-stZJ6zAarh {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stZJ6zAarh .content {
    text-align: center;
  }
  .cid-stZJ6zAarh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stZJ6zAarh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stZJ6zAarh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stZJ6zAarh .media-wrap img {
  height: 6rem;
}
.cid-stZJ6zAarh .mbr-text {
  color: #8d97ad;
}
.cid-stZJ6zAarh .p-title {
  font-size: 17px;
}
.cid-stZJ6zAarh .p-title span {
  color: #111111;
}
.cid-stZJ6zAarh .title-card {
  font-size: 1.3rem;
}
.cid-stZJ6zAarh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-stZJ6zAarh .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-stZJ6zAarh .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-stZJ6zAarh .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-stZJ6zAarh .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-stZJ6zAarh .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stZJ6zAarh .copyright img {
  margin-right: 10px;
}
.cid-stZJ6zAarh .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-stZJ6zAarh .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-stZJ6zAarh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stZJ6zAarh .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-stZJ6zAarh .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stZJ6zAarh H5 {
  color: #b4d333;
}
.cid-stZJ6zAarh .p-title,
.cid-stZJ6zAarh .social-media {
  color: #003d73;
}
.cid-stZJ6zAarh .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-stPS7VpBYN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/malta-valley-4363018-1922-1920x700.jpeg");
}
.cid-stPS7VpBYN .mbr-overlay {
  background: #1dc8cc;
}
.cid-stPS7VpBYN H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stPS7VpBYN .mbr-section-subtitle,
.cid-stPS7VpBYN .mbr-section-btn {
  color: #003d73;
}
.cid-stPKjJiXVD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-stPKjJiXVD .mbr-section-title {
  color: #003d73;
}
.cid-stPKjJiXVD .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #d6ebfe;
}
.cid-stPKjJiXVD .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-stPKjJiXVD .card__title {
  margin-bottom: 10px;
  font-weight: 600;
  color: #b4d333;
  text-align: left;
}
.cid-stPKjJiXVD .card__text {
  margin-bottom: 8px;
  color: #003d73;
  text-align: left;
}
.cid-stPKjJiXVD .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-stPKjJiXVD .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-stPKjJiXVD .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-stPKjJiXVD .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-stPKjJiXVD .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-stPKjJiXVD .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-stPKjJiXVD .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-stPKjJiXVD .card__wrap {
    margin-bottom: 39px;
  }
  .cid-stPKjJiXVD .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-stPKjJiXVD .card__image {
    max-width: 77px;
  }
  .cid-stPKjJiXVD .card__image img {
    width: 75%;
  }
}
.cid-stPKjJiXVD UL {
  color: #003d73;
}
.cid-stPKjJiXVD .item {
  text-align: center;
}
.cid-stPOACx81f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-stPOACx81f .mbr-section-title {
  color: #fe5925;
}
.cid-stPOACx81f .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-stPOACx81f .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  left: 220px;
  top: 37px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-stPOACx81f .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #d6ebfe;
}
.cid-stPOACx81f .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-stPOACx81f .card__title {
  margin-bottom: 10px;
  font-weight: 600;
  color: #fbba34;
  text-align: left;
}
.cid-stPOACx81f .card__text {
  margin-bottom: 8px;
}
.cid-stPOACx81f .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-stPOACx81f .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-stPOACx81f .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-stPOACx81f .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-stPOACx81f .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-stPOACx81f .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-stPOACx81f .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-stPOACx81f .card__wrap {
    margin-bottom: 39px;
  }
  .cid-stPOACx81f .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-stPOACx81f .card__image {
    max-width: 77px;
  }
  .cid-stPOACx81f .card__image img {
    width: 75%;
  }
}
.cid-stPOACx81f UL {
  color: #003d73;
}
.cid-stPPMdsmpl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-stPPMdsmpl .mbr-section-title {
  color: #fe5925;
}
.cid-stPPMdsmpl .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-stPPMdsmpl .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  left: 220px;
  top: 37px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-stPPMdsmpl .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #d6ebfe;
}
.cid-stPPMdsmpl .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-stPPMdsmpl .card__title {
  margin-bottom: 10px;
  font-weight: 600;
  color: #b4d333;
}
.cid-stPPMdsmpl .card__text {
  margin-bottom: 8px;
}
.cid-stPPMdsmpl .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-stPPMdsmpl .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-stPPMdsmpl .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-stPPMdsmpl .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-stPPMdsmpl .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-stPPMdsmpl .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-stPPMdsmpl .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-stPPMdsmpl .card__wrap {
    margin-bottom: 39px;
  }
  .cid-stPPMdsmpl .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-stPPMdsmpl .card__image {
    max-width: 77px;
  }
  .cid-stPPMdsmpl .card__image img {
    width: 75%;
  }
}
.cid-stPPMdsmpl UL {
  color: #003d73;
}
.cid-stPQl125q7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-stPQl125q7 .mbr-section-title {
  color: #fe5925;
}
.cid-stPQl125q7 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-stPQl125q7 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  left: 220px;
  top: 37px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-stPQl125q7 .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #d6ebfe;
}
.cid-stPQl125q7 .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-stPQl125q7 .card__title {
  margin-bottom: 10px;
  font-weight: 600;
  color: #b4d333;
}
.cid-stPQl125q7 .card__text {
  margin-bottom: 8px;
  color: #003d73;
}
.cid-stPQl125q7 .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-stPQl125q7 .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-stPQl125q7 .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-stPQl125q7 .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-stPQl125q7 .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-stPQl125q7 .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-stPQl125q7 .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-stPQl125q7 .card__wrap {
    margin-bottom: 39px;
  }
  .cid-stPQl125q7 .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-stPQl125q7 .card__image {
    max-width: 77px;
  }
  .cid-stPQl125q7 .card__image img {
    width: 75%;
  }
}
.cid-stPSumdIYE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-949-2000x1333.jpeg");
}
.cid-stPSumdIYE .mbr-overlay {
  background: #1dc8cc;
}
.cid-stPSumdIYE H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stPSumdIYE .mbr-section-subtitle,
.cid-stPSumdIYE .mbr-section-btn {
  color: #ffffff;
}
.cid-stPRjV8gN3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-stPRjV8gN3 .mbr-section-title {
  color: #003d73;
}
.cid-stPRjV8gN3 .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #d6ebfe;
}
.cid-stPRjV8gN3 .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-stPRjV8gN3 .card__title {
  margin-bottom: 10px;
  font-weight: 600;
  color: #b4d333;
}
.cid-stPRjV8gN3 .card__text {
  margin-bottom: 8px;
  color: #b4d333;
}
.cid-stPRjV8gN3 .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-stPRjV8gN3 .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-stPRjV8gN3 .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-stPRjV8gN3 .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-stPRjV8gN3 .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-stPRjV8gN3 .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-stPRjV8gN3 .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-stPRjV8gN3 .card__wrap {
    margin-bottom: 39px;
  }
  .cid-stPRjV8gN3 .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-stPRjV8gN3 .card__image {
    max-width: 77px;
  }
  .cid-stPRjV8gN3 .card__image img {
    width: 75%;
  }
}
.cid-stPRjV8gN3 UL {
  color: #003d73;
}
.cid-stPSwbyej3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-1240-1-2000x1333.jpeg");
}
.cid-stPSwbyej3 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-stPSwbyej3 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-stPSwbyej3 .mbr-section-subtitle,
.cid-stPSwbyej3 .mbr-section-btn {
  color: #ffffff;
}
.cid-stQ03NeET3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-stQ03NeET3 .mbr-section-title {
  color: #fe5925;
}
.cid-stQ03NeET3 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-stQ03NeET3 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  left: 220px;
  top: 37px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-stQ03NeET3 .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #d6ebfe;
}
.cid-stQ03NeET3 .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-stQ03NeET3 .card__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-stQ03NeET3 .card__text {
  margin-bottom: 8px;
  color: #b4d333;
}
.cid-stQ03NeET3 .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-stQ03NeET3 .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-stQ03NeET3 .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-stQ03NeET3 .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-stQ03NeET3 .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-stQ03NeET3 .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-stQ03NeET3 .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-stQ03NeET3 .card__wrap {
    margin-bottom: 39px;
  }
  .cid-stQ03NeET3 .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-stQ03NeET3 .card__image {
    max-width: 77px;
  }
  .cid-stQ03NeET3 .card__image img {
    width: 75%;
  }
}
.cid-stQ03NeET3 UL {
  color: #003d73;
}
.cid-stQ1kumH1c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-stQ1kumH1c .mbr-section-title {
  color: #fe5925;
}
.cid-stQ1kumH1c .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-stQ1kumH1c .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  left: 220px;
  top: 37px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-stQ1kumH1c .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #d6ebfe;
}
.cid-stQ1kumH1c .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-stQ1kumH1c .card__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-stQ1kumH1c .card__text {
  margin-bottom: 8px;
}
.cid-stQ1kumH1c .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-stQ1kumH1c .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-stQ1kumH1c .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-stQ1kumH1c .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-stQ1kumH1c .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-stQ1kumH1c .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-stQ1kumH1c .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-stQ1kumH1c .card__wrap {
    margin-bottom: 39px;
  }
  .cid-stQ1kumH1c .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-stQ1kumH1c .card__image {
    max-width: 77px;
  }
  .cid-stQ1kumH1c .card__image img {
    width: 75%;
  }
}
.cid-stQ1kumH1c UL {
  color: #003d73;
}
.cid-stQ1lqlxU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-stQ1lqlxU0 .mbr-section-title {
  color: #fe5925;
}
.cid-stQ1lqlxU0 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-stQ1lqlxU0 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  left: 220px;
  top: 37px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-stQ1lqlxU0 .card__wrap {
  margin-bottom: 50px;
  display: flex;
  border-bottom: 1px solid #d6ebfe;
}
.cid-stQ1lqlxU0 .content__block .card__wrap:last-child {
  border-bottom: 0;
}
.cid-stQ1lqlxU0 .card__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-stQ1lqlxU0 .card__text {
  margin-bottom: 8px;
}
.cid-stQ1lqlxU0 .card__image {
  display: block;
  max-width: 190px;
  width: 100%;
  text-align: center;
}
.cid-stQ1lqlxU0 .card__image img {
  width: 55%;
  object-fit: cover;
}
.cid-stQ1lqlxU0 .card__content {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.cid-stQ1lqlxU0 .count__items {
  padding-left: 16px;
  margin: 0;
}
.cid-stQ1lqlxU0 .count__items .item {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-stQ1lqlxU0 .mbr-section-title {
    margin-bottom: 44px;
    text-align: center;
  }
  .cid-stQ1lqlxU0 .figure:before {
    left: 10%;
    top: 2px;
    width: 55px;
    height: 55px;
  }
  .cid-stQ1lqlxU0 .card__wrap {
    margin-bottom: 39px;
  }
  .cid-stQ1lqlxU0 .card__content {
    margin-bottom: 39px;
  }
}
@media (max-width: 575px) {
  .cid-stQ1lqlxU0 .card__image {
    max-width: 77px;
  }
  .cid-stQ1lqlxU0 .card__image img {
    width: 75%;
  }
}
.cid-stQ1lqlxU0 UL {
  color: #fbba34;
}
.cid-stZIVZQbE2 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stZIVZQbE2 .content {
    text-align: center;
  }
  .cid-stZIVZQbE2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stZIVZQbE2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stZIVZQbE2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stZIVZQbE2 .media-wrap img {
  height: 6rem;
}
.cid-stZIVZQbE2 .mbr-text {
  color: #8d97ad;
}
.cid-stZIVZQbE2 .p-title {
  font-size: 17px;
}
.cid-stZIVZQbE2 .p-title span {
  color: #111111;
}
.cid-stZIVZQbE2 .title-card {
  font-size: 1.3rem;
}
.cid-stZIVZQbE2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-stZIVZQbE2 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-stZIVZQbE2 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-stZIVZQbE2 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-stZIVZQbE2 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-stZIVZQbE2 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stZIVZQbE2 .copyright img {
  margin-right: 10px;
}
.cid-stZIVZQbE2 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-stZIVZQbE2 .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-stZIVZQbE2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stZIVZQbE2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-stZIVZQbE2 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stZIVZQbE2 H5 {
  color: #b4d333;
}
.cid-stZIVZQbE2 .p-title,
.cid-stZIVZQbE2 .social-media {
  color: #003d73;
}
.cid-stZIVZQbE2 .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-stYJTUDhV7 {
  overflow-x: hidden !important;
}
.cid-stYJTUDhV7 .mbr-section-title {
  color: #ffffff;
}
.cid-stYJTUDhV7 .mbr-section-title span {
  color: #003d73;
}
.cid-stYJTUDhV7 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-stYJTUDhV7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 23s !important;
  animation-duration: 23s;
  background-image: url("../../../assets/images/2021-mjus-1825x1369.jpg");
}
.cid-stYJTUDhV7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-stYJTUDhV7 .mbr-overlay {
  z-index: 1;
}
.cid-stYJTUDhV7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-stYMDJjQQb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #d6ebfe;
}
.cid-stYMDJjQQb .mbr-text,
.cid-stYMDJjQQb .ornament {
  color: #003d73;
}
.cid-stYGmX9XIh {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #d6ebfe;
}
.cid-stYGmX9XIh .text-block {
  z-index: 2;
}
.cid-stYGmX9XIh .content-panel {
  width: 110%;
  background: #b4d333;
  padding: 3rem;
}
.cid-stYGmX9XIh .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-stYGmX9XIh .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-stYGmX9XIh .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-stYGmX9XIh .text-block {
    padding-bottom: 2rem;
  }
  .cid-stYGmX9XIh .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-stYN3WREQw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d6ebfe;
}
.cid-stYN3WREQw .text-block {
  z-index: 2;
}
.cid-stYN3WREQw .content-panel {
  width: 110%;
  background: #b4d333;
  padding: 3rem;
}
.cid-stYN3WREQw .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-stYN3WREQw .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-stYN3WREQw .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-stYN3WREQw .text-block {
    padding-bottom: 2rem;
  }
  .cid-stYN3WREQw .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-stYMyrYZl8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #d6ebfe;
}
.cid-stYMyrYZl8 .mbr-text,
.cid-stYMyrYZl8 .ornament {
  text-align: left;
  color: #003d73;
}
.cid-stYOtkbp0B {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #d6ebfe;
}
.cid-stYOtkbp0B .text-block {
  z-index: 2;
}
.cid-stYOtkbp0B .content-panel {
  width: 110%;
  background: #b4d333;
  padding: 3rem;
}
.cid-stYOtkbp0B .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-stYOtkbp0B .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-stYOtkbp0B .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-stYOtkbp0B .text-block {
    padding-bottom: 2rem;
  }
  .cid-stYOtkbp0B .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-stZIOnjHon {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stZIOnjHon .content {
    text-align: center;
  }
  .cid-stZIOnjHon .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stZIOnjHon .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stZIOnjHon .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stZIOnjHon .media-wrap img {
  height: 6rem;
}
.cid-stZIOnjHon .mbr-text {
  color: #8d97ad;
}
.cid-stZIOnjHon .p-title {
  font-size: 17px;
}
.cid-stZIOnjHon .p-title span {
  color: #111111;
}
.cid-stZIOnjHon .title-card {
  font-size: 1.3rem;
}
.cid-stZIOnjHon .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-stZIOnjHon .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-stZIOnjHon .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-stZIOnjHon .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-stZIOnjHon .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-stZIOnjHon .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stZIOnjHon .copyright img {
  margin-right: 10px;
}
.cid-stZIOnjHon .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-stZIOnjHon .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-stZIOnjHon .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stZIOnjHon .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-stZIOnjHon .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stZIOnjHon H5 {
  color: #b4d333;
}
.cid-stZIOnjHon .p-title,
.cid-stZIOnjHon .social-media {
  color: #003d73;
}
.cid-stZIOnjHon .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-sv2aIIawix {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/golden-5179415-1920-1920x1080.jpg");
}
.cid-sv2aIIawix .card-box {
  padding: 0rem;
}
.cid-sv2aIIawix .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sv2aIIawix .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sv2aIIawix .big h4 {
  margin: 0;
}
.cid-sv2aIIawix .card {
  padding: 0;
  min-height: 300px;
}
.cid-sv2aIIawix img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sv2aIIawix .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-sv2aIIawix .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sv2aIIawix .card-wrapper {
    padding: 4rem;
  }
}
.cid-sv2aIIawix .cardbg1 {
  background: #d6ebfe;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sv2aIIawix .cardbg2 {
  background: #d6ebfe;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sv2aIIawix .main-title {
  color: #ffffff;
}
.cid-sv2aIIawix .card-title,
.cid-sv2aIIawix .mbr-section-btn {
  text-align: center;
  color: #003d73;
}
.cid-sv2aIIawix .card-text {
  color: #003d73;
}
.cid-sv2aIIawix P {
  color: #b4d333;
}
.cid-stZCIlvPlT {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stZCIlvPlT .content {
    text-align: center;
  }
  .cid-stZCIlvPlT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stZCIlvPlT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stZCIlvPlT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stZCIlvPlT .media-wrap img {
  height: 6rem;
}
.cid-stZCIlvPlT .mbr-text {
  color: #8d97ad;
}
.cid-stZCIlvPlT .p-title {
  font-size: 17px;
}
.cid-stZCIlvPlT .p-title span {
  color: #111111;
}
.cid-stZCIlvPlT .title-card {
  font-size: 1.3rem;
}
.cid-stZCIlvPlT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-stZCIlvPlT .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-stZCIlvPlT .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-stZCIlvPlT .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-stZCIlvPlT .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-stZCIlvPlT .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stZCIlvPlT .copyright img {
  margin-right: 10px;
}
.cid-stZCIlvPlT .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-stZCIlvPlT .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-stZCIlvPlT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stZCIlvPlT .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-stZCIlvPlT .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stZCIlvPlT H5 {
  color: #b4d333;
}
.cid-stZCIlvPlT .p-title,
.cid-stZCIlvPlT .social-media {
  color: #003d73;
}
.cid-stZCIlvPlT .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-stOXUbmYTM {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #d6ebfe;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-stOXUbmYTM img,
.cid-stOXUbmYTM .item-img {
  vertical-align: middle;
}
.cid-stOXUbmYTM .item:focus,
.cid-stOXUbmYTM span:focus {
  outline: none;
}
.cid-stOXUbmYTM .item-img {
  height: 15rem;
}
.cid-stOXUbmYTM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-stOXUbmYTM .item-content,
.cid-stOXUbmYTM .item-footer {
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-stOXUbmYTM .features-image {
    width: 20% !important;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-stOXUbmYTM .features-image-wrap {
  flex-wrap: wrap;
}
.cid-stOXUbmYTM .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .cid-stOXUbmYTM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-stOXUbmYTM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-stOXUbmYTM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-stOXUbmYTM .mbr-section-title {
  color: #b4d333;
}
.cid-stOXUbmYTM .mbr-section-title b:last-child,
.cid-stOXUbmYTM .mbr-section-title strong:last-child {
  color: #003d73;
}
.cid-stOXUbmYTM .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cid-stP0kgKRk3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #003d73;
}
.cid-stP0kgKRk3 .mbr-text,
.cid-stP0kgKRk3 .ornament {
  color: #ffffff;
}
.cid-stP0NvN23R {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/malta-1457046-1920-1920x1271.jpeg");
}
@media (max-width: 768px) {
  .cid-stP0NvN23R .mbr-text,
  .cid-stP0NvN23R .mbr-section-subtitle,
  .cid-stP0NvN23R .mbr-section-title {
    text-align: center !important;
  }
}
.cid-stP1rtSkID {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #d6ebfe;
}
.cid-stP1rtSkID .mbr-text,
.cid-stP1rtSkID .ornament {
  color: #003d73;
}
.cid-stP1PCwDj5 {
  background: #d6ebfe;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-stP1PCwDj5 .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-stP1PCwDj5 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-stP1PCwDj5 .image-block:hover:before {
  opacity: 0;
}
.cid-stP1PCwDj5 .image-block:hover .wrap {
  opacity: 1;
}
.cid-stP1PCwDj5 .image-block:hover img {
  transform: scale(1.05);
}
.cid-stP1PCwDj5 h4 {
  letter-spacing: 2px;
}
.cid-stP1PCwDj5 figcaption {
  position: relative;
}
.cid-stP1PCwDj5 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-stP1PCwDj5 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-stP1PCwDj5 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-stP1PCwDj5 .wrap {
    opacity: 1!important;
  }
  .cid-stP1PCwDj5 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-stP3fPFOOl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #003d73;
}
.cid-stP3fPFOOl .mbr-text,
.cid-stP3fPFOOl .ornament {
  color: #ffffff;
}
.cid-stP3Bzhm02 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/malta-1457036-1920-1920x1271.jpeg");
}
@media (max-width: 768px) {
  .cid-stP3Bzhm02 .mbr-text,
  .cid-stP3Bzhm02 .mbr-section-subtitle,
  .cid-stP3Bzhm02 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-stP3R36NTE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d6ebfe;
}
.cid-stP3R36NTE .mbr-text,
.cid-stP3R36NTE .ornament {
  color: #003d73;
}
.cid-stP4y4OHFd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #003d73;
}
.cid-stP4y4OHFd .mbr-section-title {
  color: #ffffff;
}
.cid-stP4y4OHFd .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 68%;
  width: 100%;
  height: 100%;
  background-color: #b4d333;
  z-index: 0;
}
.cid-stP4y4OHFd .card__content {
  margin-top: 25px;
}
.cid-stP4y4OHFd .mbr-text {
  margin-bottom: 9px;
}
.cid-stP4y4OHFd .right__block {
  margin-top: 25px;
  margin-top: 120px;
}
.cid-stP4y4OHFd .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-stP4y4OHFd .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -28px;
  width: 29px;
  height: 29px;
  background-image: url("../../../assets/images/dive-center-logo-fehr-1622x1798.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-stP4y4OHFd .right__text {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .cid-stP4y4OHFd .row {
    flex-direction: row !important;
  }
  .cid-stP4y4OHFd .two__background:before {
    max-width: 100%;
  }
  .cid-stP4y4OHFd .right__block {
    margin-top: 30px;
  }
  .cid-stP4y4OHFd .figure:before {
    top: -4px;
    left: -38px;
  }
}
.cid-stQf7KKbDV {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stQf7KKbDV .content {
    text-align: center;
  }
  .cid-stQf7KKbDV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stQf7KKbDV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stQf7KKbDV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stQf7KKbDV .media-wrap img {
  height: 6rem;
}
.cid-stQf7KKbDV .mbr-text {
  color: #8d97ad;
}
.cid-stQf7KKbDV .p-title {
  font-size: 17px;
}
.cid-stQf7KKbDV .p-title span {
  color: #111111;
}
.cid-stQf7KKbDV .title-card {
  font-size: 1.3rem;
}
.cid-stQf7KKbDV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-stQf7KKbDV .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-stQf7KKbDV .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-stQf7KKbDV .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-stQf7KKbDV .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-stQf7KKbDV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stQf7KKbDV .copyright img {
  margin-right: 10px;
}
.cid-stQf7KKbDV .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-stQf7KKbDV .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-stQf7KKbDV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stQf7KKbDV .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-stQf7KKbDV .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stQf7KKbDV H5 {
  color: #b4d333;
}
.cid-stQf7KKbDV .p-title,
.cid-stQf7KKbDV .social-media {
  color: #003d73;
}
.cid-stQf7KKbDV .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-su0pih9DuQ {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-su0pih9DuQ .title__block {
  margin-bottom: 120px;
}
.cid-su0pih9DuQ .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-su0pih9DuQ .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: 20px;
  right: -120px;
  background-image: url("../../../assets/images/compass-lagoon-dive-centre-1280x1230.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-su0pih9DuQ .mbr-section-subtitle {
  color: #003d73;
  margin-top: 9px;
}
.cid-su0pih9DuQ .mbr-section-title {
  position: relative;
  color: #dcc187;
}
.cid-su0pih9DuQ .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-su0pih9DuQ .card__image {
  width: 100%;
}
.cid-su0pih9DuQ .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-su0pih9DuQ .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-su0pih9DuQ .card__title {
  margin-bottom: 16px;
  color: #b4d333;
}
.cid-su0pih9DuQ .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-su0pih9DuQ .card__contacts {
  margin-bottom: 18px;
}
.cid-su0pih9DuQ .card__phone,
.cid-su0pih9DuQ .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-su0pih9DuQ .card__phone .mbr-iconfont,
.cid-su0pih9DuQ .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-su0pih9DuQ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-su0pih9DuQ .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-su0pih9DuQ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-su0pih9DuQ .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-su0pih9DuQ .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-su0pih9DuQ .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-su0pih9DuQ .title__block {
    margin-bottom: 60px;
  }
  .cid-su0pih9DuQ .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-su0pih9DuQ .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-su0pih9DuQ .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-su0pih9DuQ .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-su0pih9DuQ .card__text,
.cid-su0pih9DuQ .link {
  color: #003d73;
}
.cid-su0pih9DuQ .card__mail {
  color: #003d73;
}
.cid-su0tZQXJTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ebfe;
}
.cid-su0tZQXJTV .title__block {
  margin-bottom: 120px;
}
.cid-su0tZQXJTV .mbr-section-subtitle {
  color: #dcc187;
  margin-top: 9px;
}
.cid-su0tZQXJTV .mbr-section-title {
  position: relative;
  color: #dcc187;
}
.cid-su0tZQXJTV .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-su0tZQXJTV .card__image {
  width: 100%;
}
.cid-su0tZQXJTV .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-su0tZQXJTV .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-su0tZQXJTV .card__title {
  margin-bottom: 16px;
  color: #b4d333;
}
.cid-su0tZQXJTV .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-su0tZQXJTV .card__contacts {
  margin-bottom: 18px;
}
.cid-su0tZQXJTV .card__phone,
.cid-su0tZQXJTV .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-su0tZQXJTV .card__phone .mbr-iconfont,
.cid-su0tZQXJTV .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-su0tZQXJTV .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-su0tZQXJTV .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-su0tZQXJTV .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-su0tZQXJTV .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-su0tZQXJTV .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-su0tZQXJTV .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-su0tZQXJTV .title__block {
    margin-bottom: 60px;
  }
  .cid-su0tZQXJTV .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-su0tZQXJTV .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-su0tZQXJTV .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-su0tZQXJTV .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-su0tZQXJTV .card__text,
.cid-su0tZQXJTV .link {
  color: #003d73;
}
.cid-su0tZQXJTV .card__mail {
  color: #003d73;
}
.cid-su0IMLlYnF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-su0IMLlYnF .content {
    text-align: center;
  }
  .cid-su0IMLlYnF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-su0IMLlYnF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-su0IMLlYnF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-su0IMLlYnF .media-wrap img {
  height: 6rem;
}
.cid-su0IMLlYnF .mbr-text {
  color: #8d97ad;
}
.cid-su0IMLlYnF .p-title {
  font-size: 17px;
}
.cid-su0IMLlYnF .p-title span {
  color: #111111;
}
.cid-su0IMLlYnF .title-card {
  font-size: 1.3rem;
}
.cid-su0IMLlYnF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-su0IMLlYnF .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-su0IMLlYnF .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-su0IMLlYnF .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-su0IMLlYnF .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-su0IMLlYnF .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-su0IMLlYnF .copyright img {
  margin-right: 10px;
}
.cid-su0IMLlYnF .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-su0IMLlYnF .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-su0IMLlYnF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-su0IMLlYnF .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-su0IMLlYnF .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-su0IMLlYnF H5 {
  color: #b4d333;
}
.cid-su0IMLlYnF .p-title,
.cid-su0IMLlYnF .social-media {
  color: #003d73;
}
.cid-su0IMLlYnF .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-su4DN6BgVL {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #d6ebfe;
}
.cid-su4DN6BgVL .left__side,
.cid-su4DN6BgVL .right__side {
  display: flex;
  align-items: center;
}
.cid-su4DN6BgVL .logo {
  max-width: 174px;
}
.cid-su4DN6BgVL .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-su4DN6BgVL .mbr-section-title {
  margin-left: 30px;
  color: #003d73;
}
.cid-su4DN6BgVL .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-su4DN6BgVL .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass-lagoon-dive-centre-1280x1230.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-su4DN6BgVL .image__block {
  margin-top: 135px;
}
.cid-su4DN6BgVL .image__block .image {
  margin: 0 18px 30px;
}
.cid-su4DN6BgVL .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-su4DN6BgVL .img-wrap1 img {
  max-width: 466px;
  max-height: 432px;
}
.cid-su4DN6BgVL .img-wrap2 img {
  max-width: 387px;
  max-height: 433px;
}
.cid-su4DN6BgVL .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-su4DN6BgVL .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-su4DN6BgVL .img-wrap1 img {
    max-width: 426px;
  }
  .cid-su4DN6BgVL .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-su4DN6BgVL .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-su4DN6BgVL .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-su4DN6BgVL .logo img {
    width: 105px;
    height: auto;
  }
  .cid-su4DN6BgVL .mbr-section-title {
    margin-left: 0;
  }
  .cid-su4DN6BgVL .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-su4DN6BgVL .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-su4DN6BgVL .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-su4DN6BgVL .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-su4DN6BgVL .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-su4DN6BgVL .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-su4DN6BgVL .logo img {
    width: 70px;
  }
  .cid-su4DN6BgVL .image__block {
    flex-wrap: wrap;
  }
  .cid-su4DN6BgVL .img-wrap1 img {
    max-width: 315px;
  }
  .cid-su4DN6BgVL .img-wrap2 img {
    max-width: 315px;
  }
  .cid-su4DN6BgVL .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-su4DN6BgVL .mbr-text {
  color: #003d73;
}
.cid-su4JZvhgz0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #d6ebfe;
}
.cid-su4JZvhgz0 .card {
  display: block;
}
.cid-su4JZvhgz0 .card .card-img {
  overflow: hidden;
}
.cid-su4JZvhgz0 .card .card-img img {
  transition: all .5s;
}
.cid-su4JZvhgz0 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-su4JZvhgz0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #003d73;
  display: inline-block;
}
.cid-su4JZvhgz0 .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-su4JZvhgz0 .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-su4JZvhgz0 .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-su4JZvhgz0 .card .card-wrapper .card-img .mbr-overlay {
  background: #232323;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-su4JZvhgz0 .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-su4JZvhgz0 .popup-btn .card-link {
  display: block !important;
}
.cid-su4JZvhgz0 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-su4JZvhgz0 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-su4JZvhgz0 .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-su4JZvhgz0 .caption .card-title {
  padding-right: 2rem;
}
.cid-su4JZvhgz0 .caption .price {
  background: #187dec;
  padding: 0 .5rem;
}
@media (min-width: 768px) {
  .cid-su4JZvhgz0 .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-su4JZvhgz0 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-su4JZvhgz0 .main-subtitle,
.cid-su4JZvhgz0 .underline {
  color: #b4d333;
}
.cid-su4JZvhgz0 .main-title {
  color: #003d73;
  text-align: left;
}
.cid-su5rkGa0t1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #d6ebfe;
}
.cid-su5rkGa0t1 .card {
  display: block;
}
.cid-su5rkGa0t1 .card .card-img {
  overflow: hidden;
}
.cid-su5rkGa0t1 .card .card-img img {
  transition: all .5s;
}
.cid-su5rkGa0t1 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-su5rkGa0t1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #003d73;
  display: inline-block;
}
.cid-su5rkGa0t1 .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-su5rkGa0t1 .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-su5rkGa0t1 .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-su5rkGa0t1 .card .card-wrapper .card-img .mbr-overlay {
  background: #232323;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-su5rkGa0t1 .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-su5rkGa0t1 .popup-btn .card-link {
  display: block !important;
}
.cid-su5rkGa0t1 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-su5rkGa0t1 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-su5rkGa0t1 .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-su5rkGa0t1 .caption .card-title {
  padding-right: 2rem;
}
.cid-su5rkGa0t1 .caption .price {
  background: #187dec;
  padding: 0 .5rem;
}
@media (min-width: 768px) {
  .cid-su5rkGa0t1 .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-su5rkGa0t1 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-su5rkGa0t1 .main-subtitle,
.cid-su5rkGa0t1 .underline {
  color: #b4d333;
}
.cid-su5rkGa0t1 .main-title {
  color: #003d73;
  text-align: left;
}
.cid-su5vPVLtN5 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #d6ebfe;
}
.cid-su5vPVLtN5 .card {
  display: block;
}
.cid-su5vPVLtN5 .card .card-img {
  overflow: hidden;
}
.cid-su5vPVLtN5 .card .card-img img {
  transition: all .5s;
}
.cid-su5vPVLtN5 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-su5vPVLtN5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #003d73;
  display: inline-block;
}
.cid-su5vPVLtN5 .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-su5vPVLtN5 .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-su5vPVLtN5 .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-su5vPVLtN5 .card .card-wrapper .card-img .mbr-overlay {
  background: #232323;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-su5vPVLtN5 .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-su5vPVLtN5 .popup-btn .card-link {
  display: block !important;
}
.cid-su5vPVLtN5 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-su5vPVLtN5 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-su5vPVLtN5 .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-su5vPVLtN5 .caption .card-title {
  padding-right: 2rem;
}
.cid-su5vPVLtN5 .caption .price {
  background: #187dec;
  padding: 0 .5rem;
}
@media (min-width: 768px) {
  .cid-su5vPVLtN5 .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-su5vPVLtN5 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-su5vPVLtN5 .main-subtitle,
.cid-su5vPVLtN5 .underline {
  color: #b4d333;
}
.cid-su5vPVLtN5 .main-title {
  color: #003d73;
  text-align: left;
}
.cid-su5AgPTdEt {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #d6ebfe;
}
.cid-su5AgPTdEt .card {
  display: block;
}
.cid-su5AgPTdEt .card .card-img {
  overflow: hidden;
}
.cid-su5AgPTdEt .card .card-img img {
  transition: all .5s;
}
.cid-su5AgPTdEt .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-su5AgPTdEt .underline .line {
  width: 2rem;
  height: 1px;
  background: #003d73;
  display: inline-block;
}
.cid-su5AgPTdEt .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-su5AgPTdEt .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-su5AgPTdEt .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-su5AgPTdEt .card .card-wrapper .card-img .mbr-overlay {
  background: #232323;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-su5AgPTdEt .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-su5AgPTdEt .popup-btn .card-link {
  display: block !important;
}
.cid-su5AgPTdEt .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-su5AgPTdEt .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-su5AgPTdEt .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-su5AgPTdEt .caption .card-title {
  padding-right: 2rem;
}
.cid-su5AgPTdEt .caption .price {
  background: #187dec;
  padding: 0 .5rem;
}
@media (min-width: 768px) {
  .cid-su5AgPTdEt .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-su5AgPTdEt .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-su5AgPTdEt .main-subtitle,
.cid-su5AgPTdEt .underline {
  color: #b4d333;
}
.cid-su5AgPTdEt .main-title {
  color: #003d73;
  text-align: left;
}
.cid-su6jbxbLU4 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #d6ebfe;
}
.cid-su6jbxbLU4 .card {
  display: block;
}
.cid-su6jbxbLU4 .card .card-img {
  overflow: hidden;
}
.cid-su6jbxbLU4 .card .card-img img {
  transition: all .5s;
}
.cid-su6jbxbLU4 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-su6jbxbLU4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #003d73;
  display: inline-block;
}
.cid-su6jbxbLU4 .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-su6jbxbLU4 .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-su6jbxbLU4 .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-su6jbxbLU4 .card .card-wrapper .card-img .mbr-overlay {
  background: #232323;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-su6jbxbLU4 .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-su6jbxbLU4 .popup-btn .card-link {
  display: block !important;
}
.cid-su6jbxbLU4 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-su6jbxbLU4 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-su6jbxbLU4 .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-su6jbxbLU4 .caption .card-title {
  padding-right: 2rem;
}
.cid-su6jbxbLU4 .caption .price {
  background: #187dec;
  padding: 0 .5rem;
}
@media (min-width: 768px) {
  .cid-su6jbxbLU4 .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-su6jbxbLU4 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-su6jbxbLU4 .main-subtitle,
.cid-su6jbxbLU4 .underline {
  color: #b4d333;
}
.cid-su6jbxbLU4 .main-title {
  color: #003d73;
  text-align: left;
}
.cid-su6pcZ25gH {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-su6pcZ25gH .content {
    text-align: center;
  }
  .cid-su6pcZ25gH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-su6pcZ25gH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-su6pcZ25gH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-su6pcZ25gH .media-wrap img {
  height: 6rem;
}
.cid-su6pcZ25gH .mbr-text {
  color: #8d97ad;
}
.cid-su6pcZ25gH .p-title {
  font-size: 17px;
}
.cid-su6pcZ25gH .p-title span {
  color: #111111;
}
.cid-su6pcZ25gH .title-card {
  font-size: 1.3rem;
}
.cid-su6pcZ25gH .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-su6pcZ25gH .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-su6pcZ25gH .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-su6pcZ25gH .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-su6pcZ25gH .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-su6pcZ25gH .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-su6pcZ25gH .copyright img {
  margin-right: 10px;
}
.cid-su6pcZ25gH .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-su6pcZ25gH .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-su6pcZ25gH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-su6pcZ25gH .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-su6pcZ25gH .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-su6pcZ25gH H5 {
  color: #b4d333;
}
.cid-su6pcZ25gH .p-title,
.cid-su6pcZ25gH .social-media {
  color: #003d73;
}
.cid-su6pcZ25gH .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-stPrjP1o7n {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #d6ebfe;
}
.cid-stPrjP1o7n .mbr-text,
.cid-stPrjP1o7n .ornament {
  color: #003d73;
}
.cid-stPliGi80Z {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #d6ebfe;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-stPliGi80Z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-stPliGi80Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stPliGi80Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stPliGi80Z .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-stPliGi80Z .container {
  padding: 0;
}
.cid-stPliGi80Z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-stPliGi80Z .icon-focus {
  display: none;
}
.cid-stPliGi80Z .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-stPliGi80Z .btn[class*=-outline]:hover,
.cid-stPliGi80Z .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-stPliGi80Z li:hover .btn-primary-outline,
.cid-stPliGi80Z li:active .btn-primary-outline,
.cid-stPliGi80Z li.active .btn-primary-outline {
  color: #003d73 !important;
}
.cid-stPliGi80Z li:hover .btn-secondary-outline,
.cid-stPliGi80Z li:active .btn-secondary-outline,
.cid-stPliGi80Z li.active .btn-secondary-outline {
  color: #d6ebfe !important;
}
.cid-stPliGi80Z li:hover .btn-info-outline,
.cid-stPliGi80Z li:active .btn-info-outline,
.cid-stPliGi80Z li.active .btn-info-outline {
  color: #d42764 !important;
}
.cid-stPliGi80Z li:hover .btn-warning-outline,
.cid-stPliGi80Z li:active .btn-warning-outline,
.cid-stPliGi80Z li.active .btn-warning-outline {
  color: #fbba34 !important;
}
.cid-stPliGi80Z li:hover .btn-white-outline,
.cid-stPliGi80Z li:active .btn-white-outline,
.cid-stPliGi80Z li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-stPliGi80Z li:hover .btn-black-outline,
.cid-stPliGi80Z li:active .btn-black-outline,
.cid-stPliGi80Z li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-stPliGi80Z li:hover .btn-success-outline,
.cid-stPliGi80Z li:active .btn-success-outline,
.cid-stPliGi80Z li.active .btn-success-outline {
  color: #b4d333 !important;
}
.cid-stPliGi80Z li:hover .btn-danger-outline,
.cid-stPliGi80Z li:active .btn-danger-outline,
.cid-stPliGi80Z li.active .btn-danger-outline {
  color: #fe5925 !important;
}
.cid-stPliGi80Z li {
  position: relative;
}
.cid-stPliGi80Z .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-stPliGi80Z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-stPliGi80Z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-stPliGi80Z .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-stPliGi80Z .btn {
  font-family: Roboto !important;
}
.cid-stPliGi80Z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-stPliGi80Z .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-stPliGi80Z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-stPliGi80Z .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-stZJqAejPc {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stZJqAejPc .content {
    text-align: center;
  }
  .cid-stZJqAejPc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-stZJqAejPc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stZJqAejPc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stZJqAejPc .media-wrap img {
  height: 6rem;
}
.cid-stZJqAejPc .mbr-text {
  color: #8d97ad;
}
.cid-stZJqAejPc .p-title {
  font-size: 17px;
}
.cid-stZJqAejPc .p-title span {
  color: #111111;
}
.cid-stZJqAejPc .title-card {
  font-size: 1.3rem;
}
.cid-stZJqAejPc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-stZJqAejPc .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-stZJqAejPc .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-stZJqAejPc .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-stZJqAejPc .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-stZJqAejPc .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stZJqAejPc .copyright img {
  margin-right: 10px;
}
.cid-stZJqAejPc .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-stZJqAejPc .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-stZJqAejPc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stZJqAejPc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-stZJqAejPc .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stZJqAejPc H5 {
  color: #b4d333;
}
.cid-stZJqAejPc .p-title,
.cid-stZJqAejPc .social-media {
  color: #003d73;
}
.cid-stZJqAejPc .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-sv1JHoCaZo {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #d6ebfe;
}
.cid-sv1JHoCaZo .left__side,
.cid-sv1JHoCaZo .right__side {
  display: flex;
  align-items: center;
}
.cid-sv1JHoCaZo .logo {
  max-width: 174px;
}
.cid-sv1JHoCaZo .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-sv1JHoCaZo .mbr-section-title {
  margin-left: 30px;
  color: #003d73;
}
.cid-sv1JHoCaZo .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sv1JHoCaZo .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass-lagoon-dive-centre-1280x1230.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sv1JHoCaZo .image__block {
  margin-top: 135px;
}
.cid-sv1JHoCaZo .image__block .image {
  margin: 0 18px 30px;
}
.cid-sv1JHoCaZo .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sv1JHoCaZo .img-wrap1 img {
  max-width: 466px;
  max-height: 432px;
}
.cid-sv1JHoCaZo .img-wrap2 img {
  max-width: 387px;
  max-height: 433px;
}
.cid-sv1JHoCaZo .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-sv1JHoCaZo .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-sv1JHoCaZo .img-wrap1 img {
    max-width: 426px;
  }
  .cid-sv1JHoCaZo .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-sv1JHoCaZo .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-sv1JHoCaZo .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-sv1JHoCaZo .logo img {
    width: 105px;
    height: auto;
  }
  .cid-sv1JHoCaZo .mbr-section-title {
    margin-left: 0;
  }
  .cid-sv1JHoCaZo .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-sv1JHoCaZo .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-sv1JHoCaZo .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-sv1JHoCaZo .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-sv1JHoCaZo .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-sv1JHoCaZo .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-sv1JHoCaZo .logo img {
    width: 70px;
  }
  .cid-sv1JHoCaZo .image__block {
    flex-wrap: wrap;
  }
  .cid-sv1JHoCaZo .img-wrap1 img {
    max-width: 315px;
  }
  .cid-sv1JHoCaZo .img-wrap2 img {
    max-width: 315px;
  }
  .cid-sv1JHoCaZo .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-sv1JHoCaZo .mbr-text {
  color: #003d73;
}
.cid-sv1FjZ3n8p {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sv1FjZ3n8p .content {
    text-align: center;
  }
  .cid-sv1FjZ3n8p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sv1FjZ3n8p .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sv1FjZ3n8p .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sv1FjZ3n8p .media-wrap img {
  height: 6rem;
}
.cid-sv1FjZ3n8p .mbr-text {
  color: #8d97ad;
}
.cid-sv1FjZ3n8p .p-title {
  font-size: 17px;
}
.cid-sv1FjZ3n8p .p-title span {
  color: #111111;
}
.cid-sv1FjZ3n8p .title-card {
  font-size: 1.3rem;
}
.cid-sv1FjZ3n8p .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sv1FjZ3n8p .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sv1FjZ3n8p .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sv1FjZ3n8p .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sv1FjZ3n8p .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sv1FjZ3n8p .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sv1FjZ3n8p .copyright img {
  margin-right: 10px;
}
.cid-sv1FjZ3n8p .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sv1FjZ3n8p .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-sv1FjZ3n8p .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sv1FjZ3n8p .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sv1FjZ3n8p .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sv1FjZ3n8p H5 {
  color: #b4d333;
}
.cid-sv1FjZ3n8p .p-title,
.cid-sv1FjZ3n8p .social-media {
  color: #003d73;
}
.cid-sv1FjZ3n8p .copyright > p {
  color: #003d73;
}
.cid-stMTtp84Np .nav-item:focus,
.cid-stMTtp84Np .nav-link:focus {
  outline: none;
}
.cid-stMTtp84Np .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stMTtp84Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stMTtp84Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stMTtp84Np .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #d6ebfe;
  flex-direction: row !important;
}
.cid-stMTtp84Np .navbar.opened {
  transition: all 0.3s;
  background: #d6ebfe !important;
}
.cid-stMTtp84Np .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-stMTtp84Np .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-stMTtp84Np .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse.show,
.cid-stMTtp84Np .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-stMTtp84Np .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-stMTtp84Np .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-stMTtp84Np .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-stMTtp84Np .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.7rem);
}
.cid-stMTtp84Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stMTtp84Np .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-stMTtp84Np .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-stMTtp84Np .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-stMTtp84Np .navbar.navbar-short {
  background: #d6ebfe !important;
  min-height: 60px;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-stMTtp84Np .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stMTtp84Np .navbar-brand {
  min-height: 61px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stMTtp84Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stMTtp84Np .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-stMTtp84Np .dropdown-item.active,
.cid-stMTtp84Np .dropdown-item:active {
  background-color: transparent;
}
.cid-stMTtp84Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stMTtp84Np .nav-dropdown .link {
  margin: 0.2em 0em;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-stMTtp84Np .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6ebfe;
}
.cid-stMTtp84Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stMTtp84Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stMTtp84Np ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stMTtp84Np .navbar-buttons {
  text-align: inherit;
}
.cid-stMTtp84Np button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b4d333;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stMTtp84Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stMTtp84Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stMTtp84Np .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-stMTtp84Np .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stMTtp84Np .icons-menu {
  text-align: inherit;
}
.cid-stMTtp84Np .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-stMTtp84Np .nav-link:hover,
.cid-stMTtp84Np .dropdown-item:hover,
.cid-stMTtp84Np .icons-menu .mbr-iconfont:hover {
  color: #b4d333 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stMTtp84Np .navbar {
    height: 77px;
  }
  .cid-stMTtp84Np .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-stMTtp84Np .navbar-collapse .img-column {
    display: none;
  }
  .cid-stMTtp84Np .icons-menu,
  .cid-stMTtp84Np .navbar-buttons,
  .cid-stMTtp84Np .contact-block,
  .cid-stMTtp84Np .text-column {
    text-align: center !important;
  }
}
.cid-stMTtp84Np .icons-menu,
.cid-stMTtp84Np .navbar-buttons,
.cid-stMTtp84Np .contact-block,
.cid-stMTtp84Np .text-column {
  color: #b4d333;
}
.cid-sulUFh2b6U {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: visible;
  background-color: #d6ebfe;
}
.cid-sulUFh2b6U .mbr-section-title {
  padding-left: 90px;
  color: #b4d333;
}
.cid-sulUFh2b6U .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sulUFh2b6U .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  bottom: -120px;
  right: 30px;
  background-image: url("../../../assets/images/compass-lagoon-dive-centre-1280x1230.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sulUFh2b6U .mbr-section-subtitle {
  margin-bottom: 0;
  color: #003d73;
}
.cid-sulUFh2b6U .rotate__image {
  transform: rotate(5.92deg);
  width: 30%;
  bottom: -100px;
  left: 12%;
  z-index: 1;
  position: absolute;
}
.cid-sulUFh2b6U .rotate__image .image {
  min-width: 425px;
  position: relative;
}
.cid-sulUFh2b6U .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sulUFh2b6U .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sulUFh2b6U .rotate__image2 {
  bottom: -45px;
  z-index: 2;
  left: 5.5%;
  position: absolute;
  transform: rotate(-9.18deg);
  width: 13%;
}
.cid-sulUFh2b6U .rotate__image2 .image {
  min-width: 170px;
  position: relative;
}
.cid-sulUFh2b6U .rotate__image2 .image:before {
  padding-top: 150%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sulUFh2b6U .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sulUFh2b6U .list__block {
  margin-top: 10px;
}
.cid-sulUFh2b6U .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sulUFh2b6U .list__item {
  margin-bottom: 65px;
  position: relative;
}
.cid-sulUFh2b6U .list__item span {
  display: block;
  position: absolute;
  top: 50%;
  left: -56px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: translateY(-50%);
}
.cid-sulUFh2b6U .list__item span:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: inherit;
  opacity: .2;
}
.cid-sulUFh2b6U .list__item:nth-child(1) span {
  background-color: #fe5925;
}
.cid-sulUFh2b6U .list__item:nth-child(2) span {
  background-color: #b4d333;
}
.cid-sulUFh2b6U .list__item:nth-child(3) span {
  background-color: #fbba34;
}
.cid-sulUFh2b6U .list__item:nth-child(4) span {
  background-color: #d42764;
}
.cid-sulUFh2b6U .list__item:nth-child(5) span {
  background-color: #d6ebfe;
}
.cid-sulUFh2b6U .list__item:nth-child(6) span {
  background-color: #003d73;
}
@media (max-width: 1024px) {
  .cid-sulUFh2b6U .mbr-section-subtitle,
  .cid-sulUFh2b6U .mbr-section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sulUFh2b6U .mbr-section-title {
    padding: 0 15px;
  }
  .cid-sulUFh2b6U .figure:before {
    width: 70px;
    height: 70px;
    bottom: -65px;
    right: -5px;
  }
  .cid-sulUFh2b6U .list__block {
    margin-top: 55px;
  }
  .cid-sulUFh2b6U .list__item {
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 23px;
  }
  .cid-sulUFh2b6U .list__item span {
    left: -44px;
  }
  .cid-sulUFh2b6U .bottom__block {
    display: none;
  }
}
.cid-sulVwRgUpJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: visible;
  background-color: #d6ebfe;
}
.cid-sulVwRgUpJ .mbr-section-title {
  padding-left: 90px;
}
.cid-sulVwRgUpJ .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sulVwRgUpJ .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  bottom: -120px;
  right: 30px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sulVwRgUpJ .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-sulVwRgUpJ .rotate__image {
  transform: rotate(5.92deg);
  width: 30%;
  bottom: -100px;
  left: 12%;
  z-index: 1;
  position: absolute;
}
.cid-sulVwRgUpJ .rotate__image .image {
  min-width: 425px;
  position: relative;
}
.cid-sulVwRgUpJ .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sulVwRgUpJ .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sulVwRgUpJ .rotate__image2 {
  bottom: -45px;
  z-index: 2;
  left: 5.5%;
  position: absolute;
  transform: rotate(-9.18deg);
  width: 13%;
}
.cid-sulVwRgUpJ .rotate__image2 .image {
  min-width: 170px;
  position: relative;
}
.cid-sulVwRgUpJ .rotate__image2 .image:before {
  padding-top: 150%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sulVwRgUpJ .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sulVwRgUpJ .list__block {
  margin-top: 10px;
}
.cid-sulVwRgUpJ .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sulVwRgUpJ .list__item {
  margin-bottom: 65px;
  position: relative;
}
.cid-sulVwRgUpJ .list__item span {
  display: block;
  position: absolute;
  top: 50%;
  left: -56px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: translateY(-50%);
}
.cid-sulVwRgUpJ .list__item span:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: inherit;
  opacity: .2;
}
.cid-sulVwRgUpJ .list__item:nth-child(1) span {
  background-color: #fe5925;
}
.cid-sulVwRgUpJ .list__item:nth-child(2) span {
  background-color: #b4d333;
}
.cid-sulVwRgUpJ .list__item:nth-child(3) span {
  background-color: #fbba34;
}
.cid-sulVwRgUpJ .list__item:nth-child(4) span {
  background-color: #d42764;
}
.cid-sulVwRgUpJ .list__item:nth-child(5) span {
  background-color: #d6ebfe;
}
.cid-sulVwRgUpJ .list__item:nth-child(6) span {
  background-color: #003d73;
}
@media (max-width: 1024px) {
  .cid-sulVwRgUpJ .mbr-section-subtitle,
  .cid-sulVwRgUpJ .mbr-section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sulVwRgUpJ .mbr-section-title {
    padding: 0 15px;
  }
  .cid-sulVwRgUpJ .figure:before {
    width: 70px;
    height: 70px;
    bottom: -65px;
    right: -5px;
  }
  .cid-sulVwRgUpJ .list__block {
    margin-top: 55px;
  }
  .cid-sulVwRgUpJ .list__item {
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 23px;
  }
  .cid-sulVwRgUpJ .list__item span {
    left: -44px;
  }
  .cid-sulVwRgUpJ .bottom__block {
    display: none;
  }
}
.cid-sulZAr2PnN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d6ebfe;
}
.cid-sulZAr2PnN .mbr-section-title {
  padding-left: 90px;
}
.cid-sulZAr2PnN .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-sulZAr2PnN .rotate__image {
  transform: rotate(5.92deg);
  width: 30%;
  bottom: -100px;
  left: 12%;
  z-index: 1;
  position: absolute;
}
.cid-sulZAr2PnN .rotate__image .image {
  min-width: 425px;
  position: relative;
}
.cid-sulZAr2PnN .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sulZAr2PnN .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sulZAr2PnN .rotate__image2 {
  bottom: -45px;
  z-index: 2;
  left: 5.5%;
  position: absolute;
  transform: rotate(-9.18deg);
  width: 13%;
}
.cid-sulZAr2PnN .rotate__image2 .image {
  min-width: 170px;
  position: relative;
}
.cid-sulZAr2PnN .rotate__image2 .image:before {
  padding-top: 150%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sulZAr2PnN .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sulZAr2PnN .list__block {
  margin-top: 10px;
}
.cid-sulZAr2PnN .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sulZAr2PnN .list__item {
  margin-bottom: 65px;
  position: relative;
}
.cid-sulZAr2PnN .list__item span {
  display: block;
  position: absolute;
  top: 50%;
  left: -56px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: translateY(-50%);
}
.cid-sulZAr2PnN .list__item span:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: inherit;
  opacity: .2;
}
.cid-sulZAr2PnN .list__item:nth-child(1) span {
  background-color: #fe5925;
}
.cid-sulZAr2PnN .list__item:nth-child(2) span {
  background-color: #b4d333;
}
.cid-sulZAr2PnN .list__item:nth-child(3) span {
  background-color: #fbba34;
}
.cid-sulZAr2PnN .list__item:nth-child(4) span {
  background-color: #d42764;
}
.cid-sulZAr2PnN .list__item:nth-child(5) span {
  background-color: #d6ebfe;
}
.cid-sulZAr2PnN .list__item:nth-child(6) span {
  background-color: #003d73;
}
@media (max-width: 1024px) {
  .cid-sulZAr2PnN .mbr-section-subtitle,
  .cid-sulZAr2PnN .mbr-section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sulZAr2PnN .mbr-section-title {
    padding: 0 15px;
  }
  .cid-sulZAr2PnN .figure:before {
    width: 70px;
    height: 70px;
    bottom: -65px;
    right: -5px;
  }
  .cid-sulZAr2PnN .list__block {
    margin-top: 55px;
  }
  .cid-sulZAr2PnN .list__item {
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 23px;
  }
  .cid-sulZAr2PnN .list__item span {
    left: -44px;
  }
  .cid-sulZAr2PnN .bottom__block {
    display: none;
  }
}
.cid-sum3G5F63u {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(90deg, #d6ebfe, #d6ebfe);
}
.cid-sum3G5F63u .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-sum3G5F63u H1 {
  color: #003d73;
}
.cid-sum3G5F63u .mbr-section-subtitle,
.cid-sum3G5F63u .mbr-section-btn {
  color: #000000;
}
.cid-sulLiw4FCP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sulLiw4FCP .content {
    text-align: center;
  }
  .cid-sulLiw4FCP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sulLiw4FCP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sulLiw4FCP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sulLiw4FCP .media-wrap img {
  height: 6rem;
}
.cid-sulLiw4FCP .mbr-text {
  color: #8d97ad;
}
.cid-sulLiw4FCP .p-title {
  font-size: 17px;
}
.cid-sulLiw4FCP .p-title span {
  color: #111111;
}
.cid-sulLiw4FCP .title-card {
  font-size: 1.3rem;
}
.cid-sulLiw4FCP .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sulLiw4FCP .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sulLiw4FCP .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sulLiw4FCP .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sulLiw4FCP .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sulLiw4FCP .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sulLiw4FCP .copyright img {
  margin-right: 10px;
}
.cid-sulLiw4FCP .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #003d73;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sulLiw4FCP .icon-transition span:hover {
  background-color: #b4d333;
}
@media (max-width: 767px) {
  .cid-sulLiw4FCP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sulLiw4FCP .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sulLiw4FCP .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sulLiw4FCP H5 {
  color: #b4d333;
}
.cid-sulLiw4FCP .p-title,
.cid-sulLiw4FCP .social-media {
  color: #003d73;
}
.cid-sulLiw4FCP .copyright > p {
  color: #003d73;
}
