.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #0e9d2e !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e9d2e !important;
  border-color: #0e9d2e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #074d17 !important;
  border-color: #074d17 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #074d17 !important;
  border-color: #074d17 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #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: #0e9d2e;
  color: #0e9d2e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #074d17 !important;
  background-color: transparent!important;
  border-color: #074d17 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e9d2e !important;
  border-color: #0e9d2e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #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: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #0e9d2e !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #063f13 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3dee64;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %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-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fa5d0f !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fa5d0f;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa5d0f;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tybXJzqvAd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tybXJzqvAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybXJzqvAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybXJzqvAd .mbr-section-title {
  color: #09203e;
}
.cid-twqhLWuC3Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #09203e;
}
.cid-twqhLWuC3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-twqhLWuC3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twqhLWuC3Q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-twqhLWuC3Q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-twqhLWuC3Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-twqhLWuC3Q .mbr-text,
.cid-twqhLWuC3Q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-twqhLWuC3Q .mbr-section-title {
  color: #ffffff;
}
.cid-tyRVDDaNqq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tyRVDDaNqq img,
.cid-tyRVDDaNqq .item-img {
  width: 100%;
}
.cid-tyRVDDaNqq .item:focus,
.cid-tyRVDDaNqq span:focus {
  outline: none;
}
.cid-tyRVDDaNqq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyRVDDaNqq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tyRVDDaNqq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyRVDDaNqq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyRVDDaNqq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyRVDDaNqq .mbr-section-title {
  color: #232323;
}
.cid-tyRVDDaNqq .mbr-text,
.cid-tyRVDDaNqq .mbr-section-btn {
  text-align: center;
}
.cid-tyRVDDaNqq .item-title {
  text-align: center;
}
.cid-tyRVDDaNqq .item-subtitle {
  text-align: left;
}
.cid-tybYVAiQHe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fa5d0f;
}
.cid-tybYVAiQHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybYVAiQHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybYVAiQHe .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tybOqWXUHd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tybOqWXUHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybOqWXUHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybOqWXUHd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tybOqWXUHd .row {
    flex-direction: column-reverse;
  }
  .cid-tybOqWXUHd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tybOqWXUHd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tybOqWXUHd .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tybOqWXUHd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tybLkW7o2S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-tybLkW7o2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybLkW7o2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybLkW7o2S .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tybLn9BV83 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tybLn9BV83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybLn9BV83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybLn9BV83 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tybLn9BV83 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tybLn9BV83 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tybLn9BV83 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-tybLn9BV83 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tybLn9BV83 .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-tybLn9BV83 .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tybLn9BV83 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tybLn9BV83 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tybLn9BV83 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tybOvTl3CI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fa5d0f;
}
.cid-tybOvTl3CI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybOvTl3CI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybOvTl3CI .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBDbKClZjn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tybQ6bYWHU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fa5d0f;
}
.cid-tybQ6bYWHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybQ6bYWHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybQ6bYWHU .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tydEw9qNn3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tydEw9qNn3 .item:focus,
.cid-tydEw9qNn3 span:focus {
  outline: none;
}
.cid-tydEw9qNn3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tydEw9qNn3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tydEw9qNn3 .item {
  padding: 0;
  margin: 0;
}
.cid-tydEw9qNn3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tydEw9qNn3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tydEw9qNn3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tydEw9qNn3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tydEw9qNn3 .mbr-section-title {
  color: #232323;
}
.cid-tydEw9qNn3 .mbr-text,
.cid-tydEw9qNn3 .mbr-section-btn {
  text-align: left;
}
.cid-tydEw9qNn3 .item-title {
  text-align: left;
}
.cid-tydEw9qNn3 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tybQ7EH5FD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tybQ7EH5FD .line {
  background-color: #2e1d50;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tybQ7EH5FD .mbr-text {
  color: #e43f3f;
}
.cid-tybQHX04IN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fa5d0f;
}
.cid-tybQHX04IN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybQHX04IN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybQHX04IN .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBDkyamTKr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBDkyamTKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDkyamTKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDkyamTKr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBDkyamTKr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBDkyamTKr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tybQVqhPVi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fa5d0f;
}
.cid-tybQVqhPVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybQVqhPVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybQVqhPVi .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tyglzsLdw3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyglzsLdw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyglzsLdw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyglzsLdw3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tyglzsLdw3 .mbr-section-subtitle {
  text-align: left;
}
.cid-tybR9IcWOk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fa5d0f;
}
.cid-tybR9IcWOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybR9IcWOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybR9IcWOk .mbr-section-title {
  color: #ffffff;
}
.cid-tybR9IcWOk .mbr-text,
.cid-tybR9IcWOk .mbr-section-btn {
  color: #ffe161;
}
.cid-tygBpeFRl3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tygBpeFRl3 .item:focus,
.cid-tygBpeFRl3 span:focus {
  outline: none;
}
.cid-tygBpeFRl3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tygBpeFRl3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tygBpeFRl3 .item {
  padding: 0;
  margin: 0;
}
.cid-tygBpeFRl3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tygBpeFRl3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tygBpeFRl3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tygBpeFRl3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tygBpeFRl3 .mbr-section-title {
  color: #232323;
}
.cid-tygBpeFRl3 .mbr-text,
.cid-tygBpeFRl3 .mbr-section-btn {
  text-align: left;
}
.cid-tygBpeFRl3 .item-title {
  text-align: left;
}
.cid-tygBpeFRl3 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tybRb95FEx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eccc3d;
}
.cid-tybRb95FEx .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tybRb95FEx .mbr-text {
  color: #e43f3f;
}
.cid-tybQdndWrE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tybQdndWrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybQdndWrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybQdndWrE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tybQdndWrE .card-wrapper {
  background-color: #fa5d0f;
  border-radius: 4px;
}
.cid-tybQdndWrE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tybQdndWrE .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-tybQdndWrE .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-tybQdndWrE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tybQdndWrE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tybQdndWrE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tybQdndWrE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tybQdndWrE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tybQdndWrE .mbr-text,
.cid-tybQdndWrE .social-row {
  color: #ffffff;
}
.cid-tybQdndWrE .card-title {
  color: #ffffff;
}
.cid-tydFQSyDhE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-tydFQSyDhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tydFQSyDhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tydFQSyDhE .mbr-section-title {
  color: #ffffff;
}
.cid-tydFQSyDhE .mbr-text,
.cid-tydFQSyDhE .mbr-section-btn {
  color: #ffffff;
}
.cid-tydFFI7dqI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tydFFI7dqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tydFFI7dqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tydFFI7dqI .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tydFFI7dqI .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tydFFI7dqI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tydFFI7dqI .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-tydFFI7dqI .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-tydFFI7dqI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tydFFI7dqI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tydFFI7dqI .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tydFFI7dqI .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tydFFI7dqI .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tybRlarJ7L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fa5d0f;
}
.cid-tybRlarJ7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybRlarJ7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybRlarJ7L .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tybRittvzt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tybRittvzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybRittvzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybRittvzt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-tybRittvzt .panel-group {
  border: none;
}
.cid-tybRittvzt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tybRittvzt .panel-body,
.cid-tybRittvzt .card-header {
  padding: 1rem 0;
}
.cid-tybRittvzt .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-tybRittvzt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tybRoK232E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-tybRoK232E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybRoK232E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybRoK232E .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tybRnS28Eo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tybRnS28Eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tybRnS28Eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tybRnS28Eo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tybRnS28Eo .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tybRnS28Eo .mbr-section-title {
  color: #09203e;
}
.cid-tybRnS28Eo .mbr-text,
.cid-tybRnS28Eo .mbr-section-btn {
  color: #2e1d50;
}
.cid-tySbJKK5Vr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09203e;
}
.cid-tySbJKK5Vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tySbJKK5Vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tySbJKK5Vr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tySbJKK5Vr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tySbJKK5Vr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tySbJKK5Vr .list {
  color: #ffffff;
}
.cid-tybRryikOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tybRryikOJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybRryikOJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybRryikOJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybRryikOJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tybRryikOJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybRryikOJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybRryikOJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybRryikOJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybRryikOJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybRryikOJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybRryikOJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fa5d0f !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fa5d0f;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa5d0f;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBE2OPbKPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tybRryikOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tybRryikOJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybRryikOJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybRryikOJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybRryikOJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tybRryikOJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybRryikOJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybRryikOJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybRryikOJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybRryikOJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybRryikOJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybRryikOJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fa5d0f !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fa5d0f;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa5d0f;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBE3jNX4mQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tybRryikOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tybRryikOJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybRryikOJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybRryikOJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybRryikOJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tybRryikOJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybRryikOJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybRryikOJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybRryikOJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybRryikOJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybRryikOJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybRryikOJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fa5d0f !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fa5d0f;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa5d0f;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBE3pD9KYQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tybRryikOJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tybRryikOJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tybRryikOJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tybRryikOJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tybRryikOJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tybRryikOJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tybRryikOJ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tybRryikOJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tybRryikOJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tybRryikOJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tybRryikOJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tybRryikOJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tybRryikOJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tybRryikOJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uBE1OMvCuW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBE1OMvCuW nav.navbar {
  position: fixed;
}
.cid-uBE1OMvCuW .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-uBE1OMvCuW .dropdown-menu {
  padding: 0;
}
.cid-uBE1OMvCuW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBE1OMvCuW .dropdown-item:hover,
.cid-uBE1OMvCuW .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uBE1OMvCuW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uBE1OMvCuW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBE1OMvCuW .nav-link {
  position: relative;
}
.cid-uBE1OMvCuW .container {
  display: flex;
  margin: auto;
}
.cid-uBE1OMvCuW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBE1OMvCuW .navbar-caption {
  padding-right: 4rem;
}
.cid-uBE1OMvCuW .dropdown-menu,
.cid-uBE1OMvCuW .navbar.opened {
  background: #fa5d0f !important;
}
.cid-uBE1OMvCuW .nav-item:focus,
.cid-uBE1OMvCuW .nav-link:focus {
  outline: none;
}
.cid-uBE1OMvCuW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBE1OMvCuW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBE1OMvCuW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBE1OMvCuW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBE1OMvCuW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBE1OMvCuW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBE1OMvCuW .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fa5d0f;
}
.cid-uBE1OMvCuW .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBE1OMvCuW .navbar.opened {
  transition: all .3s;
}
.cid-uBE1OMvCuW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uBE1OMvCuW .navbar .navbar-logo img {
  width: auto;
}
.cid-uBE1OMvCuW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBE1OMvCuW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBE1OMvCuW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBE1OMvCuW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBE1OMvCuW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBE1OMvCuW .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: 55%;
}
.cid-uBE1OMvCuW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBE1OMvCuW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBE1OMvCuW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBE1OMvCuW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBE1OMvCuW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBE1OMvCuW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBE1OMvCuW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBE1OMvCuW .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: 55%;
  }
  .cid-uBE1OMvCuW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBE1OMvCuW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBE1OMvCuW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBE1OMvCuW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBE1OMvCuW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBE1OMvCuW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBE1OMvCuW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBE1OMvCuW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBE1OMvCuW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBE1OMvCuW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBE1OMvCuW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBE1OMvCuW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBE1OMvCuW .dropdown-item.active,
.cid-uBE1OMvCuW .dropdown-item:active {
  background-color: transparent;
}
.cid-uBE1OMvCuW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBE1OMvCuW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBE1OMvCuW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBE1OMvCuW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa5d0f;
}
.cid-uBE1OMvCuW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBE1OMvCuW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBE1OMvCuW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBE1OMvCuW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBE1OMvCuW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uBE1OMvCuW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uBE1OMvCuW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBE1OMvCuW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBE1OMvCuW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBE1OMvCuW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBE1OMvCuW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBE1OMvCuW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBE1OMvCuW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBE1OMvCuW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBE1OMvCuW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBE1OMvCuW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBE1OMvCuW .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-uBE1OMvCuW .navbar {
    height: 77px;
  }
  .cid-uBE1OMvCuW .navbar.opened {
    height: auto;
  }
  .cid-uBE1OMvCuW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBE1ON4BBw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1ON4BBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1ON4BBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1ON4BBw .mbr-section-title {
  color: #09203e;
}
.cid-uBE1ONzwz0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #09203e;
}
.cid-uBE1ONzwz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1ONzwz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1ONzwz0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBE1ONzwz0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1ONzwz0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBE1ONzwz0 .mbr-text,
.cid-uBE1ONzwz0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uBE1ONzwz0 .mbr-section-title {
  color: #ffffff;
}
.cid-uBE1OOh0e9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1OOh0e9 img,
.cid-uBE1OOh0e9 .item-img {
  width: 100%;
}
.cid-uBE1OOh0e9 .item:focus,
.cid-uBE1OOh0e9 span:focus {
  outline: none;
}
.cid-uBE1OOh0e9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE1OOh0e9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE1OOh0e9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE1OOh0e9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE1OOh0e9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE1OOh0e9 .mbr-section-title {
  color: #232323;
}
.cid-uBE1OOh0e9 .mbr-text,
.cid-uBE1OOh0e9 .mbr-section-btn {
  text-align: center;
}
.cid-uBE1OOh0e9 .item-title {
  text-align: center;
}
.cid-uBE1OOh0e9 .item-subtitle {
  text-align: left;
}
.cid-uBE1OOK5l2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OOK5l2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OOK5l2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OOK5l2 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1OP2JUv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE1OP2JUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OP2JUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OP2JUv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBE1OP2JUv .row {
    flex-direction: column-reverse;
  }
  .cid-uBE1OP2JUv .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBE1OP2JUv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1OP2JUv .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBE1OP2JUv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1OPnQzQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OPnQzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OPnQzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OPnQzQ .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1OPLcXn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1OPLcXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OPLcXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OPLcXn .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE1OPLcXn .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uBE1OPLcXn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1OPLcXn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-uBE1OPLcXn .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uBE1OPLcXn .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-uBE1OPLcXn .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBE1OPLcXn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE1OPLcXn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1OPLcXn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE1OQsDxI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OQsDxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OQsDxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OQsDxI .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1OQMNND {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE1OR4zWE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OR4zWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OR4zWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OR4zWE .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1ORoLyp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1ORoLyp .item:focus,
.cid-uBE1ORoLyp span:focus {
  outline: none;
}
.cid-uBE1ORoLyp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE1ORoLyp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBE1ORoLyp .item {
  padding: 0;
  margin: 0;
}
.cid-uBE1ORoLyp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE1ORoLyp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE1ORoLyp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE1ORoLyp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE1ORoLyp .mbr-section-title {
  color: #232323;
}
.cid-uBE1ORoLyp .mbr-text,
.cid-uBE1ORoLyp .mbr-section-btn {
  text-align: left;
}
.cid-uBE1ORoLyp .item-title {
  text-align: left;
}
.cid-uBE1ORoLyp .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uBE1ORLPeY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1ORLPeY .line {
  background-color: #2e1d50;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBE1ORLPeY .mbr-text {
  color: #e43f3f;
}
.cid-uBE1OS6Qtc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OS6Qtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OS6Qtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OS6Qtc .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1OSqDHN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1OSqDHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OSqDHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OSqDHN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBE1OSqDHN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBE1OSqDHN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBE1OSLF7q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OSLF7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OSLF7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OSLF7q .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1OT5qTT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE1OT5qTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OT5qTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OT5qTT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uBE1OT5qTT .mbr-section-subtitle {
  text-align: left;
}
.cid-uBE1OTqMmD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OTqMmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OTqMmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OTqMmD .mbr-section-title {
  color: #ffffff;
}
.cid-uBE1OTqMmD .mbr-text,
.cid-uBE1OTqMmD .mbr-section-btn {
  color: #ffe161;
}
.cid-uBE1OTOdxB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1OTOdxB .item:focus,
.cid-uBE1OTOdxB span:focus {
  outline: none;
}
.cid-uBE1OTOdxB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE1OTOdxB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBE1OTOdxB .item {
  padding: 0;
  margin: 0;
}
.cid-uBE1OTOdxB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE1OTOdxB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE1OTOdxB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE1OTOdxB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE1OTOdxB .mbr-section-title {
  color: #232323;
}
.cid-uBE1OTOdxB .mbr-text,
.cid-uBE1OTOdxB .mbr-section-btn {
  text-align: left;
}
.cid-uBE1OTOdxB .item-title {
  text-align: left;
}
.cid-uBE1OTOdxB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uBE1OUbw5p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eccc3d;
}
.cid-uBE1OUbw5p .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBE1OUbw5p .mbr-text {
  color: #e43f3f;
}
.cid-uBE1OUts5q {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1OUts5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OUts5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OUts5q .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE1OUts5q .card-wrapper {
  background-color: #09203e;
  border-radius: 4px;
}
.cid-uBE1OUts5q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1OUts5q .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-uBE1OUts5q .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-uBE1OUts5q .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBE1OUts5q .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBE1OUts5q .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE1OUts5q .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1OUts5q .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE1OUts5q .mbr-text,
.cid-uBE1OUts5q .social-row {
  color: #ffffff;
}
.cid-uBE1OUts5q .card-title {
  color: #ffffff;
}
.cid-uBE1OV5zOI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OV5zOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OV5zOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OV5zOI .mbr-section-title {
  color: #ffffff;
}
.cid-uBE1OV5zOI .mbr-text,
.cid-uBE1OV5zOI .mbr-section-btn {
  color: #ffffff;
}
.cid-uBE1OVup3r {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uBE1OVup3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OVup3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OVup3r .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE1OVup3r .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uBE1OVup3r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1OVup3r .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-uBE1OVup3r .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-uBE1OVup3r .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBE1OVup3r .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBE1OVup3r .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE1OVup3r .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1OVup3r .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE1OW6hSw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OW6hSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OW6hSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OW6hSw .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1OWtryW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1OWtryW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OWtryW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OWtryW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uBE1OWtryW .panel-group {
  border: none;
}
.cid-uBE1OWtryW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBE1OWtryW .panel-body,
.cid-uBE1OWtryW .card-header {
  padding: 1rem 0;
}
.cid-uBE1OWtryW .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uBE1OWtryW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBE1OWZ16B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1OWZ16B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OWZ16B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OWZ16B .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1OXn9yq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1OXn9yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OXn9yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OXn9yq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBE1OXn9yq .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uBE1OXn9yq .mbr-section-title {
  color: #09203e;
}
.cid-uBE1OXn9yq .mbr-text,
.cid-uBE1OXn9yq .mbr-section-btn {
  color: #2e1d50;
}
.cid-uBE1OXMr1K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09203e;
}
.cid-uBE1OXMr1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1OXMr1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1OXMr1K ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBE1OXMr1K li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBE1OXMr1K ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBE1OXMr1K .list {
  color: #ffffff;
}
.cid-uBE1OYccXy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uBE1OYccXy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBE1OYccXy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uBE1OYccXy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uBE1OYccXy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBE1OYccXy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBE1OYccXy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBE1OYccXy .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-uBE1OYccXy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBE1OYccXy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBE1OYccXy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uBE1OYccXy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBE1OYccXy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBE1OYccXy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBE1OYccXy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uBE1TEIQDc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBE1TEIQDc nav.navbar {
  position: fixed;
}
.cid-uBE1TEIQDc .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-uBE1TEIQDc .dropdown-menu {
  padding: 0;
}
.cid-uBE1TEIQDc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBE1TEIQDc .dropdown-item:hover,
.cid-uBE1TEIQDc .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uBE1TEIQDc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uBE1TEIQDc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBE1TEIQDc .nav-link {
  position: relative;
}
.cid-uBE1TEIQDc .container {
  display: flex;
  margin: auto;
}
.cid-uBE1TEIQDc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBE1TEIQDc .navbar-caption {
  padding-right: 4rem;
}
.cid-uBE1TEIQDc .dropdown-menu,
.cid-uBE1TEIQDc .navbar.opened {
  background: #fa5d0f !important;
}
.cid-uBE1TEIQDc .nav-item:focus,
.cid-uBE1TEIQDc .nav-link:focus {
  outline: none;
}
.cid-uBE1TEIQDc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBE1TEIQDc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBE1TEIQDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBE1TEIQDc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBE1TEIQDc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBE1TEIQDc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBE1TEIQDc .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fa5d0f;
}
.cid-uBE1TEIQDc .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBE1TEIQDc .navbar.opened {
  transition: all .3s;
}
.cid-uBE1TEIQDc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uBE1TEIQDc .navbar .navbar-logo img {
  width: auto;
}
.cid-uBE1TEIQDc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBE1TEIQDc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBE1TEIQDc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBE1TEIQDc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBE1TEIQDc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBE1TEIQDc .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: 55%;
}
.cid-uBE1TEIQDc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBE1TEIQDc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBE1TEIQDc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBE1TEIQDc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBE1TEIQDc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBE1TEIQDc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBE1TEIQDc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBE1TEIQDc .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: 55%;
  }
  .cid-uBE1TEIQDc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBE1TEIQDc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBE1TEIQDc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBE1TEIQDc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBE1TEIQDc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBE1TEIQDc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBE1TEIQDc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBE1TEIQDc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBE1TEIQDc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBE1TEIQDc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBE1TEIQDc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBE1TEIQDc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBE1TEIQDc .dropdown-item.active,
.cid-uBE1TEIQDc .dropdown-item:active {
  background-color: transparent;
}
.cid-uBE1TEIQDc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBE1TEIQDc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBE1TEIQDc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBE1TEIQDc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa5d0f;
}
.cid-uBE1TEIQDc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBE1TEIQDc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBE1TEIQDc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBE1TEIQDc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBE1TEIQDc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uBE1TEIQDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uBE1TEIQDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBE1TEIQDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBE1TEIQDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBE1TEIQDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBE1TEIQDc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBE1TEIQDc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBE1TEIQDc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBE1TEIQDc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBE1TEIQDc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBE1TEIQDc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBE1TEIQDc .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-uBE1TEIQDc .navbar {
    height: 77px;
  }
  .cid-uBE1TEIQDc .navbar.opened {
    height: auto;
  }
  .cid-uBE1TEIQDc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBE1TF7Ee2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1TF7Ee2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TF7Ee2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TF7Ee2 .mbr-section-title {
  color: #09203e;
}
.cid-uBE1TFs55o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #09203e;
}
.cid-uBE1TFs55o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TFs55o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TFs55o .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBE1TFs55o .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1TFs55o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBE1TFs55o .mbr-text,
.cid-uBE1TFs55o .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uBE1TFs55o .mbr-section-title {
  color: #ffffff;
}
.cid-uBE1TG6hNU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1TG6hNU img,
.cid-uBE1TG6hNU .item-img {
  width: 100%;
}
.cid-uBE1TG6hNU .item:focus,
.cid-uBE1TG6hNU span:focus {
  outline: none;
}
.cid-uBE1TG6hNU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE1TG6hNU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE1TG6hNU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE1TG6hNU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE1TG6hNU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE1TG6hNU .mbr-section-title {
  color: #232323;
}
.cid-uBE1TG6hNU .mbr-text,
.cid-uBE1TG6hNU .mbr-section-btn {
  text-align: center;
}
.cid-uBE1TG6hNU .item-title {
  text-align: center;
}
.cid-uBE1TG6hNU .item-subtitle {
  text-align: left;
}
.cid-uBE1TGxL3r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1TGxL3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TGxL3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TGxL3r .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1TGPJD5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE1TGPJD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TGPJD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TGPJD5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBE1TGPJD5 .row {
    flex-direction: column-reverse;
  }
  .cid-uBE1TGPJD5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBE1TGPJD5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1TGPJD5 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBE1TGPJD5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1THaaGc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1THaaGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1THaaGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1THaaGc .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1THt6tu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1THt6tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1THt6tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1THt6tu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE1THt6tu .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uBE1THt6tu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1THt6tu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-uBE1THt6tu .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uBE1THt6tu .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-uBE1THt6tu .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBE1THt6tu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE1THt6tu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1THt6tu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE1TI7ezD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1TI7ezD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TI7ezD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TI7ezD .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1TIq1gG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE1TIHMtn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1TIHMtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TIHMtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TIHMtn .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1TJ2Scm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1TJ2Scm .item:focus,
.cid-uBE1TJ2Scm span:focus {
  outline: none;
}
.cid-uBE1TJ2Scm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE1TJ2Scm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBE1TJ2Scm .item {
  padding: 0;
  margin: 0;
}
.cid-uBE1TJ2Scm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE1TJ2Scm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE1TJ2Scm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE1TJ2Scm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE1TJ2Scm .mbr-section-title {
  color: #232323;
}
.cid-uBE1TJ2Scm .mbr-text,
.cid-uBE1TJ2Scm .mbr-section-btn {
  text-align: left;
}
.cid-uBE1TJ2Scm .item-title {
  text-align: left;
}
.cid-uBE1TJ2Scm .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uBE1TJnd7p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1TJnd7p .line {
  background-color: #2e1d50;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBE1TJnd7p .mbr-text {
  color: #e43f3f;
}
.cid-uBE1TJHHoS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1TJHHoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TJHHoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TJHHoS .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1TK13Ur {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1TK13Ur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TK13Ur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TK13Ur ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBE1TK13Ur li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBE1TK13Ur ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBE1TKlZNY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1TKlZNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TKlZNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TKlZNY .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1TKG99V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE1TKG99V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TKG99V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TKG99V .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uBE1TKG99V .mbr-section-subtitle {
  text-align: left;
}
.cid-uBE1TL1gur {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1TL1gur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TL1gur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TL1gur .mbr-section-title {
  color: #ffffff;
}
.cid-uBE1TL1gur .mbr-text,
.cid-uBE1TL1gur .mbr-section-btn {
  color: #ffe161;
}
.cid-uBE1TLptNm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1TLptNm .item:focus,
.cid-uBE1TLptNm span:focus {
  outline: none;
}
.cid-uBE1TLptNm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE1TLptNm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBE1TLptNm .item {
  padding: 0;
  margin: 0;
}
.cid-uBE1TLptNm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE1TLptNm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE1TLptNm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE1TLptNm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE1TLptNm .mbr-section-title {
  color: #232323;
}
.cid-uBE1TLptNm .mbr-text,
.cid-uBE1TLptNm .mbr-section-btn {
  text-align: left;
}
.cid-uBE1TLptNm .item-title {
  text-align: left;
}
.cid-uBE1TLptNm .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uBE1TLKwr8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eccc3d;
}
.cid-uBE1TLKwr8 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBE1TLKwr8 .mbr-text {
  color: #e43f3f;
}
.cid-uBE1TM2SxJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1TM2SxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TM2SxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TM2SxJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE1TM2SxJ .card-wrapper {
  background-color: #09203e;
  border-radius: 4px;
}
.cid-uBE1TM2SxJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1TM2SxJ .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-uBE1TM2SxJ .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-uBE1TM2SxJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBE1TM2SxJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBE1TM2SxJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE1TM2SxJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1TM2SxJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE1TM2SxJ .mbr-text,
.cid-uBE1TM2SxJ .social-row {
  color: #ffffff;
}
.cid-uBE1TM2SxJ .card-title {
  color: #ffffff;
}
.cid-uBE1TMEi3k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1TMEi3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TMEi3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TMEi3k .mbr-section-title {
  color: #ffffff;
}
.cid-uBE1TMEi3k .mbr-text,
.cid-uBE1TMEi3k .mbr-section-btn {
  color: #ffffff;
}
.cid-uBE1TN1CZi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uBE1TN1CZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TN1CZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TN1CZi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE1TN1CZi .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uBE1TN1CZi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1TN1CZi .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-uBE1TN1CZi .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-uBE1TN1CZi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBE1TN1CZi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBE1TN1CZi .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE1TN1CZi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1TN1CZi .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE1TNEZWi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1TNEZWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TNEZWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TNEZWi .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1TO0EZD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1TO0EZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TO0EZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TO0EZD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uBE1TO0EZD .panel-group {
  border: none;
}
.cid-uBE1TO0EZD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBE1TO0EZD .panel-body,
.cid-uBE1TO0EZD .card-header {
  padding: 1rem 0;
}
.cid-uBE1TO0EZD .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uBE1TO0EZD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBE1TOwzY6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1TOwzY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TOwzY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TOwzY6 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1TOUprA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1TOUprA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TOUprA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TOUprA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBE1TOUprA .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uBE1TOUprA .mbr-section-title {
  color: #09203e;
}
.cid-uBE1TOUprA .mbr-text,
.cid-uBE1TOUprA .mbr-section-btn {
  color: #2e1d50;
}
.cid-uBE1TPkQHu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09203e;
}
.cid-uBE1TPkQHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1TPkQHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1TPkQHu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBE1TPkQHu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBE1TPkQHu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBE1TPkQHu .list {
  color: #ffffff;
}
.cid-uBE1TPLCnU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uBE1TPLCnU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBE1TPLCnU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uBE1TPLCnU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uBE1TPLCnU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBE1TPLCnU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBE1TPLCnU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBE1TPLCnU .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-uBE1TPLCnU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBE1TPLCnU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBE1TPLCnU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uBE1TPLCnU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBE1TPLCnU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBE1TPLCnU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBE1TPLCnU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uBE1XfgVgK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBE1XfgVgK nav.navbar {
  position: fixed;
}
.cid-uBE1XfgVgK .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-uBE1XfgVgK .dropdown-menu {
  padding: 0;
}
.cid-uBE1XfgVgK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBE1XfgVgK .dropdown-item:hover,
.cid-uBE1XfgVgK .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uBE1XfgVgK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uBE1XfgVgK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBE1XfgVgK .nav-link {
  position: relative;
}
.cid-uBE1XfgVgK .container {
  display: flex;
  margin: auto;
}
.cid-uBE1XfgVgK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBE1XfgVgK .navbar-caption {
  padding-right: 4rem;
}
.cid-uBE1XfgVgK .dropdown-menu,
.cid-uBE1XfgVgK .navbar.opened {
  background: #fa5d0f !important;
}
.cid-uBE1XfgVgK .nav-item:focus,
.cid-uBE1XfgVgK .nav-link:focus {
  outline: none;
}
.cid-uBE1XfgVgK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBE1XfgVgK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBE1XfgVgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBE1XfgVgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBE1XfgVgK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBE1XfgVgK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBE1XfgVgK .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fa5d0f;
}
.cid-uBE1XfgVgK .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBE1XfgVgK .navbar.opened {
  transition: all .3s;
}
.cid-uBE1XfgVgK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uBE1XfgVgK .navbar .navbar-logo img {
  width: auto;
}
.cid-uBE1XfgVgK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBE1XfgVgK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBE1XfgVgK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBE1XfgVgK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBE1XfgVgK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBE1XfgVgK .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: 55%;
}
.cid-uBE1XfgVgK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBE1XfgVgK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBE1XfgVgK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBE1XfgVgK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBE1XfgVgK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBE1XfgVgK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBE1XfgVgK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBE1XfgVgK .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: 55%;
  }
  .cid-uBE1XfgVgK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBE1XfgVgK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBE1XfgVgK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBE1XfgVgK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBE1XfgVgK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBE1XfgVgK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBE1XfgVgK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBE1XfgVgK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBE1XfgVgK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBE1XfgVgK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBE1XfgVgK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBE1XfgVgK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBE1XfgVgK .dropdown-item.active,
.cid-uBE1XfgVgK .dropdown-item:active {
  background-color: transparent;
}
.cid-uBE1XfgVgK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBE1XfgVgK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBE1XfgVgK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBE1XfgVgK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa5d0f;
}
.cid-uBE1XfgVgK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBE1XfgVgK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBE1XfgVgK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBE1XfgVgK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBE1XfgVgK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uBE1XfgVgK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uBE1XfgVgK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBE1XfgVgK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBE1XfgVgK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBE1XfgVgK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBE1XfgVgK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBE1XfgVgK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBE1XfgVgK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBE1XfgVgK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBE1XfgVgK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBE1XfgVgK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBE1XfgVgK .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-uBE1XfgVgK .navbar {
    height: 77px;
  }
  .cid-uBE1XfgVgK .navbar.opened {
    height: auto;
  }
  .cid-uBE1XfgVgK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBE1XfD9sW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1XfD9sW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XfD9sW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XfD9sW .mbr-section-title {
  color: #09203e;
}
.cid-uBE1XfXN0S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #09203e;
}
.cid-uBE1XfXN0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XfXN0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XfXN0S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBE1XfXN0S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1XfXN0S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBE1XfXN0S .mbr-text,
.cid-uBE1XfXN0S .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uBE1XfXN0S .mbr-section-title {
  color: #ffffff;
}
.cid-uBE1XgggDK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1XgggDK img,
.cid-uBE1XgggDK .item-img {
  width: 100%;
}
.cid-uBE1XgggDK .item:focus,
.cid-uBE1XgggDK span:focus {
  outline: none;
}
.cid-uBE1XgggDK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE1XgggDK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE1XgggDK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE1XgggDK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE1XgggDK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE1XgggDK .mbr-section-title {
  color: #232323;
}
.cid-uBE1XgggDK .mbr-text,
.cid-uBE1XgggDK .mbr-section-btn {
  text-align: center;
}
.cid-uBE1XgggDK .item-title {
  text-align: center;
}
.cid-uBE1XgggDK .item-subtitle {
  text-align: left;
}
.cid-uBE1XgLgFf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1XgLgFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XgLgFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XgLgFf .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1XhbAgO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE1XhbAgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XhbAgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XhbAgO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBE1XhbAgO .row {
    flex-direction: column-reverse;
  }
  .cid-uBE1XhbAgO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBE1XhbAgO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1XhbAgO .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBE1XhbAgO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1XhCH7y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1XhCH7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XhCH7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XhCH7y .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1XhVWyC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1XhVWyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XhVWyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XhVWyC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE1XhVWyC .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uBE1XhVWyC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1XhVWyC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-uBE1XhVWyC .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uBE1XhVWyC .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-uBE1XhVWyC .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBE1XhVWyC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE1XhVWyC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1XhVWyC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE1XiwYmQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1XiwYmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XiwYmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XiwYmQ .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1XiPAkz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE1Xj6AKq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1Xj6AKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1Xj6AKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1Xj6AKq .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1Xju8sF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1Xju8sF .item:focus,
.cid-uBE1Xju8sF span:focus {
  outline: none;
}
.cid-uBE1Xju8sF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE1Xju8sF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBE1Xju8sF .item {
  padding: 0;
  margin: 0;
}
.cid-uBE1Xju8sF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE1Xju8sF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE1Xju8sF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE1Xju8sF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE1Xju8sF .mbr-section-title {
  color: #232323;
}
.cid-uBE1Xju8sF .mbr-text,
.cid-uBE1Xju8sF .mbr-section-btn {
  text-align: left;
}
.cid-uBE1Xju8sF .item-title {
  text-align: left;
}
.cid-uBE1Xju8sF .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uBE1XjOqUt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1XjOqUt .line {
  background-color: #2e1d50;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBE1XjOqUt .mbr-text {
  color: #e43f3f;
}
.cid-uBE1Xk5G99 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1Xk5G99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1Xk5G99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1Xk5G99 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1Xkoezt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1Xkoezt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1Xkoezt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1Xkoezt ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBE1Xkoezt li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBE1Xkoezt ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBE1XkHflN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1XkHflN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XkHflN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XkHflN .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1Xl4fV4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE1Xl4fV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1Xl4fV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1Xl4fV4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uBE1Xl4fV4 .mbr-section-subtitle {
  text-align: left;
}
.cid-uBE1Xlq4pr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1Xlq4pr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1Xlq4pr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1Xlq4pr .mbr-section-title {
  color: #ffffff;
}
.cid-uBE1Xlq4pr .mbr-text,
.cid-uBE1Xlq4pr .mbr-section-btn {
  color: #ffe161;
}
.cid-uBE1XlJ1kS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1XlJ1kS .item:focus,
.cid-uBE1XlJ1kS span:focus {
  outline: none;
}
.cid-uBE1XlJ1kS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE1XlJ1kS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBE1XlJ1kS .item {
  padding: 0;
  margin: 0;
}
.cid-uBE1XlJ1kS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE1XlJ1kS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE1XlJ1kS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE1XlJ1kS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE1XlJ1kS .mbr-section-title {
  color: #232323;
}
.cid-uBE1XlJ1kS .mbr-text,
.cid-uBE1XlJ1kS .mbr-section-btn {
  text-align: left;
}
.cid-uBE1XlJ1kS .item-title {
  text-align: left;
}
.cid-uBE1XlJ1kS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uBE1Xm572E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eccc3d;
}
.cid-uBE1Xm572E .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBE1Xm572E .mbr-text {
  color: #e43f3f;
}
.cid-uBE1XmmDEF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1XmmDEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XmmDEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XmmDEF .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE1XmmDEF .card-wrapper {
  background-color: #09203e;
  border-radius: 4px;
}
.cid-uBE1XmmDEF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1XmmDEF .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-uBE1XmmDEF .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-uBE1XmmDEF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBE1XmmDEF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBE1XmmDEF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE1XmmDEF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1XmmDEF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE1XmmDEF .mbr-text,
.cid-uBE1XmmDEF .social-row {
  color: #ffffff;
}
.cid-uBE1XmmDEF .card-title {
  color: #ffffff;
}
.cid-uBE1Xn0PyY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1Xn0PyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1Xn0PyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1Xn0PyY .mbr-section-title {
  color: #ffffff;
}
.cid-uBE1Xn0PyY .mbr-text,
.cid-uBE1Xn0PyY .mbr-section-btn {
  color: #ffffff;
}
.cid-uBE1XnlYPO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uBE1XnlYPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XnlYPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XnlYPO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE1XnlYPO .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uBE1XnlYPO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE1XnlYPO .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-uBE1XnlYPO .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-uBE1XnlYPO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBE1XnlYPO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBE1XnlYPO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE1XnlYPO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE1XnlYPO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE1XnXBHI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1XnXBHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XnXBHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XnXBHI .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1XomgXC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE1XomgXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XomgXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XomgXC .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uBE1XomgXC .panel-group {
  border: none;
}
.cid-uBE1XomgXC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBE1XomgXC .panel-body,
.cid-uBE1XomgXC .card-header {
  padding: 1rem 0;
}
.cid-uBE1XomgXC .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uBE1XomgXC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBE1XoOph0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE1XoOph0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XoOph0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XoOph0 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE1XpbZuR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE1XpbZuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XpbZuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XpbZuR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBE1XpbZuR .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uBE1XpbZuR .mbr-section-title {
  color: #09203e;
}
.cid-uBE1XpbZuR .mbr-text,
.cid-uBE1XpbZuR .mbr-section-btn {
  color: #2e1d50;
}
.cid-uBE1XpBAJv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09203e;
}
.cid-uBE1XpBAJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE1XpBAJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE1XpBAJv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBE1XpBAJv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBE1XpBAJv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBE1XpBAJv .list {
  color: #ffffff;
}
.cid-uBE1XpZzLV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uBE1XpZzLV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBE1XpZzLV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uBE1XpZzLV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uBE1XpZzLV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBE1XpZzLV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBE1XpZzLV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBE1XpZzLV .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-uBE1XpZzLV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBE1XpZzLV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBE1XpZzLV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uBE1XpZzLV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBE1XpZzLV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBE1XpZzLV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBE1XpZzLV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uBE22gcdLf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBE22gcdLf nav.navbar {
  position: fixed;
}
.cid-uBE22gcdLf .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-uBE22gcdLf .dropdown-menu {
  padding: 0;
}
.cid-uBE22gcdLf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBE22gcdLf .dropdown-item:hover,
.cid-uBE22gcdLf .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uBE22gcdLf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uBE22gcdLf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBE22gcdLf .nav-link {
  position: relative;
}
.cid-uBE22gcdLf .container {
  display: flex;
  margin: auto;
}
.cid-uBE22gcdLf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBE22gcdLf .navbar-caption {
  padding-right: 4rem;
}
.cid-uBE22gcdLf .dropdown-menu,
.cid-uBE22gcdLf .navbar.opened {
  background: #fa5d0f !important;
}
.cid-uBE22gcdLf .nav-item:focus,
.cid-uBE22gcdLf .nav-link:focus {
  outline: none;
}
.cid-uBE22gcdLf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBE22gcdLf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBE22gcdLf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBE22gcdLf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBE22gcdLf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBE22gcdLf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBE22gcdLf .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fa5d0f;
}
.cid-uBE22gcdLf .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBE22gcdLf .navbar.opened {
  transition: all .3s;
}
.cid-uBE22gcdLf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uBE22gcdLf .navbar .navbar-logo img {
  width: auto;
}
.cid-uBE22gcdLf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBE22gcdLf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBE22gcdLf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBE22gcdLf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBE22gcdLf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBE22gcdLf .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: 55%;
}
.cid-uBE22gcdLf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBE22gcdLf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uBE22gcdLf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBE22gcdLf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBE22gcdLf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBE22gcdLf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBE22gcdLf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBE22gcdLf .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: 55%;
  }
  .cid-uBE22gcdLf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBE22gcdLf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBE22gcdLf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBE22gcdLf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBE22gcdLf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBE22gcdLf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBE22gcdLf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBE22gcdLf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBE22gcdLf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBE22gcdLf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBE22gcdLf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBE22gcdLf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBE22gcdLf .dropdown-item.active,
.cid-uBE22gcdLf .dropdown-item:active {
  background-color: transparent;
}
.cid-uBE22gcdLf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBE22gcdLf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBE22gcdLf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBE22gcdLf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fa5d0f;
}
.cid-uBE22gcdLf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBE22gcdLf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBE22gcdLf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBE22gcdLf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBE22gcdLf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uBE22gcdLf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-uBE22gcdLf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBE22gcdLf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBE22gcdLf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBE22gcdLf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBE22gcdLf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBE22gcdLf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBE22gcdLf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBE22gcdLf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBE22gcdLf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBE22gcdLf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBE22gcdLf .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-uBE22gcdLf .navbar {
    height: 77px;
  }
  .cid-uBE22gcdLf .navbar.opened {
    height: auto;
  }
  .cid-uBE22gcdLf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBE22gzX3k {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE22gzX3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22gzX3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22gzX3k .mbr-section-title {
  color: #09203e;
}
.cid-uBE22gROCD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #09203e;
}
.cid-uBE22gROCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22gROCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22gROCD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBE22gROCD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE22gROCD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBE22gROCD .mbr-text,
.cid-uBE22gROCD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uBE22gROCD .mbr-section-title {
  color: #ffffff;
}
.cid-uBE22hafnc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE22hafnc img,
.cid-uBE22hafnc .item-img {
  width: 100%;
}
.cid-uBE22hafnc .item:focus,
.cid-uBE22hafnc span:focus {
  outline: none;
}
.cid-uBE22hafnc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE22hafnc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE22hafnc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE22hafnc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE22hafnc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE22hafnc .mbr-section-title {
  color: #232323;
}
.cid-uBE22hafnc .mbr-text,
.cid-uBE22hafnc .mbr-section-btn {
  text-align: center;
}
.cid-uBE22hafnc .item-title {
  text-align: center;
}
.cid-uBE22hafnc .item-subtitle {
  text-align: left;
}
.cid-uBE22hHHBZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22hHHBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22hHHBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22hHHBZ .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE22i1oxk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE22i1oxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22i1oxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22i1oxk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBE22i1oxk .row {
    flex-direction: column-reverse;
  }
  .cid-uBE22i1oxk .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uBE22i1oxk .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE22i1oxk .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uBE22i1oxk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE22ioHja {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22ioHja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22ioHja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22ioHja .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE22iIJXG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE22iIJXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22iIJXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22iIJXG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE22iIJXG .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uBE22iIJXG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE22iIJXG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-uBE22iIJXG .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uBE22iIJXG .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-uBE22iIJXG .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uBE22iIJXG .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE22iIJXG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE22iIJXG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE22jqv3p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22jqv3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22jqv3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22jqv3p .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE22jKxOU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE22k24zh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22k24zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22k24zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22k24zh .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE22kmncM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE22kmncM .item:focus,
.cid-uBE22kmncM span:focus {
  outline: none;
}
.cid-uBE22kmncM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE22kmncM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBE22kmncM .item {
  padding: 0;
  margin: 0;
}
.cid-uBE22kmncM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE22kmncM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE22kmncM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE22kmncM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE22kmncM .mbr-section-title {
  color: #232323;
}
.cid-uBE22kmncM .mbr-text,
.cid-uBE22kmncM .mbr-section-btn {
  text-align: left;
}
.cid-uBE22kmncM .item-title {
  text-align: left;
}
.cid-uBE22kmncM .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uBE22kI3kg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE22kI3kg .line {
  background-color: #2e1d50;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBE22kI3kg .mbr-text {
  color: #e43f3f;
}
.cid-uBE22l0T8L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22l0T8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22l0T8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22l0T8L .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE22loXNo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE22loXNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22loXNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22loXNo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBE22loXNo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBE22loXNo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBE22lKlK6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22lKlK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22lKlK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22lKlK6 .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE22m5QFC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBE22m5QFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22m5QFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22m5QFC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uBE22m5QFC .mbr-section-subtitle {
  text-align: left;
}
.cid-uBE22mqlLU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22mqlLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22mqlLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22mqlLU .mbr-section-title {
  color: #ffffff;
}
.cid-uBE22mqlLU .mbr-text,
.cid-uBE22mqlLU .mbr-section-btn {
  color: #ffe161;
}
.cid-uBE22mMumv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE22mMumv .item:focus,
.cid-uBE22mMumv span:focus {
  outline: none;
}
.cid-uBE22mMumv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBE22mMumv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uBE22mMumv .item {
  padding: 0;
  margin: 0;
}
.cid-uBE22mMumv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBE22mMumv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBE22mMumv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uBE22mMumv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBE22mMumv .mbr-section-title {
  color: #232323;
}
.cid-uBE22mMumv .mbr-text,
.cid-uBE22mMumv .mbr-section-btn {
  text-align: left;
}
.cid-uBE22mMumv .item-title {
  text-align: left;
}
.cid-uBE22mMumv .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uBE22ndcYB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eccc3d;
}
.cid-uBE22ndcYB .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBE22ndcYB .mbr-text {
  color: #e43f3f;
}
.cid-uBE22nxGuu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE22nxGuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22nxGuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22nxGuu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE22nxGuu .card-wrapper {
  background-color: #09203e;
  border-radius: 4px;
}
.cid-uBE22nxGuu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE22nxGuu .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-uBE22nxGuu .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-uBE22nxGuu .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBE22nxGuu .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBE22nxGuu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE22nxGuu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE22nxGuu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE22nxGuu .mbr-text,
.cid-uBE22nxGuu .social-row {
  color: #ffffff;
}
.cid-uBE22nxGuu .card-title {
  color: #ffffff;
}
.cid-uBE22oaiiM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22oaiiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22oaiiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22oaiiM .mbr-section-title {
  color: #ffffff;
}
.cid-uBE22oaiiM .mbr-text,
.cid-uBE22oaiiM .mbr-section-btn {
  color: #ffffff;
}
.cid-uBE22oxFO0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uBE22oxFO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22oxFO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22oxFO0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBE22oxFO0 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uBE22oxFO0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBE22oxFO0 .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-uBE22oxFO0 .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-uBE22oxFO0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBE22oxFO0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBE22oxFO0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uBE22oxFO0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBE22oxFO0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uBE22pfqAp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22pfqAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22pfqAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22pfqAp .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE22pDDRL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBE22pDDRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22pDDRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22pDDRL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-uBE22pDDRL .panel-group {
  border: none;
}
.cid-uBE22pDDRL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBE22pDDRL .panel-body,
.cid-uBE22pDDRL .card-header {
  padding: 1rem 0;
}
.cid-uBE22pDDRL .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uBE22pDDRL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBE22q6kdy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #09203e;
}
.cid-uBE22q6kdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22q6kdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22q6kdy .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uBE22qy4Ke {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBE22qy4Ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22qy4Ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22qy4Ke .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBE22qy4Ke .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uBE22qy4Ke .mbr-section-title {
  color: #09203e;
}
.cid-uBE22qy4Ke .mbr-text,
.cid-uBE22qy4Ke .mbr-section-btn {
  color: #2e1d50;
}
.cid-uBE22qXsu7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09203e;
}
.cid-uBE22qXsu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBE22qXsu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBE22qXsu7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uBE22qXsu7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uBE22qXsu7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uBE22qXsu7 .list {
  color: #ffffff;
}
.cid-uBE22rnMSa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uBE22rnMSa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBE22rnMSa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uBE22rnMSa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uBE22rnMSa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBE22rnMSa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBE22rnMSa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uBE22rnMSa .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-uBE22rnMSa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uBE22rnMSa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uBE22rnMSa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uBE22rnMSa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBE22rnMSa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBE22rnMSa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uBE22rnMSa .media-container-row .row-copirayt p {
  width: 100%;
}
