body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #353535 !important;
}
.bg-success {
  background-color: #0e9d2e !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e9d2e !important;
  border-color: #0e9d2e !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: #074d17 !important;
  border-color: #074d17 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #074d17 !important;
  border-color: #074d17 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0e9d2e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #074d17 !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: #0e9d2e !important;
  border-color: #0e9d2e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #353535 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #0e9d2e !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #063f13 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3dee64;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.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: #353535;
  border-bottom-color: #353535;
}
.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: #353535 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23353535' %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;
}
.cid-tybYVAiQHe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-tybYVAiQHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybYVAiQHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybYVAiQHe .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-twqhLWuC3Q {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-twqhLWuC3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqhLWuC3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twqhLWuC3Q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-twqhLWuC3Q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twqhLWuC3Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twqhLWuC3Q .mbr-text,
.cid-twqhLWuC3Q .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-twqhLWuC3Q .mbr-section-title {
  text-align: center;
  color: #084797;
}
.cid-twqhLWuC3Q P {
  text-align: right;
  color: #e43f3f;
}
.cid-twqhLWuC3Q ul {
  list-style: none;
}
.cid-twqhLWuC3Q ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-tybLkW7o2S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-tybLkW7o2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybLkW7o2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybLkW7o2S .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tBz7ujPRw3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBz7ujPRw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBz7ujPRw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBz7ujPRw3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tBz7ujPRw3 .mbr-section-subtitle {
  text-align: left;
}
.cid-tybLn9BV83 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tybLn9BV83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybLn9BV83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybLn9BV83 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tybLn9BV83 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tybLn9BV83 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tybLn9BV83 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-tybLn9BV83 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tybLn9BV83 .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-tybLn9BV83 .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tybLn9BV83 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tybLn9BV83 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tybLn9BV83 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tybOvTl3CI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-tybOvTl3CI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybOvTl3CI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybOvTl3CI .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tybOMR7VYI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tybOMR7VYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybOMR7VYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tybOMR7VYI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tybOMR7VYI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tybOMR7VYI .text-wrapper {
    padding: 2rem;
  }
}
.cid-tybOMR7VYI .mbr-text {
  color: #111111;
}
.cid-uEQKydmpM6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tybQHX04IN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-tybQHX04IN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybQHX04IN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybQHX04IN .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uER3QZC5hc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uER3QZC5hc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uER32ybdZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uER32ybdZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uER32ybdZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uER32ybdZc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uER32ybdZc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uER32ybdZc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uER4KTBc96 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uER4KTBc96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uER4KTBc96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uER4KTBc96 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uER4KTBc96 .row {
  flex-direction: row-reverse;
}
.cid-uER4KTBc96 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uER4KTBc96 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uER5sFyk4F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uER5sFyk4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uER5sFyk4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uER5sFyk4F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uER5sFyk4F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uER5sFyk4F .text-wrapper {
    padding: 2rem;
  }
}
.cid-uER5MtCeOU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uER5MtCeOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uER5MtCeOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uER5MtCeOU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uER5MtCeOU .row {
  flex-direction: row-reverse;
}
.cid-uER5MtCeOU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uER5MtCeOU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uER6fdmNK3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uER6fdmNK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uER6fdmNK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uER6fdmNK3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uER6fdmNK3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uER6fdmNK3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uER71EiH38 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uER71EiH38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uER71EiH38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uER71EiH38 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uER71EiH38 .row {
  flex-direction: row-reverse;
}
.cid-uER71EiH38 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uER71EiH38 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERf9fdN0t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERf9fdN0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERf9fdN0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERf9fdN0t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERf9fdN0t img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERf9fdN0t .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERfruUBCX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERfruUBCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERfruUBCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERfruUBCX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERfruUBCX .row {
  flex-direction: row-reverse;
}
.cid-uERfruUBCX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERfruUBCX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERqZn3HUQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uERqZn3HUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERqZn3HUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERqZn3HUQ .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uERsWgMjZl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERsWgMjZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERsWgMjZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERsWgMjZl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERsWgMjZl .row {
  flex-direction: row-reverse;
}
.cid-uERsWgMjZl img {
  width: 100%;
}
.cid-uERs0UP5s6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERsDe9778 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERmsnBfeW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERmsnBfeW blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tybR9IcWOk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-tybR9IcWOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybR9IcWOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybR9IcWOk .mbr-section-title {
  color: #ffffff;
}
.cid-tybR9IcWOk .mbr-text,
.cid-tybR9IcWOk .mbr-section-btn {
  color: #ffe161;
}
.cid-tybRb95FEx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe885;
}
.cid-tybRb95FEx .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tybRb95FEx .mbr-text {
  color: #e43f3f;
}
.cid-u3kKuVw40o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u3kKuVw40o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3kKuVw40o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3kKuVw40o .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u3kKuVw40o .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u3kKuVw40o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u3kKuVw40o .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u3kKuVw40o .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u3kKuVw40o .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u3kKuVw40o .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u3kKuVw40o .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u3kKuVw40o .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u3kKuVw40o .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u3kKuVw40o .card-subtitle {
  text-align: center;
  color: #2e1d50;
}
.cid-tybRlarJ7L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-tybRlarJ7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybRlarJ7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybRlarJ7L .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tybRittvzt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tybRittvzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybRittvzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybRittvzt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #353535;
  margin-left: 1rem;
}
.cid-tybRittvzt .panel-group {
  border: none;
}
.cid-tybRittvzt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tybRittvzt .panel-body,
.cid-tybRittvzt .card-header {
  padding: 1rem 0;
}
.cid-tybRittvzt .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-tybRittvzt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uEQYhZ5zk8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEQYhZ5zk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQYhZ5zk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQYhZ5zk8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #353535;
  margin-left: 1rem;
}
.cid-uEQYhZ5zk8 .panel-group {
  border: none;
}
.cid-uEQYhZ5zk8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEQYhZ5zk8 .panel-body,
.cid-uEQYhZ5zk8 .card-header {
  padding: 1rem 0;
}
.cid-uEQYhZ5zk8 .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uEQYhZ5zk8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tybRoK232E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-tybRoK232E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybRoK232E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybRoK232E .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tybRnS28Eo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tybRnS28Eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybRnS28Eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybRnS28Eo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tybRnS28Eo .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tybRnS28Eo .mbr-section-title {
  color: #206dcf;
}
.cid-tybRnS28Eo .mbr-text,
.cid-tybRnS28Eo .mbr-section-btn {
  color: #2e1d50;
}
.cid-tySbJKK5Vr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tySbJKK5Vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tySbJKK5Vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tySbJKK5Vr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tySbJKK5Vr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tySbJKK5Vr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tySbJKK5Vr .list {
  color: #ffffff;
}
.cid-tybRryikOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e43f3f;
}
.cid-tybRryikOJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybRryikOJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybRryikOJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybRryikOJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tybRryikOJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybRryikOJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybRryikOJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybRryikOJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybRryikOJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybRryikOJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybRryikOJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-tycmZ6J934 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tycmZ6J934 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tycmZ6J934 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tycmZ6J934 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tycmZ6J934 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tycmZ6J934 .mbr-section-title {
  color: #ffffff;
}
.cid-tybRryikOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e43f3f;
}
.cid-tybRryikOJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybRryikOJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybRryikOJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybRryikOJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tybRryikOJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybRryikOJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybRryikOJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybRryikOJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybRryikOJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybRryikOJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybRryikOJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-tyclRggXkB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyclRggXkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyclRggXkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyclRggXkB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tyclRggXkB .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyclRggXkB .mbr-section-title {
  color: #ffffff;
}
.cid-tybRryikOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e43f3f;
}
.cid-tybRryikOJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybRryikOJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybRryikOJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybRryikOJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tybRryikOJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybRryikOJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybRryikOJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybRryikOJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybRryikOJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybRryikOJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybRryikOJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-tycnX4vINr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tycnX4vINr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tycnX4vINr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tycnX4vINr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tycnX4vINr .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tycnX4vINr .mbr-section-title {
  color: #ffffff;
}
.cid-tybRryikOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e43f3f;
}
.cid-tybRryikOJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybRryikOJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybRryikOJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybRryikOJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tybRryikOJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybRryikOJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybRryikOJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybRryikOJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybRryikOJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybRryikOJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybRryikOJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-uEQASIqTbw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEQASIqTbw .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEQASITZEJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEQASITZEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASITZEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASITZEJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uEQASITZEJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uEQASITZEJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uEQASITZEJ .mbr-text,
.cid-uEQASITZEJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uEQASITZEJ .mbr-section-title {
  text-align: center;
  color: #40b0bf;
}
.cid-uEQASITZEJ P {
  text-align: right;
}
.cid-uEQASITZEJ ul {
  list-style: none;
}
.cid-uEQASITZEJ ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-uEQASJMLKZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASJMLKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASJMLKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASJMLKZ .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASKnLX0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEQASKnLX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASKnLX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uEQASKnLX0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEQASKnLX0 .row {
  flex-direction: row-reverse;
}
.cid-uEQASKnLX0 img {
  width: 100%;
}
.cid-uEQASKSSNX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASKSSNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASKSSNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASKSSNX .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASLCK0g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEQASLCK0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASLCK0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASLCK0g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uEQASLCK0g .row {
    flex-direction: column-reverse;
  }
  .cid-uEQASLCK0g .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uEQASLCK0g .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uEQASLCK0g .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uEQASLCK0g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEQASM8zdg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASM8zdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASM8zdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASM8zdg .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASMzxQg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEQASMzxQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASMzxQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASMzxQg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uEQASMzxQg .mbr-section-subtitle {
  text-align: left;
}
.cid-uEQASNalis {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEQASNalis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASNalis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASNalis .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uEQASNalis .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uEQASNalis .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEQASNalis .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-uEQASNalis .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uEQASNalis .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-uEQASNalis .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uEQASNalis .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uEQASNalis .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEQASNalis .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uEQASNVRHW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASNVRHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASNVRHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASNVRHW .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASOpRPX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEQASOpRPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASOpRPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uEQASOpRPX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEQASOpRPX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEQASOpRPX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEQASP4wRw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASP4wRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASP4wRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASP4wRw .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASPx96i {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEQASPx96i .item:focus,
.cid-uEQASPx96i span:focus {
  outline: none;
}
.cid-uEQASPx96i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uEQASPx96i .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uEQASPx96i .item {
  padding: 0;
  margin: 0;
}
.cid-uEQASPx96i .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uEQASPx96i .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEQASPx96i .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uEQASPx96i .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEQASPx96i .mbr-section-title {
  color: #232323;
}
.cid-uEQASPx96i .mbr-text,
.cid-uEQASPx96i .mbr-section-btn {
  text-align: left;
}
.cid-uEQASPx96i .item-title {
  text-align: left;
}
.cid-uEQASPx96i .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uEQASQ2iVM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEQASQ2iVM .line {
  background-color: #2e1d50;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEQASQ2iVM .mbr-text {
  color: #e43f3f;
}
.cid-uEQASQs5S9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASQs5S9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASQs5S9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASQs5S9 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASQVx4Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEQASQVx4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASQVx4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASQVx4Q .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uEQASQVx4Q .item {
    margin-bottom: 4rem;
  }
}
.cid-uEQASQVx4Q .item:last-child .icon-box:before {
  display: none;
}
.cid-uEQASQVx4Q .item.last .icon-box:before {
  display: none;
}
.cid-uEQASQVx4Q .icon-box {
  background: #40b0bf;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uEQASQVx4Q .icon-box {
    margin-right: 1rem;
  }
}
.cid-uEQASQVx4Q .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 76px;
  left: 50%;
  top: 19%;
  top: 100%;
  color: #40b0bf;
  transform: translate(-50%, 0);
}
.cid-uEQASQVx4Q span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEQASQVx4Q .card {
    margin-bottom: 2rem;
  }
  .cid-uEQASQVx4Q .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uEQASQVx4Q .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-uEQASQVx4Q .icon-box::before {
    top: 114%;
  }
}
.cid-uEQASRRlYd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASRRlYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASRRlYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASRRlYd .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASSoG3j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uEQASSoG3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASSoG3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uEQASSoG3j .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uEQASSoG3j .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEQASSoG3j .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uEQASSoG3j .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uEQASSoG3j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEQASSoG3j .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uEQAST6SIX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQAST6SIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQAST6SIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQAST6SIX .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASTwyHl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEQASTwyHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASTwyHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASTwyHl .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uEQASTwyHl .item {
    margin-bottom: 4rem;
  }
}
.cid-uEQASTwyHl .item:last-child .icon-box:before {
  display: none;
}
.cid-uEQASTwyHl .item.last .icon-box:before {
  display: none;
}
.cid-uEQASTwyHl .icon-box {
  background: #40b0bf;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uEQASTwyHl .icon-box {
    margin-right: 1rem;
  }
}
.cid-uEQASTwyHl .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #40b0bf;
  transform: translate(-50%, 0);
}
.cid-uEQASTwyHl span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEQASTwyHl .card {
    margin-bottom: 2rem;
  }
  .cid-uEQASTwyHl .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uEQASTwyHl .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-uEQASTwyHl .icon-box::before {
    top: 114%;
  }
}
.cid-uEQASUw4XL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASUw4XL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASUw4XL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASUw4XL .mbr-section-title {
  color: #ffffff;
}
.cid-uEQASUw4XL .mbr-text,
.cid-uEQASUw4XL .mbr-section-btn {
  color: #ffe161;
}
.cid-uEQASV0fS5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEQASV0fS5 .item:focus,
.cid-uEQASV0fS5 span:focus {
  outline: none;
}
.cid-uEQASV0fS5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uEQASV0fS5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uEQASV0fS5 .item {
  padding: 0;
  margin: 0;
}
.cid-uEQASV0fS5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uEQASV0fS5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEQASV0fS5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uEQASV0fS5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEQASV0fS5 .mbr-section-title {
  color: #232323;
}
.cid-uEQASV0fS5 .mbr-text,
.cid-uEQASV0fS5 .mbr-section-btn {
  text-align: left;
}
.cid-uEQASV0fS5 .item-title {
  text-align: left;
}
.cid-uEQASV0fS5 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uEQASVwQKV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eccc3d;
}
.cid-uEQASVwQKV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEQASVwQKV .mbr-text {
  color: #e43f3f;
}
.cid-uEQASVXDOE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uEQASVXDOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASVXDOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASVXDOE .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uEQASVXDOE .item-wrapper {
  background-color: #40b0bf;
  border-radius: 4px;
}
.cid-uEQASVXDOE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEQASVXDOE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uEQASVXDOE .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uEQASVXDOE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uEQASVXDOE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uEQASVXDOE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uEQASVXDOE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEQASVXDOE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uEQASVXDOE .card-subtitle {
  text-align: center;
  color: #ffe206;
}
.cid-uEQASWsTev {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASWsTev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASWsTev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASWsTev .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASWWaN1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEQASWWaN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASWWaN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASWWaN1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uEQASWWaN1 .item {
    margin-bottom: 4rem;
  }
}
.cid-uEQASWWaN1 .item:last-child .icon-box:before {
  display: none;
}
.cid-uEQASWWaN1 .item.last .icon-box:before {
  display: none;
}
.cid-uEQASWWaN1 .icon-box {
  background: #40b0bf;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uEQASWWaN1 .icon-box {
    margin-right: 1rem;
  }
}
.cid-uEQASWWaN1 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEQASWWaN1 .card {
    margin-bottom: 2rem;
  }
  .cid-uEQASWWaN1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uEQASXXSXO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASXXSXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASXXSXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASXXSXO .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASYpWkK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEQASYpWkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASYpWkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASYpWkK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #353535;
  margin-left: 1rem;
}
.cid-uEQASYpWkK .panel-group {
  border: none;
}
.cid-uEQASYpWkK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEQASYpWkK .panel-body,
.cid-uEQASYpWkK .card-header {
  padding: 1rem 0;
}
.cid-uEQASYpWkK .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uEQASYpWkK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uEQASZ3C4e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-uEQASZ3C4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASZ3C4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASZ3C4e .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uEQASZD20J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEQASZD20J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQASZD20J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQASZD20J .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEQASZD20J .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uEQASZD20J .mbr-section-title {
  color: #206dcf;
}
.cid-uEQASZD20J .mbr-text,
.cid-uEQASZD20J .mbr-section-btn {
  color: #2e1d50;
}
.cid-uEQAT0839n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #40b0bf;
}
.cid-uEQAT0839n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEQAT0839n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEQAT0839n ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uEQAT0839n li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uEQAT0839n ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uEQAT0839n .list {
  color: #ffffff;
}
.cid-uEQAT1vKyJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e43f3f;
}
.cid-uEQAT1vKyJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uEQAT1vKyJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uEQAT1vKyJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uEQAT1vKyJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEQAT1vKyJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEQAT1vKyJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uEQAT1vKyJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uEQAT1vKyJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uEQAT1vKyJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uEQAT1vKyJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uEQAT1vKyJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uEQAT1vKyJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uEQAT1vKyJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uEQAT1vKyJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uEQAT1vKyJ .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-uERYJ78Y8F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uERYJ78Y8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJ78Y8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJ78Y8F .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uERYJ7tVgQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uERYJ7tVgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJ7tVgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJ7tVgQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uERYJ7tVgQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uERYJ7tVgQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uERYJ7tVgQ .mbr-text,
.cid-uERYJ7tVgQ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uERYJ7tVgQ .mbr-section-title {
  text-align: center;
  color: #084797;
}
.cid-uERYJ7tVgQ P {
  text-align: right;
  color: #e43f3f;
}
.cid-uERYJ7tVgQ ul {
  list-style: none;
}
.cid-uERYJ7tVgQ ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-uERYJ7Tiu6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uERYJ7Tiu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJ7Tiu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJ7Tiu6 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uERYJ8jcNW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJ8jcNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJ8jcNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJ8jcNW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uERYJ8jcNW .mbr-section-subtitle {
  text-align: left;
}
.cid-uERYJ8LTKI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uERYJ8LTKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJ8LTKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJ8LTKI .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uERYJ8LTKI .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uERYJ8LTKI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uERYJ8LTKI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-uERYJ8LTKI .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uERYJ8LTKI .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-uERYJ8LTKI .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uERYJ8LTKI .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uERYJ8LTKI .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uERYJ8LTKI .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uERYJ9UJk1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uERYJ9UJk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJ9UJk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJ9UJk1 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uERYJajSgc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJajSgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJajSgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJajSgc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJajSgc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJajSgc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERYJajSgc .mbr-text {
  color: #111111;
}
.cid-uERYJaOX5X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJbjBAu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uERYJbjBAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJbjBAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJbjBAu .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uERYJbIHO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uERYJbIHO7 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uERYJc2nkN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJc2nkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJc2nkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJc2nkN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJc2nkN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJc2nkN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERYJcvlK8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJcvlK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJcvlK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJcvlK8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJcvlK8 .row {
  flex-direction: row-reverse;
}
.cid-uERYJcvlK8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJcvlK8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERYJcYXFU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJcYXFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJcYXFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJcYXFU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJcYXFU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJcYXFU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERYJdHNvN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJdHNvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJdHNvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJdHNvN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJdHNvN .row {
  flex-direction: row-reverse;
}
.cid-uERYJdHNvN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJdHNvN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERYJe8emh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJe8emh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJe8emh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJe8emh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJe8emh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJe8emh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERYJeSCpo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJeSCpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJeSCpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJeSCpo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJeSCpo .row {
  flex-direction: row-reverse;
}
.cid-uERYJeSCpo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJeSCpo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERYJfmgJB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJfmgJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJfmgJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJfmgJB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJfmgJB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJfmgJB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERYJfNolc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJfNolc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJfNolc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJfNolc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJfNolc .row {
  flex-direction: row-reverse;
}
.cid-uERYJfNolc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJfNolc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uERYJgkGTX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uERYJgkGTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJgkGTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJgkGTX .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uERYJgIdQq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJgIdQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJgIdQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uERYJgIdQq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uERYJgIdQq .row {
  flex-direction: row-reverse;
}
.cid-uERYJgIdQq img {
  width: 100%;
}
.cid-uERYJhewXS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJhDEn2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJi5j6z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJi5j6z blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uERYJivXKz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uERYJivXKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJivXKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJivXKz .mbr-section-title {
  color: #ffffff;
}
.cid-uERYJivXKz .mbr-text,
.cid-uERYJivXKz .mbr-section-btn {
  color: #ffe161;
}
.cid-uERYJj5muk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe885;
}
.cid-uERYJj5muk .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uERYJj5muk .mbr-text {
  color: #e43f3f;
}
.cid-uERYJjuytw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uERYJjuytw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJjuytw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJjuytw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uERYJjuytw .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uERYJjuytw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uERYJjuytw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uERYJjuytw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uERYJjuytw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uERYJjuytw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uERYJjuytw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uERYJjuytw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uERYJjuytw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uERYJjuytw .card-subtitle {
  text-align: center;
  color: #2e1d50;
}
.cid-uERYJk72St {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uERYJk72St .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJk72St .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJk72St .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uERYJkDiXL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJkDiXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJkDiXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJkDiXL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #353535;
  margin-left: 1rem;
}
.cid-uERYJkDiXL .panel-group {
  border: none;
}
.cid-uERYJkDiXL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uERYJkDiXL .panel-body,
.cid-uERYJkDiXL .card-header {
  padding: 1rem 0;
}
.cid-uERYJkDiXL .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uERYJkDiXL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uERYJle2mK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJle2mK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJle2mK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJle2mK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #353535;
  margin-left: 1rem;
}
.cid-uERYJle2mK .panel-group {
  border: none;
}
.cid-uERYJle2mK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uERYJle2mK .panel-body,
.cid-uERYJle2mK .card-header {
  padding: 1rem 0;
}
.cid-uERYJle2mK .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uERYJle2mK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uERYJlZyjM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uERYJlZyjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJlZyjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJlZyjM .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uERYJmyCfr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERYJmyCfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJmyCfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJmyCfr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uERYJmyCfr .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uERYJmyCfr .mbr-section-title {
  color: #206dcf;
}
.cid-uERYJmyCfr .mbr-text,
.cid-uERYJmyCfr .mbr-section-btn {
  color: #2e1d50;
}
.cid-uERYJn2RzO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-uERYJn2RzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERYJn2RzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERYJn2RzO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uERYJn2RzO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uERYJn2RzO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uERYJn2RzO .list {
  color: #ffffff;
}
.cid-uERYJnHZVa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e43f3f;
}
.cid-uERYJnHZVa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uERYJnHZVa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uERYJnHZVa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uERYJnHZVa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uERYJnHZVa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uERYJnHZVa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uERYJnHZVa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uERYJnHZVa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uERYJnHZVa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uERYJnHZVa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uERYJnHZVa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uERYJnHZVa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uERYJnHZVa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uERYJnHZVa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uERYJnHZVa .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-uESaAtfOy1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uESaAtfOy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAtfOy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAtfOy1 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uESaAtxILv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uESaAtxILv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAtxILv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAtxILv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uESaAtxILv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uESaAtxILv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uESaAtxILv .mbr-text,
.cid-uESaAtxILv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uESaAtxILv .mbr-section-title {
  text-align: center;
  color: #084797;
}
.cid-uESaAtxILv P {
  text-align: right;
  color: #e43f3f;
}
.cid-uESaAtxILv ul {
  list-style: none;
}
.cid-uESaAtxILv ul li::before {
  content: "✔️";
  display: inline-block;
  margin-right: 0.2rem;
}
.cid-uESaAu0ZNR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uESaAu0ZNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAu0ZNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAu0ZNR .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uESaAun3CN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAun3CN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAun3CN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAun3CN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uESaAun3CN .mbr-section-subtitle {
  text-align: left;
}
.cid-uESaAuPBzN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uESaAuPBzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAuPBzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAuPBzN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uESaAuPBzN .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uESaAuPBzN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uESaAuPBzN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-uESaAuPBzN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uESaAuPBzN .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-uESaAuPBzN .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uESaAuPBzN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uESaAuPBzN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uESaAuPBzN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uESaAw0hBh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uESaAw0hBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAw0hBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAw0hBh .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uESaAwsQu5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAwsQu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAwsQu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaAwsQu5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaAwsQu5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaAwsQu5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uESaAwsQu5 .mbr-text {
  color: #111111;
}
.cid-uESaAx1bLm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAxumG3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uESaAxumG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAxumG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAxumG3 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uESaAxRWkt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uESaAxRWkt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uESaAydhIz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAydhIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAydhIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaAydhIz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaAydhIz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaAydhIz .text-wrapper {
    padding: 2rem;
  }
}
.cid-uESaAyHoe3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAyHoe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAyHoe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaAyHoe3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaAyHoe3 .row {
  flex-direction: row-reverse;
}
.cid-uESaAyHoe3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaAyHoe3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uESaAzmNFR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAzmNFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAzmNFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaAzmNFR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaAzmNFR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaAzmNFR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uESaAzOVK6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAzOVK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAzOVK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaAzOVK6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaAzOVK6 .row {
  flex-direction: row-reverse;
}
.cid-uESaAzOVK6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaAzOVK6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uESaAAgYe4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAAgYe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAAgYe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaAAgYe4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaAAgYe4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaAAgYe4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uESaAAKjhO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAAKjhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAAKjhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaAAKjhO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaAAKjhO .row {
  flex-direction: row-reverse;
}
.cid-uESaAAKjhO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaAAKjhO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uESaABfPwB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaABfPwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaABfPwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaABfPwB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaABfPwB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaABfPwB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uESaABOWUD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaABOWUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaABOWUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaABOWUD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaABOWUD .row {
  flex-direction: row-reverse;
}
.cid-uESaABOWUD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaABOWUD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uESaACmqCR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uESaACmqCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaACmqCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaACmqCR .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uESaAD1RiX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAD1RiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAD1RiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESaAD1RiX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESaAD1RiX .row {
  flex-direction: row-reverse;
}
.cid-uESaAD1RiX img {
  width: 100%;
}
.cid-uESaADuIL2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaADVueD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAExhdb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAExhdb blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uESaAEXB7b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uESaAEXB7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAEXB7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAEXB7b .mbr-section-title {
  color: #ffffff;
}
.cid-uESaAEXB7b .mbr-text,
.cid-uESaAEXB7b .mbr-section-btn {
  color: #ffe161;
}
.cid-uESaAFu814 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe885;
}
.cid-uESaAFu814 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uESaAFu814 .mbr-text {
  color: #e43f3f;
}
.cid-uESaAFVs0R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uESaAFVs0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAFVs0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAFVs0R .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uESaAFVs0R .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uESaAFVs0R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uESaAFVs0R .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uESaAFVs0R .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uESaAFVs0R .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uESaAFVs0R .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uESaAFVs0R .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uESaAFVs0R .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uESaAFVs0R .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uESaAFVs0R .card-subtitle {
  text-align: center;
  color: #2e1d50;
}
.cid-uESaAGtUWv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uESaAGtUWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAGtUWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAGtUWv .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uESaAH09Oh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAH09Oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAH09Oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAH09Oh .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #353535;
  margin-left: 1rem;
}
.cid-uESaAH09Oh .panel-group {
  border: none;
}
.cid-uESaAH09Oh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uESaAH09Oh .panel-body,
.cid-uESaAH09Oh .card-header {
  padding: 1rem 0;
}
.cid-uESaAH09Oh .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uESaAH09Oh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uESaAHAiMo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAHAiMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAHAiMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAHAiMo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #353535;
  margin-left: 1rem;
}
.cid-uESaAHAiMo .panel-group {
  border: none;
}
.cid-uESaAHAiMo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uESaAHAiMo .panel-body,
.cid-uESaAHAiMo .card-header {
  padding: 1rem 0;
}
.cid-uESaAHAiMo .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uESaAHAiMo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uESaAIgL10 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #084797;
}
.cid-uESaAIgL10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAIgL10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAIgL10 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uESaAIO1P0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uESaAIO1P0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAIO1P0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAIO1P0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uESaAIO1P0 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uESaAIO1P0 .mbr-section-title {
  color: #206dcf;
}
.cid-uESaAIO1P0 .mbr-text,
.cid-uESaAIO1P0 .mbr-section-btn {
  color: #2e1d50;
}
.cid-uESaAJl864 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-uESaAJl864 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESaAJl864 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESaAJl864 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uESaAJl864 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uESaAJl864 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uESaAJl864 .list {
  color: #ffffff;
}
.cid-uESaAJXMNN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e43f3f;
}
.cid-uESaAJXMNN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uESaAJXMNN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uESaAJXMNN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uESaAJXMNN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uESaAJXMNN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uESaAJXMNN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uESaAJXMNN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uESaAJXMNN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uESaAJXMNN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uESaAJXMNN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uESaAJXMNN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uESaAJXMNN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uESaAJXMNN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uESaAJXMNN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uESaAJXMNN .media-container-row .mbr-text {
  color: #fafafa;
}
.cid-uESbBWbuNK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uESbBWbuNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESbBWbuNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESbBWbuNK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uESbBWbuNK .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uESbBWbuNK .mbr-section-title {
  color: #ffffff;
}
.cid-uESbBWwVWY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e43f3f;
}
.cid-uESbBWwVWY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uESbBWwVWY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uESbBWwVWY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uESbBWwVWY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uESbBWwVWY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uESbBWwVWY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uESbBWwVWY .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uESbBWwVWY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uESbBWwVWY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uESbBWwVWY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uESbBWwVWY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uESbBWwVWY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uESbBWwVWY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uESbBWwVWY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uESbBWwVWY .media-container-row .mbr-text {
  color: #fafafa;
}
