body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 5rem;
  line-height: 80px;
  letter-spacing: 0.99px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 3.125rem;
  line-height: 60px;
  letter-spacing: 0.99px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 60px;
  letter-spacing: 2.4px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 1.875rem;
  line-height: 30px;
  letter-spacing: 0.99px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 35px;
  letter-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d17756 !important;
}
.bg-success {
  background-color: #e6c16d !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e0ae8a !important;
}
.bg-danger {
  background-color: #985b30 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d17756 !important;
  border-color: #d17756 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a44d2d !important;
  border-color: #a44d2d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a44d2d !important;
  border-color: #a44d2d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #263a5c !important;
  border-color: #263a5c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d131f !important;
  border-color: #0d131f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d131f !important;
  border-color: #0d131f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6c16d !important;
  border-color: #e6c16d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d7a125 !important;
  border-color: #d7a125 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d7a125 !important;
  border-color: #d7a125 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e0ae8a !important;
  border-color: #e0ae8a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ce7f45 !important;
  border-color: #ce7f45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ce7f45 !important;
  border-color: #ce7f45 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #985b30 !important;
  border-color: #985b30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #56341b !important;
  border-color: #56341b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #56341b !important;
  border-color: #56341b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d17756;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a44d2d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d17756 !important;
  border-color: #d17756 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #263a5c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d131f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #263a5c !important;
  border-color: #263a5c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6c16d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d7a125 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c16d !important;
  border-color: #e6c16d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0ae8a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ce7f45 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e0ae8a !important;
  border-color: #e0ae8a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #985b30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #56341b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #985b30 !important;
  border-color: #985b30 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d17756 !important;
}
.text-secondary {
  color: #263a5c !important;
}
.text-success {
  color: #e6c16d !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e0ae8a !important;
}
.text-danger {
  color: #985b30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #984729 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #080c14 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ca9723 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cb7639 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4a2d18 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d17756;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e0ae8a;
}
.alert-danger {
  background-color: #985b30;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d17756;
  border-color: #d17756;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d17756;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf8f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d39c74;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d17756 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #d17756;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d17756;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d17756;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d17756;
  border-bottom-color: #d17756;
}
.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: #d17756 !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: #263a5c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d17756' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 0 60px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 15px 30px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 14px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #d17756;
  border-radius: 0;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-bottom: 2px solid #d17756 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #263a5c;
  border-radius: 0;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-bottom: 2px solid #263a5c !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #e6c16d;
  border-radius: 0;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-bottom: 2px solid #e6c16d !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-bottom: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #985b30;
  border-radius: 0;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-bottom: 2px solid #985b30 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #e0ae8a;
  border-radius: 0;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-bottom: 2px solid #e0ae8a !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-bottom: 2px solid #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  line-height: 30px;
  letter-spacing: 2.8px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-bottom: 2px solid #ffffff !important;
}
.cid-tBGKzhExOq .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
}
.cid-tBGKzhExOq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-tBGKzhExOq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .menu_box .navbar.opened,
  .cid-tBGKzhExOq .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-tBGKzhExOq .navbar-dropdown {
  position: relative !important;
}
.cid-tBGKzhExOq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tBGKzhExOq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tBGKzhExOq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tBGKzhExOq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-tBGKzhExOq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tBGKzhExOq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tBGKzhExOq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tBGKzhExOq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tBGKzhExOq .offcanvas-body .mbr-text,
  .cid-tBGKzhExOq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tBGKzhExOq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tBGKzhExOq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tBGKzhExOq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBGKzhExOq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tBGKzhExOq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tBGKzhExOq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tBGKzhExOq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tBGKzhExOq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tBGKzhExOq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .nav-item {
    margin: 0 !important;
  }
}
.cid-tBGKzhExOq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tBGKzhExOq .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tBGKzhExOq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tBGKzhExOq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tBGKzhExOq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBGKzhExOq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tBGKzhExOq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tBGKzhExOq .offcanvas_box {
    display: none;
  }
}
.cid-tBGKzhExOq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tBGKzhExOq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tBGKzhExOq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tBGKzhExOq .container {
  display: flex;
  margin: auto;
}
.cid-tBGKzhExOq .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tBGKzhExOq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tBGKzhExOq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tBGKzhExOq .navbar-caption {
  color: #263652;
}
.cid-tBGKzhExOq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tBGKzhExOq .navbar-nav {
    margin: 0;
  }
}
.cid-tBGKzhExOq .dropdown-menu,
.cid-tBGKzhExOq .navbar.opened {
  background-color: false !important;
}
.cid-tBGKzhExOq .nav-item:focus,
.cid-tBGKzhExOq .nav-link:focus {
  outline: none;
}
.cid-tBGKzhExOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBGKzhExOq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBGKzhExOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBGKzhExOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBGKzhExOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBGKzhExOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBGKzhExOq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tBGKzhExOq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tBGKzhExOq .navbar.opened {
  transition: all 0.3s;
}
.cid-tBGKzhExOq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tBGKzhExOq .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-tBGKzhExOq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBGKzhExOq .navbar.collapsed {
  justify-content: center;
}
.cid-tBGKzhExOq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBGKzhExOq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBGKzhExOq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBGKzhExOq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBGKzhExOq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBGKzhExOq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tBGKzhExOq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tBGKzhExOq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tBGKzhExOq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBGKzhExOq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBGKzhExOq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tBGKzhExOq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBGKzhExOq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tBGKzhExOq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBGKzhExOq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tBGKzhExOq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tBGKzhExOq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tBGKzhExOq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBGKzhExOq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBGKzhExOq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tBGKzhExOq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBGKzhExOq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBGKzhExOq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBGKzhExOq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBGKzhExOq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tBGKzhExOq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBGKzhExOq .dropdown-item.active,
.cid-tBGKzhExOq .dropdown-item:active {
  background-color: transparent;
}
.cid-tBGKzhExOq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBGKzhExOq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBGKzhExOq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBGKzhExOq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBGKzhExOq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tBGKzhExOq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBGKzhExOq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBGKzhExOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBGKzhExOq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBGKzhExOq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBGKzhExOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBGKzhExOq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tBGKzhExOq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBGKzhExOq .navbar {
    height: 70px;
  }
  .cid-tBGKzhExOq .navbar.opened {
    height: auto;
  }
  .cid-tBGKzhExOq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGKzhExOq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tBGKzhExOq .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-tBGKzhExOq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tBGKzhExOq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tBGKzhExOq .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tBGKzhExOq .navbar-caption:hover {
  color: #d17756;
}
@media (min-width: 992px) {
  .cid-tBGKzhExOq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tBGKzhExOq .text_widget {
  margin-bottom: 32px;
}
.cid-tBGKzhExOq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tBGKzhExOq .text_widget a:hover {
  color: #263a5c !important;
}
.cid-tBGKzhExOq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tBGKzhExOq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tBGKzhExOq .mbr-section-subtitle,
.cid-tBGKzhExOq .text_widget,
.cid-tBGKzhExOq .mbr-section-btn {
  text-align: left;
}
.cid-tBGKzhExOq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tBGKBMnFzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGKBMnFzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://mobirise.com/extensions/churchm5/assets/images/background1.jpg");
}
.cid-tBGKBMnFzk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBGKBMnFzk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBGKBMnFzk .container {
    padding: 0;
  }
}
.cid-tBGKBMnFzk .title-wrapper {
  padding: 0 16px;
}
.cid-tBGKBMnFzk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBGKBMnFzk .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tBGKBMnFzk .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tBGKBMnFzk .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tBGKBMnFzk .mbr-section-title {
  color: #ffffff;
}
.cid-tBGKBMnFzk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tBGKBMnFzk .mbr-section-title,
.cid-tBGKBMnFzk .mbr-section-btn {
  text-align: center;
}
#custom-html-al img {
  width: 100%;
  height: 100%;
}
.cid-tBGNiMkMp4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fdfcfa;
}
.cid-tBGNiMkMp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGNiMkMp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGNiMkMp4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBGNiMkMp4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBGNiMkMp4 .container {
    padding: 0;
  }
}
.cid-tBGNiMkMp4 .row {
  justify-content: center;
}
.cid-tBGNiMkMp4 .title-wrapper {
  padding: 0 16px;
}
.cid-tBGNiMkMp4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBGNiMkMp4 .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-tBGKE7QJcd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tBGKE7QJcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGKE7QJcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGKE7QJcd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBGKE7QJcd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBGKE7QJcd .container {
    padding: 0;
  }
}
.cid-tBGKE7QJcd .row {
  justify-content: center;
  margin: 0;
}
.cid-tBGKE7QJcd .item {
  padding: 0;
}
.cid-tBGKE7QJcd .item .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBGKE7QJcd .item .item-wrapper .item-img img {
    height: 450px;
  }
}
.cid-tBGKE7QJcd .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e6c16d;
}
.cid-tBGKE7QJcd .item .item-wrapper .item-content .item-title {
  padding: 50px 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tBGKE7QJcd .item .item-wrapper .item-content .item-title {
    padding: 40px 16px;
  }
}
.cid-tBGKE7QJcd .item .item-wrapper .item-content .link-wrap {
  border-top: 1px solid #ffffff;
  padding: 30px;
}
.cid-tBGKE7QJcd .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  margin-left: 15px;
}
@media (max-width: 992px) {
  .cid-tBGKE7QJcd .item .item-wrapper .item-content .link-wrap {
    padding: 16px;
  }
}
.cid-tBGKE7QJcd .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tBGKE7QJcd .item:nth-child(2n) .item-wrapper .item-content {
  background-color: #d17756;
}
.cid-tBGKE7QJcd .item:nth-child(3n) .item-wrapper .item-content {
  background-color: #235d81;
}
.cid-tBGKE7QJcd .item-title,
.cid-tBGKE7QJcd .mbr-iconfont {
  color: #ffffff;
}
.cid-tBGKHeYs4L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBGKHeYs4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGKHeYs4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGKHeYs4L .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBGKHeYs4L .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBGKHeYs4L .container {
    padding: 0;
  }
}
.cid-tBGKHeYs4L .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBGKHeYs4L .row {
    margin: 0;
  }
}
.cid-tBGKHeYs4L .card {
  border-radius: 0;
  padding: 0 26px;
}
@media (max-width: 992px) {
  .cid-tBGKHeYs4L .card {
    padding: 0 16px;
  }
}
.cid-tBGKHeYs4L .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tBGKHeYs4L .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-tBGKHeYs4L .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-tBGKHeYs4L .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tBGKHeYs4L .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-tBGKHeYs4L .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tBGKHeYs4L .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBGKHeYs4L .card .row.cards .video {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-tBGKHeYs4L .card .row.cards .video {
    padding: 0;
  }
}
.cid-tBGKHeYs4L .card .row.cards .video .video-block .video-wrapper .app-video-wrapper img {
  height: 310px;
  object-fit: cover;
}
.cid-tBGKHeYs4L .card .row.cards .video .video-block .video-wrapper .app-video-wrapper::before {
  color: #fdfcfa;
  text-shadow: none;
}
.cid-tBGKHeYs4L .mbr-section-title {
  color: #263652;
}
.cid-tBGKHeYs4L .mbr-text {
  color: #263652;
}
.cid-tBGKJNWfbC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
.cid-tBGKJNWfbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGKJNWfbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGKJNWfbC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBGKJNWfbC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBGKJNWfbC .container {
    padding: 0;
  }
}
.cid-tBGKJNWfbC .row {
  margin: 0;
}
.cid-tBGKJNWfbC .card {
  padding: 0;
}
.cid-tBGKJNWfbC .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tBGKJNWfbC .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBGKJNWfbC .card .image-wrapper img {
    height: 450px;
  }
}
.cid-tBGKJNWfbC .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tBGKJNWfbC .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tBGKJNWfbC .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tBGKJNWfbC .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-tBGKJNWfbC .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-tBGKJNWfbC .mbr-section-title {
  color: #ffffff;
}
.cid-tBGKJNWfbC .mbr-text {
  color: #ffffff;
}
.cid-tBGKJNWfbC .mbr-section-title,
.cid-tBGKJNWfbC .mbr-section-btn {
  text-align: center;
}
.cid-tBGKLkp3M8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-tBGKLkp3M8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGKLkp3M8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGKLkp3M8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBGKLkp3M8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBGKLkp3M8 .container {
    padding: 0;
  }
}
.cid-tBGKLkp3M8 .row {
  justify-content: center;
}
.cid-tBGKLkp3M8 .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-tBGKLkp3M8 .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-tBGKLkp3M8 .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-tBGKLkp3M8 .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-tBGKLkp3M8 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBGKLkp3M8 .list {
  color: #ffffff;
  text-align: center;
}
.cid-tBGKLkp3M8 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-tBGKzhExOq .navbar-dropdown {
  background-color: #fdfcfa !important;
  padding: 0;
}
.cid-tBGKzhExOq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdfcfa !important;
  background: #fdfcfa;
}
.cid-tBGKzhExOq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .menu_box .navbar.opened,
  .cid-tBGKzhExOq .menu_box .navbar-collapse {
    background-color: #fdfcfa !important;
    transition: all 0s ease 0s;
  }
}
.cid-tBGKzhExOq .navbar-dropdown {
  position: relative !important;
}
.cid-tBGKzhExOq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tBGKzhExOq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tBGKzhExOq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tBGKzhExOq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #d17756;
  }
  .cid-tBGKzhExOq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tBGKzhExOq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tBGKzhExOq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tBGKzhExOq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tBGKzhExOq .offcanvas-body .mbr-text,
  .cid-tBGKzhExOq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tBGKzhExOq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #263a5c;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tBGKzhExOq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tBGKzhExOq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tBGKzhExOq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBGKzhExOq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tBGKzhExOq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tBGKzhExOq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tBGKzhExOq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tBGKzhExOq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tBGKzhExOq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .nav-item {
    margin: 0 !important;
  }
}
.cid-tBGKzhExOq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tBGKzhExOq .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tBGKzhExOq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tBGKzhExOq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tBGKzhExOq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tBGKzhExOq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tBGKzhExOq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tBGKzhExOq .offcanvas_box {
    display: none;
  }
}
.cid-tBGKzhExOq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tBGKzhExOq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tBGKzhExOq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tBGKzhExOq .container {
  display: flex;
  margin: auto;
}
.cid-tBGKzhExOq .iconfont-wrapper {
  color: #263a5c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tBGKzhExOq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tBGKzhExOq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tBGKzhExOq .navbar-caption {
  color: #263652;
}
.cid-tBGKzhExOq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tBGKzhExOq .navbar-nav {
    margin: 0;
  }
}
.cid-tBGKzhExOq .dropdown-menu,
.cid-tBGKzhExOq .navbar.opened {
  background-color: false !important;
}
.cid-tBGKzhExOq .nav-item:focus,
.cid-tBGKzhExOq .nav-link:focus {
  outline: none;
}
.cid-tBGKzhExOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBGKzhExOq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBGKzhExOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBGKzhExOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBGKzhExOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBGKzhExOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBGKzhExOq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tBGKzhExOq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tBGKzhExOq .navbar.opened {
  transition: all 0.3s;
}
.cid-tBGKzhExOq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tBGKzhExOq .navbar .navbar-logo img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cid-tBGKzhExOq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tBGKzhExOq .navbar.collapsed {
  justify-content: center;
}
.cid-tBGKzhExOq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBGKzhExOq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBGKzhExOq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBGKzhExOq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBGKzhExOq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBGKzhExOq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tBGKzhExOq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBGKzhExOq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tBGKzhExOq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tBGKzhExOq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBGKzhExOq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBGKzhExOq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tBGKzhExOq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBGKzhExOq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tBGKzhExOq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBGKzhExOq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tBGKzhExOq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tBGKzhExOq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tBGKzhExOq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBGKzhExOq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBGKzhExOq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tBGKzhExOq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBGKzhExOq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBGKzhExOq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBGKzhExOq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBGKzhExOq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tBGKzhExOq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBGKzhExOq .dropdown-item.active,
.cid-tBGKzhExOq .dropdown-item:active {
  background-color: transparent;
}
.cid-tBGKzhExOq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBGKzhExOq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBGKzhExOq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBGKzhExOq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBGKzhExOq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tBGKzhExOq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBGKzhExOq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdfcfa;
  background: #d17756;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #263a5c;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBGKzhExOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBGKzhExOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBGKzhExOq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBGKzhExOq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBGKzhExOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBGKzhExOq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tBGKzhExOq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBGKzhExOq .navbar {
    height: 70px;
  }
  .cid-tBGKzhExOq .navbar.opened {
    height: auto;
  }
  .cid-tBGKzhExOq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBGKzhExOq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tBGKzhExOq .container-fluid {
    padding-left: 160px;
    padding-right: 16px;
  }
}
.cid-tBGKzhExOq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tBGKzhExOq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tBGKzhExOq .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tBGKzhExOq .navbar-caption:hover {
  color: #d17756;
}
@media (min-width: 992px) {
  .cid-tBGKzhExOq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tBGKzhExOq .text_widget {
  margin-bottom: 32px;
}
.cid-tBGKzhExOq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tBGKzhExOq .text_widget a:hover {
  color: #263a5c !important;
}
.cid-tBGKzhExOq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tBGKzhExOq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tBGKzhExOq .mbr-section-subtitle,
.cid-tBGKzhExOq .text_widget,
.cid-tBGKzhExOq .mbr-section-btn {
  text-align: left;
}
.cid-tBGKzhExOq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tBH6RygKlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6RygKlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://mobirise.com/extensions/churchm5/assets/images/background1.jpg");
}
.cid-tBH6RygKlO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6RygKlO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6RygKlO .container {
    padding: 0;
  }
}
.cid-tBH6RygKlO .title-wrapper {
  padding: 0 16px;
}
.cid-tBH6RygKlO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBH6RygKlO .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tBH6RygKlO .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tBH6RygKlO .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tBH6RygKlO .mbr-section-title {
  color: #ffffff;
}
.cid-tBH6RygKlO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tBH6RygKlO .mbr-section-title,
.cid-tBH6RygKlO .mbr-section-btn {
  text-align: center;
}
.cid-tBH6RL7T8V {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mobirise.com/extensions/churchm5/assets/images/background2.jpg");
}
.cid-tBH6RL7T8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6RL7T8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6RL7T8V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6RL7T8V .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6RL7T8V .container {
    padding: 0;
  }
}
.cid-tBH6RL7T8V .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tBH6RL7T8V .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tBH6RL7T8V .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tBH6RL7T8V .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tBH6RL7T8V .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tBH6RL7T8V .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tBH6RL7T8V .mbr-section-title {
  color: #ffffff;
}
.cid-tBH6RL7T8V .mbr-box {
  color: #ffffff;
}
.cid-tBH6RL7T8V .mbr-section-btn {
  text-align: center;
}
.cid-tBH6RUUUzM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tBH6RUUUzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6RUUUzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6RUUUzM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6RUUUzM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6RUUUzM .container {
    padding: 0;
  }
}
.cid-tBH6RUUUzM .row {
  justify-content: center;
  margin: 0;
}
.cid-tBH6RUUUzM .card {
  border-radius: 0;
  padding: 0;
}
.cid-tBH6RUUUzM .card a {
  display: block;
}
.cid-tBH6RUUUzM .card a:hover .card-wrapper .card-wrap .mbr-card-title {
  color: #c09941;
}
.cid-tBH6RUUUzM .card a .card-wrapper {
  background-color: #e6c16d;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-tBH6RUUUzM .card a .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tBH6RUUUzM .card a .card-wrapper .card-wrap {
  display: inline-flex;
  align-content: center;
}
.cid-tBH6RUUUzM .card a .card-wrapper .card-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-tBH6RUUUzM .card a .card-wrapper .card-wrap .mbr-iconfont {
    margin-right: 20px;
  }
}
.cid-tBH6RUUUzM .card a .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tBH6RUUUzM .card:nth-child(2) a .card-wrapper {
  background-color: #235d81;
}
.cid-tBH6RUUUzM .mbr-card-title,
.cid-tBH6RUUUzM .mbr-iconfont {
  color: #ffffff;
}
.cid-tBH6RUUUzM .card-wrapper {
  text-align: center;
}
.cid-tBH6S5KkKq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tBH6S5KkKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6S5KkKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6S5KkKq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6S5KkKq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6S5KkKq .container {
    padding: 0;
  }
}
.cid-tBH6S5KkKq .row {
  justify-content: center;
  margin: 0;
}
.cid-tBH6S5KkKq .item {
  padding: 0;
}
.cid-tBH6S5KkKq .item .item-wrapper .item-img img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBH6S5KkKq .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tBH6S5KkKq .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e6c16d;
}
.cid-tBH6S5KkKq .item .item-wrapper .item-content .item-title {
  padding: 50px 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tBH6S5KkKq .item .item-wrapper .item-content .item-title {
    padding: 40px 16px;
  }
}
.cid-tBH6S5KkKq .item .item-wrapper .item-content .link-wrap {
  border-top: 1px solid #ffffff;
  padding: 30px;
}
.cid-tBH6S5KkKq .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  margin-left: 15px;
}
@media (max-width: 992px) {
  .cid-tBH6S5KkKq .item .item-wrapper .item-content .link-wrap {
    padding: 16px;
  }
}
.cid-tBH6S5KkKq .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tBH6S5KkKq .item:nth-child(2n) .item-wrapper .item-content {
  background-color: #d17756;
}
.cid-tBH6S5KkKq .item:nth-child(3n) .item-wrapper .item-content {
  background-color: #235d81;
}
.cid-tBH6S5KkKq .item-title,
.cid-tBH6S5KkKq .mbr-iconfont {
  color: #ffffff;
}
.cid-tBH6SgbUAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
.cid-tBH6SgbUAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6SgbUAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6SgbUAW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6SgbUAW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6SgbUAW .container {
    padding: 0;
  }
}
.cid-tBH6SgbUAW .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-tBH6SgbUAW .card {
  border-radius: 0;
  padding: 0;
}
.cid-tBH6SgbUAW .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-tBH6SgbUAW .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-tBH6SgbUAW .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-tBH6SgbUAW .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-tBH6SgbUAW .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tBH6SgbUAW .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tBH6SgbUAW .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBH6SgbUAW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tBHc0hSO9S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tBHc0hSO9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBHc0hSO9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHc0hSO9S .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBHc0hSO9S .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBHc0hSO9S .container {
    padding: 0;
  }
}
.cid-tBHc0hSO9S .row {
  justify-content: center;
  margin: 0;
}
.cid-tBHc0hSO9S .card {
  border-radius: 0;
  padding: 0;
}
.cid-tBHc0hSO9S .card .card-wrapper {
  background-color: #d17756;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tBHc0hSO9S .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tBHc0hSO9S .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-tBHc0hSO9S .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tBHc0hSO9S .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tBHc0hSO9S .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tBHc0hSO9S .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tBHc0hSO9S .card:nth-child(2n) .card-wrapper {
  background-color: #235d81;
}
.cid-tBHc0hSO9S .mbr-card-title {
  color: #ffffff;
}
.cid-tBHc0hSO9S .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tBHc0hSO9S .mbr-card-title,
.cid-tBHc0hSO9S .mbr-section-btn,
.cid-tBHc0hSO9S .icon-wrap {
  text-align: center;
}
.cid-tBH6SDPTWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6SDPTWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6SDPTWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6SDPTWO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6SDPTWO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6SDPTWO .container {
    padding: 0;
  }
}
.cid-tBH6SDPTWO .row {
  justify-content: center;
  margin: 0;
}
.cid-tBH6SDPTWO .item {
  padding: 0;
}
.cid-tBH6SDPTWO .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-tBH6SDPTWO .item a .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  height: 550px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tBH6SDPTWO .item a .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-tBH6SDPTWO .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tBH6SDPTWO .item a .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  padding: 16px;
  background-color: #d17756;
}
.cid-tBH6SDPTWO .item a .item-wrapper .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-tBH6SDPTWO .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBH6T2NTZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6T2NTZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6T2NTZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6T2NTZU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6T2NTZU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6T2NTZU .container {
    padding: 0;
  }
}
.cid-tBH6T2NTZU .row {
  justify-content: center;
}
.cid-tBH6T2NTZU .title-wrapper {
  padding: 0 16px;
}
.cid-tBH6T2NTZU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBH6T2NTZU .mbr-section-title {
  color: #263652;
}
.cid-tBH6TcEPr5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://mobirise.com/extensions/churchm5/assets/images/background1.jpg");
}
.cid-tBH6TcEPr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6TcEPr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6TcEPr5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6TcEPr5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6TcEPr5 .container {
    padding: 0;
  }
}
.cid-tBH6TcEPr5 .row {
  margin: 0;
}
.cid-tBH6TcEPr5 .card {
  border-radius: 0;
  padding: 0;
}
.cid-tBH6TcEPr5 .card .box-wrapper {
  background-color: #b2d5ca;
  height: 100%;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .cid-tBH6TcEPr5 .card .box-wrapper {
    margin-top: 20px;
  }
}
.cid-tBH6TcEPr5 .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-tBH6TcEPr5 .card .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tBH6TcEPr5 .card .title-wrapper {
    padding: 90px 0;
  }
}
.cid-tBH6TcEPr5 .card .title-wrapper .mbr-section-subtitle {
  padding: 0 16px 0 126px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tBH6TcEPr5 .card .title-wrapper .mbr-section-subtitle {
    padding: 0 16px 0 30px;
  }
}
.cid-tBH6TcEPr5 .card .title-wrapper .title-wrap {
  border-top: 1px solid #b2d5ca;
  padding: 0 16px 0 126px;
}
@media (max-width: 768px) {
  .cid-tBH6TcEPr5 .card .title-wrapper .title-wrap {
    padding: 0 16px 0 30px;
  }
}
.cid-tBH6TcEPr5 .card .title-wrapper .title-wrap .mbr-section-title {
  padding: 10px 0;
  margin-bottom: 150px;
}
.cid-tBH6TcEPr5 .mbr-section-title {
  color: #ffffff;
}
.cid-tBH6TcEPr5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBH6TcEPr5 .mbr-box {
  color: #ffffff;
}
.cid-tBH6TnyeG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6TnyeG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6TnyeG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6TnyeG0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6TnyeG0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6TnyeG0 .container {
    padding: 0;
  }
}
.cid-tBH6TnyeG0 .row {
  margin: 0;
}
.cid-tBH6TnyeG0 .card {
  padding: 0;
}
.cid-tBH6TnyeG0 .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tBH6TnyeG0 .card .image-wrapper img {
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBH6TnyeG0 .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tBH6TnyeG0 .card .images-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tBH6TnyeG0 .card .images-wrapper .images-wrap img {
  height: 280px;
  object-fit: cover;
}
.cid-tBH6TnyeG0 .card .title-wrapper {
  padding: 0 150px;
}
.cid-tBH6TnyeG0 .card .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tBH6TnyeG0 .card .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tBH6TnyeG0 .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-tBH6TnyeG0 .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-tBH6TnyeG0 .mbr-section-title {
  color: #263a5c;
}
.cid-tBH6TnyeG0 .mbr-text {
  color: #263652;
}
.cid-tBH6Txkjed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/churchm5/assets/images/background3.jpg");
}
.cid-tBH6Txkjed .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6Txkjed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6Txkjed .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6Txkjed .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6Txkjed .container {
    padding: 0;
  }
}
.cid-tBH6Txkjed .row {
  margin: 0;
}
.cid-tBH6Txkjed .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-tBH6Txkjed .title-wrapper {
    padding: 90px 4px;
  }
}
@media (max-width: 768px) {
  .cid-tBH6Txkjed .title-wrapper {
    padding: 30px 4px;
  }
}
.cid-tBH6Txkjed .title-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  letter-spacing: 3.4px;
}
.cid-tBH6Txkjed .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tBH6Txkjed .title-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-tBH6Txkjed .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tBH6Txkjed .mbr-section-title {
  color: #ffffff;
}
.cid-tBH6Txkjed .mbr-section-title,
.cid-tBH6Txkjed .mbr-section-btn {
  text-align: center;
}
.cid-tBH6TOLj5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
.cid-tBH6TOLj5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6TOLj5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6TOLj5s .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6TOLj5s .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6TOLj5s .container {
    padding: 0;
  }
}
.cid-tBH6TOLj5s .row {
  justify-content: center;
}
.cid-tBH6TOLj5s .title-wrapper {
  padding: 0 16px;
}
.cid-tBH6TOLj5s .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBH6TOLj5s .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tBH6TOLj5s .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tBH6TOLj5s .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tBH6TOLj5s .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #d17756;
}
.cid-tBH6TOLj5s .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tBH6TOLj5s .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tBH6TOLj5s .mbr-section-title,
.cid-tBH6TOLj5s .mbr-iconfont {
  color: #ffffff;
}
.cid-tBH6TOLj5s .mbr-section-title,
.cid-tBH6TOLj5s .soc-wrapper {
  text-align: center;
}
.cid-tBH6TZGwOM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tBH6TZGwOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6TZGwOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6TZGwOM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6TZGwOM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6TZGwOM .container {
    padding: 0;
  }
}
.cid-tBH6TZGwOM .row {
  margin: 0;
}
.cid-tBH6TZGwOM .card {
  border-radius: 0;
  padding: 0;
}
.cid-tBH6TZGwOM .card .box-wrapper {
  background-color: #e0ae8a;
  height: 100%;
}
.cid-tBH6TZGwOM .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-tBH6TZGwOM .card .title-wrapper {
  padding: 145px 100px;
}
@media (max-width: 992px) {
  .cid-tBH6TZGwOM .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-tBH6TZGwOM .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBH6TZGwOM .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-tBH6TZGwOM .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tBH6TZGwOM .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-tBH6TZGwOM .card .image-wrapper {
    padding: 0;
  }
}
.cid-tBH6TZGwOM .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBH6TZGwOM .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tBH6TZGwOM .mbr-text {
  color: #263652;
}
.cid-tBH6TZGwOM .mbr-box {
  color: #ffffff;
}
.cid-tBH6Uca2zl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6Uca2zl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6Uca2zl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6Uca2zl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6Uca2zl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6Uca2zl .container {
    padding: 0;
  }
}
.cid-tBH6Uca2zl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBH6Uca2zl .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tBH6Uca2zl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBH6Uca2zl .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tBH6Uca2zl .mbr-section-title {
  color: #263652;
}
.cid-tBH6Uca2zl .mbr-text {
  color: #263652;
}
.cid-tBH6UmUVcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fdfcfa;
}
.cid-tBH6UmUVcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6UmUVcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6UmUVcz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6UmUVcz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6UmUVcz .container {
    padding: 0;
  }
}
.cid-tBH6UmUVcz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBH6UmUVcz .row {
    margin: 0;
  }
}
.cid-tBH6UmUVcz .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tBH6UmUVcz .card {
    padding: 0 16px;
  }
}
.cid-tBH6UmUVcz .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tBH6UmUVcz .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-tBH6UmUVcz .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-tBH6UmUVcz .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tBH6UmUVcz .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-tBH6UmUVcz .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tBH6UmUVcz .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBH6UmUVcz .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-tBH6UmUVcz .card .row.cards .image {
    padding: 0;
  }
}
.cid-tBH6UmUVcz .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tBH6UmUVcz .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBH6UmUVcz .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.cid-tBH6UmUVcz .mbr-section-title {
  color: #263652;
}
.cid-tBH6UmUVcz .mbr-text {
  color: #263652;
}
.cid-tBH6UMCuQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
.cid-tBH6UMCuQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6UMCuQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6UMCuQZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6UMCuQZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6UMCuQZ .container {
    padding: 0;
  }
}
.cid-tBH6UMCuQZ .row {
  margin: 0;
}
.cid-tBH6UMCuQZ .card {
  padding: 0;
}
.cid-tBH6UMCuQZ .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tBH6UMCuQZ .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBH6UMCuQZ .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tBH6UMCuQZ .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tBH6UMCuQZ .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tBH6UMCuQZ .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tBH6UMCuQZ .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-tBH6UMCuQZ .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-tBH6UMCuQZ .mbr-section-title {
  color: #ffffff;
}
.cid-tBH6UMCuQZ .mbr-text {
  color: #ffffff;
}
.cid-tBH6UXb4SH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d17756;
}
.cid-tBH6UXb4SH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6UXb4SH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6UXb4SH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6UXb4SH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6UXb4SH .container {
    padding: 0;
  }
}
.cid-tBH6UXb4SH .row {
  justify-content: center;
}
.cid-tBH6UXb4SH a:hover .row .icon-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-tBH6UXb4SH .title-wrapper {
  padding: 0 16px;
}
.cid-tBH6UXb4SH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBH6UXb4SH .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0 16px;
}
.cid-tBH6UXb4SH .icon-wrapper .mbr-iconfont {
  font-size: 34px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tBH6UXb4SH .mbr-section-title {
  color: #ffffff;
}
.cid-tBH6VngE5Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://mobirise.com/extensions/churchm5/assets/images/background1.jpg");
}
.cid-tBH6VngE5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6VngE5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6VngE5Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6VngE5Q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6VngE5Q .container {
    padding: 0;
  }
}
.cid-tBH6VngE5Q .row {
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-tBH6VngE5Q .row {
    min-height: 450px;
  }
}
.cid-tBH6VElZfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6VElZfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6VElZfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6VElZfO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6VElZfO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6VElZfO .container {
    padding: 0;
  }
}
.cid-tBH6VElZfO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBH6VElZfO .row {
    margin: 0;
  }
}
.cid-tBH6VElZfO .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-tBH6VElZfO .card {
    padding: 0 16px;
  }
}
.cid-tBH6VElZfO .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tBH6VElZfO .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-tBH6VElZfO .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-tBH6VElZfO .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tBH6VElZfO .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-tBH6VElZfO .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tBH6VElZfO .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBH6VElZfO .card .row.cards .video {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-tBH6VElZfO .card .row.cards .video {
    padding: 0;
  }
}
.cid-tBH6VElZfO .card .row.cards .video .video-block .video-wrapper .app-video-wrapper img {
  height: 310px;
  object-fit: cover;
}
.cid-tBH6VElZfO .card .row.cards .video .video-block .video-wrapper .app-video-wrapper::before {
  color: #fdfcfa;
  text-shadow: none;
}
.cid-tBH6VElZfO .mbr-section-title {
  color: #263652;
}
.cid-tBH6VElZfO .mbr-text {
  color: #263652;
}
.cid-tBH6W7uFLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
.cid-tBH6W7uFLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6W7uFLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6W7uFLY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6W7uFLY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6W7uFLY .container {
    padding: 0;
  }
}
.cid-tBH6W7uFLY .row {
  justify-content: center;
}
.cid-tBH6W7uFLY .images-wrapper .row {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-tBH6W7uFLY .images-wrapper .row {
    padding: 0 7px;
  }
}
.cid-tBH6W7uFLY .images-wrapper .row .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-tBH6W7uFLY .images-wrapper .row .card {
    margin-bottom: 10px;
  }
}
.cid-tBH6W7uFLY .images-wrapper .row .card a {
  display: block;
}
.cid-tBH6W7uFLY .images-wrapper .row .card a img {
  height: 180px;
  object-fit: cover;
}
.cid-tBH6W7uFLY .mbr-section-title {
  color: #263652;
}
.cid-tBH6WqHIwP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6WqHIwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6WqHIwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6WqHIwP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6WqHIwP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6WqHIwP .container {
    padding: 0;
  }
}
.cid-tBH6WqHIwP .row {
  justify-content: center;
  margin: 0;
}
.cid-tBH6WqHIwP .card {
  border-radius: 0;
  padding: 0;
}
.cid-tBH6WqHIwP .card .card-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBH6WqHIwP .card .card-wrapper img {
    height: 300px;
  }
}
.cid-tBH6WKwUHG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fdfcfa;
}
.cid-tBH6WKwUHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6WKwUHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6WKwUHG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6WKwUHG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6WKwUHG .container {
    padding: 0;
  }
}
.cid-tBH6WKwUHG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tBH6WKwUHG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBH6WKwUHG .embla__slide a {
  display: block;
  width: 100%;
}
.cid-tBH6WKwUHG .embla__slide a .card-wrap {
  width: 100%;
}
.cid-tBH6WKwUHG .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  height: 630px;
}
@media (max-width: 768px) {
  .cid-tBH6WKwUHG .embla__slide a .card-wrap .item-wrapper .image-wrap {
    height: 450px;
  }
}
.cid-tBH6WKwUHG .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tBH6WKwUHG .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}
.cid-tBH6WKwUHG .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
  width: 115px;
  height: 115px;
  background-color: #235d81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tBH6WKwUHG .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
    height: 50px;
    width: 50px;
  }
}
.cid-tBH6WKwUHG .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-section-title {
  padding: 22px 16px;
  margin-bottom: 0;
}
.cid-tBH6WKwUHG .embla__button--next,
.cid-tBH6WKwUHG .embla__button--prev {
  display: flex;
}
.cid-tBH6WKwUHG .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #ffeec7;
  color: #d17756;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBH6WKwUHG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBH6WKwUHG .embla__button:hover {
  background-color: #ffeec7;
  color: #d17756;
}
.cid-tBH6WKwUHG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tBH6WKwUHG .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tBH6WKwUHG .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-tBH6WKwUHG .embla {
  position: relative;
  width: 100%;
}
.cid-tBH6WKwUHG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBH6WKwUHG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBH6WKwUHG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBH6WKwUHG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBH6WKwUHG .mbr-section-title {
  color: #ffffff;
}
.cid-tBH6WKwUHG .mbr-box {
  color: #ffffff;
}
.cid-tBH6X49QUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fdfcfa;
}
.cid-tBH6X49QUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6X49QUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6X49QUF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6X49QUF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6X49QUF .container {
    padding: 0;
  }
}
.cid-tBH6X49QUF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tBH6X49QUF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBH6X49QUF .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-tBH6X49QUF .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tBH6X49QUF .embla__slide .card-wrap .content-wrap {
    padding: 0 16px;
  }
}
.cid-tBH6X49QUF .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 20px;
}
.cid-tBH6X49QUF .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tBH6X49QUF .embla__button--next,
.cid-tBH6X49QUF .embla__button--prev {
  display: flex;
}
.cid-tBH6X49QUF .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #3b6e8f;
  color: #263652;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tBH6X49QUF .embla__button {
    display: none;
  }
}
.cid-tBH6X49QUF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBH6X49QUF .embla__button:hover {
  background-color: #3b6e8f;
  color: #263652;
}
.cid-tBH6X49QUF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tBH6X49QUF .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tBH6X49QUF .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-tBH6X49QUF .embla {
  position: relative;
  width: 100%;
}
.cid-tBH6X49QUF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBH6X49QUF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBH6X49QUF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBH6X49QUF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBH6X49QUF .mbr-name {
  color: #263652;
  text-align: center;
}
.cid-tBH6X49QUF .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-tBH6Xwwdzf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6Xwwdzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6Xwwdzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6Xwwdzf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6Xwwdzf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6Xwwdzf .container {
    padding: 0;
  }
}
.cid-tBH6Xwwdzf .row {
  justify-content: center;
}
.cid-tBH6Xwwdzf .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tBH6Xwwdzf .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tBH6Xwwdzf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBH6Xwwdzf .google-map iframe {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-tBH6Xwwdzf .google-map iframe {
    height: 300px;
  }
}
.cid-tBH6Xwwdzf .mbr-section-title {
  color: #263652;
}
.cid-tBH6XYaLpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6XYaLpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6XYaLpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6XYaLpS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6XYaLpS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6XYaLpS .container {
    padding: 0;
  }
}
.cid-tBH6XYaLpS .row {
  justify-content: center;
}
.cid-tBH6XYaLpS .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tBH6XYaLpS .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tBH6XYaLpS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tBH6XYaLpS form {
    padding: 0 16px;
  }
}
.cid-tBH6XYaLpS .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-tBH6XYaLpS .dragArea.row .form-group .form-control {
  padding: 10px;
  border: 1px solid #263652 !important;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
.cid-tBH6XYaLpS .dragArea.row .form-group .form-control::placeholder {
  color: #263652;
}
.cid-tBH6XYaLpS .dragArea.row .form-group .form-check {
  padding-left: 2.3rem;
}
.cid-tBH6XYaLpS .dragArea.row .form-group .form-check .form-check-input {
  background-color: #263652;
  border-color: #263652;
}
.cid-tBH6XYaLpS .dragArea.row .form-group textarea {
  padding: 20px 10px;
  min-height: 150px;
}
.cid-tBH6XYaLpS .dragArea.row .mbr-section-btn {
  margin-top: 30px;
}
.cid-tBH6XYaLpS .mbr-section-title {
  color: #263652;
}
.cid-tBH6XYaLpS label {
  color: #263652;
}
.cid-tBH6YkRa6p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6YkRa6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6YkRa6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6YkRa6p .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6YkRa6p .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6YkRa6p .container {
    padding: 0;
  }
}
.cid-tBH6YkRa6p .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBH6YkRa6p .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tBH6YkRa6p .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tBH6YkRa6p .panel-group {
    padding: 0 16px;
  }
}
.cid-tBH6YkRa6p .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tBH6YkRa6p .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tBH6YkRa6p .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tBH6YkRa6p .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tBH6YkRa6p .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tBH6YkRa6p .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tBH6YkRa6p .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #d17756;
}
.cid-tBH6YkRa6p .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tBH6YkRa6p .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tBH6YkRa6p .mbr-section-title {
  color: #263652;
}
.cid-tBH6YkRa6p .panel-title-edit,
.cid-tBH6YkRa6p .mbr-iconfont {
  color: #263652;
}
.cid-tBH6YkRa6p .panel-text {
  color: #263652;
}
.cid-tBH6YFmnN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6YFmnN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6YFmnN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6YFmnN4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6YFmnN4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6YFmnN4 .container {
    padding: 0;
  }
}
.cid-tBH6YFmnN4 .row {
  justify-content: center;
}
.cid-tBH6YFmnN4 .panel-group .card {
  padding: 50px 160px;
  border-bottom: 1px solid #263652;
  border-radius: 0;
}
.cid-tBH6YFmnN4 .panel-group .card:first-child {
  border-top: 1px solid #263652;
}
@media (max-width: 992px) {
  .cid-tBH6YFmnN4 .panel-group .card {
    padding: 20px 16px;
  }
}
.cid-tBH6YFmnN4 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tBH6YFmnN4 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tBH6YFmnN4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tBH6YFmnN4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tBH6YFmnN4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  color: #d17756;
}
.cid-tBH6YFmnN4 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tBH6YFmnN4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tBH6YFmnN4 .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-tBH6YFmnN4 .mbr-section-btn-main {
  margin-top: 90px;
  text-align: center;
}
.cid-tBH6YFmnN4 .mbr-section-btn-main .btn {
  border-bottom: 2px solid #263652 !important;
}
@media (max-width: 992px) {
  .cid-tBH6YFmnN4 .mbr-section-btn-main {
    margin-top: 50px;
  }
}
.cid-tBH6YFmnN4 .mbr-section-title {
  color: #263652;
}
.cid-tBH6YFmnN4 .panel-title-edit,
.cid-tBH6YFmnN4 .mbr-iconfont {
  color: #263652;
}
.cid-tBH6YFmnN4 .panel-text {
  color: #263652;
}
.cid-tBH6Z10rhL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tBH6Z10rhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6Z10rhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6Z10rhL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6Z10rhL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6Z10rhL .container {
    padding: 0;
  }
}
.cid-tBH6Z10rhL .row {
  justify-content: center;
}
.cid-tBH6Z10rhL .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-tBH6Z10rhL .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-tBH6Z10rhL .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-tBH6Z10rhL .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-tBH6Z10rhL .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-tBH6Z10rhL .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-tBH6Z10rhL .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-tBH6Z10rhL .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-tBH6Z10rhL .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBH6Z10rhL .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-tBH6Z10rhL .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-tBH6Z10rhL .tab-content .tab-pane .text-wrap {
    padding-left: 0;
    margin-top: 30px;
  }
}
.cid-tBH6Z10rhL .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tBH6Z10rhL .mbr-text {
  color: #263652;
}
.cid-tBGKLkp3M8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #263652;
}
.cid-tBGKLkp3M8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBGKLkp3M8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGKLkp3M8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBGKLkp3M8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBGKLkp3M8 .container {
    padding: 0;
  }
}
.cid-tBGKLkp3M8 .row {
  justify-content: center;
}
.cid-tBGKLkp3M8 .row.lists {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .cid-tBGKLkp3M8 .row.lists .card {
    margin-bottom: 40px;
  }
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper {
  padding: 0 8px;
}
@media (max-width: 768px) {
  .cid-tBGKLkp3M8 .row.lists .card .card-wrapper {
    padding: 0 16px;
  }
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper .list {
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper .list .item-wrap {
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
}
.cid-tBGKLkp3M8 .row.lists .card .card-wrapper .list .item-wrap:hover {
  color: #d17756;
  transform: translateX(10px);
}
.cid-tBGKLkp3M8 .row.copy .copyright {
  padding: 30px 16px;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: .5px;
}
.cid-tBGKLkp3M8 .mbr-card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBGKLkp3M8 .list {
  color: #ffffff;
  text-align: center;
}
.cid-tBGKLkp3M8 .copyright {
  color: #ffffff;
  text-align: center;
}
