.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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: #3a6686 !important;
}
.bg-success {
  background-color: #5dc922 !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #9f792a !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3a6686;
  border-color: #3a6686;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f14555 !important;
  border-color: #f14555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f14555;
  border-color: #f14555;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-secondary:hover {
  background-color: #ed162a !important;
  border-color: #ed162a !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: #5dc922 !important;
  border-color: #5dc922 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5dc922;
  border-color: #5dc922;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5dc922 !important;
  border-color: #5dc922 !important;
}
.btn-success:hover {
  background-color: #499d1b !important;
  border-color: #499d1b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f792a !important;
  border-color: #9f792a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f792a;
  border-color: #9f792a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f792a !important;
  border-color: #9f792a !important;
}
.btn-warning:hover {
  background-color: #c79835 !important;
  border-color: #c79835 !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: #3a6686;
  color: #3a6686;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #3a6686 !important;
  border-color: #3a6686;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f14555;
  color: #f14555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #f14555 !important;
  border-color: #f14555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !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: #5dc922;
  color: #5dc922;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #5dc922 !important;
  border-color: #5dc922;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5dc922 !important;
  border-color: #5dc922 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #9f792a;
  color: #9f792a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #9f792a !important;
  border-color: #9f792a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f792a !important;
  border-color: #9f792a !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: #3a6686 !important;
}
.text-secondary {
  color: #f14555 !important;
}
.text-success {
  color: #5dc922 !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #9f792a !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: #568eb6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c10f1f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #357213 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #9f792a !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: #3a6686 !important;
}
.alert-success {
  background-color: #5dc922;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #9f792a;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a6686;
  border-color: #3a6686;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #3a6686;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7aa6c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d4f5c2;
}
.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: #d9b76f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #3a6686;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a6686;
  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: #3a6686;
  border-bottom-color: #3a6686;
}
.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: #3a6686 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f14555 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-sDrHb12qSw {
  background-image: url("../../../assets/images/fahrul-azmi-9ou7c-spzw8-unsplash-2000x2669.jpg");
  background-position: right;
}
.cid-sDrHb12qSw .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sDrHb12qSw .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sDrHb12qSw .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sDrHb12qSw img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sDrHb12qSw .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sDrHb12qSw H1 {
  color: #003d59;
}
.cid-sDrHb12qSw .mbr-text,
.cid-sDrHb12qSw .mbr-section-btn {
  color: #003d59;
}
.cid-sBYeZyQ0k2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sBYeZyQ0k2 .title__block {
  position: relative;
  z-index: 10;
}
.cid-sBYeZyQ0k2 .mbr-section-title {
  margin-bottom: 25px;
  color: #3a6686;
}
.cid-sBYeZyQ0k2 .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #003d59;
}
.cid-sBYeZyQ0k2 .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-sBYeZyQ0k2 .mbr-section-btn {
  padding-right: 150px;
}
.cid-sBYeZyQ0k2 .slider__block .container {
  padding: 0 15px;
}
.cid-sBYeZyQ0k2 .carousel {
  padding-bottom: 100px;
  padding-bottom: 160px;
}
.cid-sBYeZyQ0k2 .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-sBYeZyQ0k2 .carousel-item {
  justify-content: center;
  transition: all 0s ease;
}
.cid-sBYeZyQ0k2 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sBYeZyQ0k2 .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-sBYeZyQ0k2 .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBYeZyQ0k2 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-sBYeZyQ0k2 .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
}
.cid-sBYeZyQ0k2 .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-sBYeZyQ0k2 .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
}
.cid-sBYeZyQ0k2 .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-sBYeZyQ0k2 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-sBYeZyQ0k2 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-sBYeZyQ0k2 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #3a6686;
  transition: all 0.3s ease;
}
.cid-sBYeZyQ0k2 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sBYeZyQ0k2 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sBYeZyQ0k2 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-sBYeZyQ0k2 .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-sBYeZyQ0k2 .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-sBYeZyQ0k2 .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #3a6686;
  margin: 0;
  opacity: 1;
}
.cid-sBYeZyQ0k2 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-sBYeZyQ0k2 .cloneditem-1,
.cid-sBYeZyQ0k2 .cloneditem-2,
.cid-sBYeZyQ0k2 .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-sBYeZyQ0k2 .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sBYeZyQ0k2 .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 .cloneditem-1,
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 .cloneditem-2,
  .cid-sBYeZyQ0k2 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 .cloneditem-1,
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 .cloneditem-2,
  .cid-sBYeZyQ0k2 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-sBYeZyQ0k2 .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-sBYeZyQ0k2 .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sBYeZyQ0k2 .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-sBYeZyQ0k2 .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-sBYeZyQ0k2 .mbr-section-btn {
    padding-right: 0;
  }
  .cid-sBYeZyQ0k2 .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-sBYeZyQ0k2 .carousel-item {
    transition: all .3s ease;
  }
  .cid-sBYeZyQ0k2 .carousel-item .wrap-img {
    height: auto;
    transition: all .3s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sBYeZyQ0k2 .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-sBYeZyQ0k2 .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-sBYeZyQ0k2 .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-sBYeZyQ0k2 .carousel {
    padding-bottom: 50px;
  }
}
.cid-sBYeZyQ0k2 .mbr-text,
.cid-sBYeZyQ0k2 .mbr-section-btn {
  color: #2c3945;
}
.cid-sBqvkK7SN3 {
  padding-top: 2rem;
  padding-bottom: 10rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-sBqvkK7SN3 .mbr-section-title {
  padding-left: 90px;
  color: #003d59;
}
.cid-sBqvkK7SN3 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sBqvkK7SN3 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  bottom: -120px;
  right: 30px;
  background-image: url("../../../assets/images/bird-only-removebg-preview-298x298.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sBqvkK7SN3 .mbr-section-subtitle {
  margin-bottom: 0;
  color: #003d59;
}
.cid-sBqvkK7SN3 .rotate__image {
  transform: rotate(5.92deg);
  width: 30%;
  bottom: -100px;
  left: 12%;
  z-index: 1;
  position: absolute;
}
.cid-sBqvkK7SN3 .rotate__image .image {
  min-width: 425px;
  position: relative;
}
.cid-sBqvkK7SN3 .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sBqvkK7SN3 .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sBqvkK7SN3 .rotate__image2 {
  bottom: -45px;
  z-index: 2;
  left: 5.5%;
  position: absolute;
  transform: rotate(-9.18deg);
  width: 13%;
}
.cid-sBqvkK7SN3 .rotate__image2 .image {
  min-width: 170px;
  position: relative;
}
.cid-sBqvkK7SN3 .rotate__image2 .image:before {
  padding-top: 150%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sBqvkK7SN3 .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sBqvkK7SN3 .list__block {
  margin-top: 10px;
}
.cid-sBqvkK7SN3 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sBqvkK7SN3 .list__item {
  margin-bottom: 65px;
  position: relative;
}
.cid-sBqvkK7SN3 .list__item span {
  display: block;
  position: absolute;
  top: 50%;
  left: -56px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: translateY(-50%);
}
.cid-sBqvkK7SN3 .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-sBqvkK7SN3 .list__item:nth-child(1) span {
  background-color: #fe5925;
}
.cid-sBqvkK7SN3 .list__item:nth-child(2) span {
  background-color: #5dc922;
}
.cid-sBqvkK7SN3 .list__item:nth-child(3) span {
  background-color: #9f792a;
}
.cid-sBqvkK7SN3 .list__item:nth-child(4) span {
  background-color: #d42764;
}
.cid-sBqvkK7SN3 .list__item:nth-child(5) span {
  background-color: #f14555;
}
.cid-sBqvkK7SN3 .list__item:nth-child(6) span {
  background-color: #3a6686;
}
@media (max-width: 1024px) {
  .cid-sBqvkK7SN3 .mbr-section-subtitle,
  .cid-sBqvkK7SN3 .mbr-section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sBqvkK7SN3 .mbr-section-title {
    padding: 0 15px;
  }
  .cid-sBqvkK7SN3 .figure:before {
    width: 70px;
    height: 70px;
    bottom: -65px;
    right: -5px;
  }
  .cid-sBqvkK7SN3 .list__block {
    margin-top: 55px;
  }
  .cid-sBqvkK7SN3 .list__item {
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 23px;
  }
  .cid-sBqvkK7SN3 .list__item span {
    left: -44px;
  }
  .cid-sBqvkK7SN3 .bottom__block {
    display: none;
  }
}
.cid-sBDtcFQeac {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/jacob-bentzinger-ueecyjamlnc-unsplash.jpg");
}
.cid-sBDtcFQeac .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sBDtcFQeac .mbr-section-title b,
.cid-sBDtcFQeac .mbr-section-title strong {
  font-weight: 500;
}
.cid-sBDtcFQeac .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sBDtcFQeac .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -100px;
  left: -50px;
  background-image: url("../../../assets/images/bird-only-removebg-preview-298x298.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-sBDtcFQeac .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-sBDtcFQeac .mbr-section-title,
.cid-sBDtcFQeac .mbr-section-btn {
  color: #ffffff;
}
.cid-sDrSjCmaO2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDrSjCmaO2 img,
.cid-sDrSjCmaO2 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sDrSjCmaO2 .item:focus,
.cid-sDrSjCmaO2 span:focus {
  outline: none;
}
.cid-sDrSjCmaO2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDrSjCmaO2 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #cce4f0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sDrSjCmaO2 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sDrSjCmaO2 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sDrSjCmaO2 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sDrSjCmaO2 .item-content {
    padding: 1rem 0;
  }
}
.cid-sDrSjCmaO2 .mbr-section-title {
  color: #003d59;
}
.cid-sDrSjCmaO2 .item-title {
  color: #0e2d3b;
}
.cid-sDrSjCmaO2 .item-subtitle {
  color: #bec2cf;
}
.cid-sDrSjCmaO2 .mbr-text,
.cid-sDrSjCmaO2 .mbr-section-btn {
  color: #0e2d3b;
}
.cid-sDrSjCmaO2 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sBYtdOZv05 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1a2c2e;
}
@media (max-width: 1000px) {
  .cid-sBYtdOZv05 {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sBYtdOZv05 {
    padding-top: 0.9rem;
    padding-bottom: 0.3rem;
  }
}
.cid-sBYtdOZv05 .mbr-section-subtitle {
  text-align: left;
}
.cid-sBYtdOZv05 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sBYtdOZv05 .mbr-text {
  text-align: left;
}
.cid-sDrW9ZZH4K {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sDrW9ZZH4K .mbr-section-title {
  color: #ffffff;
}
.cid-sDrW9ZZH4K .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sDrW9ZZH4K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sDrW9ZZH4K .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sDrW9ZZH4K .mbr-section-text {
  color: #ffffff;
}
.cid-sDrW9ZZH4K .carousel-item {
  justify-content: center;
}
.cid-sDrW9ZZH4K .carousel-item.active,
.cid-sDrW9ZZH4K .carousel-item-next,
.cid-sDrW9ZZH4K .carousel-item-prev {
  display: flex;
}
.cid-sDrW9ZZH4K .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
  width: 20%;
}
.cid-sDrW9ZZH4K .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #61728a;
  background: transparent;
  opacity: 0.9;
}
.cid-sDrW9ZZH4K .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sDrW9ZZH4K .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-sDrW9ZZH4K .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sDrW9ZZH4K .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #ff4d39;
  margin-top: 15px;
}
.cid-sDrW9ZZH4K .user_text {
  position: relative;
  padding-bottom: 45px;
}
.cid-sDrW9ZZH4K .user_text .left-top {
  margin-bottom: 20px;
}
.cid-sDrW9ZZH4K .user_text .mbr-text {
  font-style: italic;
}
.cid-sDrW9ZZH4K .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-sDrW9ZZH4K .user_text .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sDrW9ZZH4K .user_text .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sDrW9ZZH4K .user_text .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-sDrW9ZZH4K .user_text .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-sDrW9ZZH4K .user_text .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sDrW9ZZH4K .user_text .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 62%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-sDrW9ZZH4K .user_text .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sDrW9ZZH4K .user_text .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 62%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-sDrW9ZZH4K .user_text .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sDrW9ZZH4K .user_name {
  font-weight: 700;
}
@media (max-width: 230px) {
  .cid-sDrW9ZZH4K .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sBYgL91vAW {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/izuddin-helmi-adnan-em09-j2lbzs-unsplash.jpg");
}
.cid-sBYgL91vAW .mbr-text {
  margin-bottom: 73px;
  font-weight: 500;
}
.cid-sBYgL91vAW .bottom__block {
  position: relative;
  z-index: 1;
}
.cid-sBYgL91vAW .bottom__block img {
  left: 0;
  top: -200px;
  position: absolute;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  .cid-sBYgL91vAW .figure:before {
    width: 83px;
    height: 80px;
    left: -58px;
    top: -58px;
  }
  .cid-sBYgL91vAW .mbr-section-title {
    margin-bottom: 77px;
  }
  .cid-sBYgL91vAW .mbr-text {
    margin-bottom: 44px;
  }
  .cid-sBYgL91vAW .text__items {
    padding-bottom: 0;
  }
  .cid-sBYgL91vAW .bottom__block img {
    position: static;
  }
}
.cid-sBYgL91vAW .mbr-section-title {
  color: #ffffff;
}
.cid-sBYgL91vAW .text__items {
  color: #ffffff;
}
.cid-sBCQztGjkb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sBCQztGjkb {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-sBCQztGjkb {
    padding-top: 1.2rem;
    padding-bottom: 0rem;
  }
}
.cid-sBCQztGjkb .mbr-section-subtitle {
  text-align: left;
}
.cid-sBCQztGjkb .mbr-section-title {
  text-align: center;
  color: #003d59;
}
.cid-sBCQztGjkb .mbr-text {
  text-align: left;
}
.cid-sBFvoEB5rq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #cce4f0;
}
.cid-sBFvoEB5rq img {
  width: 150px;
  margin: auto;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
}
.cid-sBFvoEB5rq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-sBFvoEB5rq .row {
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
  margin: 0;
}
.cid-sDsgYtMNRL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cce4f0;
}
.cid-sDsgYtMNRL img {
  width: 150px;
  margin: auto;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
}
.cid-sDsgYtMNRL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-sDsgYtMNRL .row {
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
  margin: 0;
}
.cid-sG4ITg5MAo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #cce4f0;
}
.cid-sG4ITg5MAo .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  color: #0e2d3b;
}
.cid-sG4ITg5MAo .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
  color: #000000;
}
.cid-sG4ITg5MAo .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sG4ITg5MAo .text__block {
    margin-top: 1.5rem;
  }
}
.cid-sBFqruph0E {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e2d3b;
}
.cid-sBFqruph0E .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #689abe !important;
  color: #ffffff;
}
.cid-sBFqruph0E .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-sBFqruph0E .form-group {
  padding: 0;
}
.cid-sBFqruph0E .form-control {
  background-color: #ffffff !important;
  color: #dcc187;
  border: 1px solid #003d59 !important;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sBFqruph0E .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-sBFqruph0E .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-sBFqruph0E .mbr-form .btn {
  margin: 0;
}
.cid-sBFqruph0E .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-sBFqruph0E input::-webkit-input-placeholder {
  color: #dcc187;
  opacity: .8;
}
.cid-sBFqruph0E input::-moz-placeholder {
  color: #dcc187;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-sBFqruph0E .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-sBFqruph0E .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #689abe !important;
  }
  .cid-sBFqruph0E .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sBFqruph0E .dragArea {
    margin: 0;
  }
  .cid-sBFqruph0E .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-sBFqruph0E .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-sBFqruph0E .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-sBFqruph0E .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-sEDnHKCFWb {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e2d3b;
}
.cid-sEDnHKCFWb .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sEDnHKCFWb .row {
  border-bottom: 1px solid #808080;
}
.cid-sEDnHKCFWb H2 {
  color: #e7272d;
}
.cid-sEDnHKCFWb .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sEDnHKCFWb .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sEDnHKCFWb .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .col-lg-12 {
  overflow: hidden;
}
.cid-sEDnHKCFWb H4 {
  color: #fbbe36;
}
.cid-sEDnHKCFWb .mbr-text,
.cid-sEDnHKCFWb .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sEDnHKCFWb .logo-wrap:before {
    content: none;
  }
  .cid-sEDnHKCFWb .logo-wrap:after {
    content: none;
  }
}
.cid-sEDnHKCFWb H3 {
  color: #dcc187;
}
.cid-sEDmk3g1N4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #0e2d3b;
}
.cid-sEDmk3g1N4 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sEDmk3g1N4 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sEDmk3g1N4 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDmk3g1N4 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDmk3g1N4 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sEDmk3g1N4 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sEDmk3g1N4 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sEDmk3g1N4 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sEDmk3g1N4 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sEDmk3g1N4 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sEDmk3g1N4 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sEDmk3g1N4 .mbr-section-title,
.cid-sEDmk3g1N4 .social-list {
  color: #dcc187;
}
@media (max-width: 768px) {
  .cid-sEDmk3g1N4 h2:before,
  .cid-sEDmk3g1N4 h2:after {
    display: none;
  }
}
.cid-sEthAeLIu6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0e2d3b;
}
.cid-sEthAeLIu6 .links {
  text-align: center;
  color: #dcc187;
}
.cid-sEthAeLIu6 p {
  margin: 0;
}
.cid-sEthAeLIu6 a {
  color: #ffffff;
}
.cid-sEthAeLIu6 a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sEtg714SU8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .nav-item,
.cid-sEtg714SU8 .nav-link,
.cid-sEtg714SU8 .navbar-caption {
  font-weight: normal;
}
.cid-sEtg714SU8 .nav-item:focus,
.cid-sEtg714SU8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEtg714SU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEtg714SU8 .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sEtg714SU8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ddebe9;
  background: none;
}
.cid-sEtg714SU8 .navbar.opened {
  transition: all 0.3s;
  background: #ddebe9 !important;
}
.cid-sEtg714SU8 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEtg714SU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEtg714SU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEtg714SU8 .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-sEtg714SU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sEtg714SU8 .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEtg714SU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEtg714SU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEtg714SU8 .navbar .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-sEtg714SU8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEtg714SU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sEtg714SU8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEtg714SU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEtg714SU8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEtg714SU8 .navbar.navbar-short {
  background: #ddebe9 !important;
  min-height: 60px;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEtg714SU8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEtg714SU8 .dropdown-item.active,
.cid-sEtg714SU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ddebe9;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEtg714SU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEtg714SU8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEtg714SU8 .navbar-buttons {
  text-align: center;
}
.cid-sEtg714SU8 .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sEtg714SU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEtg714SU8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sEtg714SU8 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEtg714SU8 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEtg714SU8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEtg714SU8 .navbar {
    height: 77px;
  }
  .cid-sEtg714SU8 .navbar.opened {
    height: auto;
  }
  .cid-sEtg714SU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDsiqJD9I6 {
  background-image: url("../../../assets/images/background16.jpg");
  background-position: right;
}
.cid-sDsiqJD9I6 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sDsiqJD9I6 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sDsiqJD9I6 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sDsiqJD9I6 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sDsiqJD9I6 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sDsjwf7kvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDsjwf7kvU .card {
  padding: 5rem 20%;
  background: #cce4f0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.cid-sDsjwf7kvU .lin {
  display: inline;
  text-align: center;
  color: #0c5b47;
}
.cid-sDsjwf7kvU .mbr-iconfont {
  font-size: 50px;
  color: #0c5b47;
}
.cid-sDsjwf7kvU .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: center;
}
.cid-sDsjwf7kvU .mbr-section-subtitle {
  padding-top: 15px;
  text-align: center;
  color: #0c5b47;
  font-style: italic;
}
.cid-sDsjwf7kvU .lin,
.cid-sDsjwf7kvU .iconfont-wrapper {
  color: #003d59;
}
.cid-sBqk5C3avu {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #cce4f0;
}
.cid-sBqk5C3avu .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #cce4f0;
  z-index: 0;
}
.cid-sBqk5C3avu .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-sBqk5C3avu .mbr-section-subtitle {
  color: #aa8e53;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-sBqk5C3avu .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/bird-only-removebg-preview-298x298.png");
}
.cid-sBqk5C3avu .mbr-section-title {
  margin-bottom: 33px;
}
.cid-sBqk5C3avu .slider__image {
  margin-left: 11.8%;
}
.cid-sBqk5C3avu .img-wrap {
  max-width: 100%;
}
.cid-sBqk5C3avu .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sBqk5C3avu .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-sBqk5C3avu .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-sBqk5C3avu .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-sBqk5C3avu .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-sBqk5C3avu .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-sBqk5C3avu .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-sBqk5C3avu .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sBqk5C3avu .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sBqk5C3avu .carousel-controls .carousel-control-next,
.cid-sBqk5C3avu .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sBqk5C3avu .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sBqk5C3avu .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBqk5C3avu .image-element {
    min-width: 50%;
  }
  .cid-sBqk5C3avu .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sBqk5C3avu .two__background:before {
    max-width: 90%;
  }
  .cid-sBqk5C3avu .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sBqk5C3avu .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sBqk5C3avu .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sBqk5C3avu .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sBqk5C3avu .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sBqk5C3avu .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sBqk5C3avu .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sBqk5C3avu .img-wrap {
    width: 100%;
  }
  .cid-sBqk5C3avu .carousel-controls {
    display: none;
  }
  .cid-sBqk5C3avu .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sCcPhGZfF5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ddebe9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sCcPhGZfF5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCcPhGZfF5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCcPhGZfF5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCcPhGZfF5 .title {
  padding: 0 2rem;
}
.cid-sCcPhGZfF5 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-sCcPhGZfF5 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sCcPhGZfF5 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-sCcPhGZfF5 .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-sCcPhGZfF5 .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-sCcPhGZfF5 .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-sCcPhGZfF5 .container {
  padding: 0 1rem;
}
.cid-sCcPhGZfF5 .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-sCcPhGZfF5 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCcPhGZfF5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCcPhGZfF5 .icon-focus {
  display: none;
}
.cid-sCcPhGZfF5 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sCcPhGZfF5 .btn-primary-outline:hover {
  background: transparent !important;
  color: #3a6686 !important;
}
.cid-sCcPhGZfF5 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sCcPhGZfF5 li {
  position: relative;
}
.cid-sCcPhGZfF5 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sCcPhGZfF5 .btn {
  font-family: Roboto !important;
}
.cid-sCcPhGZfF5 .mbr-gallery-title {
  font-size: 0.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-sCcPhGZfF5 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCcPhGZfF5 li:not(:last-child):after {
    top: 9px;
  }
  .cid-sCcPhGZfF5 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sCcPhGZfF5 .container {
    padding: 0rem;
  }
  .cid-sCcPhGZfF5 .title {
    padding: 0 1rem;
  }
}
.cid-sCcPhGZfF5 H2 {
  color: #003d59;
}
.cid-sC974eKpXp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e2d3b;
}
.cid-sC974eKpXp .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #689abe !important;
  color: #ffffff;
}
.cid-sC974eKpXp .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-sC974eKpXp .form-group {
  padding: 0;
}
.cid-sC974eKpXp .form-control {
  background-color: #ffffff !important;
  color: #dcc187;
  border: 1px solid #003d59 !important;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sC974eKpXp .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-sC974eKpXp .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-sC974eKpXp .mbr-form .btn {
  margin: 0;
}
.cid-sC974eKpXp .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-sC974eKpXp input::-webkit-input-placeholder {
  color: #dcc187;
  opacity: .8;
}
.cid-sC974eKpXp input::-moz-placeholder {
  color: #dcc187;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-sC974eKpXp .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-sC974eKpXp .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #689abe !important;
  }
  .cid-sC974eKpXp .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sC974eKpXp .dragArea {
    margin: 0;
  }
  .cid-sC974eKpXp .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-sC974eKpXp .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-sC974eKpXp .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-sC974eKpXp .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-sEDnHKCFWb {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e2d3b;
}
.cid-sEDnHKCFWb .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sEDnHKCFWb .row {
  border-bottom: 1px solid #808080;
}
.cid-sEDnHKCFWb H2 {
  color: #e7272d;
}
.cid-sEDnHKCFWb .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sEDnHKCFWb .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sEDnHKCFWb .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .col-lg-12 {
  overflow: hidden;
}
.cid-sEDnHKCFWb H4 {
  color: #fbbe36;
}
.cid-sEDnHKCFWb .mbr-text,
.cid-sEDnHKCFWb .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sEDnHKCFWb .logo-wrap:before {
    content: none;
  }
  .cid-sEDnHKCFWb .logo-wrap:after {
    content: none;
  }
}
.cid-sEDtIbl2qs {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #0e2d3b;
}
.cid-sEDtIbl2qs .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sEDtIbl2qs h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sEDtIbl2qs h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDtIbl2qs h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDtIbl2qs .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sEDtIbl2qs .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sEDtIbl2qs .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sEDtIbl2qs .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sEDtIbl2qs .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sEDtIbl2qs .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sEDtIbl2qs .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sEDtIbl2qs .mbr-section-title,
.cid-sEDtIbl2qs .social-list {
  color: #dcc187;
}
@media (max-width: 768px) {
  .cid-sEDtIbl2qs h2:before,
  .cid-sEDtIbl2qs h2:after {
    display: none;
  }
}
.cid-sEthFyCVRq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0e2d3b;
}
.cid-sEthFyCVRq .links {
  text-align: center;
  color: #dcc187;
}
.cid-sEthFyCVRq p {
  margin: 0;
}
.cid-sEthFyCVRq a {
  color: #ffffff;
}
.cid-sEthFyCVRq a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sEtg714SU8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .nav-item,
.cid-sEtg714SU8 .nav-link,
.cid-sEtg714SU8 .navbar-caption {
  font-weight: normal;
}
.cid-sEtg714SU8 .nav-item:focus,
.cid-sEtg714SU8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEtg714SU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEtg714SU8 .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sEtg714SU8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ddebe9;
  background: none;
}
.cid-sEtg714SU8 .navbar.opened {
  transition: all 0.3s;
  background: #ddebe9 !important;
}
.cid-sEtg714SU8 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEtg714SU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEtg714SU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEtg714SU8 .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-sEtg714SU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sEtg714SU8 .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEtg714SU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEtg714SU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEtg714SU8 .navbar .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-sEtg714SU8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEtg714SU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sEtg714SU8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEtg714SU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEtg714SU8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEtg714SU8 .navbar.navbar-short {
  background: #ddebe9 !important;
  min-height: 60px;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEtg714SU8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEtg714SU8 .dropdown-item.active,
.cid-sEtg714SU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ddebe9;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEtg714SU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEtg714SU8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEtg714SU8 .navbar-buttons {
  text-align: center;
}
.cid-sEtg714SU8 .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sEtg714SU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEtg714SU8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sEtg714SU8 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEtg714SU8 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEtg714SU8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEtg714SU8 .navbar {
    height: 77px;
  }
  .cid-sEtg714SU8 .navbar.opened {
    height: auto;
  }
  .cid-sEtg714SU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCdhLXjnQh {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
}
.cid-sCdhLXjnQh .mbr-text,
.cid-sCdhLXjnQh .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sCdhLXjnQh .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sBJh2hIir3 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-sBJh2hIir3 .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-sBJh2hIir3 .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-sBJh2hIir3 .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-sBJh2hIir3 .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sBJh2hIir3 .img__wrap .image img {
    height: auto;
  }
  .cid-sBJh2hIir3 .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-sBJh2hIir3 {
    padding-top: 10rem;
  }
  .cid-sBJh2hIir3 .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-sBJh2hIir3 {
    padding-top: 8rem;
  }
  .cid-sBJh2hIir3 .img__wrap {
    top: -60px;
  }
}
.cid-sBJnATrfRM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-sBJnATrfRM .container-fluid .row {
    justify-content: flex-end;
    padding-right: 2rem;
  }
  .cid-sBJnATrfRM .col-lg-3 {
    max-width: 330px;
  }
}
.cid-sBJnATrfRM img {
  object-fit: cover;
  transition: all 0.3s;
  max-height: 100%;
}
.cid-sBJnATrfRM .item-img {
  background: #003d59;
  padding: 0.7rem;
}
.cid-sBJnATrfRM .item-img:hover {
  padding: 0;
}
.cid-sBJnATrfRM .container {
  max-width: 1400px;
}
.cid-sBJnATrfRM img,
.cid-sBJnATrfRM .item-img {
  transition: all 0.3s;
  width: 100%;
  position: relative;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-sBJnATrfRM .item:focus,
.cid-sBJnATrfRM span:focus {
  outline: none;
}
.cid-sBJnATrfRM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sBJnATrfRM .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sBJnATrfRM .item-content {
  padding-top: 1.5rem;
}
.cid-sBJnATrfRM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sBJnATrfRM .mbr-section-title {
  color: #003d59;
}
.cid-sBJnATrfRM .mbr-text,
.cid-sBJnATrfRM .mbr-section-btn {
  color: #818181;
}
.cid-sBJnATrfRM .mbr-section-subtitle {
  text-align: center;
}
.cid-sBJeJpSCml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBJeJpSCml .title__block {
  margin-bottom: 65px;
}
.cid-sBJeJpSCml .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
}
.cid-sBJeJpSCml .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-sBJeJpSCml .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #014188;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-sBJeJpSCml .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #f7941e;
}
.cid-sBJeJpSCml .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-sBJeJpSCml .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-sBJeJpSCml .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-sBJeJpSCml .card__content {
  display: block;
  width: 100%;
}
.cid-sBJeJpSCml .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #003d59;
}
.cid-sBJeJpSCml .card__text {
  margin-bottom: 0;
  color: #4c4c4c;
}
@media (max-width: 991px) {
  .cid-sBJeJpSCml .title__block {
    margin-bottom: 40px;
  }
  .cid-sBJeJpSCml .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-sBJeJpSCml .nav-item {
    margin-bottom: 9px;
  }
  .cid-sBJeJpSCml .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-sBJeJpSCml .card__wrap {
    margin-bottom: 40px;
  }
  .cid-sBJeJpSCml .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-sBJeJpSCml .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-sBJeJpSCml .card__image {
    max-width: 90px;
  }
  .cid-sBJeJpSCml .card__image img {
    width: 70%;
  }
}
.cid-sBJeJpSCml .mbr-section-title {
  color: #003d59;
}
.cid-s1pjb34m3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s1pjb34m3J .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  z-index: 0;
}
.cid-s1pjb34m3J .carousel-inner {
  margin-bottom: 70px;
}
.cid-s1pjb34m3J .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-s1pjb34m3J .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-s1pjb34m3J .mbr-section-subtitle:after {
  content: "";
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass.svg");
}
.cid-s1pjb34m3J .mbr-section-title {
  margin-bottom: 33px;
  color: #0e2d3b;
}
.cid-s1pjb34m3J .slider__image {
  margin-left: 11.8%;
}
.cid-s1pjb34m3J .img-wrap {
  max-width: 100%;
}
.cid-s1pjb34m3J .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-s1pjb34m3J .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-s1pjb34m3J .carousel-indicators .active {
  background: #014188;
  opacity: 1;
  border: none;
}
.cid-s1pjb34m3J .carousel-indicators .active:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: .2;
}
.cid-s1pjb34m3J .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #014188;
  border-radius: 50%;
  position: relative;
  opacity: .2;
}
.cid-s1pjb34m3J .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #014188;
  background-color: transparent;
}
.cid-s1pjb34m3J .carousel-controls a span {
  transition: all .3s;
  color: #014188;
  font-size: 18px;
}
.cid-s1pjb34m3J .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-s1pjb34m3J .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-next,
.cid-s1pjb34m3J .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-s1pjb34m3J .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pjb34m3J .image-element {
    min-width: 50%;
  }
  .cid-s1pjb34m3J .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s1pjb34m3J .two__background:before {
    max-width: 90%;
  }
  .cid-s1pjb34m3J .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-s1pjb34m3J .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-s1pjb34m3J .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-s1pjb34m3J .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-s1pjb34m3J .mbr-section-subtitle:after {
    content: none;
  }
  .cid-s1pjb34m3J .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s1pjb34m3J .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-s1pjb34m3J .img-wrap {
    width: 100%;
  }
  .cid-s1pjb34m3J .carousel-controls {
    display: none;
  }
  .cid-s1pjb34m3J .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-s1pjb34m3J .mbr-text {
  color: #4c4c4c;
}
.cid-sCcRynXfIq {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sCcRynXfIq .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sCcRynXfIq .mbr-section-title,
.cid-sCcRynXfIq .mbr-section-subtitle,
.cid-sCcRynXfIq .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCcRynXfIq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCcRynXfIq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCcRynXfIq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCcRynXfIq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCcRynXfIq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-sCcRynXfIq .icon-focus {
  display: none;
}
.cid-sCcRynXfIq .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCcRynXfIq ul {
  font-size: 0;
}
.cid-sCcRynXfIq .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-sCcRynXfIq .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sCcRynXfIq .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-sCcRynXfIq .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sCcRynXfIq .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sCcRynXfIq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sCcRynXfIq .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sCcRynXfIq .btn:hover {
  background: transparent !important;
}
.cid-sCcRynXfIq .btn:hover:before {
  background: transparent !important;
}
.cid-sCcRynXfIq .btn:before {
  background-color: transparent !important;
}
.cid-sCcRynXfIq .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sCd3mr129v {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sCd3mr129v .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sCd3mr129v .mbr-section-title,
.cid-sCd3mr129v .mbr-section-subtitle,
.cid-sCd3mr129v .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCd3mr129v .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCd3mr129v .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCd3mr129v .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCd3mr129v .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCd3mr129v .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-sCd3mr129v .icon-focus {
  display: none;
}
.cid-sCd3mr129v .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCd3mr129v ul {
  font-size: 0;
}
.cid-sCd3mr129v .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-sCd3mr129v .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sCd3mr129v .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-sCd3mr129v .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sCd3mr129v .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sCd3mr129v .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sCd3mr129v .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sCd3mr129v .btn:hover {
  background: transparent !important;
}
.cid-sCd3mr129v .btn:hover:before {
  background: transparent !important;
}
.cid-sCd3mr129v .btn:before {
  background-color: transparent !important;
}
.cid-sCd3mr129v .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sCd3nM2gZl {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sCd3nM2gZl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sCd3nM2gZl .mbr-section-title,
.cid-sCd3nM2gZl .mbr-section-subtitle,
.cid-sCd3nM2gZl .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCd3nM2gZl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sCd3nM2gZl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCd3nM2gZl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCd3nM2gZl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sCd3nM2gZl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-sCd3nM2gZl .icon-focus {
  display: none;
}
.cid-sCd3nM2gZl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sCd3nM2gZl ul {
  font-size: 0;
}
.cid-sCd3nM2gZl .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-sCd3nM2gZl .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sCd3nM2gZl .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-sCd3nM2gZl .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sCd3nM2gZl .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sCd3nM2gZl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sCd3nM2gZl .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sCd3nM2gZl .btn:hover {
  background: transparent !important;
}
.cid-sCd3nM2gZl .btn:hover:before {
  background: transparent !important;
}
.cid-sCd3nM2gZl .btn:before {
  background-color: transparent !important;
}
.cid-sCd3nM2gZl .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-s1pjoZcs1G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dcc187;
}
.cid-s1pjoZcs1G .date__block {
  margin-bottom: 17px;
}
.cid-s1pjoZcs1G .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fe5925;
}
.cid-s1pjoZcs1G .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5dc922;
}
.cid-s1pjoZcs1G .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-s1pjoZcs1G .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-s1pjoZcs1G .mbr-section-title {
  margin-bottom: 18px;
}
.cid-s1pjoZcs1G .mbr-text {
  margin-bottom: 20px;
}
.cid-s1pjoZcs1G .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s1pjoZcs1G .link a {
  font-weight: 700;
}
.cid-s1pjoZcs1G .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s1pjoZcs1G .link:hover span {
  transform: translateX(9px);
}
.cid-s1pjoZcs1G .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-s1pjoZcs1G .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #689bb2;
}
.cid-s1pjoZcs1G .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-s1pjoZcs1G .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #cce4f0;
}
.cid-s1pjoZcs1G .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-s1pjoZcs1G .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-s1pjoZcs1G .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cce4f0;
}
@media (max-width: 991px) {
  .cid-s1pjoZcs1G .title__block {
    padding: 25px 30px 55px;
  }
  .cid-s1pjoZcs1G .content__wrap {
    margin-bottom: 90px;
  }
  .cid-s1pjoZcs1G .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-s1pjoZcs1G .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-s1pjoZcs1G .mbr-text {
    margin-bottom: 11px;
  }
  .cid-s1pjoZcs1G .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-s1pjoZcs1G .image:before {
    padding-top: 375px;
  }
}
.cid-s1pjoZcs1G .mbr-section-title,
.cid-s1pjoZcs1G .date__block {
  color: #003d59;
}
.cid-s1pjoZcs1G .mbr-text,
.cid-s1pjoZcs1G .link {
  color: #282727;
}
.cid-sC8ZaH8yKr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e2d3b;
}
.cid-sC8ZaH8yKr .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #689abe !important;
  color: #ffffff;
}
.cid-sC8ZaH8yKr .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-sC8ZaH8yKr .form-group {
  padding: 0;
}
.cid-sC8ZaH8yKr .form-control {
  background-color: #ffffff !important;
  color: #dcc187;
  border: 1px solid #003d59 !important;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sC8ZaH8yKr .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-sC8ZaH8yKr .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-sC8ZaH8yKr .mbr-form .btn {
  margin: 0;
}
.cid-sC8ZaH8yKr .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-sC8ZaH8yKr input::-webkit-input-placeholder {
  color: #dcc187;
  opacity: .8;
}
.cid-sC8ZaH8yKr input::-moz-placeholder {
  color: #dcc187;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-sC8ZaH8yKr .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-sC8ZaH8yKr .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #689abe !important;
  }
  .cid-sC8ZaH8yKr .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sC8ZaH8yKr .dragArea {
    margin: 0;
  }
  .cid-sC8ZaH8yKr .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-sC8ZaH8yKr .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-sC8ZaH8yKr .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-sC8ZaH8yKr .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-sEDnHKCFWb {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e2d3b;
}
.cid-sEDnHKCFWb .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sEDnHKCFWb .row {
  border-bottom: 1px solid #808080;
}
.cid-sEDnHKCFWb H2 {
  color: #e7272d;
}
.cid-sEDnHKCFWb .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sEDnHKCFWb .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sEDnHKCFWb .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .col-lg-12 {
  overflow: hidden;
}
.cid-sEDnHKCFWb H4 {
  color: #fbbe36;
}
.cid-sEDnHKCFWb .mbr-text,
.cid-sEDnHKCFWb .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sEDnHKCFWb .logo-wrap:before {
    content: none;
  }
  .cid-sEDnHKCFWb .logo-wrap:after {
    content: none;
  }
}
.cid-sEDtva7cUI {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #0e2d3b;
}
.cid-sEDtva7cUI .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sEDtva7cUI h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sEDtva7cUI h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDtva7cUI h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDtva7cUI .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sEDtva7cUI .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sEDtva7cUI .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sEDtva7cUI .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sEDtva7cUI .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sEDtva7cUI .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sEDtva7cUI .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sEDtva7cUI .mbr-section-title,
.cid-sEDtva7cUI .social-list {
  color: #dcc187;
}
@media (max-width: 768px) {
  .cid-sEDtva7cUI h2:before,
  .cid-sEDtva7cUI h2:after {
    display: none;
  }
}
.cid-sEthDBn9LX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0e2d3b;
}
.cid-sEthDBn9LX .links {
  text-align: center;
  color: #dcc187;
}
.cid-sEthDBn9LX p {
  margin: 0;
}
.cid-sEthDBn9LX a {
  color: #ffffff;
}
.cid-sEthDBn9LX a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sEtg714SU8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .nav-item,
.cid-sEtg714SU8 .nav-link,
.cid-sEtg714SU8 .navbar-caption {
  font-weight: normal;
}
.cid-sEtg714SU8 .nav-item:focus,
.cid-sEtg714SU8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEtg714SU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEtg714SU8 .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sEtg714SU8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ddebe9;
  background: none;
}
.cid-sEtg714SU8 .navbar.opened {
  transition: all 0.3s;
  background: #ddebe9 !important;
}
.cid-sEtg714SU8 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEtg714SU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEtg714SU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEtg714SU8 .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-sEtg714SU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sEtg714SU8 .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEtg714SU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEtg714SU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEtg714SU8 .navbar .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-sEtg714SU8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEtg714SU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sEtg714SU8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEtg714SU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEtg714SU8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEtg714SU8 .navbar.navbar-short {
  background: #ddebe9 !important;
  min-height: 60px;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEtg714SU8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEtg714SU8 .dropdown-item.active,
.cid-sEtg714SU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ddebe9;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEtg714SU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEtg714SU8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEtg714SU8 .navbar-buttons {
  text-align: center;
}
.cid-sEtg714SU8 .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sEtg714SU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEtg714SU8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sEtg714SU8 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEtg714SU8 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEtg714SU8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEtg714SU8 .navbar {
    height: 77px;
  }
  .cid-sEtg714SU8 .navbar.opened {
    height: auto;
  }
  .cid-sEtg714SU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1pj7EandR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img-20210427-102405-burst02-2000x1500.jpg");
}
.cid-s1pj7EandR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-s1pj7EandR .mbr-section-title b,
.cid-s1pj7EandR .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-s1pj7EandR .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-s1pj7EandR .mbr-section-title,
.cid-s1pj7EandR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sBCgirBuXt {
  background-color: #ffffff;
}
.cid-sBCgirBuXt H1 {
  color: #003d59;
}
.cid-sBCgirBuXt .mbr-text,
.cid-sBCgirBuXt .mbr-section-btn {
  color: #2c3945;
}
.cid-sBCgirBuXt img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sBCgirBuXt .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sBCgirBuXt img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-sBEUs7l7AO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cce4f0;
}
.cid-sBEUs7l7AO .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sBEUs7l7AO .row {
    padding: 1rem 0rem;
  }
}
.cid-sBEUs7l7AO img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sBEUs7l7AO img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sBEUs7l7AO .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sBEUs7l7AO .mbr-text,
.cid-sBEUs7l7AO .mbr-section-btn {
  color: #282727;
}
.cid-sBEUs7l7AO .mbr-section-subtitle {
  color: #000000;
}
.cid-sBF31WnyNl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sBF31WnyNl .image__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 260px);
  background-color: #eef5f4;
}
.cid-sBF31WnyNl .date__block {
  margin-top: 88px;
  margin-bottom: 16px;
}
.cid-sBF31WnyNl .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #5dc922;
}
.cid-sBF31WnyNl .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #46877e;
}
.cid-sBF31WnyNl .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sBF31WnyNl .mbr-section-title {
  margin-bottom: 28px;
}
.cid-sBF31WnyNl .mbr-text {
  margin-bottom: 23px;
}
.cid-sBF31WnyNl .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sBF31WnyNl .link a {
  font-weight: 700;
}
.cid-sBF31WnyNl .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sBF31WnyNl .link:hover span {
  transform: translateX(9px);
}
.cid-sBF31WnyNl .image {
  width: 100%;
  height: 575px;
  position: relative;
}
.cid-sBF31WnyNl .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0e2d3b;
  z-index: 1;
}
.cid-sBF31WnyNl .image img {
  position: absolute;
  width: 50%;
  height: 80%;
  top: 60px;
  left: 50%;
  z-index: 5;
  transform: translatex(-50%);
  border-radius: 50%;
  max-height: 575px;
  object-fit: cover;
  border: 4px solid #46877e;
}
@media (max-width: 991px) {
  .cid-sBF31WnyNl .date__block {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .cid-sBF31WnyNl .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sBF31WnyNl .mbr-text {
    margin-bottom: 12px;
  }
  .cid-sBF31WnyNl .image__block {
    margin-top: 60px;
  }
  .cid-sBF31WnyNl .image__block:before {
    top: -50px;
    left: 70px;
    height: calc(100% + 150px);
  }
}
@media (max-width: 767px) {
  .cid-sBF31WnyNl .image {
    height: 460px;
  }
  .cid-sBF31WnyNl .image img {
    top: 45px;
    width: 60%;
  }
}
@media (max-width: 575px) {
  .cid-sBF31WnyNl .image {
    height: 420px;
  }
  .cid-sBF31WnyNl .image img {
    top: 40px;
    width: 60%;
  }
}
@media (max-width: 380px) {
  .cid-sBF31WnyNl .image {
    height: 300px;
  }
  .cid-sBF31WnyNl .image img {
    top: 30px;
    width: 60%;
  }
}
.cid-sBF31WnyNl .mbr-text,
.cid-sBF31WnyNl .link {
  color: #000000;
}
.cid-sC86w3Mzqi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef5f4;
}
.cid-sC86w3Mzqi .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-sC86w3Mzqi .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sC86w3Mzqi .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0e2d3b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sC86w3Mzqi .card-title {
  color: #003d59;
  margin: 0;
  text-align: left;
}
.cid-sC86w3Mzqi .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-sC86w3Mzqi .card-box {
  padding: 1rem;
}
.cid-sC86w3Mzqi .mbr-section-title,
.cid-sC86w3Mzqi .line-wrap {
  text-align: center;
  color: #0e2d3b;
}
.cid-sC86w3Mzqi .card-box > p,
.cid-sC86w3Mzqi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sBF5x5lKm1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cce4f0;
}
.cid-sBF5x5lKm1 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sBF5x5lKm1 .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-sBF5x5lKm1 .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-sBF5x5lKm1 .card__title1 {
  color: #aa8e53;
}
.cid-sBF5x5lKm1 .card__title2 {
  color: #348eb6;
}
.cid-sBF5x5lKm1 .card__title3 {
  color: #d3045f;
}
.cid-sBF5x5lKm1 .figure {
  margin-bottom: 26px;
}
.cid-sBF5x5lKm1 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sBF5x5lKm1 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/bird-only-removebg-preview-298x298.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sBF5x5lKm1 .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sBF5x5lKm1 .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-sBF5x5lKm1 .card__wrap {
    margin-bottom: 25px;
  }
  .cid-sBF5x5lKm1 .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-sBF5x5lKm1 .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-sBF5x5lKm1 .figure {
    margin-bottom: 10px;
  }
  .cid-sBF5x5lKm1 .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-sEDu8yMGvQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e2d3b;
}
.cid-sEDu8yMGvQ .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #689abe !important;
  color: #ffffff;
}
.cid-sEDu8yMGvQ .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-sEDu8yMGvQ .form-group {
  padding: 0;
}
.cid-sEDu8yMGvQ .form-control {
  background-color: #ffffff !important;
  color: #dcc187;
  border: 1px solid #003d59 !important;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sEDu8yMGvQ .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-sEDu8yMGvQ .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-sEDu8yMGvQ .mbr-form .btn {
  margin: 0;
}
.cid-sEDu8yMGvQ .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-sEDu8yMGvQ input::-webkit-input-placeholder {
  color: #dcc187;
  opacity: .8;
}
.cid-sEDu8yMGvQ input::-moz-placeholder {
  color: #dcc187;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-sEDu8yMGvQ .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-sEDu8yMGvQ .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #689abe !important;
  }
  .cid-sEDu8yMGvQ .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sEDu8yMGvQ .dragArea {
    margin: 0;
  }
  .cid-sEDu8yMGvQ .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-sEDu8yMGvQ .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-sEDu8yMGvQ .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-sEDu8yMGvQ .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-sEDnHKCFWb {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e2d3b;
}
.cid-sEDnHKCFWb .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sEDnHKCFWb .row {
  border-bottom: 1px solid #808080;
}
.cid-sEDnHKCFWb H2 {
  color: #e7272d;
}
.cid-sEDnHKCFWb .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sEDnHKCFWb .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sEDnHKCFWb .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .col-lg-12 {
  overflow: hidden;
}
.cid-sEDnHKCFWb H4 {
  color: #fbbe36;
}
.cid-sEDnHKCFWb .mbr-text,
.cid-sEDnHKCFWb .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sEDnHKCFWb .logo-wrap:before {
    content: none;
  }
  .cid-sEDnHKCFWb .logo-wrap:after {
    content: none;
  }
}
.cid-sEDu012MbB {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #0e2d3b;
}
.cid-sEDu012MbB .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sEDu012MbB h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sEDu012MbB h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDu012MbB h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDu012MbB .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sEDu012MbB .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sEDu012MbB .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sEDu012MbB .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sEDu012MbB .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sEDu012MbB .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sEDu012MbB .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sEDu012MbB .mbr-section-title,
.cid-sEDu012MbB .social-list {
  color: #dcc187;
}
@media (max-width: 768px) {
  .cid-sEDu012MbB h2:before,
  .cid-sEDu012MbB h2:after {
    display: none;
  }
}
.cid-sEthHZMvCT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0e2d3b;
}
.cid-sEthHZMvCT .links {
  text-align: center;
  color: #dcc187;
}
.cid-sEthHZMvCT p {
  margin: 0;
}
.cid-sEthHZMvCT a {
  color: #ffffff;
}
.cid-sEthHZMvCT a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sEtg714SU8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .nav-item,
.cid-sEtg714SU8 .nav-link,
.cid-sEtg714SU8 .navbar-caption {
  font-weight: normal;
}
.cid-sEtg714SU8 .nav-item:focus,
.cid-sEtg714SU8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEtg714SU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEtg714SU8 .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sEtg714SU8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ddebe9;
  background: none;
}
.cid-sEtg714SU8 .navbar.opened {
  transition: all 0.3s;
  background: #ddebe9 !important;
}
.cid-sEtg714SU8 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEtg714SU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEtg714SU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEtg714SU8 .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-sEtg714SU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sEtg714SU8 .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEtg714SU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEtg714SU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEtg714SU8 .navbar .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-sEtg714SU8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEtg714SU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sEtg714SU8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEtg714SU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEtg714SU8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEtg714SU8 .navbar.navbar-short {
  background: #ddebe9 !important;
  min-height: 60px;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEtg714SU8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEtg714SU8 .dropdown-item.active,
.cid-sEtg714SU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ddebe9;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEtg714SU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEtg714SU8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEtg714SU8 .navbar-buttons {
  text-align: center;
}
.cid-sEtg714SU8 .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sEtg714SU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEtg714SU8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sEtg714SU8 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEtg714SU8 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEtg714SU8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEtg714SU8 .navbar {
    height: 77px;
  }
  .cid-sEtg714SU8 .navbar.opened {
    height: auto;
  }
  .cid-sEtg714SU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEtg714SU8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .nav-item,
.cid-sEtg714SU8 .nav-link,
.cid-sEtg714SU8 .navbar-caption {
  font-weight: normal;
}
.cid-sEtg714SU8 .nav-item:focus,
.cid-sEtg714SU8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEtg714SU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEtg714SU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEtg714SU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEtg714SU8 .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sEtg714SU8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ddebe9;
  background: none;
}
.cid-sEtg714SU8 .navbar.opened {
  transition: all 0.3s;
  background: #ddebe9 !important;
}
.cid-sEtg714SU8 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEtg714SU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEtg714SU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEtg714SU8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEtg714SU8 .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-sEtg714SU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEtg714SU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sEtg714SU8 .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEtg714SU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEtg714SU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEtg714SU8 .navbar .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-sEtg714SU8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEtg714SU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEtg714SU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sEtg714SU8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEtg714SU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEtg714SU8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEtg714SU8 .navbar.navbar-short {
  background: #ddebe9 !important;
  min-height: 60px;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEtg714SU8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEtg714SU8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEtg714SU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEtg714SU8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEtg714SU8 .dropdown-item.active,
.cid-sEtg714SU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEtg714SU8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ddebe9;
}
.cid-sEtg714SU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEtg714SU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEtg714SU8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEtg714SU8 .navbar-buttons {
  text-align: center;
}
.cid-sEtg714SU8 .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sEtg714SU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEtg714SU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEtg714SU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEtg714SU8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEtg714SU8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sEtg714SU8 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEtg714SU8 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEtg714SU8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEtg714SU8 .navbar {
    height: 77px;
  }
  .cid-sEtg714SU8 .navbar.opened {
    height: auto;
  }
  .cid-sEtg714SU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rzMj5gUn1z {
  background-image: url("../../../assets/images/contact-us-bg-783x531.png");
}
.cid-rzMj5gUn1z .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-rzMj5gUn1z .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rzMj5gUn1z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMj5gUn1z .mbr-section-title {
  color: #ffffff;
}
.cid-rzMjemu9Q2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rzMjemu9Q2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMjemu9Q2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMjemu9Q2 .title {
    width: 100% !important;
  }
}
.cid-sDSOefIdiW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sDSOefIdiW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sE6O9mqOe2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #003d59;
}
.cid-sE6O9mqOe2 .twitter-wrapper,
.cid-sE6O9mqOe2 iframe {
  min-height: 570px;
  max-height: 570px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-sE6O9mqOe2 a.twitter-timeline {
  display: none;
}
.cid-sE6O9mqOe2 .mbr-section-title {
  color: #ffffff;
}
.cid-sE6O9mqOe2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sDSQhq3vBP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0e2d3b;
}
.cid-sDSQhq3vBP .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #689abe !important;
  color: #ffffff;
}
.cid-sDSQhq3vBP .mbr-text {
  padding-right: 70px;
  color: #ffffff;
}
.cid-sDSQhq3vBP .form-group {
  padding: 0;
}
.cid-sDSQhq3vBP .form-control {
  background-color: #ffffff !important;
  color: #dcc187;
  border: 1px solid #003d59 !important;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sDSQhq3vBP .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-sDSQhq3vBP .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-sDSQhq3vBP .mbr-form .btn {
  margin: 0;
}
.cid-sDSQhq3vBP .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-sDSQhq3vBP input::-webkit-input-placeholder {
  color: #dcc187;
  opacity: .8;
}
.cid-sDSQhq3vBP input::-moz-placeholder {
  color: #dcc187;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-sDSQhq3vBP .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-sDSQhq3vBP .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #689abe !important;
  }
  .cid-sDSQhq3vBP .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sDSQhq3vBP .dragArea {
    margin: 0;
  }
  .cid-sDSQhq3vBP .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-sDSQhq3vBP .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-sDSQhq3vBP .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-sDSQhq3vBP .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-sEDnHKCFWb {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e2d3b;
}
.cid-sEDnHKCFWb .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sEDnHKCFWb .row {
  border-bottom: 1px solid #808080;
}
.cid-sEDnHKCFWb H2 {
  color: #e7272d;
}
.cid-sEDnHKCFWb .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sEDnHKCFWb .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sEDnHKCFWb .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEDnHKCFWb .col-lg-12 {
  overflow: hidden;
}
.cid-sEDnHKCFWb H4 {
  color: #fbbe36;
}
.cid-sEDnHKCFWb .mbr-text,
.cid-sEDnHKCFWb .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sEDnHKCFWb .logo-wrap:before {
    content: none;
  }
  .cid-sEDnHKCFWb .logo-wrap:after {
    content: none;
  }
}
.cid-sEDuf6OdnV {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #0e2d3b;
}
.cid-sEDuf6OdnV .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sEDuf6OdnV h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sEDuf6OdnV h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDuf6OdnV h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sEDuf6OdnV .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sEDuf6OdnV .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sEDuf6OdnV .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sEDuf6OdnV .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sEDuf6OdnV .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sEDuf6OdnV .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sEDuf6OdnV .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sEDuf6OdnV .mbr-section-title,
.cid-sEDuf6OdnV .social-list {
  color: #dcc187;
}
@media (max-width: 768px) {
  .cid-sEDuf6OdnV h2:before,
  .cid-sEDuf6OdnV h2:after {
    display: none;
  }
}
.cid-sEthK4XMa1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0e2d3b;
}
.cid-sEthK4XMa1 .links {
  text-align: center;
  color: #dcc187;
}
.cid-sEthK4XMa1 p {
  margin: 0;
}
.cid-sEthK4XMa1 a {
  color: #ffffff;
}
.cid-sEthK4XMa1 a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
