.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #05386b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #05386b !important;
  border-color: #05386b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #05386b;
  color: #05386b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010d18 !important;
  background-color: transparent!important;
  border-color: #010d18 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #05386b !important;
  border-color: #05386b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #05386b !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00050a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #05386b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #05386b;
  border-color: #05386b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #05386b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b78e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #05386b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #05386b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #05386b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #05386b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #05386b;
  border-bottom-color: #05386b;
}
.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: #05386b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5cdb95 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2305386b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFAA5oUu2Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFAA5oUu2Y nav.navbar {
  position: fixed;
}
.cid-sFAA5oUu2Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #edf5e1 !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFAA5oUu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCAOqBTxa {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/learn2-1-1228x818.png");
}
.cid-sFCAOqBTxa .mbr-section-title {
  color: #05386b;
  text-align: center;
}
.cid-sFCAOqBTxa .mbr-text,
.cid-sFCAOqBTxa .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sFCAOqBTxa .mbr-section-subtitle {
  text-align: left;
  color: #1b12a0;
}
.cid-sFCAOqBTxa .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sFADQxFnEn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/11-1-1600x720.png");
}
.cid-sFADQxFnEn .mbr-section-title {
  color: #1b12a0;
}
.cid-sFADQxFnEn .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sFADQxFnEn .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-t7vwH8jgO5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/depositphotos-110563496-stock-video-old-man-is-using-tablet-608x342.jpg");
}
.cid-t7vwH8jgO5 .mbr-section-title {
  color: #1b12a0;
}
.cid-t7vwH8jgO5 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t7vwH8jgO5 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sFADQQfNeA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sFADQQfNeA .mbr-section-title {
  color: #ffffff;
}
.cid-sFADQQfNeA .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFADMOwrhN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-sFADMOwrhN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sFADMOwrhN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFADMOwrhN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sFADMOwrhN .card-wrapper {
  border-radius: 4px;
  background-color: #bed3f9;
  background-color: transparent;
}
.cid-sFADMOwrhN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFADMOwrhN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sFADMOwrhN .mbr-text {
  color: #ffffff;
}
.cid-sFADMOwrhN .card-title {
  color: #05386b;
}
.cid-sFADMOwrhN .price {
  color: #05386b;
}
.cid-t7vENKzGpR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-t7vG2VSy9o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7vG2VSy9o .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7vG2VSy9o .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7vG2VSy9o .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t7vG2VSy9o .mbr-section-title {
  color: #1b12a0;
}
.cid-t7vItC5fab {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7vItC5fab .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7vItC5fab .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7vItC5fab .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t7vGiLo3Uq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7vGiLo3Uq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7vGiLo3Uq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7vGiLo3Uq .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t7vGj9ljH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7vGj9ljH9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7vGj9ljH9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7vGj9ljH9 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t7vIusksd3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7vIusksd3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7vIusksd3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7vIusksd3 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t7vK9ZycBd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7vK9ZycBd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7vK9ZycBd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7vK9ZycBd .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t7vKnVSRXy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7vKnVSRXy .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7vKnVSRXy .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7vKnVSRXy .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t7vKnVSRXy .mbr-section-title {
  color: #4479d9;
}
.cid-t7vKLJEoq2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7vKLJEoq2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7vKLJEoq2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7vKLJEoq2 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t7vL6w1aSM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t7vL6w1aSM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7vL6w1aSM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7vL6w1aSM .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-t7vUYdnSBu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #27cf7e;
}
.cid-t7vUYdnSBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7vUYdnSBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7vUNsa1mK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t7vUNsa1mK .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7vUNsa1mK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7vUNsa1mK .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t7vUNsa1mK .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t7vUNsa1mK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7vUNsa1mK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t7vUNsa1mK .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t7vUNsa1mK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t7vUNsa1mK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t7vUNsa1mK .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t7vUNsa1mK .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7vUNsa1mK .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t7vVu5srWQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t7vVu5srWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7vVu5srWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7vVu5srWQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t7vVu5srWQ .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t7vVu5srWQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7vVu5srWQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t7vVu5srWQ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t7vVu5srWQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t7vVu5srWQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t7vVu5srWQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t7vVu5srWQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7vVu5srWQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t7w0rtGAmB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t7w0rtGAmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7w0rtGAmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7w0rtGAmB .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t7w0rtGAmB .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t7w0rtGAmB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7w0rtGAmB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t7w0rtGAmB .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t7w0rtGAmB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t7w0rtGAmB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t7w0rtGAmB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t7w0rtGAmB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7w0rtGAmB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sFAOw5Fdod {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFAOw5Fdod .item:focus,
.cid-sFAOw5Fdod span:focus {
  outline: none;
}
.cid-sFAOw5Fdod .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFAOw5Fdod .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFAOw5Fdod .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFAOw5Fdod .mbr-section-title {
  color: #05386b;
}
.cid-sFAOw5Fdod .mbr-text,
.cid-sFAOw5Fdod .mbr-section-btn {
  text-align: left;
}
.cid-sFAOw5Fdod .item-title {
  text-align: left;
  color: #05386b;
}
.cid-sFAOw5Fdod .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sFAOw5Fdod .mbr-section-subtitle {
  color: #05386b;
  text-align: left;
}
.cid-t7w8KaMSRX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7w8KaMSRX img,
.cid-t7w8KaMSRX .item-img {
  width: 100%;
}
.cid-t7w8KaMSRX .item:focus,
.cid-t7w8KaMSRX span:focus {
  outline: none;
}
.cid-t7w8KaMSRX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7w8KaMSRX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7w8KaMSRX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7w8KaMSRX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7w8KaMSRX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7w8KaMSRX .mbr-section-title {
  color: #232323;
}
.cid-t7w8KaMSRX .mbr-text,
.cid-t7w8KaMSRX .mbr-section-btn {
  text-align: left;
}
.cid-t7w8KaMSRX .item-title {
  text-align: left;
}
.cid-t7w8KaMSRX .item-subtitle {
  text-align: left;
}
.cid-t7w9221syh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7w9221syh img,
.cid-t7w9221syh .item-img {
  width: 100%;
}
.cid-t7w9221syh .item:focus,
.cid-t7w9221syh span:focus {
  outline: none;
}
.cid-t7w9221syh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7w9221syh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7w9221syh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7w9221syh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7w9221syh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7w9221syh .mbr-section-title {
  color: #232323;
}
.cid-t7w9221syh .mbr-text,
.cid-t7w9221syh .mbr-section-btn {
  text-align: left;
}
.cid-t7w9221syh .item-title {
  text-align: left;
}
.cid-t7w9221syh .item-subtitle {
  text-align: left;
}
.cid-t7w92N88bJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7w92N88bJ img,
.cid-t7w92N88bJ .item-img {
  width: 100%;
}
.cid-t7w92N88bJ .item:focus,
.cid-t7w92N88bJ span:focus {
  outline: none;
}
.cid-t7w92N88bJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7w92N88bJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7w92N88bJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7w92N88bJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7w92N88bJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7w92N88bJ .mbr-section-title {
  color: #232323;
}
.cid-t7w92N88bJ .mbr-text,
.cid-t7w92N88bJ .mbr-section-btn {
  text-align: left;
}
.cid-t7w92N88bJ .item-title {
  text-align: left;
}
.cid-t7w92N88bJ .item-subtitle {
  text-align: left;
}
.cid-t7w9FWW2We {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t7w9FWW2We img,
.cid-t7w9FWW2We .item-img {
  width: 100%;
}
.cid-t7w9FWW2We .item:focus,
.cid-t7w9FWW2We span:focus {
  outline: none;
}
.cid-t7w9FWW2We .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7w9FWW2We .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t7w9FWW2We .item {
  padding: 0;
  margin: 0;
}
.cid-t7w9FWW2We .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7w9FWW2We .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7w9FWW2We .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7w9FWW2We .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7w9FWW2We .mbr-section-title {
  color: #ffffff;
}
.cid-t7w9FWW2We .mbr-text,
.cid-t7w9FWW2We .mbr-section-btn {
  text-align: left;
}
.cid-t7w9FWW2We .item-title {
  text-align: left;
}
.cid-t7w9FWW2We .item-subtitle {
  text-align: center;
}
.cid-t7w9FWW2We .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t7wap4CoK6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t7wap4CoK6 img,
.cid-t7wap4CoK6 .item-img {
  width: 100%;
}
.cid-t7wap4CoK6 .item:focus,
.cid-t7wap4CoK6 span:focus {
  outline: none;
}
.cid-t7wap4CoK6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7wap4CoK6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t7wap4CoK6 .item {
  padding: 0;
  margin: 0;
}
.cid-t7wap4CoK6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7wap4CoK6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7wap4CoK6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7wap4CoK6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7wap4CoK6 .mbr-section-title {
  color: #232323;
}
.cid-t7wap4CoK6 .mbr-text,
.cid-t7wap4CoK6 .mbr-section-btn {
  text-align: left;
}
.cid-t7wap4CoK6 .item-title {
  text-align: left;
}
.cid-t7wap4CoK6 .item-subtitle {
  text-align: center;
}
.cid-t7wapNgxs2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t7wapNgxs2 img,
.cid-t7wapNgxs2 .item-img {
  width: 100%;
}
.cid-t7wapNgxs2 .item:focus,
.cid-t7wapNgxs2 span:focus {
  outline: none;
}
.cid-t7wapNgxs2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7wapNgxs2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t7wapNgxs2 .item {
  padding: 0;
  margin: 0;
}
.cid-t7wapNgxs2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7wapNgxs2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7wapNgxs2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7wapNgxs2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7wapNgxs2 .mbr-section-title {
  color: #232323;
}
.cid-t7wapNgxs2 .mbr-text,
.cid-t7wapNgxs2 .mbr-section-btn {
  text-align: left;
}
.cid-t7wapNgxs2 .item-title {
  text-align: left;
}
.cid-t7wapNgxs2 .item-subtitle {
  text-align: center;
}
.cid-t7waqsajoK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t7waqsajoK img,
.cid-t7waqsajoK .item-img {
  width: 100%;
}
.cid-t7waqsajoK .item:focus,
.cid-t7waqsajoK span:focus {
  outline: none;
}
.cid-t7waqsajoK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7waqsajoK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t7waqsajoK .item {
  padding: 0;
  margin: 0;
}
.cid-t7waqsajoK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7waqsajoK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7waqsajoK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7waqsajoK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7waqsajoK .mbr-section-title {
  color: #232323;
}
.cid-t7waqsajoK .mbr-text,
.cid-t7waqsajoK .mbr-section-btn {
  text-align: left;
}
.cid-t7waqsajoK .item-title {
  text-align: left;
}
.cid-t7waqsajoK .item-subtitle {
  text-align: center;
}
.cid-t7war17Qso {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t7war17Qso img,
.cid-t7war17Qso .item-img {
  width: 100%;
}
.cid-t7war17Qso .item:focus,
.cid-t7war17Qso span:focus {
  outline: none;
}
.cid-t7war17Qso .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7war17Qso .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t7war17Qso .item {
  padding: 0;
  margin: 0;
}
.cid-t7war17Qso .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7war17Qso .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7war17Qso .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7war17Qso .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7war17Qso .mbr-section-title {
  color: #232323;
}
.cid-t7war17Qso .mbr-text,
.cid-t7war17Qso .mbr-section-btn {
  text-align: left;
}
.cid-t7war17Qso .item-title {
  text-align: left;
}
.cid-t7war17Qso .item-subtitle {
  text-align: center;
}
.cid-t7whCQjXIo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-t7whCQjXIo img,
.cid-t7whCQjXIo .item-img {
  width: 100%;
}
.cid-t7whCQjXIo .item:focus,
.cid-t7whCQjXIo span:focus {
  outline: none;
}
.cid-t7whCQjXIo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7whCQjXIo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t7whCQjXIo .item {
  padding: 0;
  margin: 0;
}
.cid-t7whCQjXIo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7whCQjXIo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7whCQjXIo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7whCQjXIo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7whCQjXIo .mbr-section-title {
  color: #232323;
}
.cid-t7whCQjXIo .mbr-text,
.cid-t7whCQjXIo .mbr-section-btn {
  text-align: left;
}
.cid-t7whCQjXIo .item-title {
  text-align: left;
}
.cid-t7whCQjXIo .item-subtitle {
  text-align: center;
}
.cid-u3eHuNX3F0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u3eHuNX3F0 img,
.cid-u3eHuNX3F0 .item-img {
  width: 100%;
}
.cid-u3eHuNX3F0 .item:focus,
.cid-u3eHuNX3F0 span:focus {
  outline: none;
}
.cid-u3eHuNX3F0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3eHuNX3F0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3eHuNX3F0 .item {
  padding: 0;
  margin: 0;
}
.cid-u3eHuNX3F0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3eHuNX3F0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3eHuNX3F0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3eHuNX3F0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3eHuNX3F0 .mbr-section-title {
  color: #232323;
}
.cid-u3eHuNX3F0 .mbr-text,
.cid-u3eHuNX3F0 .mbr-section-btn {
  text-align: left;
}
.cid-u3eHuNX3F0 .item-title {
  text-align: left;
}
.cid-u3eHuNX3F0 .item-subtitle {
  text-align: center;
}
.cid-u3eHvWGu9G {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u3eHvWGu9G img,
.cid-u3eHvWGu9G .item-img {
  width: 100%;
}
.cid-u3eHvWGu9G .item:focus,
.cid-u3eHvWGu9G span:focus {
  outline: none;
}
.cid-u3eHvWGu9G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3eHvWGu9G .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3eHvWGu9G .item {
  padding: 0;
  margin: 0;
}
.cid-u3eHvWGu9G .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3eHvWGu9G .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3eHvWGu9G .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3eHvWGu9G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3eHvWGu9G .mbr-section-title {
  color: #232323;
}
.cid-u3eHvWGu9G .mbr-text,
.cid-u3eHvWGu9G .mbr-section-btn {
  text-align: left;
}
.cid-u3eHvWGu9G .item-title {
  text-align: left;
}
.cid-u3eHvWGu9G .item-subtitle {
  text-align: center;
}
.cid-u3eHwFZYR5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u3eHwFZYR5 img,
.cid-u3eHwFZYR5 .item-img {
  width: 100%;
}
.cid-u3eHwFZYR5 .item:focus,
.cid-u3eHwFZYR5 span:focus {
  outline: none;
}
.cid-u3eHwFZYR5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3eHwFZYR5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3eHwFZYR5 .item {
  padding: 0;
  margin: 0;
}
.cid-u3eHwFZYR5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3eHwFZYR5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3eHwFZYR5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3eHwFZYR5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3eHwFZYR5 .mbr-section-title {
  color: #232323;
}
.cid-u3eHwFZYR5 .mbr-text,
.cid-u3eHwFZYR5 .mbr-section-btn {
  text-align: left;
}
.cid-u3eHwFZYR5 .item-title {
  text-align: left;
}
.cid-u3eHwFZYR5 .item-subtitle {
  text-align: center;
}
.cid-u3eOmFLhrG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u3eOmFLhrG img,
.cid-u3eOmFLhrG .item-img {
  width: 100%;
}
.cid-u3eOmFLhrG .item:focus,
.cid-u3eOmFLhrG span:focus {
  outline: none;
}
.cid-u3eOmFLhrG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3eOmFLhrG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3eOmFLhrG .item {
  padding: 0;
  margin: 0;
}
.cid-u3eOmFLhrG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3eOmFLhrG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3eOmFLhrG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3eOmFLhrG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3eOmFLhrG .mbr-section-title {
  color: #232323;
}
.cid-u3eOmFLhrG .mbr-text,
.cid-u3eOmFLhrG .mbr-section-btn {
  text-align: left;
}
.cid-u3eOmFLhrG .item-title {
  text-align: left;
}
.cid-u3eOmFLhrG .item-subtitle {
  text-align: center;
}
.cid-u3eOore2yU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u3eOore2yU img,
.cid-u3eOore2yU .item-img {
  width: 100%;
}
.cid-u3eOore2yU .item:focus,
.cid-u3eOore2yU span:focus {
  outline: none;
}
.cid-u3eOore2yU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3eOore2yU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3eOore2yU .item {
  padding: 0;
  margin: 0;
}
.cid-u3eOore2yU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3eOore2yU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3eOore2yU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3eOore2yU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3eOore2yU .mbr-section-title {
  color: #232323;
}
.cid-u3eOore2yU .mbr-text,
.cid-u3eOore2yU .mbr-section-btn {
  text-align: left;
}
.cid-u3eOore2yU .item-title {
  text-align: left;
}
.cid-u3eOore2yU .item-subtitle {
  text-align: center;
}
.cid-u3eOpaCpXD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u3eOpaCpXD img,
.cid-u3eOpaCpXD .item-img {
  width: 100%;
}
.cid-u3eOpaCpXD .item:focus,
.cid-u3eOpaCpXD span:focus {
  outline: none;
}
.cid-u3eOpaCpXD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3eOpaCpXD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3eOpaCpXD .item {
  padding: 0;
  margin: 0;
}
.cid-u3eOpaCpXD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3eOpaCpXD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3eOpaCpXD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3eOpaCpXD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3eOpaCpXD .mbr-section-title {
  color: #232323;
}
.cid-u3eOpaCpXD .mbr-text,
.cid-u3eOpaCpXD .mbr-section-btn {
  text-align: left;
}
.cid-u3eOpaCpXD .item-title {
  text-align: left;
}
.cid-u3eOpaCpXD .item-subtitle {
  text-align: center;
}
.cid-u3eS1PHs9o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-u3eS1PHs9o img,
.cid-u3eS1PHs9o .item-img {
  width: 100%;
}
.cid-u3eS1PHs9o .item:focus,
.cid-u3eS1PHs9o span:focus {
  outline: none;
}
.cid-u3eS1PHs9o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3eS1PHs9o .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u3eS1PHs9o .item {
  padding: 0;
  margin: 0;
}
.cid-u3eS1PHs9o .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3eS1PHs9o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3eS1PHs9o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u3eS1PHs9o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3eS1PHs9o .mbr-section-title {
  color: #232323;
}
.cid-u3eS1PHs9o .mbr-text,
.cid-u3eS1PHs9o .mbr-section-btn {
  text-align: left;
}
.cid-u3eS1PHs9o .item-title {
  text-align: left;
}
.cid-u3eS1PHs9o .item-subtitle {
  text-align: center;
}
.cid-uK3zPVPqh2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uK3zPVPqh2 img,
.cid-uK3zPVPqh2 .item-img {
  width: 100%;
}
.cid-uK3zPVPqh2 .item:focus,
.cid-uK3zPVPqh2 span:focus {
  outline: none;
}
.cid-uK3zPVPqh2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uK3zPVPqh2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uK3zPVPqh2 .item {
  padding: 0;
  margin: 0;
}
.cid-uK3zPVPqh2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uK3zPVPqh2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK3zPVPqh2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uK3zPVPqh2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uK3zPVPqh2 .mbr-section-title {
  color: #232323;
}
.cid-uK3zPVPqh2 .mbr-text,
.cid-uK3zPVPqh2 .mbr-section-btn {
  text-align: left;
}
.cid-uK3zPVPqh2 .item-title {
  text-align: left;
}
.cid-uK3zPVPqh2 .item-subtitle {
  text-align: center;
}
.cid-t7wlydxy80 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7wlydxy80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7wlydxy80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7wlydxy80 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #05386b;
  margin-bottom: 2rem;
}
.cid-t7wlydxy80 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-t7wlydxy80 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t7wlydxy80 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t7wlydxy80 .mbr-section-title {
  color: #1b12a0;
}
.cid-t7wlydxy80 .card-title {
  color: #1b12a0;
}
.cid-sFAOjz8nX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-sFAOjz8nX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFAOjz8nX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFAOjz8nX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFAA5oUu2Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFAA5oUu2Y nav.navbar {
  position: fixed;
}
.cid-sFAA5oUu2Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #edf5e1 !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFAA5oUu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7w4ayk3UN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7w4ayk3UN .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7w4ayk3UN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7w4ayk3UN .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7w4ayk3UN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t7w4ayk3UN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFAOjz8nX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-sFAOjz8nX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFAOjz8nX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFAOjz8nX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t7w4E7QoK9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7w4E7QoK9 nav.navbar {
  position: fixed;
}
.cid-t7w4E7QoK9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7w4E7QoK9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7w4E7QoK9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7w4E7QoK9 .dropdown-item:hover,
.cid-t7w4E7QoK9 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-t7w4E7QoK9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7w4E7QoK9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7w4E7QoK9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7w4E7QoK9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7w4E7QoK9 .nav-link {
  position: relative;
}
.cid-t7w4E7QoK9 .container {
  display: flex;
  margin: auto;
}
.cid-t7w4E7QoK9 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7w4E7QoK9 .dropdown-menu,
.cid-t7w4E7QoK9 .navbar.opened {
  background: #edf5e1 !important;
}
.cid-t7w4E7QoK9 .nav-item:focus,
.cid-t7w4E7QoK9 .nav-link:focus {
  outline: none;
}
.cid-t7w4E7QoK9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7w4E7QoK9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7w4E7QoK9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7w4E7QoK9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7w4E7QoK9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7w4E7QoK9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7w4E7QoK9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-t7w4E7QoK9 .navbar.opened {
  transition: all 0.3s;
}
.cid-t7w4E7QoK9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7w4E7QoK9 .navbar .navbar-logo img {
  width: auto;
}
.cid-t7w4E7QoK9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7w4E7QoK9 .navbar.collapsed {
  justify-content: center;
}
.cid-t7w4E7QoK9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7w4E7QoK9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7w4E7QoK9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-t7w4E7QoK9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7w4E7QoK9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7w4E7QoK9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7w4E7QoK9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7w4E7QoK9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7w4E7QoK9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7w4E7QoK9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7w4E7QoK9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7w4E7QoK9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7w4E7QoK9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7w4E7QoK9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7w4E7QoK9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7w4E7QoK9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7w4E7QoK9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7w4E7QoK9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7w4E7QoK9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7w4E7QoK9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7w4E7QoK9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7w4E7QoK9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7w4E7QoK9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7w4E7QoK9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7w4E7QoK9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7w4E7QoK9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7w4E7QoK9 .dropdown-item.active,
.cid-t7w4E7QoK9 .dropdown-item:active {
  background-color: transparent;
}
.cid-t7w4E7QoK9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7w4E7QoK9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7w4E7QoK9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7w4E7QoK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-t7w4E7QoK9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7w4E7QoK9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7w4E7QoK9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7w4E7QoK9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7w4E7QoK9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7w4E7QoK9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-t7w4E7QoK9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7w4E7QoK9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7w4E7QoK9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7w4E7QoK9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7w4E7QoK9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7w4E7QoK9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7w4E7QoK9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7w4E7QoK9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7w4E7QoK9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7w4E7QoK9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7w4E7QoK9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7w4E7QoK9 .navbar {
    height: 70px;
  }
  .cid-t7w4E7QoK9 .navbar.opened {
    height: auto;
  }
  .cid-t7w4E7QoK9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7w4E8T8YP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7w4E8T8YP .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7w4E8T8YP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7w4E8T8YP .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7w4E8T8YP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t7w4E8T8YP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7w4Ea3P1h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-t7w4Ea3P1h .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t7w4Ea3P1h .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t7w4Ea3P1h .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t7w4Ea3P1h .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t7w4Ea3P1h .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t7w4Ea3P1h .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t7w4Ea3P1h .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t7w4Ea3P1h .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t7w4Ea3P1h .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t7w4Ea3P1h .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t7w4Ea3P1h .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t7w4Ea3P1h .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7w4Ea3P1h .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t7w4Ea3P1h .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t7w5b31CGH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7w5b31CGH nav.navbar {
  position: fixed;
}
.cid-t7w5b31CGH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7w5b31CGH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7w5b31CGH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7w5b31CGH .dropdown-item:hover,
.cid-t7w5b31CGH .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-t7w5b31CGH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7w5b31CGH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7w5b31CGH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7w5b31CGH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7w5b31CGH .nav-link {
  position: relative;
}
.cid-t7w5b31CGH .container {
  display: flex;
  margin: auto;
}
.cid-t7w5b31CGH .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7w5b31CGH .dropdown-menu,
.cid-t7w5b31CGH .navbar.opened {
  background: #edf5e1 !important;
}
.cid-t7w5b31CGH .nav-item:focus,
.cid-t7w5b31CGH .nav-link:focus {
  outline: none;
}
.cid-t7w5b31CGH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7w5b31CGH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7w5b31CGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7w5b31CGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7w5b31CGH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7w5b31CGH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7w5b31CGH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-t7w5b31CGH .navbar.opened {
  transition: all 0.3s;
}
.cid-t7w5b31CGH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7w5b31CGH .navbar .navbar-logo img {
  width: auto;
}
.cid-t7w5b31CGH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7w5b31CGH .navbar.collapsed {
  justify-content: center;
}
.cid-t7w5b31CGH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7w5b31CGH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7w5b31CGH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-t7w5b31CGH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7w5b31CGH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7w5b31CGH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7w5b31CGH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7w5b31CGH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7w5b31CGH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7w5b31CGH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7w5b31CGH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7w5b31CGH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7w5b31CGH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7w5b31CGH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7w5b31CGH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7w5b31CGH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7w5b31CGH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7w5b31CGH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7w5b31CGH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7w5b31CGH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7w5b31CGH .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7w5b31CGH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7w5b31CGH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7w5b31CGH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7w5b31CGH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7w5b31CGH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7w5b31CGH .dropdown-item.active,
.cid-t7w5b31CGH .dropdown-item:active {
  background-color: transparent;
}
.cid-t7w5b31CGH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7w5b31CGH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7w5b31CGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7w5b31CGH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-t7w5b31CGH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7w5b31CGH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7w5b31CGH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7w5b31CGH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7w5b31CGH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7w5b31CGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-t7w5b31CGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7w5b31CGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7w5b31CGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7w5b31CGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7w5b31CGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7w5b31CGH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7w5b31CGH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7w5b31CGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7w5b31CGH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7w5b31CGH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7w5b31CGH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7w5b31CGH .navbar {
    height: 70px;
  }
  .cid-t7w5b31CGH .navbar.opened {
    height: auto;
  }
  .cid-t7w5b31CGH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7w5b3O2uB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7w5b3O2uB .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7w5b3O2uB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7w5b3O2uB .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7w5b3O2uB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t7w5b3O2uB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7w5b4EQjh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-t7w5b4EQjh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t7w5b4EQjh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t7w5b4EQjh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t7w5b4EQjh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t7w5b4EQjh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t7w5b4EQjh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t7w5b4EQjh .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t7w5b4EQjh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t7w5b4EQjh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t7w5b4EQjh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t7w5b4EQjh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t7w5b4EQjh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7w5b4EQjh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t7w5b4EQjh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t7w6qSy8d0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7w6qSy8d0 nav.navbar {
  position: fixed;
}
.cid-t7w6qSy8d0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7w6qSy8d0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7w6qSy8d0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7w6qSy8d0 .dropdown-item:hover,
.cid-t7w6qSy8d0 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-t7w6qSy8d0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7w6qSy8d0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7w6qSy8d0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7w6qSy8d0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7w6qSy8d0 .nav-link {
  position: relative;
}
.cid-t7w6qSy8d0 .container {
  display: flex;
  margin: auto;
}
.cid-t7w6qSy8d0 .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7w6qSy8d0 .dropdown-menu,
.cid-t7w6qSy8d0 .navbar.opened {
  background: #edf5e1 !important;
}
.cid-t7w6qSy8d0 .nav-item:focus,
.cid-t7w6qSy8d0 .nav-link:focus {
  outline: none;
}
.cid-t7w6qSy8d0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7w6qSy8d0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7w6qSy8d0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7w6qSy8d0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7w6qSy8d0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7w6qSy8d0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7w6qSy8d0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-t7w6qSy8d0 .navbar.opened {
  transition: all 0.3s;
}
.cid-t7w6qSy8d0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7w6qSy8d0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t7w6qSy8d0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7w6qSy8d0 .navbar.collapsed {
  justify-content: center;
}
.cid-t7w6qSy8d0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7w6qSy8d0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7w6qSy8d0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-t7w6qSy8d0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7w6qSy8d0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7w6qSy8d0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t7w6qSy8d0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7w6qSy8d0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7w6qSy8d0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7w6qSy8d0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7w6qSy8d0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7w6qSy8d0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7w6qSy8d0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7w6qSy8d0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t7w6qSy8d0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7w6qSy8d0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7w6qSy8d0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7w6qSy8d0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7w6qSy8d0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7w6qSy8d0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7w6qSy8d0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7w6qSy8d0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7w6qSy8d0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7w6qSy8d0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7w6qSy8d0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7w6qSy8d0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7w6qSy8d0 .dropdown-item.active,
.cid-t7w6qSy8d0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t7w6qSy8d0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7w6qSy8d0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7w6qSy8d0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7w6qSy8d0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-t7w6qSy8d0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7w6qSy8d0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7w6qSy8d0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7w6qSy8d0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7w6qSy8d0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7w6qSy8d0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-t7w6qSy8d0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7w6qSy8d0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7w6qSy8d0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7w6qSy8d0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7w6qSy8d0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7w6qSy8d0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7w6qSy8d0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7w6qSy8d0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7w6qSy8d0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7w6qSy8d0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7w6qSy8d0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7w6qSy8d0 .navbar {
    height: 70px;
  }
  .cid-t7w6qSy8d0 .navbar.opened {
    height: auto;
  }
  .cid-t7w6qSy8d0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7w6qTu2hj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7w6qTu2hj .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7w6qTu2hj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7w6qTu2hj .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7w6qTu2hj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t7w6qTu2hj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7w6qUjvvX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-t7w6qUjvvX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t7w6qUjvvX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t7w6qUjvvX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-t7w6qUjvvX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t7w6qUjvvX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t7w6qUjvvX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t7w6qUjvvX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-t7w6qUjvvX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t7w6qUjvvX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t7w6qUjvvX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-t7w6qUjvvX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t7w6qUjvvX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t7w6qUjvvX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t7w6qUjvvX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFAA5oUu2Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFAA5oUu2Y nav.navbar {
  position: fixed;
}
.cid-sFAA5oUu2Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #edf5e1 !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFAA5oUu2Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7EMaNFGRP {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-t7EMaNFGRP .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-t7EMaNFGRP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-t7EMaNFGRP {
    align-items: flex-end;
  }
  .cid-t7EMaNFGRP .row {
    justify-content: flex-start;
  }
  .cid-t7EMaNFGRP .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7EMaNFGRP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t7EMaNFGRP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t7EMaNFGRP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-t7EMaNFGRP .content-wrap {
    width: 100%;
  }
}
.cid-uMbezMWonp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMbezMWonp img,
.cid-uMbezMWonp .item-img {
  width: 100%;
}
.cid-uMbezMWonp .item:focus,
.cid-uMbezMWonp span:focus {
  outline: none;
}
.cid-uMbezMWonp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMbezMWonp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMbezMWonp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uMbezMWonp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbezMWonp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uMbezMWonp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uMbezMWonp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMbezMWonp .mbr-section-title {
  color: #232323;
}
.cid-uMbezMWonp .mbr-text,
.cid-uMbezMWonp .mbr-section-btn {
  text-align: left;
}
.cid-uMbezMWonp .item-title {
  text-align: center;
  color: #1b12a0;
}
.cid-uMbezMWonp .item-subtitle {
  text-align: center;
  color: #d321dc;
}
.cid-uMbf7Yv1sF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMbf7Yv1sF img,
.cid-uMbf7Yv1sF .item-img {
  width: 100%;
}
.cid-uMbf7Yv1sF .item:focus,
.cid-uMbf7Yv1sF span:focus {
  outline: none;
}
.cid-uMbf7Yv1sF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMbf7Yv1sF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMbf7Yv1sF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uMbf7Yv1sF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbf7Yv1sF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uMbf7Yv1sF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uMbf7Yv1sF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMbf7Yv1sF .mbr-section-title {
  color: #232323;
}
.cid-uMbf7Yv1sF .mbr-text,
.cid-uMbf7Yv1sF .mbr-section-btn {
  text-align: left;
}
.cid-uMbf7Yv1sF .item-title {
  text-align: center;
  color: #1b12a0;
}
.cid-uMbf7Yv1sF .item-subtitle {
  text-align: center;
  color: #d321dc;
}
.cid-sFAOjz8nX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-sFAOjz8nX7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFAOjz8nX7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFAOjz8nX7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFAOjz8nX7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFAOjz8nX7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFAOjz8nX7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFAOjz8nX7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFAOjz8nX7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tbwrRf2tRH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tbwrRf2tRH nav.navbar {
  position: fixed;
}
.cid-tbwrRf2tRH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbwrRf2tRH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tbwrRf2tRH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tbwrRf2tRH .dropdown-item:hover,
.cid-tbwrRf2tRH .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-tbwrRf2tRH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbwrRf2tRH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbwrRf2tRH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbwrRf2tRH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbwrRf2tRH .nav-link {
  position: relative;
}
.cid-tbwrRf2tRH .container {
  display: flex;
  margin: auto;
}
.cid-tbwrRf2tRH .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbwrRf2tRH .dropdown-menu,
.cid-tbwrRf2tRH .navbar.opened {
  background: #edf5e1 !important;
}
.cid-tbwrRf2tRH .nav-item:focus,
.cid-tbwrRf2tRH .nav-link:focus {
  outline: none;
}
.cid-tbwrRf2tRH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbwrRf2tRH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbwrRf2tRH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbwrRf2tRH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbwrRf2tRH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbwrRf2tRH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbwrRf2tRH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-tbwrRf2tRH .navbar.opened {
  transition: all 0.3s;
}
.cid-tbwrRf2tRH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tbwrRf2tRH .navbar .navbar-logo img {
  width: auto;
}
.cid-tbwrRf2tRH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbwrRf2tRH .navbar.collapsed {
  justify-content: center;
}
.cid-tbwrRf2tRH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbwrRf2tRH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbwrRf2tRH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-tbwrRf2tRH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbwrRf2tRH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbwrRf2tRH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tbwrRf2tRH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbwrRf2tRH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbwrRf2tRH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbwrRf2tRH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbwrRf2tRH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbwrRf2tRH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbwrRf2tRH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbwrRf2tRH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tbwrRf2tRH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbwrRf2tRH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbwrRf2tRH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbwrRf2tRH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbwrRf2tRH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbwrRf2tRH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tbwrRf2tRH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbwrRf2tRH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbwrRf2tRH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbwrRf2tRH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbwrRf2tRH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbwrRf2tRH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbwrRf2tRH .dropdown-item.active,
.cid-tbwrRf2tRH .dropdown-item:active {
  background-color: transparent;
}
.cid-tbwrRf2tRH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbwrRf2tRH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbwrRf2tRH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbwrRf2tRH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-tbwrRf2tRH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbwrRf2tRH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbwrRf2tRH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbwrRf2tRH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbwrRf2tRH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbwrRf2tRH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-tbwrRf2tRH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbwrRf2tRH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbwrRf2tRH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbwrRf2tRH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbwrRf2tRH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbwrRf2tRH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbwrRf2tRH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbwrRf2tRH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbwrRf2tRH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tbwrRf2tRH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbwrRf2tRH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbwrRf2tRH .navbar {
    height: 70px;
  }
  .cid-tbwrRf2tRH .navbar.opened {
    height: auto;
  }
  .cid-tbwrRf2tRH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbwrRfzGuX {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1212.jpg");
}
.cid-tbwrRfzGuX .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tbwrRfzGuX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tbwrRfzGuX {
    align-items: flex-end;
  }
  .cid-tbwrRfzGuX .row {
    justify-content: flex-start;
  }
  .cid-tbwrRfzGuX .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tbwrRfzGuX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tbwrRfzGuX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tbwrRfzGuX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tbwrRfzGuX .content-wrap {
    width: 100%;
  }
}
.cid-u3mNxIVtJJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3mNxIVtJJ img,
.cid-u3mNxIVtJJ .item-img {
  width: 100%;
}
.cid-u3mNxIVtJJ .item:focus,
.cid-u3mNxIVtJJ span:focus {
  outline: none;
}
.cid-u3mNxIVtJJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3mNxIVtJJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3mNxIVtJJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3mNxIVtJJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3mNxIVtJJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3mNxIVtJJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3mNxIVtJJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3mNxIVtJJ .mbr-section-title {
  color: #232323;
}
.cid-u3mNxIVtJJ .mbr-text,
.cid-u3mNxIVtJJ .mbr-section-btn {
  text-align: left;
}
.cid-u3mNxIVtJJ .item-title {
  text-align: center;
  color: #1b12a0;
}
.cid-u3mNxIVtJJ .item-subtitle {
  text-align: center;
  color: #d321dc;
}
.cid-u3mPcyK1nQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3mPcyK1nQ img,
.cid-u3mPcyK1nQ .item-img {
  width: 100%;
}
.cid-u3mPcyK1nQ .item:focus,
.cid-u3mPcyK1nQ span:focus {
  outline: none;
}
.cid-u3mPcyK1nQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3mPcyK1nQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3mPcyK1nQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3mPcyK1nQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3mPcyK1nQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3mPcyK1nQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3mPcyK1nQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3mPcyK1nQ .mbr-section-title {
  color: #232323;
}
.cid-u3mPcyK1nQ .mbr-text,
.cid-u3mPcyK1nQ .mbr-section-btn {
  text-align: left;
}
.cid-u3mPcyK1nQ .item-title {
  text-align: center;
  color: #1b12a0;
}
.cid-u3mPcyK1nQ .item-subtitle {
  text-align: center;
  color: #d321dc;
}
.cid-u3nEQDnQdI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3nEQDnQdI img,
.cid-u3nEQDnQdI .item-img {
  width: 100%;
}
.cid-u3nEQDnQdI .item:focus,
.cid-u3nEQDnQdI span:focus {
  outline: none;
}
.cid-u3nEQDnQdI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3nEQDnQdI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3nEQDnQdI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3nEQDnQdI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3nEQDnQdI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3nEQDnQdI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3nEQDnQdI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3nEQDnQdI .mbr-section-title {
  color: #232323;
}
.cid-u3nEQDnQdI .mbr-text,
.cid-u3nEQDnQdI .mbr-section-btn {
  text-align: left;
}
.cid-u3nEQDnQdI .item-title {
  text-align: center;
  color: #1b12a0;
}
.cid-u3nEQDnQdI .item-subtitle {
  text-align: center;
  color: #d321dc;
}
.cid-tbwrRgW8qs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-tbwrRgW8qs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tbwrRgW8qs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tbwrRgW8qs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tbwrRgW8qs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tbwrRgW8qs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tbwrRgW8qs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tbwrRgW8qs .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tbwrRgW8qs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tbwrRgW8qs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tbwrRgW8qs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tbwrRgW8qs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tbwrRgW8qs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tbwrRgW8qs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tbwrRgW8qs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u3mBYgsVGO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3mBYgsVGO nav.navbar {
  position: fixed;
}
.cid-u3mBYgsVGO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3mBYgsVGO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3mBYgsVGO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3mBYgsVGO .dropdown-item:hover,
.cid-u3mBYgsVGO .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-u3mBYgsVGO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3mBYgsVGO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3mBYgsVGO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3mBYgsVGO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3mBYgsVGO .nav-link {
  position: relative;
}
.cid-u3mBYgsVGO .container {
  display: flex;
  margin: auto;
}
.cid-u3mBYgsVGO .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3mBYgsVGO .dropdown-menu,
.cid-u3mBYgsVGO .navbar.opened {
  background: #edf5e1 !important;
}
.cid-u3mBYgsVGO .nav-item:focus,
.cid-u3mBYgsVGO .nav-link:focus {
  outline: none;
}
.cid-u3mBYgsVGO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3mBYgsVGO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3mBYgsVGO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3mBYgsVGO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3mBYgsVGO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3mBYgsVGO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3mBYgsVGO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-u3mBYgsVGO .navbar.opened {
  transition: all 0.3s;
}
.cid-u3mBYgsVGO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3mBYgsVGO .navbar .navbar-logo img {
  width: auto;
}
.cid-u3mBYgsVGO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3mBYgsVGO .navbar.collapsed {
  justify-content: center;
}
.cid-u3mBYgsVGO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3mBYgsVGO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3mBYgsVGO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-u3mBYgsVGO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3mBYgsVGO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3mBYgsVGO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3mBYgsVGO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3mBYgsVGO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3mBYgsVGO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3mBYgsVGO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3mBYgsVGO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3mBYgsVGO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3mBYgsVGO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3mBYgsVGO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3mBYgsVGO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3mBYgsVGO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3mBYgsVGO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3mBYgsVGO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3mBYgsVGO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3mBYgsVGO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3mBYgsVGO .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3mBYgsVGO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3mBYgsVGO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3mBYgsVGO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3mBYgsVGO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3mBYgsVGO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3mBYgsVGO .dropdown-item.active,
.cid-u3mBYgsVGO .dropdown-item:active {
  background-color: transparent;
}
.cid-u3mBYgsVGO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3mBYgsVGO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3mBYgsVGO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3mBYgsVGO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-u3mBYgsVGO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3mBYgsVGO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3mBYgsVGO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3mBYgsVGO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3mBYgsVGO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3mBYgsVGO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-u3mBYgsVGO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3mBYgsVGO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3mBYgsVGO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3mBYgsVGO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3mBYgsVGO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3mBYgsVGO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3mBYgsVGO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3mBYgsVGO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3mBYgsVGO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3mBYgsVGO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3mBYgsVGO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3mBYgsVGO .navbar {
    height: 70px;
  }
  .cid-u3mBYgsVGO .navbar.opened {
    height: auto;
  }
  .cid-u3mBYgsVGO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3mBYgP7XH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3mBYgP7XH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3mBYgP7XH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3mBYgP7XH .text-wrapper {
    padding: 2rem;
  }
}
.cid-u3mBYgP7XH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u3mBYgP7XH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u3mBYhiO4I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-u3mBYhiO4I .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u3mBYhiO4I .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u3mBYhiO4I .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u3mBYhiO4I .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u3mBYhiO4I .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u3mBYhiO4I .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u3mBYhiO4I .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u3mBYhiO4I .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u3mBYhiO4I .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u3mBYhiO4I .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u3mBYhiO4I .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3mBYhiO4I .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3mBYhiO4I .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u3mBYhiO4I .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubxsqh2qsd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubxsqh2qsd nav.navbar {
  position: fixed;
}
.cid-ubxsqh2qsd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubxsqh2qsd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubxsqh2qsd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubxsqh2qsd .dropdown-item:hover,
.cid-ubxsqh2qsd .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-ubxsqh2qsd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubxsqh2qsd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubxsqh2qsd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubxsqh2qsd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubxsqh2qsd .nav-link {
  position: relative;
}
.cid-ubxsqh2qsd .container {
  display: flex;
  margin: auto;
}
.cid-ubxsqh2qsd .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubxsqh2qsd .dropdown-menu,
.cid-ubxsqh2qsd .navbar.opened {
  background: #edf5e1 !important;
}
.cid-ubxsqh2qsd .nav-item:focus,
.cid-ubxsqh2qsd .nav-link:focus {
  outline: none;
}
.cid-ubxsqh2qsd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubxsqh2qsd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubxsqh2qsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubxsqh2qsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubxsqh2qsd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubxsqh2qsd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubxsqh2qsd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-ubxsqh2qsd .navbar.opened {
  transition: all 0.3s;
}
.cid-ubxsqh2qsd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubxsqh2qsd .navbar .navbar-logo img {
  width: auto;
}
.cid-ubxsqh2qsd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubxsqh2qsd .navbar.collapsed {
  justify-content: center;
}
.cid-ubxsqh2qsd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubxsqh2qsd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubxsqh2qsd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ubxsqh2qsd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubxsqh2qsd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubxsqh2qsd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubxsqh2qsd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubxsqh2qsd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubxsqh2qsd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubxsqh2qsd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubxsqh2qsd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubxsqh2qsd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubxsqh2qsd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubxsqh2qsd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubxsqh2qsd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubxsqh2qsd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubxsqh2qsd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubxsqh2qsd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubxsqh2qsd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubxsqh2qsd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubxsqh2qsd .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubxsqh2qsd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubxsqh2qsd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubxsqh2qsd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubxsqh2qsd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubxsqh2qsd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubxsqh2qsd .dropdown-item.active,
.cid-ubxsqh2qsd .dropdown-item:active {
  background-color: transparent;
}
.cid-ubxsqh2qsd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubxsqh2qsd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubxsqh2qsd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubxsqh2qsd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-ubxsqh2qsd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubxsqh2qsd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubxsqh2qsd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubxsqh2qsd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubxsqh2qsd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubxsqh2qsd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-ubxsqh2qsd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubxsqh2qsd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubxsqh2qsd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubxsqh2qsd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubxsqh2qsd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubxsqh2qsd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubxsqh2qsd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubxsqh2qsd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubxsqh2qsd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubxsqh2qsd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubxsqh2qsd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubxsqh2qsd .navbar {
    height: 70px;
  }
  .cid-ubxsqh2qsd .navbar.opened {
    height: auto;
  }
  .cid-ubxsqh2qsd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubxsqhmJ6B {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-ubxsqhmJ6B .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-ubxsqhmJ6B .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-ubxsqhmJ6B {
    align-items: flex-end;
  }
  .cid-ubxsqhmJ6B .row {
    justify-content: flex-start;
  }
  .cid-ubxsqhmJ6B .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxsqhmJ6B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxsqhmJ6B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ubxsqhmJ6B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxsqhmJ6B .content-wrap {
    width: 100%;
  }
}
.cid-ubxsqhExzy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxsqhExzy img,
.cid-ubxsqhExzy .item-img {
  width: 100%;
}
.cid-ubxsqhExzy .item:focus,
.cid-ubxsqhExzy span:focus {
  outline: none;
}
.cid-ubxsqhExzy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubxsqhExzy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubxsqhExzy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ubxsqhExzy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubxsqhExzy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubxsqhExzy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubxsqhExzy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubxsqhExzy .mbr-section-title {
  color: #232323;
}
.cid-ubxsqhExzy .mbr-text,
.cid-ubxsqhExzy .mbr-section-btn {
  text-align: center;
}
.cid-ubxsqhExzy .item-title {
  text-align: center;
  color: #1b12a0;
}
.cid-ubxsqhExzy .item-subtitle {
  text-align: center;
  color: #d321dc;
}
.cid-uK3Bk3b0De {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK3Bk3b0De img,
.cid-uK3Bk3b0De .item-img {
  width: 100%;
}
.cid-uK3Bk3b0De .item:focus,
.cid-uK3Bk3b0De span:focus {
  outline: none;
}
.cid-uK3Bk3b0De .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uK3Bk3b0De .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uK3Bk3b0De .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uK3Bk3b0De .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uK3Bk3b0De .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uK3Bk3b0De .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uK3Bk3b0De .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uK3Bk3b0De .mbr-section-title {
  color: #232323;
}
.cid-uK3Bk3b0De .mbr-text,
.cid-uK3Bk3b0De .mbr-section-btn {
  text-align: left;
}
.cid-uK3Bk3b0De .item-title {
  text-align: center;
  color: #1b12a0;
}
.cid-uK3Bk3b0De .item-subtitle {
  text-align: center;
  color: #d321dc;
}
.cid-uMbSSocr0n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uMbSSocr0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbSSocr0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMbSSocr0n .mbr-text,
.cid-uMbSSocr0n .mbr-section-btn {
  color: #232323;
}
.cid-uMbSSocr0n .card-title,
.cid-uMbSSocr0n .card-box {
  color: #ffffff;
}
.cid-uMbSSocr0n .mbr-text,
.cid-uMbSSocr0n .link-wrap {
  color: #ffffff;
}
.cid-ubxsqiSb8V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-ubxsqiSb8V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubxsqiSb8V .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubxsqiSb8V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ubxsqiSb8V .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubxsqiSb8V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubxsqiSb8V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ubxsqiSb8V .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ubxsqiSb8V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ubxsqiSb8V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubxsqiSb8V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ubxsqiSb8V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubxsqiSb8V .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubxsqiSb8V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ubxsqiSb8V .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubxz0IEs5M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubxz0IEs5M nav.navbar {
  position: fixed;
}
.cid-ubxz0IEs5M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubxz0IEs5M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubxz0IEs5M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubxz0IEs5M .dropdown-item:hover,
.cid-ubxz0IEs5M .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-ubxz0IEs5M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubxz0IEs5M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubxz0IEs5M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubxz0IEs5M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubxz0IEs5M .nav-link {
  position: relative;
}
.cid-ubxz0IEs5M .container {
  display: flex;
  margin: auto;
}
.cid-ubxz0IEs5M .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubxz0IEs5M .dropdown-menu,
.cid-ubxz0IEs5M .navbar.opened {
  background: #edf5e1 !important;
}
.cid-ubxz0IEs5M .nav-item:focus,
.cid-ubxz0IEs5M .nav-link:focus {
  outline: none;
}
.cid-ubxz0IEs5M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubxz0IEs5M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubxz0IEs5M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubxz0IEs5M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubxz0IEs5M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubxz0IEs5M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubxz0IEs5M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-ubxz0IEs5M .navbar.opened {
  transition: all 0.3s;
}
.cid-ubxz0IEs5M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubxz0IEs5M .navbar .navbar-logo img {
  width: auto;
}
.cid-ubxz0IEs5M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubxz0IEs5M .navbar.collapsed {
  justify-content: center;
}
.cid-ubxz0IEs5M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubxz0IEs5M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubxz0IEs5M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ubxz0IEs5M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubxz0IEs5M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubxz0IEs5M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubxz0IEs5M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubxz0IEs5M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubxz0IEs5M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubxz0IEs5M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubxz0IEs5M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubxz0IEs5M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubxz0IEs5M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubxz0IEs5M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubxz0IEs5M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubxz0IEs5M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubxz0IEs5M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubxz0IEs5M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubxz0IEs5M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubxz0IEs5M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubxz0IEs5M .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubxz0IEs5M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubxz0IEs5M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubxz0IEs5M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubxz0IEs5M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubxz0IEs5M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubxz0IEs5M .dropdown-item.active,
.cid-ubxz0IEs5M .dropdown-item:active {
  background-color: transparent;
}
.cid-ubxz0IEs5M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubxz0IEs5M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubxz0IEs5M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubxz0IEs5M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-ubxz0IEs5M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubxz0IEs5M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubxz0IEs5M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubxz0IEs5M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubxz0IEs5M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubxz0IEs5M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-ubxz0IEs5M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubxz0IEs5M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubxz0IEs5M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubxz0IEs5M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubxz0IEs5M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubxz0IEs5M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubxz0IEs5M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubxz0IEs5M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubxz0IEs5M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubxz0IEs5M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubxz0IEs5M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubxz0IEs5M .navbar {
    height: 70px;
  }
  .cid-ubxz0IEs5M .navbar.opened {
    height: auto;
  }
  .cid-ubxz0IEs5M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubxz0JjffA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubxz0JjffA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxz0JjffA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubxz0JjffA .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubxz0JjffA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubxz0JjffA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubxz0JjffA .mbr-text {
  text-align: left;
}
.cid-ubxz0JZiSL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-ubxz0JZiSL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubxz0JZiSL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubxz0JZiSL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ubxz0JZiSL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubxz0JZiSL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubxz0JZiSL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ubxz0JZiSL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ubxz0JZiSL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ubxz0JZiSL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ubxz0JZiSL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ubxz0JZiSL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubxz0JZiSL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubxz0JZiSL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ubxz0JZiSL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uhhuAqJkRD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhhuAqJkRD nav.navbar {
  position: fixed;
}
.cid-uhhuAqJkRD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhuAqJkRD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhhuAqJkRD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhhuAqJkRD .dropdown-item:hover,
.cid-uhhuAqJkRD .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uhhuAqJkRD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhhuAqJkRD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhhuAqJkRD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhhuAqJkRD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhhuAqJkRD .nav-link {
  position: relative;
}
.cid-uhhuAqJkRD .container {
  display: flex;
  margin: auto;
}
.cid-uhhuAqJkRD .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhhuAqJkRD .dropdown-menu,
.cid-uhhuAqJkRD .navbar.opened {
  background: #edf5e1 !important;
}
.cid-uhhuAqJkRD .nav-item:focus,
.cid-uhhuAqJkRD .nav-link:focus {
  outline: none;
}
.cid-uhhuAqJkRD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhhuAqJkRD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhhuAqJkRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhhuAqJkRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhuAqJkRD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhhuAqJkRD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhhuAqJkRD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-uhhuAqJkRD .navbar.opened {
  transition: all 0.3s;
}
.cid-uhhuAqJkRD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhhuAqJkRD .navbar .navbar-logo img {
  width: auto;
}
.cid-uhhuAqJkRD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhhuAqJkRD .navbar.collapsed {
  justify-content: center;
}
.cid-uhhuAqJkRD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhhuAqJkRD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhuAqJkRD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uhhuAqJkRD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhuAqJkRD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhuAqJkRD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhhuAqJkRD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhuAqJkRD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhhuAqJkRD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhhuAqJkRD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhhuAqJkRD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhuAqJkRD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhuAqJkRD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhuAqJkRD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhhuAqJkRD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhhuAqJkRD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhhuAqJkRD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhhuAqJkRD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhhuAqJkRD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhhuAqJkRD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhhuAqJkRD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhhuAqJkRD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhhuAqJkRD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhhuAqJkRD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhhuAqJkRD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhuAqJkRD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhuAqJkRD .dropdown-item.active,
.cid-uhhuAqJkRD .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhuAqJkRD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhhuAqJkRD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhuAqJkRD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhuAqJkRD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-uhhuAqJkRD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhhuAqJkRD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhhuAqJkRD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhhuAqJkRD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhhuAqJkRD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhhuAqJkRD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uhhuAqJkRD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhuAqJkRD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhuAqJkRD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhuAqJkRD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhuAqJkRD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhuAqJkRD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhhuAqJkRD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhhuAqJkRD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhuAqJkRD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhhuAqJkRD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhhuAqJkRD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhhuAqJkRD .navbar {
    height: 70px;
  }
  .cid-uhhuAqJkRD .navbar.opened {
    height: auto;
  }
  .cid-uhhuAqJkRD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhhuArm4vB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhhuArm4vB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhuArm4vB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhuArm4vB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhhuArm4vB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uhhuArm4vB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhhuArm4vB .mbr-text {
  text-align: left;
}
.cid-uhhuArFtvV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-uhhuArFtvV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhhuArFtvV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhhuArFtvV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhhuArFtvV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhhuArFtvV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhhuArFtvV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhhuArFtvV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhhuArFtvV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhhuArFtvV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhhuArFtvV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhhuArFtvV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhhuArFtvV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhhuArFtvV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhhuArFtvV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uhhvWk9z7H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhhvWk9z7H nav.navbar {
  position: fixed;
}
.cid-uhhvWk9z7H .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhvWk9z7H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhhvWk9z7H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhhvWk9z7H .dropdown-item:hover,
.cid-uhhvWk9z7H .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uhhvWk9z7H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhhvWk9z7H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhhvWk9z7H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhhvWk9z7H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhhvWk9z7H .nav-link {
  position: relative;
}
.cid-uhhvWk9z7H .container {
  display: flex;
  margin: auto;
}
.cid-uhhvWk9z7H .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhhvWk9z7H .dropdown-menu,
.cid-uhhvWk9z7H .navbar.opened {
  background: #edf5e1 !important;
}
.cid-uhhvWk9z7H .nav-item:focus,
.cid-uhhvWk9z7H .nav-link:focus {
  outline: none;
}
.cid-uhhvWk9z7H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhhvWk9z7H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhhvWk9z7H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhhvWk9z7H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhhvWk9z7H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhhvWk9z7H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhhvWk9z7H .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-uhhvWk9z7H .navbar.opened {
  transition: all 0.3s;
}
.cid-uhhvWk9z7H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhhvWk9z7H .navbar .navbar-logo img {
  width: auto;
}
.cid-uhhvWk9z7H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhhvWk9z7H .navbar.collapsed {
  justify-content: center;
}
.cid-uhhvWk9z7H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhhvWk9z7H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhvWk9z7H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uhhvWk9z7H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhvWk9z7H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhvWk9z7H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhhvWk9z7H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhvWk9z7H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhhvWk9z7H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhhvWk9z7H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhhvWk9z7H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhvWk9z7H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhvWk9z7H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhvWk9z7H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhhvWk9z7H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhhvWk9z7H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhhvWk9z7H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhhvWk9z7H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhhvWk9z7H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhhvWk9z7H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhhvWk9z7H .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhhvWk9z7H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhhvWk9z7H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhhvWk9z7H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhhvWk9z7H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhvWk9z7H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhvWk9z7H .dropdown-item.active,
.cid-uhhvWk9z7H .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhvWk9z7H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhhvWk9z7H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhvWk9z7H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhvWk9z7H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-uhhvWk9z7H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhhvWk9z7H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhhvWk9z7H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhhvWk9z7H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhhvWk9z7H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhhvWk9z7H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uhhvWk9z7H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhvWk9z7H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhvWk9z7H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhhvWk9z7H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhvWk9z7H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhvWk9z7H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhhvWk9z7H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhhvWk9z7H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhvWk9z7H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhhvWk9z7H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhhvWk9z7H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhhvWk9z7H .navbar {
    height: 70px;
  }
  .cid-uhhvWk9z7H .navbar.opened {
    height: auto;
  }
  .cid-uhhvWk9z7H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhhvWktkut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhhvWktkut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhvWktkut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhvWktkut .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhhvWktkut .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uhhvWktkut .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhhvWkT2Ri {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-uhhvWkT2Ri .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhhvWkT2Ri .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhhvWkT2Ri .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhhvWkT2Ri .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhhvWkT2Ri .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhhvWkT2Ri .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhhvWkT2Ri .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhhvWkT2Ri .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhhvWkT2Ri .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhhvWkT2Ri .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhhvWkT2Ri .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhhvWkT2Ri .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhhvWkT2Ri .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhhvWkT2Ri .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uRVFqRjQ6p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRVFqRjQ6p nav.navbar {
  position: fixed;
}
.cid-uRVFqRjQ6p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRVFqRjQ6p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRVFqRjQ6p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRVFqRjQ6p .dropdown-item:hover,
.cid-uRVFqRjQ6p .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uRVFqRjQ6p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRVFqRjQ6p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRVFqRjQ6p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRVFqRjQ6p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRVFqRjQ6p .nav-link {
  position: relative;
}
.cid-uRVFqRjQ6p .container {
  display: flex;
  margin: auto;
}
.cid-uRVFqRjQ6p .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRVFqRjQ6p .dropdown-menu,
.cid-uRVFqRjQ6p .navbar.opened {
  background: #edf5e1 !important;
}
.cid-uRVFqRjQ6p .nav-item:focus,
.cid-uRVFqRjQ6p .nav-link:focus {
  outline: none;
}
.cid-uRVFqRjQ6p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRVFqRjQ6p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRVFqRjQ6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRVFqRjQ6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRVFqRjQ6p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRVFqRjQ6p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRVFqRjQ6p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #edf5e1;
}
.cid-uRVFqRjQ6p .navbar.opened {
  transition: all 0.3s;
}
.cid-uRVFqRjQ6p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRVFqRjQ6p .navbar .navbar-logo img {
  width: auto;
}
.cid-uRVFqRjQ6p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRVFqRjQ6p .navbar.collapsed {
  justify-content: center;
}
.cid-uRVFqRjQ6p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRVFqRjQ6p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRVFqRjQ6p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uRVFqRjQ6p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRVFqRjQ6p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRVFqRjQ6p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRVFqRjQ6p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRVFqRjQ6p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRVFqRjQ6p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRVFqRjQ6p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRVFqRjQ6p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRVFqRjQ6p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRVFqRjQ6p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRVFqRjQ6p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRVFqRjQ6p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRVFqRjQ6p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRVFqRjQ6p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRVFqRjQ6p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRVFqRjQ6p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRVFqRjQ6p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRVFqRjQ6p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRVFqRjQ6p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRVFqRjQ6p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRVFqRjQ6p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRVFqRjQ6p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRVFqRjQ6p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRVFqRjQ6p .dropdown-item.active,
.cid-uRVFqRjQ6p .dropdown-item:active {
  background-color: transparent;
}
.cid-uRVFqRjQ6p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRVFqRjQ6p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRVFqRjQ6p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRVFqRjQ6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-uRVFqRjQ6p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRVFqRjQ6p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRVFqRjQ6p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRVFqRjQ6p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRVFqRjQ6p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRVFqRjQ6p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-uRVFqRjQ6p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRVFqRjQ6p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRVFqRjQ6p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRVFqRjQ6p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRVFqRjQ6p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRVFqRjQ6p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRVFqRjQ6p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRVFqRjQ6p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRVFqRjQ6p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRVFqRjQ6p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRVFqRjQ6p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRVFqRjQ6p .navbar {
    height: 70px;
  }
  .cid-uRVFqRjQ6p .navbar.opened {
    height: auto;
  }
  .cid-uRVFqRjQ6p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRVFqRvMsT {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uRVFqRvMsT .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-uRVFqRvMsT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uRVFqRvMsT {
    align-items: flex-end;
  }
  .cid-uRVFqRvMsT .row {
    justify-content: flex-start;
  }
  .cid-uRVFqRvMsT .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRVFqRvMsT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRVFqRvMsT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRVFqRvMsT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRVFqRvMsT .content-wrap {
    width: 100%;
  }
}
.cid-uRVFqRvMsT .mbr-text,
.cid-uRVFqRvMsT .mbr-section-btn {
  color: #000000;
}
.cid-uRVFqRD6VO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRVFqRD6VO img,
.cid-uRVFqRD6VO .item-img {
  width: 100%;
}
.cid-uRVFqRD6VO .item:focus,
.cid-uRVFqRD6VO span:focus {
  outline: none;
}
.cid-uRVFqRD6VO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRVFqRD6VO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRVFqRD6VO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRVFqRD6VO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRVFqRD6VO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRVFqRD6VO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRVFqRD6VO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRVFqRD6VO .mbr-section-title {
  color: #232323;
}
.cid-uRVFqRD6VO .mbr-text,
.cid-uRVFqRD6VO .mbr-section-btn {
  text-align: left;
}
.cid-uRVFqRD6VO .item-title {
  text-align: center;
  color: #1b12a0;
}
.cid-uRVFqRD6VO .item-subtitle {
  text-align: center;
  color: #d321dc;
}
.cid-uRVFqRD6VO .item-title DIV {
  text-align: center;
}
.cid-uRVFqRPU9P {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRVFqRPU9P img,
.cid-uRVFqRPU9P .item-img {
  width: 100%;
}
.cid-uRVFqRPU9P .item:focus,
.cid-uRVFqRPU9P span:focus {
  outline: none;
}
.cid-uRVFqRPU9P .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRVFqRPU9P .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRVFqRPU9P .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRVFqRPU9P .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRVFqRPU9P .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRVFqRPU9P .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRVFqRPU9P .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRVFqRPU9P .mbr-section-title {
  color: #232323;
}
.cid-uRVFqRPU9P .mbr-text,
.cid-uRVFqRPU9P .mbr-section-btn {
  text-align: left;
}
.cid-uRVFqRPU9P .item-title {
  text-align: center;
  color: #1b12a0;
}
.cid-uRVFqRPU9P .item-subtitle {
  text-align: center;
  color: #d321dc;
}
.cid-uRVFqS0suV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #05386b;
}
.cid-uRVFqS0suV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRVFqS0suV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uRVFqS0suV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uRVFqS0suV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRVFqS0suV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRVFqS0suV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uRVFqS0suV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uRVFqS0suV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uRVFqS0suV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRVFqS0suV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uRVFqS0suV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRVFqS0suV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uRVFqS0suV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uRVFqS0suV .media-container-row .row-copirayt p {
  width: 100%;
}
