body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'OpenSans-Regular';
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'OpenSans-Regular';
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'OpenSans-Regular';
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'OpenSans-Regular';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'OpenSans-Regular';
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #333366 !important;
}
.bg-success {
  background-color: #008000 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #333366 !important;
  border-color: #333366 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1a1a33 !important;
  border-color: #1a1a33 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a33 !important;
  border-color: #1a1a33 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #008000 !important;
  border-color: #008000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #003400 !important;
  border-color: #003400 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #003400 !important;
  border-color: #003400 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #111122;
  color: #111122;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #333366;
  border-color: #333366;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #333366 !important;
  border-color: #333366 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #001a00;
  color: #001a00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #008000;
  border-color: #008000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #008000 !important;
  border-color: #008000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #333366 !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #008000 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111122 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #990000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #001a00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #333366;
  border-color: #333366;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #333366;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6666b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ff00;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'OpenSans-Regular';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #333366;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #333366;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #333366;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #333366;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #333366;
  border-bottom-color: #333366;
}
.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: #333366 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0000 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23333366' %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.3;
}
.cid-s1SajqZOPG .navbar {
  padding: .5rem 0;
  background: #ccccff;
  transition: none;
  min-height: 77px;
}
.cid-s1SajqZOPG .navbar-dropdown.bg-color.transparent.opened {
  background: #ccccff;
}
.cid-s1SajqZOPG a {
  font-style: normal;
}
.cid-s1SajqZOPG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1SajqZOPG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1SajqZOPG .nav-item:focus,
.cid-s1SajqZOPG .nav-link:focus {
  outline: none;
}
.cid-s1SajqZOPG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1SajqZOPG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1SajqZOPG .menu-logo {
  margin-right: auto;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1SajqZOPG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1SajqZOPG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1SajqZOPG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1SajqZOPG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1SajqZOPG .dropdown .dropdown-menu {
  background: #ccccff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1SajqZOPG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1SajqZOPG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1SajqZOPG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1SajqZOPG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1SajqZOPG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1SajqZOPG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1SajqZOPG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1SajqZOPG button.navbar-toggler:focus {
  outline: none;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333366;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1SajqZOPG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1SajqZOPG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1SajqZOPG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1SajqZOPG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1SajqZOPG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1SajqZOPG .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s1SajqZOPG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1SajqZOPG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1SajqZOPG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1SajqZOPG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1SajqZOPG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1SajqZOPG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1SajqZOPG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1SajqZOPG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s1SajqZOPG .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1SajqZOPG img {
    height: 3.8rem !important;
  }
  .cid-s1SajqZOPG .btn {
    display: -webkit-flex;
  }
  .cid-s1SajqZOPG button.navbar-toggler {
    display: block;
  }
  .cid-s1SajqZOPG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1SajqZOPG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1SajqZOPG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing,
  .cid-s1SajqZOPG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-nav,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1SajqZOPG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1SajqZOPG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1SajqZOPG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1SajqZOPG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s1SajqZOPG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1SajqZOPG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1SajqZOPG .nav-link:hover,
.cid-s1SajqZOPG .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-rL6YxKAtlk {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-rL6YxKAtlk .mbr-text,
.cid-rL6YxKAtlk blockquote {
  color: #767676;
}
.cid-rL6YxKAtlk .mbr-text {
  color: #333366;
}
.cid-rL6YxKAtlk .mbr-text P {
  text-align: center;
}
.cid-s1L0BZw5Cb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1L0BZw5Cb .card-box {
  padding: 0 2rem;
}
.cid-s1L0BZw5Cb .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s1L0BZw5Cb .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s1L0BZw5Cb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s1L0BZw5Cb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s1L0BZw5Cb .mbr-text {
  color: #333366;
  text-align: center;
}
.cid-s1L0BZw5Cb .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ccccff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s1L0BZw5Cb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s1L0BZw5Cb .card-title {
  color: #333366;
  text-align: center;
}
.cid-s1Hy2NdqS7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-rM0QSrWQxK {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ccccff;
}
@media (max-width: 767px) {
  .cid-rM0QSrWQxK .content {
    text-align: center;
  }
  .cid-rM0QSrWQxK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rM0QSrWQxK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rM0QSrWQxK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rM0QSrWQxK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rM0QSrWQxK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rM0QSrWQxK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rM0QSrWQxK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rM0QSrWQxK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rM0QSrWQxK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rM0QSrWQxK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rM0QSrWQxK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rM0QSrWQxK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rM0QSrWQxK P {
  color: #333366;
}
.cid-s1Hyi4dQTw {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1Hyi4dQTw .mbr-text,
.cid-s1Hyi4dQTw blockquote {
  color: #767676;
}
.cid-s1Hyi4dQTw .mbr-text {
  color: #333366;
}
.cid-s1Hyi4dQTw .mbr-text P {
  text-align: center;
}
.cid-s1I6x5NLTj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I6x5NLTj .mbr-text,
.cid-s1I6x5NLTj blockquote {
  color: #767676;
}
.cid-s1I6x5NLTj .mbr-text {
  color: #333366;
}
.cid-s1I6x5NLTj .mbr-text P {
  text-align: center;
}
.cid-s1I6slDzyY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I6slDzyY .card-box {
  background-color: #e6e6ff;
  padding: 2rem;
}
.cid-s1I6slDzyY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s1I6slDzyY p {
  color: #767676;
  text-align: left;
}
.cid-s1I6slDzyY .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s1I6slDzyY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s1I6slDzyY .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s1I6slDzyY P {
  color: #333366;
  text-align: center;
}
.cid-s1I6slDzyY .card-title {
  text-align: center;
  color: #333366;
}
.cid-s1HyD3n84w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HyD3n84w .mbr-section-subtitle {
  color: #333366;
  text-align: left;
}
.cid-s1HyD3n84w .container-table {
  margin: 0 auto;
}
.cid-s1HyD3n84w .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s1HyD3n84w .dataTables_wrapper {
  display: block;
}
.cid-s1HyD3n84w .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s1HyD3n84w .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s1HyD3n84w table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #333366;
  margin-bottom: 0;
}
.cid-s1HyD3n84w table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s1HyD3n84w table th:hover {
  background: #333366;
  color: #ffffff;
}
.cid-s1HyD3n84w table td {
  border-top: 1px solid #333366;
}
.cid-s1HyD3n84w .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s1HyD3n84w .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s1HyD3n84w .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s1HyD3n84w .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #333366;
}
@media (max-width: 992px) {
  .cid-s1HyD3n84w .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s1HyD3n84w .dataTables_filter {
    text-align: center;
  }
  .cid-s1HyD3n84w .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s1HyD3n84w .mbr-section-title {
  color: #333366;
}
.cid-s1HyD3n84w .head-item {
  color: #333366;
}
.cid-s1HyD3n84w .searchInfo {
  color: #333366;
}
.cid-s1HyD3n84w .body-item {
  color: #333366;
  text-align: left;
}
.cid-s1KJR36rHS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1KJR36rHS .mbr-text,
.cid-s1KJR36rHS blockquote {
  color: #767676;
}
.cid-s1KJR36rHS .mbr-text {
  color: #333366;
}
.cid-s1I7rtycN6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I7rtycN6 .mbr-section-subtitle {
  color: #333366;
  text-align: left;
}
.cid-s1I7rtycN6 .container-table {
  margin: 0 auto;
}
.cid-s1I7rtycN6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s1I7rtycN6 .dataTables_wrapper {
  display: block;
}
.cid-s1I7rtycN6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s1I7rtycN6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s1I7rtycN6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #333366;
  margin-bottom: 0;
}
.cid-s1I7rtycN6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s1I7rtycN6 table th:hover {
  background: #333366;
  color: #ffffff;
}
.cid-s1I7rtycN6 table td {
  border-top: 1px solid #333366;
}
.cid-s1I7rtycN6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s1I7rtycN6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s1I7rtycN6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s1I7rtycN6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #333366;
}
@media (max-width: 992px) {
  .cid-s1I7rtycN6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s1I7rtycN6 .dataTables_filter {
    text-align: center;
  }
  .cid-s1I7rtycN6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s1I7rtycN6 .mbr-section-title {
  color: #333366;
}
.cid-s1I7rtycN6 .head-item {
  color: #333366;
}
.cid-s1I7rtycN6 .body-item {
  color: #333366;
}
.cid-s1I7rtycN6 .searchInfo {
  color: #333366;
}
.cid-s1KKE3kz2C {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1KKE3kz2C .mbr-text,
.cid-s1KKE3kz2C blockquote {
  color: #767676;
}
.cid-s1KKE3kz2C .mbr-text {
  color: #333366;
}
.cid-s1KMeRGs9V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KMeRGs9V .mbr-section-subtitle {
  color: #333366;
  text-align: left;
}
.cid-s1KMeRGs9V .container-table {
  margin: 0 auto;
}
.cid-s1KMeRGs9V .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s1KMeRGs9V .dataTables_wrapper {
  display: block;
}
.cid-s1KMeRGs9V .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s1KMeRGs9V .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s1KMeRGs9V table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #333366;
  margin-bottom: 0;
}
.cid-s1KMeRGs9V table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s1KMeRGs9V table th:hover {
  background: #333366;
  color: #ffffff;
}
.cid-s1KMeRGs9V table td {
  border-top: 1px solid #333366;
}
.cid-s1KMeRGs9V .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s1KMeRGs9V .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s1KMeRGs9V .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s1KMeRGs9V .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #333366;
}
@media (max-width: 992px) {
  .cid-s1KMeRGs9V .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s1KMeRGs9V .dataTables_filter {
    text-align: center;
  }
  .cid-s1KMeRGs9V .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s1KMeRGs9V .mbr-section-title {
  color: #333366;
}
.cid-s1KMeRGs9V .searchInfo {
  color: #333366;
}
.cid-s1KMeRGs9V .head-item {
  color: #333366;
}
.cid-s1KMeRGs9V .body-item {
  color: #333366;
}
.cid-s1Sj2AryHi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1Sj2AryHi .mbr-text,
.cid-s1Sj2AryHi blockquote {
  color: #767676;
}
.cid-s1KNI2w1Hh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KNI2w1Hh .mbr-section-subtitle {
  color: #333366;
  text-align: left;
}
.cid-s1KNI2w1Hh .container-table {
  margin: 0 auto;
}
.cid-s1KNI2w1Hh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s1KNI2w1Hh .dataTables_wrapper {
  display: block;
}
.cid-s1KNI2w1Hh .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s1KNI2w1Hh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s1KNI2w1Hh table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #333366;
  margin-bottom: 0;
}
.cid-s1KNI2w1Hh table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s1KNI2w1Hh table th:hover {
  background: #333366;
  color: #ffffff;
}
.cid-s1KNI2w1Hh table td {
  border-top: 1px solid #333366;
}
.cid-s1KNI2w1Hh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s1KNI2w1Hh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s1KNI2w1Hh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s1KNI2w1Hh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #333366;
}
@media (max-width: 992px) {
  .cid-s1KNI2w1Hh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s1KNI2w1Hh .dataTables_filter {
    text-align: center;
  }
  .cid-s1KNI2w1Hh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s1KNI2w1Hh .mbr-section-title {
  color: #333366;
}
.cid-s1KNI2w1Hh .head-item {
  color: #333366;
}
.cid-s1KNI2w1Hh .searchInfo {
  color: #333366;
}
.cid-s1KNI2w1Hh .body-item {
  color: #333366;
}
.cid-s1KOyz7PW1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1KOyz7PW1 .mbr-text,
.cid-s1KOyz7PW1 blockquote {
  color: #767676;
}
.cid-s1KOyz7PW1 .mbr-text {
  color: #333366;
}
.cid-s1Hyi5VzPn {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ccccff;
}
@media (max-width: 767px) {
  .cid-s1Hyi5VzPn .content {
    text-align: center;
  }
  .cid-s1Hyi5VzPn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1Hyi5VzPn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s1Hyi5VzPn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s1Hyi5VzPn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s1Hyi5VzPn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s1Hyi5VzPn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s1Hyi5VzPn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s1Hyi5VzPn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s1Hyi5VzPn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s1Hyi5VzPn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1Hyi5VzPn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1Hyi5VzPn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1Hyi5VzPn P {
  color: #333366;
}
.cid-s1SajqZOPG .navbar {
  padding: .5rem 0;
  background: #ccccff;
  transition: none;
  min-height: 77px;
}
.cid-s1SajqZOPG .navbar-dropdown.bg-color.transparent.opened {
  background: #ccccff;
}
.cid-s1SajqZOPG a {
  font-style: normal;
}
.cid-s1SajqZOPG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1SajqZOPG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1SajqZOPG .nav-item:focus,
.cid-s1SajqZOPG .nav-link:focus {
  outline: none;
}
.cid-s1SajqZOPG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1SajqZOPG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1SajqZOPG .menu-logo {
  margin-right: auto;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1SajqZOPG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1SajqZOPG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1SajqZOPG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1SajqZOPG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1SajqZOPG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1SajqZOPG .dropdown .dropdown-menu {
  background: #ccccff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1SajqZOPG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1SajqZOPG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1SajqZOPG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1SajqZOPG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1SajqZOPG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1SajqZOPG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1SajqZOPG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1SajqZOPG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1SajqZOPG button.navbar-toggler:focus {
  outline: none;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333366;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1SajqZOPG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1SajqZOPG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1SajqZOPG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1SajqZOPG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1SajqZOPG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1SajqZOPG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1SajqZOPG .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1SajqZOPG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1SajqZOPG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s1SajqZOPG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1SajqZOPG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1SajqZOPG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1SajqZOPG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1SajqZOPG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1SajqZOPG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1SajqZOPG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1SajqZOPG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s1SajqZOPG .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1SajqZOPG img {
    height: 3.8rem !important;
  }
  .cid-s1SajqZOPG .btn {
    display: -webkit-flex;
  }
  .cid-s1SajqZOPG button.navbar-toggler {
    display: block;
  }
  .cid-s1SajqZOPG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1SajqZOPG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1SajqZOPG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing,
  .cid-s1SajqZOPG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-nav,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1SajqZOPG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1SajqZOPG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1SajqZOPG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1SajqZOPG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1SajqZOPG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1SajqZOPG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s1SajqZOPG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1SajqZOPG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1SajqZOPG .nav-link:hover,
.cid-s1SajqZOPG .dropdown-item:hover {
  color: #ff0000 !important;
}
.cid-s1HzhTMJa0 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HzhTMJa0 .mbr-text,
.cid-s1HzhTMJa0 blockquote {
  color: #767676;
}
.cid-s1HzhTMJa0 .mbr-text {
  color: #333366;
}
.cid-s1HzhTMJa0 .mbr-text P {
  text-align: center;
}
.cid-s1HzpkZoNu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HzpkZoNu .mbr-text,
.cid-s1HzpkZoNu blockquote {
  color: #767676;
}
.cid-s1HzpkZoNu .mbr-text {
  color: #333366;
}
.cid-s1HzpkZoNu .mbr-text P {
  text-align: center;
}
.cid-s1HzB9x5On {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HzB9x5On .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s1HzB9x5On .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1HzB9x5On .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1HzB9x5On .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s1HzB9x5On .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333366;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s1HzB9x5On .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s1HzB9x5On .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-s1HzB9x5On .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s1HzB9x5On .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #333366 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s1HzB9x5On .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-s1L0qkV1Xy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1L0qkV1Xy .mbr-text,
.cid-s1L0qkV1Xy blockquote {
  color: #767676;
}
.cid-s1L0qkV1Xy .mbr-text {
  color: #333366;
}
.cid-s1L0qkV1Xy .mbr-text P {
  text-align: center;
}
.cid-s1HATYlUxq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1Sb84YBG9 {
  background-color: #e6e6ff;
}
.cid-s1HQMv8xSe {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HQMv8xSe .mbr-text,
.cid-s1HQMv8xSe blockquote {
  color: #767676;
}
.cid-s1HQMv8xSe .mbr-text {
  color: #333366;
}
.cid-s1HQMv8xSe .mbr-text P {
  text-align: center;
}
.cid-s1HQMvvNvR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HQMvvNvR .mbr-text,
.cid-s1HQMvvNvR blockquote {
  color: #767676;
}
.cid-s1HQMvvNvR .mbr-text {
  color: #333366;
}
.cid-s1HQMvvNvR .mbr-text P {
  text-align: center;
}
.cid-s1HRkdCrHE {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1HRkdCrHE .image-block {
  margin: auto;
}
.cid-s1HRkdCrHE figcaption {
  position: relative;
}
.cid-s1HRkdCrHE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HRkdCrHE .image-block {
    width: 100% !important;
  }
}
.cid-s1HQMwuc3O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1SbfNrkB1 {
  background-color: #e6e6ff;
}
.cid-s1HRKmkFfa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HRKmkFfa .mbr-text,
.cid-s1HRKmkFfa blockquote {
  color: #767676;
}
.cid-s1HRKmkFfa .mbr-text {
  color: #333366;
}
.cid-s1HRKmkFfa .mbr-text P {
  text-align: center;
}
.cid-s1HRKmHKWE {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HRKmHKWE .mbr-text,
.cid-s1HRKmHKWE blockquote {
  color: #767676;
}
.cid-s1HRKmHKWE .mbr-text {
  color: #333366;
}
.cid-s1HRKmHKWE .mbr-text P {
  text-align: center;
}
.cid-s1HRKn8t5u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HRKn8t5u .mbr-text,
.cid-s1HRKn8t5u blockquote {
  color: #767676;
}
.cid-s1HRKn8t5u .mbr-text {
  color: #333366;
}
.cid-s1HRKn8t5u .mbr-text P {
  text-align: center;
}
.cid-s1HRKnugxc {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1HRKnugxc .image-block {
  margin: auto;
}
.cid-s1HRKnugxc figcaption {
  position: relative;
}
.cid-s1HRKnugxc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HRKnugxc .image-block {
    width: 100% !important;
  }
}
.cid-s1HRKnZBgM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1SboteSSy {
  background-color: #e6e6ff;
}
.cid-s1HST7xYnf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HST7xYnf .mbr-text,
.cid-s1HST7xYnf blockquote {
  color: #767676;
}
.cid-s1HST7xYnf .mbr-text {
  color: #333366;
}
.cid-s1HST7xYnf .mbr-text P {
  text-align: center;
}
.cid-s1HST7UCY7 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HST7UCY7 .mbr-text,
.cid-s1HST7UCY7 blockquote {
  color: #767676;
}
.cid-s1HST7UCY7 .mbr-text {
  color: #333366;
}
.cid-s1HST7UCY7 .mbr-text P {
  text-align: center;
}
.cid-s1HST8mP5t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HST8mP5t .mbr-text,
.cid-s1HST8mP5t blockquote {
  color: #767676;
}
.cid-s1HST8mP5t .mbr-text {
  color: #333366;
}
.cid-s1HST8mP5t .mbr-text P {
  text-align: center;
}
.cid-s1HST8Ja8X {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1HST8Ja8X .image-block {
  margin: auto;
}
.cid-s1HST8Ja8X figcaption {
  position: relative;
}
.cid-s1HST8Ja8X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HST8Ja8X .image-block {
    width: 100% !important;
  }
}
.cid-s1HST98ItA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1SbvEfH4R {
  background-color: #e6e6ff;
}
.cid-s1HTsBkfNx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HTsBkfNx .mbr-text,
.cid-s1HTsBkfNx blockquote {
  color: #767676;
}
.cid-s1HTsBkfNx .mbr-text {
  color: #333366;
}
.cid-s1HTsBkfNx .mbr-text P {
  text-align: center;
}
.cid-s1HTsBIRGA {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HTsBIRGA .mbr-text,
.cid-s1HTsBIRGA blockquote {
  color: #767676;
}
.cid-s1HTsBIRGA .mbr-text {
  color: #333366;
}
.cid-s1HTsBIRGA .mbr-text P {
  text-align: center;
}
.cid-s1HTsC9TMJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HTsC9TMJ .mbr-text,
.cid-s1HTsC9TMJ blockquote {
  color: #767676;
}
.cid-s1HTsC9TMJ .mbr-text {
  color: #333366;
}
.cid-s1HTsC9TMJ .mbr-text P {
  text-align: center;
}
.cid-s7V2o3Kzic {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7V2o3Kzic .card-box {
  padding: 0 2rem;
}
.cid-s7V2o3Kzic .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s7V2o3Kzic .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s7V2o3Kzic h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7V2o3Kzic p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s7V2o3Kzic .mbr-text {
  color: #333366;
  text-align: center;
}
.cid-s7V2o3Kzic .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7V2o3Kzic .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s1HTsD3Xbs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1SbCXIoYR {
  background-color: #e6e6ff;
}
.cid-s1HUBqgnx4 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HUBqgnx4 .mbr-text,
.cid-s1HUBqgnx4 blockquote {
  color: #767676;
}
.cid-s1HUBqgnx4 .mbr-text {
  color: #333366;
}
.cid-s1HUBqgnx4 .mbr-text P {
  text-align: center;
}
.cid-s1HUBqI4dA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HUBqI4dA .mbr-text,
.cid-s1HUBqI4dA blockquote {
  color: #767676;
}
.cid-s1HUBqI4dA .mbr-text {
  color: #333366;
}
.cid-s1HUBqI4dA .mbr-text P {
  text-align: center;
}
.cid-s1SgScVNyD {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-s1SgScVNyD .image-block {
  margin: auto;
}
.cid-s1SgScVNyD figcaption {
  position: relative;
}
.cid-s1SgScVNyD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1SgScVNyD .image-block {
    width: 100% !important;
  }
}
.cid-s1HV2Yo3tD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1HV2Yo3tD .mbr-text,
.cid-s1HV2Yo3tD blockquote {
  color: #767676;
}
.cid-s1HV2Yo3tD .mbr-text {
  color: #333366;
}
.cid-s1HV2Yo3tD .mbr-text P {
  text-align: center;
}
.cid-s1HV0HtiDG {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-s1HV0HtiDG .image-block {
  margin: auto;
}
.cid-s1HV0HtiDG figcaption {
  position: relative;
}
.cid-s1HV0HtiDG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HV0HtiDG .image-block {
    width: 100% !important;
  }
}
.cid-s1HVutVPGt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1HVutVPGt .mbr-text,
.cid-s1HVutVPGt blockquote {
  color: #767676;
}
.cid-s1HVutVPGt .mbr-text {
  color: #333366;
}
.cid-s1HVutVPGt .mbr-text P {
  text-align: center;
}
.cid-s1HUBsfC7M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1SbUhszRb {
  background-color: #e6e6ff;
}
.cid-s1HW5BtS3v {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HW5BtS3v .mbr-text,
.cid-s1HW5BtS3v blockquote {
  color: #767676;
}
.cid-s1HW5BtS3v .mbr-text {
  color: #333366;
}
.cid-s1HW5BtS3v .mbr-text P {
  text-align: center;
}
.cid-s1HW5BUljX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HW5BUljX .mbr-text,
.cid-s1HW5BUljX blockquote {
  color: #767676;
}
.cid-s1HW5BUljX .mbr-text {
  color: #333366;
}
.cid-s1HW5BUljX .mbr-text P {
  text-align: center;
}
.cid-s1HWnsWfUp {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1HWnsWfUp .image-block {
  margin: auto;
}
.cid-s1HWnsWfUp figcaption {
  position: relative;
}
.cid-s1HWnsWfUp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HWnsWfUp .image-block {
    width: 100% !important;
  }
}
.cid-s1HWRf1SKD {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-s1HWRf1SKD .image-block {
  margin: auto;
}
.cid-s1HWRf1SKD figcaption {
  position: relative;
}
.cid-s1HWRf1SKD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HWRf1SKD .image-block {
    width: 100% !important;
  }
}
.cid-s1HW5DcmpW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1HW5DcmpW .mbr-text,
.cid-s1HW5DcmpW blockquote {
  color: #767676;
}
.cid-s1HW5DcmpW .mbr-text {
  color: #333366;
}
.cid-s1HW5DcmpW .mbr-text P {
  text-align: center;
}
.cid-s1HXjCTMDr {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-s1HXjCTMDr .image-block {
  margin: auto;
}
.cid-s1HXjCTMDr figcaption {
  position: relative;
}
.cid-s1HXjCTMDr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HXjCTMDr .image-block {
    width: 100% !important;
  }
}
.cid-s1HW5EcfkG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1HW5EcfkG .mbr-text,
.cid-s1HW5EcfkG blockquote {
  color: #767676;
}
.cid-s1HW5EcfkG .mbr-text {
  color: #333366;
}
.cid-s1HW5EcfkG .mbr-text P {
  text-align: center;
}
.cid-s1HXyS3p04 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1HXyS3p04 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s1HXyS3p04 p {
  color: #767676;
  text-align: left;
}
.cid-s1HXyS3p04 .card-box {
  padding-top: 2rem;
}
.cid-s1HXyS3p04 .card-wrapper {
  height: 100%;
}
.cid-s1HXyS3p04 .card-title {
  color: #333366;
  text-align: center;
}
.cid-s1HXyS3p04 P {
  color: #333366;
  text-align: center;
}
.cid-s1HW5Cm2tA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1SmPhLLC2 {
  background-color: #e6e6ff;
}
.cid-s1HYxETnV6 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HYxETnV6 .mbr-text,
.cid-s1HYxETnV6 blockquote {
  color: #767676;
}
.cid-s1HYxETnV6 .mbr-text {
  color: #333366;
}
.cid-s1HYxETnV6 .mbr-text P {
  text-align: center;
}
.cid-s1HYxFkf3L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HYxFkf3L .mbr-text,
.cid-s1HYxFkf3L blockquote {
  color: #767676;
}
.cid-s1HYxFkf3L .mbr-text {
  color: #333366;
}
.cid-s1HYxFkf3L .mbr-text P {
  text-align: center;
}
.cid-s1HYxFLGMM {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1HYxFLGMM .image-block {
  margin: auto;
}
.cid-s1HYxFLGMM figcaption {
  position: relative;
}
.cid-s1HYxFLGMM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HYxFLGMM .image-block {
    width: 100% !important;
  }
}
.cid-s1HZ7AjlLj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HZ7AjlLj .mbr-text,
.cid-s1HZ7AjlLj blockquote {
  color: #767676;
}
.cid-s1HZ7AjlLj .mbr-text {
  color: #333366;
}
.cid-s1HZ7AjlLj .mbr-text P {
  text-align: right;
}
.cid-s1HZlj87N5 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1HZlj87N5 .image-block {
  margin: auto;
}
.cid-s1HZlj87N5 figcaption {
  position: relative;
}
.cid-s1HZlj87N5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HZlj87N5 .image-block {
    width: 100% !important;
  }
}
.cid-s1HYxJ9Tlf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1SmUhoZci {
  background-color: #e6e6ff;
}
.cid-s1HZMvlMPm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HZMvlMPm .mbr-text,
.cid-s1HZMvlMPm blockquote {
  color: #767676;
}
.cid-s1HZMvlMPm .mbr-text {
  color: #333366;
}
.cid-s1HZMvlMPm .mbr-text P {
  text-align: center;
}
.cid-s1HZMvKifc {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HZMvKifc .mbr-text,
.cid-s1HZMvKifc blockquote {
  color: #767676;
}
.cid-s1HZMvKifc .mbr-text {
  color: #333366;
}
.cid-s1HZMvKifc .mbr-text P {
  text-align: center;
}
.cid-s1HZMwaaBt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1HZMwaaBt .mbr-text,
.cid-s1HZMwaaBt blockquote {
  color: #767676;
}
.cid-s1HZMwaaBt .mbr-text {
  color: #333366;
}
.cid-s1HZMwaaBt .mbr-text P {
  text-align: center;
}
.cid-s1HZMwzcMb {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1HZMwzcMb .image-block {
  margin: auto;
}
.cid-s1HZMwzcMb figcaption {
  position: relative;
}
.cid-s1HZMwzcMb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1HZMwzcMb .image-block {
    width: 100% !important;
  }
}
.cid-s1I06GCpbk {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1I06GCpbk .image-block {
  margin: auto;
}
.cid-s1I06GCpbk figcaption {
  position: relative;
}
.cid-s1I06GCpbk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1I06GCpbk .image-block {
    width: 100% !important;
  }
}
.cid-s1I0lIjxSk {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1I0lIjxSk .image-block {
  margin: auto;
}
.cid-s1I0lIjxSk figcaption {
  position: relative;
}
.cid-s1I0lIjxSk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1I0lIjxSk .image-block {
    width: 100% !important;
  }
}
.cid-s1I0ykYWdK {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1I0ykYWdK .image-block {
  margin: auto;
}
.cid-s1I0ykYWdK figcaption {
  position: relative;
}
.cid-s1I0ykYWdK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1I0ykYWdK .image-block {
    width: 100% !important;
  }
}
.cid-s1HZMxSlts {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1SniiuDsJ {
  background-color: #e6e6ff;
}
.cid-s1I1QNcDIF {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I1QNcDIF .mbr-text,
.cid-s1I1QNcDIF blockquote {
  color: #767676;
}
.cid-s1I1QNcDIF .mbr-text {
  color: #333366;
}
.cid-s1I1QNcDIF .mbr-text P {
  text-align: center;
}
.cid-s1I1QNQ6HS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I1QNQ6HS .mbr-text,
.cid-s1I1QNQ6HS blockquote {
  color: #767676;
}
.cid-s1I1QNQ6HS .mbr-text {
  color: #333366;
}
.cid-s1I1QNQ6HS .mbr-text P {
  text-align: center;
}
.cid-s1SgfMwqk7 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1SgfMwqk7 .image-block {
  margin: auto;
}
.cid-s1SgfMwqk7 figcaption {
  position: relative;
}
.cid-s1SgfMwqk7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1SgfMwqk7 .image-block {
    width: 100% !important;
  }
}
.cid-s1I1QQ4pI4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I2aTiu7i {
  background-color: #e6e6ff;
}
.cid-s1I2p7IA1s {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I2p7IA1s .mbr-text,
.cid-s1I2p7IA1s blockquote {
  color: #767676;
}
.cid-s1I2p7IA1s .mbr-text {
  color: #333366;
}
.cid-s1I2p7IA1s .mbr-text P {
  text-align: center;
}
.cid-s1I2p87NPJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I2p87NPJ .mbr-text,
.cid-s1I2p87NPJ blockquote {
  color: #767676;
}
.cid-s1I2p87NPJ .mbr-text {
  color: #333366;
}
.cid-s1I2p87NPJ .mbr-text P {
  text-align: center;
}
.cid-s1I2p8IDdn {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1I2p8IDdn .image-block {
  margin: auto;
}
.cid-s1I2p8IDdn figcaption {
  position: relative;
}
.cid-s1I2p8IDdn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1I2p8IDdn .image-block {
    width: 100% !important;
  }
}
.cid-s1I2p99hWM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I2pandNx {
  background-color: #e6e6ff;
}
.cid-s1I30MuvX4 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I30MuvX4 .mbr-text,
.cid-s1I30MuvX4 blockquote {
  color: #767676;
}
.cid-s1I30MuvX4 .mbr-text {
  color: #333366;
}
.cid-s1I30MuvX4 .mbr-text P {
  text-align: center;
}
.cid-s1I30MTx3M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I30MTx3M .mbr-text,
.cid-s1I30MTx3M blockquote {
  color: #767676;
}
.cid-s1I30MTx3M .mbr-text {
  color: #333366;
}
.cid-s1I30MTx3M .mbr-text P {
  text-align: center;
}
.cid-s1I30NgWJn {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1I30NgWJn .image-block {
  margin: auto;
}
.cid-s1I30NgWJn figcaption {
  position: relative;
}
.cid-s1I30NgWJn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1I30NgWJn .image-block {
    width: 100% !important;
  }
}
.cid-s1I30NGu3G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I30OPcq4 {
  background-color: #e6e6ff;
}
.cid-s1I3QRYzvt {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I3QRYzvt .mbr-text,
.cid-s1I3QRYzvt blockquote {
  color: #767676;
}
.cid-s1I3QRYzvt .mbr-text {
  color: #333366;
}
.cid-s1I3QRYzvt .mbr-text P {
  text-align: center;
}
.cid-s1I3QSnQNu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I3QSnQNu .mbr-text,
.cid-s1I3QSnQNu blockquote {
  color: #767676;
}
.cid-s1I3QSnQNu .mbr-text {
  color: #333366;
}
.cid-s1I3QSnQNu .mbr-text P {
  text-align: center;
}
.cid-s1I3QSL4IT {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1I3QSL4IT .image-block {
  margin: auto;
}
.cid-s1I3QSL4IT figcaption {
  position: relative;
}
.cid-s1I3QSL4IT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1I3QSL4IT .image-block {
    width: 100% !important;
  }
}
.cid-s1I3QTcpyT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I3QUkFpR {
  background-color: #e6e6ff;
}
.cid-s1I3xREd9J {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I3xREd9J .mbr-text,
.cid-s1I3xREd9J blockquote {
  color: #767676;
}
.cid-s1I3xREd9J .mbr-text {
  color: #333366;
}
.cid-s1I3xREd9J .mbr-text P {
  text-align: center;
}
.cid-s1I3xS3TQC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I3xS3TQC .mbr-text,
.cid-s1I3xS3TQC blockquote {
  color: #767676;
}
.cid-s1I3xS3TQC .mbr-text {
  color: #333366;
}
.cid-s1I3xS3TQC .mbr-text P {
  text-align: center;
}
.cid-s1I3xSrk6i {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1I3xSrk6i .image-block {
  margin: auto;
}
.cid-s1I3xSrk6i figcaption {
  position: relative;
}
.cid-s1I3xSrk6i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1I3xSrk6i .image-block {
    width: 100% !important;
  }
}
.cid-s1I3xSSG0I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I3xUdL5J {
  background-color: #e6e6ff;
}
.cid-s1I4jAVwvE {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I4jAVwvE .mbr-text,
.cid-s1I4jAVwvE blockquote {
  color: #767676;
}
.cid-s1I4jAVwvE .mbr-text {
  color: #333366;
}
.cid-s1I4jAVwvE .mbr-text P {
  text-align: center;
}
.cid-s1I4jBljvU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I4jBljvU .mbr-text,
.cid-s1I4jBljvU blockquote {
  color: #767676;
}
.cid-s1I4jBljvU .mbr-text {
  color: #333366;
}
.cid-s1I4jBljvU .mbr-text P {
  text-align: center;
}
.cid-s1SfzCb6Iq {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1SfzCb6Iq .image-block {
  margin: auto;
}
.cid-s1SfzCb6Iq figcaption {
  position: relative;
}
.cid-s1SfzCb6Iq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1SfzCb6Iq .image-block {
    width: 100% !important;
  }
}
.cid-s1I4jC9K2K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1I4jDggHl {
  background-color: #e6e6ff;
}
.cid-s1KP9swMeS {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KP9swMeS .mbr-text,
.cid-s1KP9swMeS blockquote {
  color: #767676;
}
.cid-s1KP9swMeS .mbr-text {
  color: #333366;
}
.cid-s1KP9swMeS .mbr-text P {
  text-align: center;
}
.cid-s1KR0GNKk2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KR0GNKk2 .mbr-text,
.cid-s1KR0GNKk2 blockquote {
  color: #767676;
}
.cid-s1KR0GNKk2 .mbr-text {
  color: #333366;
}
.cid-s1KR0GNKk2 .mbr-text P {
  text-align: center;
}
.cid-s1KP9sUNVw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KP9sUNVw .mbr-text,
.cid-s1KP9sUNVw blockquote {
  color: #767676;
}
.cid-s1KP9sUNVw .mbr-text {
  color: #333366;
}
.cid-s1KP9sUNVw .mbr-text P {
  text-align: center;
}
.cid-s1KPYucz7J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KPYucz7J .mbr-text,
.cid-s1KPYucz7J blockquote {
  color: #767676;
}
.cid-s1KPYucz7J .mbr-text {
  color: #333366;
}
.cid-s1KP9tjaPU {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1KP9tjaPU .image-block {
  margin: auto;
}
.cid-s1KP9tjaPU figcaption {
  position: relative;
}
.cid-s1KP9tjaPU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1KP9tjaPU .image-block {
    width: 100% !important;
  }
}
.cid-s1KP9tMKjq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1SkKnCsHh {
  background-color: #e6e6ff;
}
.cid-s1KQgG04SF {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KQgG04SF .mbr-text,
.cid-s1KQgG04SF blockquote {
  color: #767676;
}
.cid-s1KQgG04SF .mbr-text {
  color: #333366;
}
.cid-s1KQgG04SF .mbr-text P {
  text-align: center;
}
.cid-s1KQgGO59o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KQgGO59o .mbr-text,
.cid-s1KQgGO59o blockquote {
  color: #767676;
}
.cid-s1KQgGO59o .mbr-text {
  color: #333366;
}
.cid-s1KQgGO59o .mbr-text P {
  text-align: center;
}
.cid-s1KQgGsk2m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KQgGsk2m .mbr-text,
.cid-s1KQgGsk2m blockquote {
  color: #767676;
}
.cid-s1KQgGsk2m .mbr-text {
  color: #333366;
}
.cid-s1KQgGsk2m .mbr-text P {
  text-align: center;
}
.cid-s1KQgHa9c0 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1KQgHa9c0 .image-block {
  margin: auto;
}
.cid-s1KQgHa9c0 figcaption {
  position: relative;
}
.cid-s1KQgHa9c0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1KQgHa9c0 .image-block {
    width: 100% !important;
  }
}
.cid-s1KQgHzcyp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KQgIExpu {
  background-color: #e6e6ff;
}
.cid-s1KRk1qNc3 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KRk1qNc3 .mbr-text,
.cid-s1KRk1qNc3 blockquote {
  color: #767676;
}
.cid-s1KRk1qNc3 .mbr-text {
  color: #333366;
}
.cid-s1KRk1qNc3 .mbr-text P {
  text-align: center;
}
.cid-s1KRk1SB92 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KRk1SB92 .mbr-text,
.cid-s1KRk1SB92 blockquote {
  color: #767676;
}
.cid-s1KRk1SB92 .mbr-text {
  color: #333366;
}
.cid-s1KRk1SB92 .mbr-text P {
  text-align: center;
}
.cid-s1KRk2ehfm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KRk2ehfm .mbr-text,
.cid-s1KRk2ehfm blockquote {
  color: #767676;
}
.cid-s1KRk2ehfm .mbr-text {
  color: #333366;
}
.cid-s1KRk2ehfm .mbr-text P {
  text-align: center;
}
.cid-s1KRzlQX2W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KRzlQX2W .mbr-text,
.cid-s1KRzlQX2W blockquote {
  color: #767676;
}
.cid-s1KRzlQX2W .mbr-text {
  color: #333366;
}
.cid-s1KRzlQX2W .mbr-text P {
  text-align: center;
}
.cid-s1KRk2zYfW {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1KRk2zYfW .image-block {
  margin: auto;
}
.cid-s1KRk2zYfW figcaption {
  position: relative;
}
.cid-s1KRk2zYfW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1KRk2zYfW .image-block {
    width: 100% !important;
  }
}
.cid-s1KRk2YNPA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KRk4bsQT {
  background-color: #e6e6ff;
}
.cid-s1KS1HCbDT {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KS1HCbDT .mbr-text,
.cid-s1KS1HCbDT blockquote {
  color: #767676;
}
.cid-s1KS1HCbDT .mbr-text {
  color: #333366;
}
.cid-s1KS1HCbDT .mbr-text P {
  text-align: center;
}
.cid-s1KS1I43ym {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KS1I43ym .mbr-text,
.cid-s1KS1I43ym blockquote {
  color: #767676;
}
.cid-s1KS1I43ym .mbr-text {
  color: #333366;
}
.cid-s1KS1I43ym .mbr-text P {
  text-align: center;
}
.cid-s1KS1IsIgc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KS1IsIgc .mbr-text,
.cid-s1KS1IsIgc blockquote {
  color: #767676;
}
.cid-s1KS1IsIgc .mbr-text {
  color: #333366;
}
.cid-s1KS1IsIgc .mbr-text P {
  text-align: center;
}
.cid-s1KS1JcfzG {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-s1KS1JcfzG .image-block {
  margin: auto;
}
.cid-s1KS1JcfzG figcaption {
  position: relative;
}
.cid-s1KS1JcfzG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1KS1JcfzG .image-block {
    width: 100% !important;
  }
}
.cid-s1KS1JCmk5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KS1KRGNJ {
  background-color: #e6e6ff;
}
.cid-s1KT8vDQ8c {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KT8vDQ8c .mbr-text,
.cid-s1KT8vDQ8c blockquote {
  color: #767676;
}
.cid-s1KT8vDQ8c .mbr-text {
  color: #333366;
}
.cid-s1KT8vDQ8c .mbr-text P {
  text-align: center;
}
.cid-s1KT8w1v4F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KT8w1v4F .mbr-text,
.cid-s1KT8w1v4F blockquote {
  color: #767676;
}
.cid-s1KT8w1v4F .mbr-text {
  color: #333366;
}
.cid-s1KT8w1v4F .mbr-text P {
  text-align: center;
}
.cid-s1KT8wpNkR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KT8wpNkR .mbr-text,
.cid-s1KT8wpNkR blockquote {
  color: #767676;
}
.cid-s1KT8wpNkR .mbr-text {
  color: #333366;
}
.cid-s1KT8wpNkR .mbr-text P {
  text-align: center;
}
.cid-s1Sfl97GNZ {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-s1Sfl97GNZ .image-block {
  margin: auto;
}
.cid-s1Sfl97GNZ figcaption {
  position: relative;
}
.cid-s1Sfl97GNZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1Sfl97GNZ .image-block {
    width: 100% !important;
  }
}
.cid-s1WMUspk1y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1WMUspk1y .mbr-text,
.cid-s1WMUspk1y blockquote {
  color: #767676;
}
.cid-s1WMUspk1y .mbr-text {
  color: #333366;
}
.cid-s1WMUspk1y .mbr-text P {
  text-align: center;
}
.cid-s1WNfx5XoR {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-s1WNfx5XoR .image-block {
  margin: auto;
}
.cid-s1WNfx5XoR figcaption {
  position: relative;
}
.cid-s1WNfx5XoR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1WNfx5XoR .image-block {
    width: 100% !important;
  }
}
.cid-s1WN67iSVZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1WN67iSVZ .mbr-text,
.cid-s1WN67iSVZ blockquote {
  color: #767676;
}
.cid-s1WN67iSVZ .mbr-text {
  color: #333366;
}
.cid-s1WN67iSVZ .mbr-text P {
  text-align: center;
}
.cid-s1KT8xczvl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KT8yv73t {
  background-color: #e6e6ff;
}
.cid-s1KTOeICC2 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KTOeICC2 .mbr-text,
.cid-s1KTOeICC2 blockquote {
  color: #767676;
}
.cid-s1KTOeICC2 .mbr-text {
  color: #333366;
}
.cid-s1KTOeICC2 .mbr-text P {
  text-align: center;
}
.cid-s1KTOfaUc6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KTOfaUc6 .mbr-text,
.cid-s1KTOfaUc6 blockquote {
  color: #767676;
}
.cid-s1KTOfaUc6 .mbr-text {
  color: #333366;
}
.cid-s1KTOfaUc6 .mbr-text P {
  text-align: center;
}
.cid-s1KTOfCEHA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KTOfCEHA .mbr-text,
.cid-s1KTOfCEHA blockquote {
  color: #767676;
}
.cid-s1KTOfCEHA .mbr-text {
  color: #333366;
}
.cid-s1KTOfCEHA .mbr-text P {
  text-align: center;
}
.cid-s1KTOg7Bzj {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1KTOg7Bzj .image-block {
  margin: auto;
}
.cid-s1KTOg7Bzj figcaption {
  position: relative;
}
.cid-s1KTOg7Bzj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1KTOg7Bzj .image-block {
    width: 100% !important;
  }
}
.cid-s1KTOgHZ3d {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KTOiDCAv {
  background-color: #e6e6ff;
}
.cid-s1KUx01vj0 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KUx01vj0 .mbr-text,
.cid-s1KUx01vj0 blockquote {
  color: #767676;
}
.cid-s1KUx01vj0 .mbr-text {
  color: #333366;
}
.cid-s1KUx01vj0 .mbr-text P {
  text-align: center;
}
.cid-s1KUx0BQdj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KUx0BQdj .mbr-text,
.cid-s1KUx0BQdj blockquote {
  color: #767676;
}
.cid-s1KUx0BQdj .mbr-text {
  color: #333366;
}
.cid-s1KUx0BQdj .mbr-text P {
  text-align: center;
}
.cid-s1KUx0YLA1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KUx0YLA1 .mbr-text,
.cid-s1KUx0YLA1 blockquote {
  color: #767676;
}
.cid-s1KUx0YLA1 .mbr-text {
  color: #333366;
}
.cid-s1KUx0YLA1 .mbr-text P {
  text-align: center;
}
.cid-s1KUx1m7qT {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1KUx1m7qT .image-block {
  margin: auto;
}
.cid-s1KUx1m7qT figcaption {
  position: relative;
}
.cid-s1KUx1m7qT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1KUx1m7qT .image-block {
    width: 100% !important;
  }
}
.cid-s1KUx1MRwb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KUx2T8Ak {
  background-color: #e6e6ff;
}
.cid-s1KVf1MAJP {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KVf1MAJP .mbr-text,
.cid-s1KVf1MAJP blockquote {
  color: #767676;
}
.cid-s1KVf1MAJP .mbr-text {
  color: #333366;
}
.cid-s1KVf1MAJP .mbr-text P {
  text-align: center;
}
.cid-s1KVf2awID {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KVf2awID .mbr-text,
.cid-s1KVf2awID blockquote {
  color: #767676;
}
.cid-s1KVf2awID .mbr-text {
  color: #333366;
}
.cid-s1KVf2awID .mbr-text P {
  text-align: center;
}
.cid-s1KVf2yx5K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KVf2yx5K .mbr-text,
.cid-s1KVf2yx5K blockquote {
  color: #767676;
}
.cid-s1KVf2yx5K .mbr-text {
  color: #333366;
}
.cid-s1KVf2yx5K .mbr-text P {
  text-align: center;
}
.cid-s1SeTJz9Oq {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s1SeTJz9Oq .image-block {
  margin: auto;
}
.cid-s1SeTJz9Oq figcaption {
  position: relative;
}
.cid-s1SeTJz9Oq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1SeTJz9Oq .image-block {
    width: 100% !important;
  }
}
.cid-s1KVf3mP6l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KVf4smFs {
  background-color: #e6e6ff;
}
.cid-s1KVJMylRx {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KVJMylRx .mbr-text,
.cid-s1KVJMylRx blockquote {
  color: #767676;
}
.cid-s1KVJMylRx .mbr-text {
  color: #333366;
}
.cid-s1KVJMylRx .mbr-text P {
  text-align: center;
}
.cid-s1KVJMXtAG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KVJMXtAG .mbr-text,
.cid-s1KVJMXtAG blockquote {
  color: #767676;
}
.cid-s1KVJMXtAG .mbr-text {
  color: #333366;
}
.cid-s1KVJMXtAG .mbr-text P {
  text-align: center;
}
.cid-s1KVJNlv7M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KVJNlv7M .mbr-text,
.cid-s1KVJNlv7M blockquote {
  color: #767676;
}
.cid-s1KVJNlv7M .mbr-text {
  color: #333366;
}
.cid-s1KVJNlv7M .mbr-text P {
  text-align: center;
}
.cid-s7V4k73AK8 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s7V4k73AK8 .image-block {
  margin: auto;
}
.cid-s7V4k73AK8 figcaption {
  position: relative;
}
.cid-s7V4k73AK8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7V4k73AK8 .image-block {
    width: 100% !important;
  }
}
.cid-s1KVJO9thV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1KVJPfvj4 {
  background-color: #e6e6ff;
}
.cid-s1WQUEVPdJ {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1WQUEVPdJ .mbr-text,
.cid-s1WQUEVPdJ blockquote {
  color: #767676;
}
.cid-s1WQUEVPdJ .mbr-text {
  color: #333366;
}
.cid-s1WQUEVPdJ .mbr-text P {
  text-align: center;
}
.cid-s1WQUFo5pB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1WQUFo5pB .mbr-text,
.cid-s1WQUFo5pB blockquote {
  color: #767676;
}
.cid-s1WQUFo5pB .mbr-text {
  color: #333366;
}
.cid-s1WQUFo5pB .mbr-text P {
  text-align: center;
}
.cid-s1WRbJxLNV {
  background: #e6e6ff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-s1WRbJxLNV .image-block {
  margin: auto;
}
.cid-s1WRbJxLNV figcaption {
  position: relative;
}
.cid-s1WRbJxLNV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1WRbJxLNV .image-block {
    width: 100% !important;
  }
}
.cid-s1WQUGCLPG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s1WQUGUXmC {
  background-color: #e6e6ff;
}
.cid-s7UKC6PiqO {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7UKC6PiqO .mbr-text,
.cid-s7UKC6PiqO blockquote {
  color: #767676;
}
.cid-s7UKC6PiqO .mbr-text {
  color: #333366;
}
.cid-s7UKC6PiqO .mbr-text P {
  text-align: center;
}
.cid-s7UKC7gjOZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7UKC7gjOZ .mbr-text,
.cid-s7UKC7gjOZ blockquote {
  color: #767676;
}
.cid-s7UKC7gjOZ .mbr-text {
  color: #333366;
}
.cid-s7UKC7gjOZ .mbr-text P {
  text-align: center;
}
.cid-s7UL5xa4Iy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7UL5xa4Iy .mbr-text,
.cid-s7UL5xa4Iy blockquote {
  color: #767676;
}
.cid-s7UL5xa4Iy .mbr-text {
  color: #333366;
}
.cid-s7ULumJGZL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7ULumJGZL .mbr-text,
.cid-s7ULumJGZL blockquote {
  color: #767676;
}
.cid-s7ULumJGZL .mbr-text {
  color: #333366;
}
.cid-s7UKC7SV1p {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7UKC87rsw {
  background-color: #e6e6ff;
}
.cid-s7UNFglg12 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7UNFglg12 .mbr-text,
.cid-s7UNFglg12 blockquote {
  color: #767676;
}
.cid-s7UNFglg12 .mbr-text {
  color: #333366;
}
.cid-s7UNFglg12 .mbr-text P {
  text-align: center;
}
.cid-s7UNFgMbQB {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7UNFgMbQB .mbr-text,
.cid-s7UNFgMbQB blockquote {
  color: #767676;
}
.cid-s7UNFgMbQB .mbr-text {
  color: #333366;
}
.cid-s7UNFgMbQB .mbr-text P {
  text-align: center;
}
.cid-s7UNFhbNxp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7UNFhbNxp .mbr-text,
.cid-s7UNFhbNxp blockquote {
  color: #767676;
}
.cid-s7UNFhbNxp .mbr-text {
  color: #333366;
}
.cid-s7UNFhbNxp .mbr-text P {
  text-align: center;
}
.cid-s7UNFhtP0w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7UNFhtP0w h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7UNFhtP0w p {
  color: #767676;
  text-align: left;
}
.cid-s7UNFhtP0w .card-box {
  padding-top: 2rem;
}
.cid-s7UNFhtP0w .card-wrapper {
  height: 100%;
}
.cid-s7UNFhtP0w .card-title {
  color: #333366;
  text-align: center;
}
.cid-s7UNFikUzO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7UNFiBdrC {
  background-color: #e6e6ff;
}
.cid-s7V11hMNF5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7V11hMNF5 .mbr-text,
.cid-s7V11hMNF5 blockquote {
  color: #767676;
}
.cid-s7V11hMNF5 .mbr-text {
  color: #333366;
}
.cid-s7V11hMNF5 .mbr-text P {
  text-align: center;
}
.cid-s7V11i94bT {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7V11i94bT .mbr-text,
.cid-s7V11i94bT blockquote {
  color: #767676;
}
.cid-s7V11i94bT .mbr-text {
  color: #333366;
}
.cid-s7V11i94bT .mbr-text P {
  text-align: center;
}
.cid-s7V11iq8Aw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7V11iq8Aw .mbr-text,
.cid-s7V11iq8Aw blockquote {
  color: #767676;
}
.cid-s7V11iq8Aw .mbr-text {
  color: #333366;
}
.cid-s7V11iq8Aw .mbr-text P {
  text-align: center;
}
.cid-s7V11iGQXZ {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s7V11iGQXZ .image-block {
  margin: auto;
}
.cid-s7V11iGQXZ figcaption {
  position: relative;
}
.cid-s7V11iGQXZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7V11iGQXZ .image-block {
    width: 100% !important;
  }
}
.cid-s7V11j0V9T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6e6ff;
}
.cid-s7V11jgq2H {
  background-color: #e6e6ff;
}
