.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
body {
  font-family: 'Outfit', sans-serif;
}
.display-1 {
  font-family: 'Montagu Slab', serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Montagu Slab', serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #3d626c !important;
}
.bg-success {
  background-color: #012b3a !important;
}
.bg-info {
  background-color: #fff8ef !important;
}
.bg-warning {
  background-color: #8e443d !important;
}
.bg-danger {
  background-color: #75dbcd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d626c !important;
  border-color: #3d626c !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: #1e3035 !important;
  border-color: #1e3035 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e3035 !important;
  border-color: #1e3035 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #34a0a4 !important;
  border-color: #34a0a4 !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: #1f6062 !important;
  border-color: #1f6062 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f6062 !important;
  border-color: #1f6062 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff8ef !important;
  border-color: #fff8ef !important;
  color: #ef8600 !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: #985600 !important;
  background-color: #ffd298 !important;
  border-color: #ffd298 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ef8600 !important;
  background-color: #ffd298 !important;
  border-color: #ffd298 !important;
}
.btn-success,
.btn-success:active {
  background-color: #012b3a !important;
  border-color: #012b3a !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8e443d !important;
  border-color: #8e443d !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: #512723 !important;
  border-color: #512723 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #512723 !important;
  border-color: #512723 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #75dbcd !important;
  border-color: #75dbcd !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: #34c6b2 !important;
  border-color: #34c6b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #34c6b2 !important;
  border-color: #34c6b2 !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: #3d626c;
  color: #3d626c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1e3035 !important;
  background-color: transparent !important;
  border-color: #1e3035 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d626c !important;
  border-color: #3d626c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #34a0a4;
  color: #34a0a4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f6062 !important;
  background-color: transparent !important;
  border-color: #1f6062 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #34a0a4 !important;
  border-color: #34a0a4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fff8ef;
  color: #fff8ef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd298 !important;
  background-color: transparent !important;
  border-color: #ffd298 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ef8600 !important;
  background-color: #fff8ef !important;
  border-color: #fff8ef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #012b3a;
  color: #012b3a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #012b3a !important;
  border-color: #012b3a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8e443d;
  color: #8e443d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #512723 !important;
  background-color: transparent !important;
  border-color: #512723 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #75dbcd;
  color: #75dbcd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #34c6b2 !important;
  background-color: transparent !important;
  border-color: #34c6b2 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #75dbcd !important;
  border-color: #75dbcd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #3d626c !important;
}
.text-secondary {
  color: #34a0a4 !important;
}
.text-success {
  color: #012b3a !important;
}
.text-info {
  color: #fff8ef !important;
}
.text-warning {
  color: #8e443d !important;
}
.text-danger {
  color: #75dbcd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3d626c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #34a0a4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #012b3a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #fff8ef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8e443d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #75dbcd !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #3d626c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff8ef;
}
.alert-warning {
  background-color: #8e443d;
}
.alert-danger {
  background-color: #75dbcd;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3d626c;
  border-color: #3d626c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #77a5b2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #25c3fb;
}
.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: #c98881;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #3d626c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #3d626c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3d626c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3d626c;
}
.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: #3d626c;
  border-bottom-color: #3d626c;
}
.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: #3d626c !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: #34a0a4 !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='%233d626c' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1440px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
a.btn.btn-warning:hover {
  background-color: #e5bc8a !important;
  border-color: #e5bc8a !important;
}
.card-title {
  margin-bottom: 0;
}
button:focus {
  box-shadow: none !important;
}
.cid-sUFqjErx8l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUFqjErx8l nav.navbar {
  position: fixed;
}
.cid-sUFqjErx8l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUFqjErx8l .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sUFqjErx8l .dropdown-item:hover,
.cid-sUFqjErx8l .dropdown-item:focus {
  color: #3d626c !important;
}
.cid-sUFqjErx8l .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-sUFqjErx8l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUFqjErx8l .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-sUFqjErx8l .container {
  display: flex;
  margin: auto;
}
.cid-sUFqjErx8l .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUFqjErx8l .dropdown-menu,
.cid-sUFqjErx8l .navbar.opened {
  background: #012b3a !important;
}
.cid-sUFqjErx8l .nav-item:focus,
.cid-sUFqjErx8l .nav-link:focus {
  outline: none;
}
.cid-sUFqjErx8l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUFqjErx8l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUFqjErx8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUFqjErx8l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUFqjErx8l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUFqjErx8l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUFqjErx8l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #012b3a;
}
.cid-sUFqjErx8l .navbar.opened {
  transition: all 0.3s;
}
.cid-sUFqjErx8l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUFqjErx8l .navbar .navbar-logo img {
  width: auto;
}
.cid-sUFqjErx8l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUFqjErx8l .navbar.collapsed {
  justify-content: center;
}
.cid-sUFqjErx8l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUFqjErx8l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUFqjErx8l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-sUFqjErx8l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUFqjErx8l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUFqjErx8l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sUFqjErx8l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUFqjErx8l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUFqjErx8l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUFqjErx8l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUFqjErx8l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUFqjErx8l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUFqjErx8l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUFqjErx8l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sUFqjErx8l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUFqjErx8l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUFqjErx8l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUFqjErx8l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUFqjErx8l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUFqjErx8l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUFqjErx8l .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUFqjErx8l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUFqjErx8l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUFqjErx8l .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-sUFqjErx8l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUFqjErx8l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUFqjErx8l .dropdown-item.active,
.cid-sUFqjErx8l .dropdown-item:active {
  background-color: transparent;
}
.cid-sUFqjErx8l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUFqjErx8l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUFqjErx8l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUFqjErx8l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #012b3a;
}
.cid-sUFqjErx8l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUFqjErx8l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUFqjErx8l ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sUFqjErx8l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUFqjErx8l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUFqjErx8l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUFqjErx8l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUFqjErx8l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUFqjErx8l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUFqjErx8l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUFqjErx8l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUFqjErx8l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUFqjErx8l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUFqjErx8l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUFqjErx8l .navbar-dropdown {
  position: fixed;
}
.cid-sUFqjErx8l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUFqjErx8l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUFqjErx8l .navbar {
    height: 70px;
  }
  .cid-sUFqjErx8l .navbar.opened {
    height: auto;
  }
  .cid-sUFqjErx8l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUFqjErx8l a {
  display: inline;
}
.cid-sUFqjErx8l img {
  display: inline;
  padding-right: 10px;
}
.cid-sUFqjErx8l .dropdown-toggle:after {
  display: none;
}
.cid-sUFqjErx8l .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sUFqjErx8l .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-sUFqjErx8l .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sUFqjErx8l .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sUFqjErx8l .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sUFqjErx8l .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sUFqjErx8l ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sUFqjErx8l .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sUFqjErx8l .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sUFqjErx8l .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sUFqjErx8l .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sUFqjErx8l .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-sUFqjErx8l .btn {
  border-radius: 1000px !important;
}
.cid-sUFqjErx8l .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sUFqjErx8l .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sUFqjErx8l .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sUFqjErx8l .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sUFqjErx8l .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-sUFqjErx8l .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sUFqjErx8l .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-sUFqjErx8l .container,
  .cid-sUFqjErx8l .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sUFqjErx8l li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sUFqjErx8l ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sUFqjErx8l .icons-menu {
    min-width: initial !important;
  }
  .cid-sUFqjErx8l a.btn {
    margin-top: 10px;
  }
}
.cid-sUFqjErx8l a.btn > span {
  margin-left: 0.5rem;
}
.cid-sUFqjErx8l .nav-item {
  position: relative;
}
.cid-sUFqjErx8l .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sUFqjErx8l .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-sUFqjErx8l .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-sUFqjErx8l a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-sUFqjErx8l li.nav-item {
  padding: 13px 20px !important;
}
.cid-sUFqjErx8l a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-tKzVONI1bB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff8ef;
}
.cid-tKzVONI1bB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKzVONI1bB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKzVONI1bB .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tKzVONI1bB .container-fluid {
    padding: 0 12px;
  }
}
.cid-tKzVONI1bB .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.cid-tKzVONI1bB .card {
  border-right: 0;
}
.cid-tKzVONI1bB .card .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKzVONI1bB .card .image-wrapper {
    margin-bottom: 28px;
  }
}
.cid-tKzVONI1bB .card .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .cid-tKzVONI1bB .card .image-wrapper img {
    width: 100%;
  }
}
.cid-tKyVsicH79 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff8ef;
}
.cid-tKyVsicH79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyVsicH79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tKyVsicH79 .container {
    padding: 0 30px;
  }
}
.cid-tKyVsicH79 .title-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-tKyVsicH79 .title-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tKyVsicH79 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tKyVsicH79 .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-tKyVsicH79 .icon-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tKyVsicH79 .icon-wrap {
    margin-bottom: 40px;
  }
}
.cid-tKyVsicH79 .icon-wrap .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #f1f4e9;
  background-color: #deb350;
  border-radius: 100%;
}
.cid-tKyVsicH79 .image-wrapper {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-tKyVsicH79 .image-wrapper {
    padding: 0;
  }
}
.cid-tKyVsicH79 .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tKyVsicH79 .image-wrapper .image_1 {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-tKyVsicH79 .image-wrapper .image_2 {
  height: 380px;
  object-fit: cover;
  margin: -18% 0 0 -12%;
}
@media (max-width: 992px) {
  .cid-tKyVsicH79 .image-wrapper .image_2 {
    height: 250px;
    margin: 0 0 40px 0;
  }
}
.cid-tKyVsicH79 .mbr-section-title {
  color: #212529;
}
.cid-tKyVsicH79 .mbr-text {
  color: #212529;
}
.cid-tKyVsicH79 .mbr-section-title,
.cid-tKyVsicH79 .icon-wrap {
  color: #a13935;
}
.cid-tKQYnZEy8r {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff8ef;
}
.cid-tKQYnZEy8r .item-wrapper {
  width: 100%;
  height: 120px;
}
.cid-tKQYnZEy8r .row {
  align-items: center;
  position: relative;
}
.cid-tKQYnZEy8r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKQYnZEy8r .container {
  max-width: 700px;
}
.cid-tKQYnZEy8r .info {
  position: absolute;
  padding: 35px;
}
.cid-tKQYnZEy8r .mbr-section-title {
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 4px;
  font-style: italic;
}
.cid-tKQYnZEy8r .color {
  width: 100%;
  background-color: #fff8ef;
  height: 14px;
}
.cid-tKQYnZEy8r img {
  object-fit: fill;
}
.cid-tLU4qHy3D4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff8ef;
}
.cid-tLU4qHy3D4 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tLU4qHy3D4 .mbr-section-subtitle {
  color: #a13935;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tLU4qHy3D4 .row {
  align-items: center;
  height: 100%;
}
.cid-tLU5wOAfQV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff8ef;
}
.cid-tLU5wOAfQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLU5wOAfQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLU5wOAfQV p {
    max-width: 95%;
  }
}
.cid-tLU5wOAfQV .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tLU5wOAfQV .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #3d626c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tLU5wOAfQV .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #34a0a4;
  font-size: 1.5rem;
}
.cid-tLU5wOAfQV .mbr-section-title {
  color: #04492e;
}
.cid-tLU5wOAfQV .mbr-text,
.cid-tLU5wOAfQV .mbr-section-btn {
  color: #012b3a;
  text-align: center;
}
.cid-tLU5wOAfQV .mbr-section-subtitle,
.cid-tLU5wOAfQV .align-wrapper {
  color: #04492e;
}
.cid-tLU5wOAfQV .mbr-section-title2 {
  color: #04492e;
}
.cid-tLU5wOAfQV .mbr-text2,
.cid-tLU5wOAfQV .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tLU94bcf2l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff8ef;
  overflow: hidden;
}
.cid-tLU94bcf2l .mbr-section-head {
  width: 100%;
}
.cid-tLU94bcf2l .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
  opacity: 1;
}
.cid-tKBhMN3r2A {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff8ef;
}
.cid-tKBhMN3r2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKBhMN3r2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKBhMN3r2A .mbr-section-title {
  color: #a13935;
  text-align: center;
}
.cid-tKBhMN3r2A .mbr-text {
  color: #272727;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tKBhMN3r2A .mbr-text {
    margin-top: 24px;
  }
}
.cid-tKBhMN3r2A .image-wrapper {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tKBhMN3r2A .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tKBhMN3r2A .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLU7iItGM9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fff8ef;
}
.cid-tLU7iItGM9 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tLU7iItGM9 .mbr-section-subtitle {
  color: #a13935;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tLU7iItGM9 .row {
  align-items: center;
  height: 100%;
}
.cid-tLU8BHdPub {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff8ef;
}
.cid-tLU8BHdPub .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLU8BHdPub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLU8BHdPub p {
    max-width: 95%;
  }
}
.cid-tLU8BHdPub .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tLU8BHdPub .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #3d626c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tLU8BHdPub .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #34a0a4;
  font-size: 1.5rem;
}
.cid-tLU8BHdPub .mbr-section-title {
  color: #04492e;
}
.cid-tLU8BHdPub .mbr-text,
.cid-tLU8BHdPub .mbr-section-btn {
  color: #012b3a;
  text-align: center;
}
.cid-tLU8BHdPub .mbr-section-subtitle,
.cid-tLU8BHdPub .align-wrapper {
  color: #04492e;
}
.cid-tLU8BHdPub .mbr-section-title2 {
  color: #04492e;
}
.cid-tLU8BHdPub .mbr-text2,
.cid-tLU8BHdPub .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tLU6zxKkG6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff8ef;
  overflow: hidden;
}
.cid-tLU6zxKkG6 .mbr-section-head {
  width: 100%;
}
.cid-tLU6zxKkG6 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
  opacity: 1;
}
.cid-tKLB9tDIN3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKLB9tDIN3 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tKLB9tDIN3 .mbr-section-subtitle {
  color: #a13935;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tKLB9tDIN3 .row {
  align-items: center;
  height: 100%;
}
.cid-tLOxBWxrKP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tLOxBWxrKP .wrapper {
    padding: 0 28px;
  }
}
.cid-tLOxBWxrKP img,
.cid-tLOxBWxrKP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tLOxBWxrKP .item:focus,
.cid-tLOxBWxrKP span:focus {
  outline: none;
}
.cid-tLOxBWxrKP .item {
  margin-bottom: 2rem;
}
.cid-tLOxBWxrKP .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tLOxBWxrKP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLOxBWxrKP .item-title {
  text-align: center;
  color: #000000;
}
.cid-tLOUF2PSpQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLOUF2PSpQ .mbr-section-title {
  color: #012b3a;
  text-align: center;
  margin-bottom: 0;
}
.cid-tLOUF2PSpQ .mbr-section-subtitle {
  color: #a13935;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tLOUF2PSpQ .row {
  align-items: center;
  height: 100%;
}
.cid-tKzaPb9SVs {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKzaPb9SVs .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-tKzaPb9SVs .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tKzaPb9SVs .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tKzaPb9SVs .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tKzaPb9SVs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKzaPb9SVs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tKzaPb9SVs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKzaPb9SVs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tKzaPb9SVs .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tKzaPb9SVs .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tKzaPb9SVs .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tKzaPb9SVs .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tKzaPb9SVs .mbr-text,
.cid-tKzaPb9SVs .mbr-section-btn {
  color: #999999;
}
.cid-tKzaPb9SVs .icon-title,
.cid-tKzaPb9SVs .align-wrap {
  color: #000000;
}
.cid-tKzaPb9SVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKzaPb9SVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKzaPb9SVs .mbr-section-title,
.cid-tKzaPb9SVs .col {
  text-align: left;
  color: #a13935;
}
.cid-tKzaPb9SVs .mbr-text,
.cid-tKzaPb9SVs .col {
  text-align: left;
  color: #000000;
}
.cid-tMhYFHmz5e {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e2e3e9;
  overflow: hidden;
}
.cid-tMhYFHmz5e .mbr-section-head {
  width: 100%;
}
.cid-tMhYFHmz5e .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
  opacity: 1;
}
.cid-tM4MeTdeJy {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e2e3e9;
}
.cid-tM4MeTdeJy .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e3e9;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tM4MeTdeJy .mbr-section-title {
  color: #a13935;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tM4MeTdeJy .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tM4MeTdeJy .mbr-section-subtitle {
  color: #a13935;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tM4MeTdeJy .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tM4MeTdeJy .mbr-text {
  color: #a13935;
  text-align: center;
}
.cid-tMhRs6n23e {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e2e3e9;
  overflow: hidden;
}
.cid-tMhRs6n23e .mbr-section-head {
  width: 100%;
}
.cid-tMhRs6n23e .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
  opacity: 1;
}
.cid-tLOCoQqWMI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLOCoQqWMI img,
.cid-tLOCoQqWMI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tLOCoQqWMI .item:focus,
.cid-tLOCoQqWMI span:focus {
  outline: none;
}
.cid-tLOCoQqWMI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLOCoQqWMI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLOCoQqWMI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLOCoQqWMI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tLOCoQqWMI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLOCoQqWMI .mbr-section-title {
  color: #a13935;
}
.cid-tLOCoQqWMI .mbr-text,
.cid-tLOCoQqWMI .mbr-section-btn {
  text-align: center;
}
.cid-tLOCoQqWMI .item-title {
  text-align: center;
}
.cid-tLOCoQqWMI .item-subtitle {
  text-align: center;
}
.cid-tLOKBXupST {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e2e3e9;
}
.cid-tLOKBXupST .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tLOKBXupST .mbr-section-subtitle {
  color: #a13935;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tLOKBXupST .row {
  align-items: center;
  height: 100%;
}
.cid-tLOFfkzc63 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLOFfkzc63 img,
.cid-tLOFfkzc63 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tLOFfkzc63 .item:focus,
.cid-tLOFfkzc63 span:focus {
  outline: none;
}
.cid-tLOFfkzc63 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLOFfkzc63 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLOFfkzc63 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLOFfkzc63 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tLOFfkzc63 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLOFfkzc63 .mbr-section-title {
  color: #a13935;
}
.cid-tLOFfkzc63 .mbr-text,
.cid-tLOFfkzc63 .mbr-section-btn {
  text-align: center;
}
.cid-tLOFfkzc63 .item-title {
  text-align: center;
}
.cid-tLOFfkzc63 .item-subtitle {
  text-align: center;
}
.cid-tLOHsaAoBA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLOHsaAoBA img,
.cid-tLOHsaAoBA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tLOHsaAoBA .item:focus,
.cid-tLOHsaAoBA span:focus {
  outline: none;
}
.cid-tLOHsaAoBA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLOHsaAoBA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLOHsaAoBA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLOHsaAoBA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tLOHsaAoBA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLOHsaAoBA .mbr-section-title {
  color: #a13935;
}
.cid-tLOHsaAoBA .mbr-text,
.cid-tLOHsaAoBA .mbr-section-btn {
  text-align: center;
}
.cid-tLOHsaAoBA .item-title {
  text-align: center;
}
.cid-tLOHsaAoBA .item-subtitle {
  text-align: center;
}
.cid-tLZBc4kiBL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-tLZBc4kiBL .mbr-section-title {
  padding-bottom: 36px;
}
.cid-tLZBc4kiBL .mbr-section-subtitle {
  letter-spacing: 5.4px;
}
.cid-tLZBc4kiBL .right-side {
  max-width: 450px;
}
.cid-tLZBc4kiBL .left-side {
  max-width: 550px;
}
.cid-tLZBc4kiBL .l1 {
  font-size: 60px;
  line-height: 1.1;
  color: #34a0a4;
}
.cid-tLZBc4kiBL .l2 {
  margin-bottom: 38px;
}
.cid-tLZBc4kiBL .l3,
.cid-tLZBc4kiBL .l4,
.cid-tLZBc4kiBL .l5,
.cid-tLZBc4kiBL .l6 {
  display: inline;
}
.cid-tLZBc4kiBL .l5 {
  max-width: 121px;
}
.cid-tLZBc4kiBL .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
}
.cid-tLZBc4kiBL a {
  font-weight: 400;
  letter-spacing: 5.4px;
}
.cid-tLZBc4kiBL .container {
  max-width: 1140px;
}
.cid-tLZBc4kiBL .button-align {
  margin-top: 40px;
}
.cid-tLZBc4kiBL .mbr-text,
.cid-tLZBc4kiBL .link {
  color: #ffffff;
}
.cid-tLZBc4kiBL .l2,
.cid-tLZBc4kiBL .iconfont-wrapper {
  color: #e5be8a;
}
.cid-tLZBc4kiBL .title {
  color: #75dbcd;
}
.cid-tLZBc4kiBL a.btn:hover {
  color: #8E443D;
}
.cid-tLZBc4kiBL .col-sm-auto {
  padding-right: 20px;
}
.cid-tLZBc4kiBL .mbr-text {
  color: #e2e3e9;
}
.cid-tKAzEPxGVk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #dde0cb;
}
.cid-tKAzEPxGVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKAzEPxGVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKAzEPxGVk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKAzEPxGVk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tKAzEPxGVk .container {
    padding: 0;
  }
}
.cid-tKAzEPxGVk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKAzEPxGVk .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tKAzEPxGVk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKAzEPxGVk .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tKAzEPxGVk .mbr-section-title {
  color: #a13935;
  text-align: center;
}
.cid-tKAzEPxGVk .mbr-text {
  color: #263652;
}
.cid-tKLQHFZOq0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #dde0cb;
}
.cid-tKLQHFZOq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKLQHFZOq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKLQHFZOq0 .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-tKLQHFZOq0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tKLQHFZOq0 .container {
    padding: 0 26px;
  }
}
.cid-tKLQHFZOq0 .row {
  justify-content: center;
}
.cid-tKLQHFZOq0 .card {
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .cid-tKLQHFZOq0 .card {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tKLQHFZOq0 .card {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tKLQHFZOq0 .card {
    padding: 0 12px;
  }
}
.cid-tKLQHFZOq0 .card .image-wrapper img {
  height: 240px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-tKLQHFZOq0 .card .image-wrapper img {
    height: 180px;
  }
}
.cid-tLTR23T8bK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #dde0cb;
}
.cid-tLTR23T8bK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTR23T8bK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTR23T8bK .row {
  margin: 0 !important;
}
.cid-tLTR23T8bK .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tLTR23T8bK .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tLTR23T8bK .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tLTR23T8bK .mbr-section-title {
  color: #a13935;
  margin-bottom: 0;
  text-align: center;
}
.cid-tLTR23T8bK .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tLTR23T8bK .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tLTR23T8bK .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tLTR23T8bK .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tLTR23T8bK .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tLTR23T8bK .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tLTR23T8bK .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tLTR23T8bK .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #012b3a;
  margin-left: 0.5rem;
}
.cid-tLTR23T8bK .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #012b3a;
  font-weight: 900;
}
.cid-tLTR23T8bK .panel-group {
  border: none;
}
.cid-tLTR23T8bK .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #012b3a;
}
.cid-tLTR23T8bK .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLTR23T8bK .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tLTR23T8bK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tLTR23T8bK .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tLTR23T8bK .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tLTR23T8bK .panel-title-edit {
  color: #012b3a;
}
.cid-tLTR23T8bK .panel-body {
  padding: 0 0 20px;
}
.cid-tLTR23T8bK .panel-text {
  color: #012b3a;
  margin: 0;
}
.cid-tLTTQSZvGA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde0cb;
}
.cid-tLTTQSZvGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTTQSZvGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTTQSZvGA .row {
  margin: 0 !important;
}
.cid-tLTTQSZvGA .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tLTTQSZvGA .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tLTTQSZvGA .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tLTTQSZvGA .mbr-section-title {
  color: #a13935;
  margin-bottom: 0;
}
.cid-tLTTQSZvGA .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tLTTQSZvGA .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tLTTQSZvGA .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tLTTQSZvGA .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tLTTQSZvGA .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tLTTQSZvGA .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tLTTQSZvGA .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tLTTQSZvGA .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #012b3a;
  margin-left: 0.5rem;
}
.cid-tLTTQSZvGA .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #012b3a;
  font-weight: 900;
}
.cid-tLTTQSZvGA .panel-group {
  border: none;
}
.cid-tLTTQSZvGA .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #012b3a;
}
.cid-tLTTQSZvGA .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLTTQSZvGA .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tLTTQSZvGA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tLTTQSZvGA .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tLTTQSZvGA .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tLTTQSZvGA .panel-title-edit {
  color: #012b3a;
}
.cid-tLTTQSZvGA .panel-body {
  padding: 0 0 20px;
}
.cid-tLTTQSZvGA .panel-text {
  color: #012b3a;
  margin: 0;
}
.cid-tLTXv9X0Uu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dde0cb;
}
.cid-tLTXv9X0Uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTXv9X0Uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTXv9X0Uu .row {
  margin: 0 !important;
}
.cid-tLTXv9X0Uu .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tLTXv9X0Uu .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tLTXv9X0Uu .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-tLTXv9X0Uu .mbr-section-title {
  color: #a13935;
  margin-bottom: 0;
}
.cid-tLTXv9X0Uu .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tLTXv9X0Uu .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tLTXv9X0Uu .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tLTXv9X0Uu .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tLTXv9X0Uu .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-tLTXv9X0Uu .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-tLTXv9X0Uu .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tLTXv9X0Uu .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #012b3a;
  margin-left: 0.5rem;
}
.cid-tLTXv9X0Uu .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #012b3a;
  font-weight: 900;
}
.cid-tLTXv9X0Uu .panel-group {
  border: none;
}
.cid-tLTXv9X0Uu .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-tLTXv9X0Uu .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLTXv9X0Uu .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tLTXv9X0Uu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-tLTXv9X0Uu .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-tLTXv9X0Uu .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-tLTXv9X0Uu .panel-title-edit {
  color: #012b3a;
}
.cid-tLTXv9X0Uu .panel-body {
  padding: 0 0 20px;
}
.cid-tLTXv9X0Uu .panel-text {
  color: #012b3a;
  margin: 0;
}
.cid-tM0gRORV9j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #dde0cb;
  overflow: hidden;
}
.cid-tM0gRORV9j .mbr-section-head {
  width: 100%;
}
.cid-tM0gRORV9j .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
  opacity: 1;
}
.cid-tKBj9EICPv {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #dde0cb;
}
.cid-tKBj9EICPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKBj9EICPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKBj9EICPv .mbr-section-title {
  color: #a13935;
  text-align: center;
}
.cid-tKBj9EICPv .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tKBj9EICPv .mbr-text {
    margin-top: 24px;
  }
}
.cid-tKBj9EICPv .image-wrapper {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tKBj9EICPv .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tKBj9EICPv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUFqMxz9tF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-sUFqMxz9tF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUFqMxz9tF .wrapper {
  max-width: 350px;
}
.cid-sUFqMxz9tF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUFqMxz9tF .row {
    text-align: center;
  }
  .cid-sUFqMxz9tF .social-row {
    justify-content: center;
  }
}
.cid-sUFqMxz9tF .list {
  list-style: none;
  padding-left: 0;
  color: #52b69a;
}
@media (max-width: 991px) {
  .cid-sUFqMxz9tF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUFqMxz9tF .list {
    margin-bottom: 0rem;
  }
}
.cid-sUFqMxz9tF .mbr-text {
  color: #ffffff;
}
.cid-sUFqMxz9tF .mbr-iconfont {
  color: black;
}
.cid-sUFqMxz9tF img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-sUFqMxz9tF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sUFqMxz9tF .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-sUFqMxz9tF .social-list .soc-item {
  margin-right: 1rem;
  background-color: #34a0a4;
}
.cid-sUFqMxz9tF .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-sUFqMxz9tF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUFqMxz9tF .item-wrap {
  margin-bottom: 16px;
}
.cid-sUFqMxz9tF .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-sUFqMxz9tF .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sUFqMxz9tF .text {
  margin-bottom: 36px;
  color: #ffffff;
  text-align: left;
}
.cid-sUFqMxz9tF a {
  font-weight: 400 !important;
}
.cid-sUFqMxz9tF a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-sUFqMxz9tF img {
    display: inline;
  }
  .cid-sUFqMxz9tF .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-sUFqMxz9tF .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-sUFqMxz9tF .text1 {
  color: #999999;
}
.cid-sUFqMxz9tF .mbr-section-subtitle,
.cid-sUFqMxz9tF .list,
.cid-sUFqMxz9tF .item-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-sUFqMxz9tF .list P {
  text-align: left;
}
.cid-tM58ZI4xq9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #012b3a;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tM58ZI4xq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM58ZI4xq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM58ZI4xq9 .section-border-item {
  background-color: #fcdb42;
}
.cid-tM58ZI4xq9 .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-tM58ZI4xq9 .card-wrap {
  width: 100%;
}
.cid-tM58ZI4xq9 .card-box {
  width: 100%;
}
.cid-tM58ZI4xq9 .card-title {
  color: #012b3a;
  text-align: center;
}
.cid-tM58ZI4xq9 .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-tM58ZI4xq9 .mbr-text {
    margin-top: 1rem;
  }
}
.cid-tKQNqA54Bf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #012b3a;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tKQNqA54Bf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQNqA54Bf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKQNqA54Bf .section-border-item {
  background-color: #fcdb42;
}
.cid-tKQNqA54Bf .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-tKQNqA54Bf .card-wrap {
  width: 100%;
}
.cid-tKQNqA54Bf .card-box {
  width: 100%;
}
.cid-tKQNqA54Bf .card-title {
  color: #3d626c;
  text-align: center;
}
.cid-tKQNqA54Bf .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-tKQNqA54Bf .mbr-text {
    margin-top: 1rem;
  }
}
.cid-u218R3y4i4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u218R3y4i4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
