body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !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: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !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: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !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='%236592e6' %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-toLU87kJHb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toLU87kJHb nav.navbar {
  position: fixed;
}
.cid-toLU87kJHb .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-toLU87kJHb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLU87kJHb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toLU87kJHb .dropdown-item:hover,
.cid-toLU87kJHb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toLU87kJHb .dropdown-item:hover span {
  color: white;
}
.cid-toLU87kJHb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLU87kJHb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLU87kJHb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toLU87kJHb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLU87kJHb .nav-link {
  position: relative;
}
.cid-toLU87kJHb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toLU87kJHb .container {
    flex-wrap: nowrap;
  }
}
.cid-toLU87kJHb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toLU87kJHb .dropdown-menu,
.cid-toLU87kJHb .navbar.opened {
  background: #ffffff !important;
}
.cid-toLU87kJHb .nav-item:focus,
.cid-toLU87kJHb .nav-link:focus {
  outline: none;
}
.cid-toLU87kJHb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLU87kJHb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLU87kJHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLU87kJHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLU87kJHb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLU87kJHb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLU87kJHb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toLU87kJHb .navbar.opened {
  transition: all 0.3s;
}
.cid-toLU87kJHb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLU87kJHb .navbar .navbar-logo img {
  width: auto;
}
.cid-toLU87kJHb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLU87kJHb .navbar.collapsed {
  justify-content: center;
}
.cid-toLU87kJHb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLU87kJHb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toLU87kJHb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toLU87kJHb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLU87kJHb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLU87kJHb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toLU87kJHb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLU87kJHb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLU87kJHb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLU87kJHb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLU87kJHb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLU87kJHb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLU87kJHb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLU87kJHb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toLU87kJHb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toLU87kJHb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLU87kJHb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLU87kJHb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toLU87kJHb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLU87kJHb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLU87kJHb .navbar.navbar-short {
  min-height: 60px;
}
.cid-toLU87kJHb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toLU87kJHb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toLU87kJHb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toLU87kJHb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLU87kJHb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLU87kJHb .dropdown-item.active,
.cid-toLU87kJHb .dropdown-item:active {
  background-color: transparent;
}
.cid-toLU87kJHb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLU87kJHb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLU87kJHb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLU87kJHb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toLU87kJHb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLU87kJHb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLU87kJHb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLU87kJHb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLU87kJHb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLU87kJHb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toLU87kJHb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLU87kJHb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLU87kJHb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLU87kJHb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLU87kJHb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLU87kJHb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLU87kJHb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLU87kJHb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLU87kJHb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLU87kJHb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLU87kJHb .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-toLU87kJHb .navbar {
    height: 70px;
  }
  .cid-toLU87kJHb .navbar.opened {
    height: auto;
  }
  .cid-toLU87kJHb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLTUsm2xk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLTUsm2xk .mbr-section-subtitle {
  text-align: center;
}
.cid-toLUa5Cpu2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLUa5Cpu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toLUa5Cpu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toLUa5Cpu2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toLUa5Cpu2 .row {
  flex-direction: row-reverse;
}
.cid-toLUa5Cpu2 img {
  width: 100%;
}
.cid-toLUbxBdxa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLUcwTFaF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLUcwTFaF .mbr-section-subtitle {
  text-align: center;
}
.cid-toLUdRGIwC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLUdRGIwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-toLUdRGIwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toLUdRGIwC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toLUdRGIwC .row {
  flex-direction: row-reverse;
}
.cid-toLUdRGIwC img {
  width: 100%;
}
.cid-toLVD5W47w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLVNHzWH2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toLVNHzWH2 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toLVNHzWH2 .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toLVLMlOO9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toLVLMlOO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toLVLMlOO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toLVLMlOO9 .mbr-section-title {
  color: #ffffff;
}
.cid-toLVMg8Dor {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toLVMg8Dor .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toLVMg8Dor .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toLVMg8Dor .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toLVMg8Dor .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toLVMg8Dor .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toLVMg8Dor .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toLVMg8Dor .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-toLVMg8Dor .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toLVMg8Dor .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toLVMg8Dor .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toLVMg8Dor .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toLVMg8Dor .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toLVMg8Dor .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toLVMg8Dor .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toLYpfhSTJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLYpfhSTJ .mbr-text {
  text-align: center;
}
.cid-toQAjmP86I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toQAjmP86I nav.navbar {
  position: fixed;
}
.cid-toQAjmP86I .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-toQAjmP86I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toQAjmP86I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toQAjmP86I .dropdown-item:hover,
.cid-toQAjmP86I .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toQAjmP86I .dropdown-item:hover span {
  color: white;
}
.cid-toQAjmP86I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toQAjmP86I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toQAjmP86I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toQAjmP86I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toQAjmP86I .nav-link {
  position: relative;
}
.cid-toQAjmP86I .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toQAjmP86I .container {
    flex-wrap: nowrap;
  }
}
.cid-toQAjmP86I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toQAjmP86I .dropdown-menu,
.cid-toQAjmP86I .navbar.opened {
  background: #ffffff !important;
}
.cid-toQAjmP86I .nav-item:focus,
.cid-toQAjmP86I .nav-link:focus {
  outline: none;
}
.cid-toQAjmP86I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toQAjmP86I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toQAjmP86I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toQAjmP86I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toQAjmP86I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toQAjmP86I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toQAjmP86I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toQAjmP86I .navbar.opened {
  transition: all 0.3s;
}
.cid-toQAjmP86I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toQAjmP86I .navbar .navbar-logo img {
  width: auto;
}
.cid-toQAjmP86I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toQAjmP86I .navbar.collapsed {
  justify-content: center;
}
.cid-toQAjmP86I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toQAjmP86I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toQAjmP86I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toQAjmP86I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toQAjmP86I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toQAjmP86I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toQAjmP86I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toQAjmP86I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toQAjmP86I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toQAjmP86I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toQAjmP86I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toQAjmP86I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toQAjmP86I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toQAjmP86I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toQAjmP86I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toQAjmP86I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toQAjmP86I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toQAjmP86I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toQAjmP86I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toQAjmP86I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toQAjmP86I .navbar.navbar-short {
  min-height: 60px;
}
.cid-toQAjmP86I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toQAjmP86I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toQAjmP86I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toQAjmP86I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toQAjmP86I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toQAjmP86I .dropdown-item.active,
.cid-toQAjmP86I .dropdown-item:active {
  background-color: transparent;
}
.cid-toQAjmP86I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toQAjmP86I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toQAjmP86I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toQAjmP86I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toQAjmP86I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toQAjmP86I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toQAjmP86I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toQAjmP86I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toQAjmP86I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toQAjmP86I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toQAjmP86I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toQAjmP86I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQAjmP86I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQAjmP86I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toQAjmP86I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQAjmP86I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toQAjmP86I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toQAjmP86I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQAjmP86I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toQAjmP86I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toQAjmP86I .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-toQAjmP86I .navbar {
    height: 70px;
  }
  .cid-toQAjmP86I .navbar.opened {
    height: auto;
  }
  .cid-toQAjmP86I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toQAjnuXTg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQAjnuXTg .mbr-section-subtitle {
  text-align: center;
}
.cid-toQAjnMT4F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQAjnMT4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQAjnMT4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQAjnMT4F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQAjnMT4F .row {
  flex-direction: row-reverse;
}
.cid-toQAjnMT4F img {
  width: 100%;
}
.cid-toQAjoc3OF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQAjoc3OF .mbr-text {
  text-align: left;
}
.cid-toQAjoujCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQAjoujCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQAjoujCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQAjoujCC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toQAjoujCC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toQAjoujCC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toQAjoOK2l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQAjoOK2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQAjoOK2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQAjoOK2l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQAjoOK2l .row {
  flex-direction: row-reverse;
}
.cid-toQAjoOK2l img {
  width: 100%;
}
.cid-toQAjpa6Uz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQAjps4YO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQAjps4YO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toQAjps4YO .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toQAjpJ0Ew {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQAjpJ0Ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQAjpJ0Ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQAjpJ0Ew .mbr-section-title {
  color: #ffffff;
}
.cid-toQAjq3Pt0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQAjq3Pt0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toQAjq3Pt0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toQAjq3Pt0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toQAjq3Pt0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toQAjq3Pt0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toQAjq3Pt0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toQAjq3Pt0 .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-toQAjq3Pt0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toQAjq3Pt0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toQAjq3Pt0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toQAjq3Pt0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toQAjq3Pt0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toQAjq3Pt0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toQAjq3Pt0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toQAjqtziS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQAjqtziS .mbr-text {
  text-align: center;
}
.cid-toLZyDzF4h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toLZyDzF4h nav.navbar {
  position: fixed;
}
.cid-toLZyDzF4h .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-toLZyDzF4h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toLZyDzF4h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toLZyDzF4h .dropdown-item:hover,
.cid-toLZyDzF4h .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toLZyDzF4h .dropdown-item:hover span {
  color: white;
}
.cid-toLZyDzF4h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toLZyDzF4h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toLZyDzF4h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toLZyDzF4h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toLZyDzF4h .nav-link {
  position: relative;
}
.cid-toLZyDzF4h .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toLZyDzF4h .container {
    flex-wrap: nowrap;
  }
}
.cid-toLZyDzF4h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toLZyDzF4h .dropdown-menu,
.cid-toLZyDzF4h .navbar.opened {
  background: #ffffff !important;
}
.cid-toLZyDzF4h .nav-item:focus,
.cid-toLZyDzF4h .nav-link:focus {
  outline: none;
}
.cid-toLZyDzF4h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toLZyDzF4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toLZyDzF4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toLZyDzF4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toLZyDzF4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toLZyDzF4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toLZyDzF4h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toLZyDzF4h .navbar.opened {
  transition: all 0.3s;
}
.cid-toLZyDzF4h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toLZyDzF4h .navbar .navbar-logo img {
  width: auto;
}
.cid-toLZyDzF4h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toLZyDzF4h .navbar.collapsed {
  justify-content: center;
}
.cid-toLZyDzF4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toLZyDzF4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toLZyDzF4h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toLZyDzF4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toLZyDzF4h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toLZyDzF4h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toLZyDzF4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toLZyDzF4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toLZyDzF4h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toLZyDzF4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toLZyDzF4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toLZyDzF4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toLZyDzF4h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toLZyDzF4h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toLZyDzF4h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toLZyDzF4h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toLZyDzF4h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toLZyDzF4h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toLZyDzF4h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toLZyDzF4h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toLZyDzF4h .navbar.navbar-short {
  min-height: 60px;
}
.cid-toLZyDzF4h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toLZyDzF4h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toLZyDzF4h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toLZyDzF4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toLZyDzF4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toLZyDzF4h .dropdown-item.active,
.cid-toLZyDzF4h .dropdown-item:active {
  background-color: transparent;
}
.cid-toLZyDzF4h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toLZyDzF4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toLZyDzF4h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toLZyDzF4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toLZyDzF4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toLZyDzF4h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toLZyDzF4h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toLZyDzF4h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toLZyDzF4h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toLZyDzF4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toLZyDzF4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toLZyDzF4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLZyDzF4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toLZyDzF4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toLZyDzF4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLZyDzF4h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toLZyDzF4h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toLZyDzF4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toLZyDzF4h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toLZyDzF4h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toLZyDzF4h .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-toLZyDzF4h .navbar {
    height: 70px;
  }
  .cid-toLZyDzF4h .navbar.opened {
    height: auto;
  }
  .cid-toLZyDzF4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toLZyEc5Rs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLZyEc5Rs .mbr-section-subtitle {
  text-align: center;
}
.cid-toLZyEuHkc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLZyEuHkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-toLZyEuHkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toLZyEuHkc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toLZyEuHkc .row {
  flex-direction: row-reverse;
}
.cid-toLZyEuHkc img {
  width: 100%;
}
.cid-toLZyEU0EL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLZyEU0EL .mbr-text {
  text-align: center;
}
.cid-toM0rLWiEj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toM0rLWiEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-toM0rLWiEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toM0rLWiEj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toM0rLWiEj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toM0rLWiEj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toLZyFtr4n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLZyFtr4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-toLZyFtr4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toLZyFtr4n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toLZyFtr4n .row {
  flex-direction: row-reverse;
}
.cid-toLZyFtr4n img {
  width: 100%;
}
.cid-toLZyFO7qP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLZyG5NkF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toLZyG5NkF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toLZyG5NkF .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toLZyGoG4f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toLZyGoG4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-toLZyGoG4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toLZyGoG4f .mbr-section-title {
  color: #ffffff;
}
.cid-toLZyGJaZL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toLZyGJaZL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toLZyGJaZL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toLZyGJaZL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toLZyGJaZL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toLZyGJaZL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toLZyGJaZL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toLZyGJaZL .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-toLZyGJaZL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toLZyGJaZL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toLZyGJaZL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toLZyGJaZL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toLZyGJaZL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toLZyGJaZL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toLZyGJaZL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toLZyH8HLe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toLZyH8HLe .mbr-text {
  text-align: center;
}
.cid-toQQp1KH5j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toQQp1KH5j nav.navbar {
  position: fixed;
}
.cid-toQQp1KH5j .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-toQQp1KH5j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toQQp1KH5j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toQQp1KH5j .dropdown-item:hover,
.cid-toQQp1KH5j .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toQQp1KH5j .dropdown-item:hover span {
  color: white;
}
.cid-toQQp1KH5j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toQQp1KH5j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toQQp1KH5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toQQp1KH5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toQQp1KH5j .nav-link {
  position: relative;
}
.cid-toQQp1KH5j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toQQp1KH5j .container {
    flex-wrap: nowrap;
  }
}
.cid-toQQp1KH5j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toQQp1KH5j .dropdown-menu,
.cid-toQQp1KH5j .navbar.opened {
  background: #ffffff !important;
}
.cid-toQQp1KH5j .nav-item:focus,
.cid-toQQp1KH5j .nav-link:focus {
  outline: none;
}
.cid-toQQp1KH5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toQQp1KH5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toQQp1KH5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toQQp1KH5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toQQp1KH5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toQQp1KH5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toQQp1KH5j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toQQp1KH5j .navbar.opened {
  transition: all 0.3s;
}
.cid-toQQp1KH5j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toQQp1KH5j .navbar .navbar-logo img {
  width: auto;
}
.cid-toQQp1KH5j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toQQp1KH5j .navbar.collapsed {
  justify-content: center;
}
.cid-toQQp1KH5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toQQp1KH5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toQQp1KH5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toQQp1KH5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toQQp1KH5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toQQp1KH5j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toQQp1KH5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toQQp1KH5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toQQp1KH5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toQQp1KH5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toQQp1KH5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toQQp1KH5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toQQp1KH5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toQQp1KH5j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toQQp1KH5j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toQQp1KH5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toQQp1KH5j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toQQp1KH5j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toQQp1KH5j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toQQp1KH5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toQQp1KH5j .navbar.navbar-short {
  min-height: 60px;
}
.cid-toQQp1KH5j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toQQp1KH5j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toQQp1KH5j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toQQp1KH5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toQQp1KH5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toQQp1KH5j .dropdown-item.active,
.cid-toQQp1KH5j .dropdown-item:active {
  background-color: transparent;
}
.cid-toQQp1KH5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toQQp1KH5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toQQp1KH5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toQQp1KH5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toQQp1KH5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toQQp1KH5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toQQp1KH5j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toQQp1KH5j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toQQp1KH5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toQQp1KH5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toQQp1KH5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toQQp1KH5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQQp1KH5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQQp1KH5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toQQp1KH5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQQp1KH5j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toQQp1KH5j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toQQp1KH5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQQp1KH5j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toQQp1KH5j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toQQp1KH5j .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-toQQp1KH5j .navbar {
    height: 70px;
  }
  .cid-toQQp1KH5j .navbar.opened {
    height: auto;
  }
  .cid-toQQp1KH5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toQQp2o533 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQQp2o533 .mbr-section-subtitle {
  text-align: center;
}
.cid-toQQp2HlKP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQQp2HlKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQQp2HlKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQQp2HlKP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQQp2HlKP .row {
  flex-direction: row-reverse;
}
.cid-toQQp2HlKP img {
  width: 100%;
}
.cid-toQQp37lWi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQQp37lWi .mbr-text {
  text-align: left;
}
.cid-toQQzu18zt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQQzu18zt .mbr-section-subtitle {
  text-align: center;
}
.cid-toQQp3nVJh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQQp3nVJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQQp3nVJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQQp3nVJh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toQQp3nVJh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toQQp3nVJh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toQQp3H0KD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQQp3H0KD .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQQp3H0KD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQQp3H0KD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQQp3H0KD .row {
  flex-direction: row-reverse;
}
.cid-toQQp3H0KD img {
  width: 100%;
}
.cid-toQQp42DSZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQQp4k4TW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQQp4k4TW .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toQQp4k4TW .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toQQp4BzNI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQQp4BzNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQQp4BzNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQQp4BzNI .mbr-section-title {
  color: #ffffff;
}
.cid-toQQp4XYhD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQQp4XYhD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toQQp4XYhD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toQQp4XYhD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toQQp4XYhD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toQQp4XYhD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toQQp4XYhD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toQQp4XYhD .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-toQQp4XYhD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toQQp4XYhD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toQQp4XYhD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toQQp4XYhD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toQQp4XYhD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toQQp4XYhD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toQQp4XYhD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toQQp5nYGK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQQp5nYGK .mbr-text {
  text-align: center;
}
.cid-toQRtGeS5x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toQRtGeS5x nav.navbar {
  position: fixed;
}
.cid-toQRtGeS5x .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-toQRtGeS5x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toQRtGeS5x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toQRtGeS5x .dropdown-item:hover,
.cid-toQRtGeS5x .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toQRtGeS5x .dropdown-item:hover span {
  color: white;
}
.cid-toQRtGeS5x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toQRtGeS5x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toQRtGeS5x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toQRtGeS5x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toQRtGeS5x .nav-link {
  position: relative;
}
.cid-toQRtGeS5x .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toQRtGeS5x .container {
    flex-wrap: nowrap;
  }
}
.cid-toQRtGeS5x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toQRtGeS5x .dropdown-menu,
.cid-toQRtGeS5x .navbar.opened {
  background: #ffffff !important;
}
.cid-toQRtGeS5x .nav-item:focus,
.cid-toQRtGeS5x .nav-link:focus {
  outline: none;
}
.cid-toQRtGeS5x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toQRtGeS5x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toQRtGeS5x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toQRtGeS5x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toQRtGeS5x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toQRtGeS5x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toQRtGeS5x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toQRtGeS5x .navbar.opened {
  transition: all 0.3s;
}
.cid-toQRtGeS5x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toQRtGeS5x .navbar .navbar-logo img {
  width: auto;
}
.cid-toQRtGeS5x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toQRtGeS5x .navbar.collapsed {
  justify-content: center;
}
.cid-toQRtGeS5x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toQRtGeS5x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toQRtGeS5x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toQRtGeS5x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toQRtGeS5x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toQRtGeS5x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toQRtGeS5x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toQRtGeS5x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toQRtGeS5x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toQRtGeS5x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toQRtGeS5x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toQRtGeS5x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toQRtGeS5x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toQRtGeS5x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toQRtGeS5x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toQRtGeS5x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toQRtGeS5x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toQRtGeS5x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toQRtGeS5x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toQRtGeS5x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toQRtGeS5x .navbar.navbar-short {
  min-height: 60px;
}
.cid-toQRtGeS5x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toQRtGeS5x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toQRtGeS5x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toQRtGeS5x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toQRtGeS5x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toQRtGeS5x .dropdown-item.active,
.cid-toQRtGeS5x .dropdown-item:active {
  background-color: transparent;
}
.cid-toQRtGeS5x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toQRtGeS5x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toQRtGeS5x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toQRtGeS5x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toQRtGeS5x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toQRtGeS5x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toQRtGeS5x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toQRtGeS5x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toQRtGeS5x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toQRtGeS5x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toQRtGeS5x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toQRtGeS5x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQRtGeS5x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQRtGeS5x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toQRtGeS5x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQRtGeS5x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toQRtGeS5x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toQRtGeS5x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQRtGeS5x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toQRtGeS5x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toQRtGeS5x .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-toQRtGeS5x .navbar {
    height: 70px;
  }
  .cid-toQRtGeS5x .navbar.opened {
    height: auto;
  }
  .cid-toQRtGeS5x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toQRMIqdF3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQRMIqdF3 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-toQRtH5B5C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQRtH5B5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQRtH5B5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQRtH5B5C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQRtH5B5C .row {
  flex-direction: row-reverse;
}
.cid-toQRtH5B5C img {
  width: 100%;
}
.cid-toQRtHpNVr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQRtHpNVr .mbr-text {
  text-align: left;
}
.cid-toQRtHpNVr .mbr-section-title {
  text-align: center;
}
.cid-toQRtHXEIh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQRtHXEIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQRtHXEIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQRtHXEIh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toQRtHXEIh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toQRtHXEIh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toQRtIEpOi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQRtIUvaK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQRtIUvaK .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toQRtIUvaK .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toQRtJfht2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQRtJfht2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQRtJfht2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQRtJfht2 .mbr-section-title {
  color: #ffffff;
}
.cid-toQRtJzpFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQRtJzpFl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toQRtJzpFl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toQRtJzpFl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toQRtJzpFl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toQRtJzpFl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toQRtJzpFl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toQRtJzpFl .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-toQRtJzpFl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toQRtJzpFl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toQRtJzpFl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toQRtJzpFl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toQRtJzpFl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toQRtJzpFl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toQRtJzpFl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toQRtJYIDf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQRtJYIDf .mbr-text {
  text-align: center;
}
.cid-toQSzTpL8X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toQSzTpL8X nav.navbar {
  position: fixed;
}
.cid-toQSzTpL8X .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-toQSzTpL8X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toQSzTpL8X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toQSzTpL8X .dropdown-item:hover,
.cid-toQSzTpL8X .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toQSzTpL8X .dropdown-item:hover span {
  color: white;
}
.cid-toQSzTpL8X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toQSzTpL8X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toQSzTpL8X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toQSzTpL8X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toQSzTpL8X .nav-link {
  position: relative;
}
.cid-toQSzTpL8X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toQSzTpL8X .container {
    flex-wrap: nowrap;
  }
}
.cid-toQSzTpL8X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toQSzTpL8X .dropdown-menu,
.cid-toQSzTpL8X .navbar.opened {
  background: #ffffff !important;
}
.cid-toQSzTpL8X .nav-item:focus,
.cid-toQSzTpL8X .nav-link:focus {
  outline: none;
}
.cid-toQSzTpL8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toQSzTpL8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toQSzTpL8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toQSzTpL8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toQSzTpL8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toQSzTpL8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toQSzTpL8X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toQSzTpL8X .navbar.opened {
  transition: all 0.3s;
}
.cid-toQSzTpL8X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toQSzTpL8X .navbar .navbar-logo img {
  width: auto;
}
.cid-toQSzTpL8X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toQSzTpL8X .navbar.collapsed {
  justify-content: center;
}
.cid-toQSzTpL8X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toQSzTpL8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toQSzTpL8X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toQSzTpL8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toQSzTpL8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toQSzTpL8X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toQSzTpL8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toQSzTpL8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toQSzTpL8X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toQSzTpL8X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toQSzTpL8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toQSzTpL8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toQSzTpL8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toQSzTpL8X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toQSzTpL8X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toQSzTpL8X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toQSzTpL8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toQSzTpL8X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toQSzTpL8X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toQSzTpL8X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toQSzTpL8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-toQSzTpL8X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toQSzTpL8X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toQSzTpL8X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toQSzTpL8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toQSzTpL8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toQSzTpL8X .dropdown-item.active,
.cid-toQSzTpL8X .dropdown-item:active {
  background-color: transparent;
}
.cid-toQSzTpL8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toQSzTpL8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toQSzTpL8X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toQSzTpL8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toQSzTpL8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toQSzTpL8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toQSzTpL8X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toQSzTpL8X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toQSzTpL8X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toQSzTpL8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toQSzTpL8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toQSzTpL8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQSzTpL8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQSzTpL8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toQSzTpL8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQSzTpL8X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toQSzTpL8X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toQSzTpL8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQSzTpL8X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toQSzTpL8X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toQSzTpL8X .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-toQSzTpL8X .navbar {
    height: 70px;
  }
  .cid-toQSzTpL8X .navbar.opened {
    height: auto;
  }
  .cid-toQSzTpL8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toQSzU1HZU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQSzU1HZU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-toQSzUmGnA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQSzUmGnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQSzUmGnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQSzUmGnA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQSzUmGnA .row {
  flex-direction: row-reverse;
}
.cid-toQSzUmGnA img {
  width: 100%;
}
.cid-toQSzV2piz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQSzV2piz .mbr-text {
  text-align: left;
}
.cid-toQSzV2piz .mbr-section-title {
  text-align: center;
}
.cid-toQSzVir5L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQSzVir5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQSzVir5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQSzVir5L ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toQSzVir5L li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toQSzVir5L ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toQSzVFiAC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQSzVWAe2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQSzVWAe2 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toQSzVWAe2 .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toQSzWcRbv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQSzWcRbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQSzWcRbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQSzWcRbv .mbr-section-title {
  color: #ffffff;
}
.cid-toQSzWx8Uu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQSzWx8Uu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toQSzWx8Uu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toQSzWx8Uu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toQSzWx8Uu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toQSzWx8Uu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toQSzWx8Uu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toQSzWx8Uu .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-toQSzWx8Uu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toQSzWx8Uu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toQSzWx8Uu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toQSzWx8Uu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toQSzWx8Uu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toQSzWx8Uu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toQSzWx8Uu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toQSzWVWfP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQSzWVWfP .mbr-text {
  text-align: center;
}
.cid-toQTbxJDKV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toQTbxJDKV nav.navbar {
  position: fixed;
}
.cid-toQTbxJDKV .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-toQTbxJDKV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toQTbxJDKV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toQTbxJDKV .dropdown-item:hover,
.cid-toQTbxJDKV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toQTbxJDKV .dropdown-item:hover span {
  color: white;
}
.cid-toQTbxJDKV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toQTbxJDKV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toQTbxJDKV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toQTbxJDKV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toQTbxJDKV .nav-link {
  position: relative;
}
.cid-toQTbxJDKV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toQTbxJDKV .container {
    flex-wrap: nowrap;
  }
}
.cid-toQTbxJDKV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toQTbxJDKV .dropdown-menu,
.cid-toQTbxJDKV .navbar.opened {
  background: #ffffff !important;
}
.cid-toQTbxJDKV .nav-item:focus,
.cid-toQTbxJDKV .nav-link:focus {
  outline: none;
}
.cid-toQTbxJDKV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toQTbxJDKV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toQTbxJDKV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toQTbxJDKV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toQTbxJDKV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toQTbxJDKV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toQTbxJDKV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toQTbxJDKV .navbar.opened {
  transition: all 0.3s;
}
.cid-toQTbxJDKV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toQTbxJDKV .navbar .navbar-logo img {
  width: auto;
}
.cid-toQTbxJDKV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toQTbxJDKV .navbar.collapsed {
  justify-content: center;
}
.cid-toQTbxJDKV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toQTbxJDKV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toQTbxJDKV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toQTbxJDKV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toQTbxJDKV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toQTbxJDKV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toQTbxJDKV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toQTbxJDKV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toQTbxJDKV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toQTbxJDKV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toQTbxJDKV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toQTbxJDKV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toQTbxJDKV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toQTbxJDKV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toQTbxJDKV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toQTbxJDKV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toQTbxJDKV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toQTbxJDKV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toQTbxJDKV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toQTbxJDKV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toQTbxJDKV .navbar.navbar-short {
  min-height: 60px;
}
.cid-toQTbxJDKV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toQTbxJDKV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toQTbxJDKV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toQTbxJDKV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toQTbxJDKV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toQTbxJDKV .dropdown-item.active,
.cid-toQTbxJDKV .dropdown-item:active {
  background-color: transparent;
}
.cid-toQTbxJDKV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toQTbxJDKV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toQTbxJDKV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toQTbxJDKV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toQTbxJDKV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toQTbxJDKV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toQTbxJDKV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toQTbxJDKV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toQTbxJDKV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toQTbxJDKV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toQTbxJDKV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toQTbxJDKV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQTbxJDKV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQTbxJDKV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toQTbxJDKV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQTbxJDKV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toQTbxJDKV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toQTbxJDKV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQTbxJDKV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toQTbxJDKV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toQTbxJDKV .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-toQTbxJDKV .navbar {
    height: 70px;
  }
  .cid-toQTbxJDKV .navbar.opened {
    height: auto;
  }
  .cid-toQTbxJDKV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toQTbyn7q1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQTbyn7q1 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-toQTbyL1lg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQTbyL1lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQTbyL1lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQTbyL1lg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQTbyL1lg .row {
  flex-direction: row-reverse;
}
.cid-toQTbyL1lg img {
  width: 100%;
}
.cid-toQTbzbmGU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQTbzbmGU .mbr-text {
  text-align: left;
}
.cid-toQTbzbmGU .mbr-section-title {
  text-align: center;
}
.cid-toQTbzJ6Fp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQTbzJ6Fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQTbzJ6Fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQTbzJ6Fp ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toQTbzJ6Fp li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toQTbzJ6Fp ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toQTbA2X36 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQToZYysf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQToZYysf .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQToZYysf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQToZYysf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQToZYysf .row {
  flex-direction: row-reverse;
}
.cid-toQToZYysf img {
  width: 100%;
}
.cid-toQTth8J2Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQTbAkbcU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQTbAkbcU .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toQTbAkbcU .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toQTbAC6V3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQTbAC6V3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQTbAC6V3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQTbAC6V3 .mbr-section-title {
  color: #ffffff;
}
.cid-toQTbAXiGj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQTbAXiGj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toQTbAXiGj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toQTbAXiGj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toQTbAXiGj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toQTbAXiGj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toQTbAXiGj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toQTbAXiGj .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-toQTbAXiGj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toQTbAXiGj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toQTbAXiGj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toQTbAXiGj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toQTbAXiGj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toQTbAXiGj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toQTbAXiGj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toQTbBmrrN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQTbBmrrN .mbr-text {
  text-align: center;
}
.cid-toQUf61VeS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toQUf61VeS nav.navbar {
  position: fixed;
}
.cid-toQUf61VeS .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-toQUf61VeS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toQUf61VeS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toQUf61VeS .dropdown-item:hover,
.cid-toQUf61VeS .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toQUf61VeS .dropdown-item:hover span {
  color: white;
}
.cid-toQUf61VeS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toQUf61VeS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toQUf61VeS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toQUf61VeS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toQUf61VeS .nav-link {
  position: relative;
}
.cid-toQUf61VeS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toQUf61VeS .container {
    flex-wrap: nowrap;
  }
}
.cid-toQUf61VeS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toQUf61VeS .dropdown-menu,
.cid-toQUf61VeS .navbar.opened {
  background: #ffffff !important;
}
.cid-toQUf61VeS .nav-item:focus,
.cid-toQUf61VeS .nav-link:focus {
  outline: none;
}
.cid-toQUf61VeS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toQUf61VeS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toQUf61VeS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toQUf61VeS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toQUf61VeS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toQUf61VeS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toQUf61VeS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toQUf61VeS .navbar.opened {
  transition: all 0.3s;
}
.cid-toQUf61VeS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toQUf61VeS .navbar .navbar-logo img {
  width: auto;
}
.cid-toQUf61VeS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toQUf61VeS .navbar.collapsed {
  justify-content: center;
}
.cid-toQUf61VeS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toQUf61VeS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toQUf61VeS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toQUf61VeS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toQUf61VeS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toQUf61VeS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toQUf61VeS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toQUf61VeS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toQUf61VeS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toQUf61VeS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toQUf61VeS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toQUf61VeS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toQUf61VeS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toQUf61VeS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toQUf61VeS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toQUf61VeS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toQUf61VeS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toQUf61VeS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toQUf61VeS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toQUf61VeS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toQUf61VeS .navbar.navbar-short {
  min-height: 60px;
}
.cid-toQUf61VeS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toQUf61VeS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toQUf61VeS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toQUf61VeS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toQUf61VeS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toQUf61VeS .dropdown-item.active,
.cid-toQUf61VeS .dropdown-item:active {
  background-color: transparent;
}
.cid-toQUf61VeS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toQUf61VeS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toQUf61VeS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toQUf61VeS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toQUf61VeS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toQUf61VeS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toQUf61VeS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toQUf61VeS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toQUf61VeS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toQUf61VeS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toQUf61VeS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toQUf61VeS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQUf61VeS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQUf61VeS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toQUf61VeS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQUf61VeS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toQUf61VeS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toQUf61VeS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQUf61VeS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toQUf61VeS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toQUf61VeS .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-toQUf61VeS .navbar {
    height: 70px;
  }
  .cid-toQUf61VeS .navbar.opened {
    height: auto;
  }
  .cid-toQUf61VeS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toQUf6EBX6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQUf6EBX6 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-toQUf7toCK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQUf7toCK .mbr-text {
  text-align: center;
}
.cid-toQUf7toCK .mbr-section-title {
  text-align: center;
}
.cid-toQUf7NCNV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQUf7NCNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQUf7NCNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQUf7NCNV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toQUf7NCNV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toQUf7NCNV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toQUf8ylLI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQUf8ylLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQUf8ylLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQUf8ylLI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQUf8ylLI .row {
  flex-direction: row-reverse;
}
.cid-toQUf8ylLI img {
  width: 100%;
}
.cid-toQUf9d2l3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQUf9uL9y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQUf9uL9y .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toQUf9uL9y .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toQUf9NJH1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQUf9NJH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQUf9NJH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQUf9NJH1 .mbr-section-title {
  color: #ffffff;
}
.cid-toQUfa6Dqu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQUfa6Dqu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toQUfa6Dqu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toQUfa6Dqu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toQUfa6Dqu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toQUfa6Dqu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toQUfa6Dqu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toQUfa6Dqu .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-toQUfa6Dqu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toQUfa6Dqu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toQUfa6Dqu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toQUfa6Dqu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toQUfa6Dqu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toQUfa6Dqu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toQUfa6Dqu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toQUfavHWZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQUfavHWZ .mbr-text {
  text-align: center;
}
.cid-toQVvfoqIx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toQVvfoqIx nav.navbar {
  position: fixed;
}
.cid-toQVvfoqIx .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-toQVvfoqIx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toQVvfoqIx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toQVvfoqIx .dropdown-item:hover,
.cid-toQVvfoqIx .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toQVvfoqIx .dropdown-item:hover span {
  color: white;
}
.cid-toQVvfoqIx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toQVvfoqIx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toQVvfoqIx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toQVvfoqIx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toQVvfoqIx .nav-link {
  position: relative;
}
.cid-toQVvfoqIx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toQVvfoqIx .container {
    flex-wrap: nowrap;
  }
}
.cid-toQVvfoqIx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toQVvfoqIx .dropdown-menu,
.cid-toQVvfoqIx .navbar.opened {
  background: #ffffff !important;
}
.cid-toQVvfoqIx .nav-item:focus,
.cid-toQVvfoqIx .nav-link:focus {
  outline: none;
}
.cid-toQVvfoqIx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toQVvfoqIx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toQVvfoqIx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toQVvfoqIx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toQVvfoqIx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toQVvfoqIx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toQVvfoqIx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toQVvfoqIx .navbar.opened {
  transition: all 0.3s;
}
.cid-toQVvfoqIx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toQVvfoqIx .navbar .navbar-logo img {
  width: auto;
}
.cid-toQVvfoqIx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toQVvfoqIx .navbar.collapsed {
  justify-content: center;
}
.cid-toQVvfoqIx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toQVvfoqIx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toQVvfoqIx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toQVvfoqIx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toQVvfoqIx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toQVvfoqIx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toQVvfoqIx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toQVvfoqIx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toQVvfoqIx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toQVvfoqIx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toQVvfoqIx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toQVvfoqIx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toQVvfoqIx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toQVvfoqIx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toQVvfoqIx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toQVvfoqIx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toQVvfoqIx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toQVvfoqIx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toQVvfoqIx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toQVvfoqIx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toQVvfoqIx .navbar.navbar-short {
  min-height: 60px;
}
.cid-toQVvfoqIx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toQVvfoqIx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toQVvfoqIx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toQVvfoqIx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toQVvfoqIx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toQVvfoqIx .dropdown-item.active,
.cid-toQVvfoqIx .dropdown-item:active {
  background-color: transparent;
}
.cid-toQVvfoqIx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toQVvfoqIx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toQVvfoqIx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toQVvfoqIx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toQVvfoqIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toQVvfoqIx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toQVvfoqIx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toQVvfoqIx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toQVvfoqIx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toQVvfoqIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toQVvfoqIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toQVvfoqIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQVvfoqIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQVvfoqIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toQVvfoqIx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQVvfoqIx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toQVvfoqIx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toQVvfoqIx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQVvfoqIx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toQVvfoqIx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toQVvfoqIx .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-toQVvfoqIx .navbar {
    height: 70px;
  }
  .cid-toQVvfoqIx .navbar.opened {
    height: auto;
  }
  .cid-toQVvfoqIx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toQVAZK7T3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQVAZK7T3 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-toQVvgcjut {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQVvgcjut .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQVvgcjut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQVvgcjut .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQVvgcjut .row {
  flex-direction: row-reverse;
}
.cid-toQVvgcjut img {
  width: 100%;
}
.cid-toQVvgVaBZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQVvgVaBZ .mbr-text {
  text-align: left;
}
.cid-toQVvgVaBZ .mbr-section-title {
  text-align: center;
}
.cid-toQVvhdrta {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQVvhdrta .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQVvhdrta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQVvhdrta ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toQVvhdrta li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toQVvhdrta ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toQVvhAM2g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQVvhR6v9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQVvhR6v9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQVvhR6v9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQVvhR6v9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQVvhR6v9 .row {
  flex-direction: row-reverse;
}
.cid-toQVvhR6v9 img {
  width: 100%;
}
.cid-toQVvifWIW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQVvifWIW .mbr-section-subtitle {
  text-align: center;
}
.cid-toQW6ZnvYh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQW6ZnvYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQW6ZnvYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQW6ZnvYh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQW6ZnvYh .row {
  flex-direction: row-reverse;
}
.cid-toQW6ZnvYh img {
  width: 100%;
}
.cid-toQWcweuyf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQVvixjBI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQVvixjBI .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toQVvixjBI .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toQVviOADh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQVviOADh .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQVviOADh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQVviOADh .mbr-section-title {
  color: #ffffff;
}
.cid-toQVvj9LM6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQVvj9LM6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toQVvj9LM6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toQVvj9LM6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toQVvj9LM6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toQVvj9LM6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toQVvj9LM6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toQVvj9LM6 .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-toQVvj9LM6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toQVvj9LM6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toQVvj9LM6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toQVvj9LM6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toQVvj9LM6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toQVvj9LM6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toQVvj9LM6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toQVvjyrqf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQVvjyrqf .mbr-text {
  text-align: center;
}
.cid-toR2miQMPU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toR2miQMPU nav.navbar {
  position: fixed;
}
.cid-toR2miQMPU .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-toR2miQMPU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toR2miQMPU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toR2miQMPU .dropdown-item:hover,
.cid-toR2miQMPU .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toR2miQMPU .dropdown-item:hover span {
  color: white;
}
.cid-toR2miQMPU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toR2miQMPU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toR2miQMPU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toR2miQMPU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toR2miQMPU .nav-link {
  position: relative;
}
.cid-toR2miQMPU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toR2miQMPU .container {
    flex-wrap: nowrap;
  }
}
.cid-toR2miQMPU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toR2miQMPU .dropdown-menu,
.cid-toR2miQMPU .navbar.opened {
  background: #ffffff !important;
}
.cid-toR2miQMPU .nav-item:focus,
.cid-toR2miQMPU .nav-link:focus {
  outline: none;
}
.cid-toR2miQMPU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toR2miQMPU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toR2miQMPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toR2miQMPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toR2miQMPU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toR2miQMPU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toR2miQMPU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toR2miQMPU .navbar.opened {
  transition: all 0.3s;
}
.cid-toR2miQMPU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toR2miQMPU .navbar .navbar-logo img {
  width: auto;
}
.cid-toR2miQMPU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toR2miQMPU .navbar.collapsed {
  justify-content: center;
}
.cid-toR2miQMPU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toR2miQMPU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toR2miQMPU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toR2miQMPU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toR2miQMPU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toR2miQMPU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toR2miQMPU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toR2miQMPU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toR2miQMPU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toR2miQMPU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toR2miQMPU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toR2miQMPU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toR2miQMPU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toR2miQMPU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toR2miQMPU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toR2miQMPU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toR2miQMPU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toR2miQMPU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toR2miQMPU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toR2miQMPU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toR2miQMPU .navbar.navbar-short {
  min-height: 60px;
}
.cid-toR2miQMPU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toR2miQMPU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toR2miQMPU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toR2miQMPU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toR2miQMPU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toR2miQMPU .dropdown-item.active,
.cid-toR2miQMPU .dropdown-item:active {
  background-color: transparent;
}
.cid-toR2miQMPU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toR2miQMPU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toR2miQMPU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toR2miQMPU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toR2miQMPU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toR2miQMPU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toR2miQMPU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toR2miQMPU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toR2miQMPU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toR2miQMPU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toR2miQMPU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toR2miQMPU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toR2miQMPU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toR2miQMPU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toR2miQMPU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toR2miQMPU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toR2miQMPU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toR2miQMPU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toR2miQMPU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toR2miQMPU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toR2miQMPU .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-toR2miQMPU .navbar {
    height: 70px;
  }
  .cid-toR2miQMPU .navbar.opened {
    height: auto;
  }
  .cid-toR2miQMPU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toR2mjtDZV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toR2mjtDZV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-toR2w5HFRy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toR2w5HFRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-toR2w5HFRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toR2w5HFRy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toR2w5HFRy .row {
  flex-direction: row-reverse;
}
.cid-toR2w5HFRy img {
  width: 100%;
}
.cid-toR2mjLLeu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toR2mjLLeu .mbr-text {
  text-align: left;
}
.cid-toR2mjLLeu .mbr-section-title {
  text-align: center;
}
.cid-toR2mjLLeu .mbr-section-subtitle {
  text-align: center;
}
.cid-toR2mktVSf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toR2mktVSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-toR2mktVSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toR2mktVSf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toR2mktVSf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toR2mktVSf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toR2ml9cyO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toR2ml9cyO .mbr-section-subtitle {
  text-align: center;
}
.cid-toR2mlqR8y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toR2mlqR8y .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toR2mlqR8y .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toR2mlGHtw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toR2mlGHtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-toR2mlGHtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toR2mlGHtw .mbr-section-title {
  color: #ffffff;
}
.cid-toR2mlYWMJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toR2mlYWMJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toR2mlYWMJ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toR2mlYWMJ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toR2mlYWMJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toR2mlYWMJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toR2mlYWMJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toR2mlYWMJ .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-toR2mlYWMJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toR2mlYWMJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toR2mlYWMJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toR2mlYWMJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toR2mlYWMJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toR2mlYWMJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toR2mlYWMJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toR2mmqlaM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toR2mmqlaM .mbr-text {
  text-align: center;
}
.cid-toQX99rdza {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toQX99rdza nav.navbar {
  position: fixed;
}
.cid-toQX99rdza .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-toQX99rdza .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toQX99rdza .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toQX99rdza .dropdown-item:hover,
.cid-toQX99rdza .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toQX99rdza .dropdown-item:hover span {
  color: white;
}
.cid-toQX99rdza .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toQX99rdza .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toQX99rdza .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toQX99rdza .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toQX99rdza .nav-link {
  position: relative;
}
.cid-toQX99rdza .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toQX99rdza .container {
    flex-wrap: nowrap;
  }
}
.cid-toQX99rdza .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toQX99rdza .dropdown-menu,
.cid-toQX99rdza .navbar.opened {
  background: #ffffff !important;
}
.cid-toQX99rdza .nav-item:focus,
.cid-toQX99rdza .nav-link:focus {
  outline: none;
}
.cid-toQX99rdza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toQX99rdza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toQX99rdza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toQX99rdza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toQX99rdza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toQX99rdza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toQX99rdza .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toQX99rdza .navbar.opened {
  transition: all 0.3s;
}
.cid-toQX99rdza .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toQX99rdza .navbar .navbar-logo img {
  width: auto;
}
.cid-toQX99rdza .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toQX99rdza .navbar.collapsed {
  justify-content: center;
}
.cid-toQX99rdza .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toQX99rdza .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toQX99rdza .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toQX99rdza .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toQX99rdza .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toQX99rdza .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toQX99rdza .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toQX99rdza .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toQX99rdza .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toQX99rdza .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toQX99rdza .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toQX99rdza .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toQX99rdza .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toQX99rdza .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toQX99rdza .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toQX99rdza .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toQX99rdza .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toQX99rdza .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toQX99rdza .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toQX99rdza .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toQX99rdza .navbar.navbar-short {
  min-height: 60px;
}
.cid-toQX99rdza .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toQX99rdza .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toQX99rdza .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toQX99rdza .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toQX99rdza .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toQX99rdza .dropdown-item.active,
.cid-toQX99rdza .dropdown-item:active {
  background-color: transparent;
}
.cid-toQX99rdza .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toQX99rdza .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toQX99rdza .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toQX99rdza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toQX99rdza .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toQX99rdza .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toQX99rdza ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toQX99rdza .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toQX99rdza button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toQX99rdza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toQX99rdza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toQX99rdza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQX99rdza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQX99rdza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toQX99rdza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQX99rdza nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toQX99rdza nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toQX99rdza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQX99rdza .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toQX99rdza a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toQX99rdza .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-toQX99rdza .navbar {
    height: 70px;
  }
  .cid-toQX99rdza .navbar.opened {
    height: auto;
  }
  .cid-toQX99rdza .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toQX99UIIa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQX99UIIa .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-toQX9azpEg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQX9azpEg .mbr-text {
  text-align: left;
}
.cid-toQX9azpEg .mbr-section-title {
  text-align: center;
}
.cid-toQX9azpEg .mbr-section-subtitle {
  text-align: center;
}
.cid-toQX9aP9fm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQX9aP9fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQX9aP9fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQX9aP9fm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toQX9aP9fm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toQX9aP9fm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toQX9ab3Zk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQX9ab3Zk .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQX9ab3Zk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQX9ab3Zk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQX9ab3Zk .row {
  flex-direction: row-reverse;
}
.cid-toQX9ab3Zk img {
  width: 100%;
}
.cid-toQX9ba9Sa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQX9ba9Sa .mbr-section-subtitle {
  text-align: center;
}
.cid-toQX9btpPS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQX9btpPS .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toQX9btpPS .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toQX9bLNXw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQX9bLNXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQX9bLNXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQX9bLNXw .mbr-section-title {
  color: #ffffff;
}
.cid-toQX9c8KpZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQX9c8KpZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toQX9c8KpZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toQX9c8KpZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toQX9c8KpZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toQX9c8KpZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toQX9c8KpZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toQX9c8KpZ .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-toQX9c8KpZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toQX9c8KpZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toQX9c8KpZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toQX9c8KpZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toQX9c8KpZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toQX9c8KpZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toQX9c8KpZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toQX9cwoBY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQX9cwoBY .mbr-text {
  text-align: center;
}
.cid-toQZeezwEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toQZeezwEL nav.navbar {
  position: fixed;
}
.cid-toQZeezwEL .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-toQZeezwEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toQZeezwEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toQZeezwEL .dropdown-item:hover,
.cid-toQZeezwEL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-toQZeezwEL .dropdown-item:hover span {
  color: white;
}
.cid-toQZeezwEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toQZeezwEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toQZeezwEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toQZeezwEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toQZeezwEL .nav-link {
  position: relative;
}
.cid-toQZeezwEL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toQZeezwEL .container {
    flex-wrap: nowrap;
  }
}
.cid-toQZeezwEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toQZeezwEL .dropdown-menu,
.cid-toQZeezwEL .navbar.opened {
  background: #ffffff !important;
}
.cid-toQZeezwEL .nav-item:focus,
.cid-toQZeezwEL .nav-link:focus {
  outline: none;
}
.cid-toQZeezwEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toQZeezwEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toQZeezwEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toQZeezwEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toQZeezwEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toQZeezwEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toQZeezwEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-toQZeezwEL .navbar.opened {
  transition: all 0.3s;
}
.cid-toQZeezwEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toQZeezwEL .navbar .navbar-logo img {
  width: auto;
}
.cid-toQZeezwEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toQZeezwEL .navbar.collapsed {
  justify-content: center;
}
.cid-toQZeezwEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toQZeezwEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toQZeezwEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-toQZeezwEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toQZeezwEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toQZeezwEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-toQZeezwEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toQZeezwEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toQZeezwEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toQZeezwEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toQZeezwEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toQZeezwEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toQZeezwEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toQZeezwEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-toQZeezwEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toQZeezwEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toQZeezwEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toQZeezwEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toQZeezwEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toQZeezwEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toQZeezwEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-toQZeezwEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toQZeezwEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toQZeezwEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toQZeezwEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toQZeezwEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toQZeezwEL .dropdown-item.active,
.cid-toQZeezwEL .dropdown-item:active {
  background-color: transparent;
}
.cid-toQZeezwEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toQZeezwEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toQZeezwEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toQZeezwEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toQZeezwEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toQZeezwEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toQZeezwEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toQZeezwEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toQZeezwEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toQZeezwEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-toQZeezwEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toQZeezwEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQZeezwEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toQZeezwEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toQZeezwEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQZeezwEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toQZeezwEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toQZeezwEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toQZeezwEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toQZeezwEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toQZeezwEL .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-toQZeezwEL .navbar {
    height: 70px;
  }
  .cid-toQZeezwEL .navbar.opened {
    height: auto;
  }
  .cid-toQZeezwEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toQZef6nb1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQZef6nb1 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-toQZeg1TBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQZeg1TBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQZeg1TBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-toQZeg1TBh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toQZeg1TBh .row {
  flex-direction: row-reverse;
}
.cid-toQZeg1TBh img {
  width: 100%;
}
.cid-toQZefn6tA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQZefn6tA .mbr-text {
  text-align: center;
}
.cid-toQZefn6tA .mbr-section-title {
  text-align: center;
}
.cid-toQZefn6tA .mbr-section-subtitle {
  text-align: center;
}
.cid-toQZefETGh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQZefETGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQZefETGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQZefETGh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-toQZefETGh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-toQZefETGh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-toQZegl9wO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQZegl9wO .mbr-section-subtitle {
  text-align: center;
}
.cid-toQZegOj00 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQZegOj00 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toQZegOj00 .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-toQZehbD80 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQZehbD80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toQZehbD80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toQZehbD80 .mbr-section-title {
  color: #ffffff;
}
.cid-toQZehGOs4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-toQZehGOs4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toQZehGOs4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toQZehGOs4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toQZehGOs4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toQZehGOs4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toQZehGOs4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toQZehGOs4 .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-toQZehGOs4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toQZehGOs4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toQZehGOs4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toQZehGOs4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toQZehGOs4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toQZehGOs4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toQZehGOs4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toQZei9U3P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toQZei9U3P .mbr-text {
  text-align: center;
}
