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: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #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-uy8z0vSMrU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uy8z0vSMrU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy8z0vSMrU .row {
  flex-direction: row-reverse;
}
.cid-uy8z0vSMrU img {
  width: 100%;
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxugycqCpz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyhnVioWAc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhnVioWAc .video-wrapper iframe {
  width: 100%;
}
.cid-uyhnVioWAc .mbr-section-title,
.cid-uyhnVioWAc .mbr-section-subtitle,
.cid-uyhnVioWAc .mbr-text {
  text-align: center;
}
.cid-uyhtMIxmvz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uyhtMIxmvz .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhd9l3Kuz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhd9l3Kuz .video-wrapper iframe {
  width: 100%;
}
.cid-uyhd9l3Kuz .mbr-section-title,
.cid-uyhd9l3Kuz .mbr-section-subtitle,
.cid-uyhd9l3Kuz .mbr-text {
  text-align: center;
}
.cid-uyjSMbzYCX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyjSMbzYCX .mbr-section-subtitle {
  color: #767676;
}
.cid-uxXfQ0fh1n {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxXfQ0fh1n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxXfQ0fh1n .row {
  flex-direction: row-reverse;
}
.cid-uxXfQ0fh1n img {
  width: 100%;
}
.cid-uyao5OA47K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhfYnqC0o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhfYnqC0o .video-wrapper iframe {
  width: 100%;
}
.cid-uyhfYnqC0o .mbr-section-title,
.cid-uyhfYnqC0o .mbr-section-subtitle,
.cid-uyhfYnqC0o .mbr-text {
  text-align: center;
}
.cid-uyjVnAeB5C {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyjVnAeB5C .mbr-section-subtitle {
  color: #767676;
}
.cid-uyDaBNiPgv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyDaBNiPgv .video-wrapper iframe {
  width: 100%;
}
.cid-uyDaBNiPgv .mbr-section-title,
.cid-uyDaBNiPgv .mbr-section-subtitle,
.cid-uyDaBNiPgv .mbr-text {
  text-align: center;
}
.cid-uyDaFqBCSe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyDaFqBCSe .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhgFpH6xV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhgFpH6xV .video-wrapper iframe {
  width: 100%;
}
.cid-uyhgFpH6xV .mbr-section-title,
.cid-uyhgFpH6xV .mbr-section-subtitle,
.cid-uyhgFpH6xV .mbr-text {
  text-align: center;
}
.cid-uyjVNyrgeU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyjVNyrgeU .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhgRvEg4M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhgRvEg4M .video-wrapper iframe {
  width: 100%;
}
.cid-uyhgRvEg4M .mbr-section-title,
.cid-uyhgRvEg4M .mbr-section-subtitle,
.cid-uyhgRvEg4M .mbr-text {
  text-align: center;
}
.cid-uyjVD27KAb {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyjVD27KAb .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhgJVxCc2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhgJVxCc2 .video-wrapper iframe {
  width: 100%;
}
.cid-uyhgJVxCc2 .mbr-section-title,
.cid-uyhgJVxCc2 .mbr-section-subtitle,
.cid-uyhgJVxCc2 .mbr-text {
  text-align: center;
}
.cid-uyk06ejm4a {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyk06ejm4a .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhi7XLfgJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhi7XLfgJ .video-wrapper iframe {
  width: 100%;
}
.cid-uyhi7XLfgJ .mbr-section-title,
.cid-uyhi7XLfgJ .mbr-section-subtitle,
.cid-uyhi7XLfgJ .mbr-text {
  text-align: center;
}
.cid-uyjWYMXluv {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyjWYMXluv .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhiVKvfB4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhiVKvfB4 .video-wrapper iframe {
  width: 100%;
}
.cid-uyhiVKvfB4 .mbr-section-title,
.cid-uyhiVKvfB4 .mbr-section-subtitle,
.cid-uyhiVKvfB4 .mbr-text {
  text-align: center;
}
.cid-uyjXNSZyAF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyjXNSZyAF .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhj6LuVWI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhj6LuVWI .video-wrapper iframe {
  width: 100%;
}
.cid-uyhj6LuVWI .mbr-section-title,
.cid-uyhj6LuVWI .mbr-section-subtitle,
.cid-uyhj6LuVWI .mbr-text {
  text-align: center;
}
.cid-uyjXPtQrc8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyjXPtQrc8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhj8iVCSr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhj8iVCSr .video-wrapper iframe {
  width: 100%;
}
.cid-uyhj8iVCSr .mbr-section-title,
.cid-uyhj8iVCSr .mbr-section-subtitle,
.cid-uyhj8iVCSr .mbr-text {
  text-align: center;
}
.cid-uyjXQFMWTF {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyjXQFMWTF .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhj9X7hNj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhj9X7hNj .video-wrapper iframe {
  width: 100%;
}
.cid-uyhj9X7hNj .mbr-section-title,
.cid-uyhj9X7hNj .mbr-section-subtitle,
.cid-uyhj9X7hNj .mbr-text {
  text-align: center;
}
.cid-uyjXRzB7MK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyjXRzB7MK .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhjb6YBrY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhjb6YBrY .video-wrapper iframe {
  width: 100%;
}
.cid-uyhjb6YBrY .mbr-section-title,
.cid-uyhjb6YBrY .mbr-section-subtitle,
.cid-uyhjb6YBrY .mbr-text {
  text-align: center;
}
.cid-uyjXSWQdbb {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyjXSWQdbb .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhjcsfsOx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhjcsfsOx .video-wrapper iframe {
  width: 100%;
}
.cid-uyhjcsfsOx .mbr-section-title,
.cid-uyhjcsfsOx .mbr-section-subtitle,
.cid-uyhjcsfsOx .mbr-text {
  text-align: center;
}
.cid-uyjYv38eEV {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyjYv38eEV .mbr-section-subtitle {
  color: #767676;
}
.cid-uyhjqlnM5Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyhjqlnM5Z .video-wrapper iframe {
  width: 100%;
}
.cid-uyhjqlnM5Z .mbr-section-title,
.cid-uyhjqlnM5Z .mbr-section-subtitle,
.cid-uyhjqlnM5Z .mbr-text {
  text-align: center;
}
.cid-uyjV5W0mJk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyjV5W0mJk .mbr-section-subtitle {
  color: #767676;
}
.cid-uyeD5zYqsf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxXg0PuL73 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxXg0PuL73 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxXg0PuL73 .row {
  flex-direction: row-reverse;
}
.cid-uxXg0PuL73 img {
  width: 100%;
}
.cid-uyaounnVTH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk4uU2v4O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk4uU2v4O .video-wrapper iframe {
  width: 100%;
}
.cid-uyk4uU2v4O .mbr-section-title,
.cid-uyk4uU2v4O .mbr-section-subtitle,
.cid-uyk4uU2v4O .mbr-text {
  text-align: center;
}
.cid-uyk0O4duVL {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyk0O4duVL .mbr-section-subtitle {
  color: #767676;
}
.cid-uxBBqFMG3r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxBBqFMG3r .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk1upJzjK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk1upJzjK .video-wrapper iframe {
  width: 100%;
}
.cid-uyk1upJzjK .mbr-section-title,
.cid-uyk1upJzjK .mbr-section-subtitle,
.cid-uyk1upJzjK .mbr-text {
  text-align: center;
}
.cid-uyk1bu6Tie {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyk1bu6Tie .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk1NfIeRc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk1NfIeRc .video-wrapper iframe {
  width: 100%;
}
.cid-uyk1NfIeRc .mbr-section-title,
.cid-uyk1NfIeRc .mbr-section-subtitle,
.cid-uyk1NfIeRc .mbr-text {
  text-align: center;
}
.cid-uxRLF5YTaM {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxRLF5YTaM .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk6l6w3tA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk6l6w3tA .video-wrapper iframe {
  width: 100%;
}
.cid-uyk6l6w3tA .mbr-section-title,
.cid-uyk6l6w3tA .mbr-section-subtitle,
.cid-uyk6l6w3tA .mbr-text {
  text-align: center;
}
.cid-uyk6JAEUHo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyk6JAEUHo .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk2d8qHrJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk2d8qHrJ .video-wrapper iframe {
  width: 100%;
}
.cid-uyk2d8qHrJ .mbr-section-title,
.cid-uyk2d8qHrJ .mbr-section-subtitle,
.cid-uyk2d8qHrJ .mbr-text {
  text-align: center;
}
.cid-uxBBqHmXTL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxBBqHmXTL .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk2eSZKTX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk2eSZKTX .video-wrapper iframe {
  width: 100%;
}
.cid-uyk2eSZKTX .mbr-section-title,
.cid-uyk2eSZKTX .mbr-section-subtitle,
.cid-uyk2eSZKTX .mbr-text {
  text-align: center;
}
.cid-uxBBqHS49k {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxBBqHS49k .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk2hwH9R3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk2hwH9R3 .video-wrapper iframe {
  width: 100%;
}
.cid-uyk2hwH9R3 .mbr-section-title,
.cid-uyk2hwH9R3 .mbr-section-subtitle,
.cid-uyk2hwH9R3 .mbr-text {
  text-align: center;
}
.cid-uyk8eYFZs6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyk8eYFZs6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk2jawQIq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk2jawQIq .video-wrapper iframe {
  width: 100%;
}
.cid-uyk2jawQIq .mbr-section-title,
.cid-uyk2jawQIq .mbr-section-subtitle,
.cid-uyk2jawQIq .mbr-text {
  text-align: center;
}
.cid-uykbYmX5fO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykbYmX5fO .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk9mBDrnn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk9mBDrnn .video-wrapper iframe {
  width: 100%;
}
.cid-uyk9mBDrnn .mbr-section-title,
.cid-uyk9mBDrnn .mbr-section-subtitle,
.cid-uyk9mBDrnn .mbr-text {
  text-align: center;
}
.cid-uykbkcruJK {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykbkcruJK .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk2mc8vJU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk2mc8vJU .video-wrapper iframe {
  width: 100%;
}
.cid-uyk2mc8vJU .mbr-section-title,
.cid-uyk2mc8vJU .mbr-section-subtitle,
.cid-uyk2mc8vJU .mbr-text {
  text-align: center;
}
.cid-uyk8IKNh52 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uyk8IKNh52 .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk99VpKRi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk99VpKRi .video-wrapper iframe {
  width: 100%;
}
.cid-uyk99VpKRi .mbr-section-title,
.cid-uyk99VpKRi .mbr-section-subtitle,
.cid-uyk99VpKRi .mbr-text {
  text-align: center;
}
.cid-uxBBqIp6m1 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxBBqIp6m1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk2njhpwY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk2njhpwY .video-wrapper iframe {
  width: 100%;
}
.cid-uyk2njhpwY .mbr-section-title,
.cid-uyk2njhpwY .mbr-section-subtitle,
.cid-uyk2njhpwY .mbr-text {
  text-align: center;
}
.cid-uxBBqIUHuJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxBBqIUHuJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk2oyRmOL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk2oyRmOL .video-wrapper iframe {
  width: 100%;
}
.cid-uyk2oyRmOL .mbr-section-title,
.cid-uyk2oyRmOL .mbr-section-subtitle,
.cid-uyk2oyRmOL .mbr-text {
  text-align: center;
}
.cid-uxBBqJn6hw {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxBBqJn6hw .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk2pJgJRx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk2pJgJRx .video-wrapper iframe {
  width: 100%;
}
.cid-uyk2pJgJRx .mbr-section-title,
.cid-uyk2pJgJRx .mbr-section-subtitle,
.cid-uyk2pJgJRx .mbr-text {
  text-align: center;
}
.cid-uxRO7YXWfc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxRO7YXWfc .mbr-section-subtitle {
  color: #767676;
}
.cid-uyk2r2Uj6J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyk2r2Uj6J .video-wrapper iframe {
  width: 100%;
}
.cid-uyk2r2Uj6J .mbr-section-title,
.cid-uyk2r2Uj6J .mbr-section-subtitle,
.cid-uyk2r2Uj6J .mbr-text {
  text-align: center;
}
.cid-uxBBqJUUMA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxBBqJUUMA .mbr-section-subtitle {
  color: #767676;
}
.cid-uykaF3J06u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykaF3J06u .video-wrapper iframe {
  width: 100%;
}
.cid-uykaF3J06u .mbr-section-title,
.cid-uykaF3J06u .mbr-section-subtitle,
.cid-uykaF3J06u .mbr-text {
  text-align: center;
}
.cid-uykaS7p1ck {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uykaS7p1ck .mbr-section-subtitle {
  color: #767676;
}
.cid-uyeDe1lm85 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy2JtZGXRt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uy2JtZGXRt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy2JtZGXRt .row {
  flex-direction: row-reverse;
}
.cid-uy2JtZGXRt img {
  width: 100%;
}
.cid-uyaoCF5mbE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeinIRQk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeinIRQk .video-wrapper iframe {
  width: 100%;
}
.cid-uykeinIRQk .mbr-section-title,
.cid-uykeinIRQk .mbr-section-subtitle,
.cid-uykeinIRQk .mbr-text {
  text-align: center;
}
.cid-uxX7TBuqQs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxX7TBuqQs .mbr-section-subtitle {
  color: #767676;
}
.cid-uykejQ2xRb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykejQ2xRb .video-wrapper iframe {
  width: 100%;
}
.cid-uykejQ2xRb .mbr-section-title,
.cid-uykejQ2xRb .mbr-section-subtitle,
.cid-uykejQ2xRb .mbr-text {
  text-align: center;
}
.cid-uykhpyr24R {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykhpyr24R .mbr-section-subtitle {
  color: #767676;
}
.cid-uykel7Q1J0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykel7Q1J0 .video-wrapper iframe {
  width: 100%;
}
.cid-uykel7Q1J0 .mbr-section-title,
.cid-uykel7Q1J0 .mbr-section-subtitle,
.cid-uykel7Q1J0 .mbr-text {
  text-align: center;
}
.cid-uxBBGWPjhc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxBBGWPjhc .mbr-section-subtitle {
  color: #767676;
}
.cid-uykemIRuXL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykemIRuXL .video-wrapper iframe {
  width: 100%;
}
.cid-uykemIRuXL .mbr-section-title,
.cid-uykemIRuXL .mbr-section-subtitle,
.cid-uykemIRuXL .mbr-text {
  text-align: center;
}
.cid-uykkRMJpLH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykkRMJpLH .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeo6R1DK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeo6R1DK .video-wrapper iframe {
  width: 100%;
}
.cid-uykeo6R1DK .mbr-section-title,
.cid-uykeo6R1DK .mbr-section-subtitle,
.cid-uykeo6R1DK .mbr-text {
  text-align: center;
}
.cid-uykpSmmQFj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykpSmmQFj .mbr-section-subtitle {
  color: #767676;
}
.cid-uykepvWMI3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykepvWMI3 .video-wrapper iframe {
  width: 100%;
}
.cid-uykepvWMI3 .mbr-section-title,
.cid-uykepvWMI3 .mbr-section-subtitle,
.cid-uykepvWMI3 .mbr-text {
  text-align: center;
}
.cid-uykq8TEO01 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykq8TEO01 .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeqorPMP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeqorPMP .video-wrapper iframe {
  width: 100%;
}
.cid-uykeqorPMP .mbr-section-title,
.cid-uykeqorPMP .mbr-section-subtitle,
.cid-uykeqorPMP .mbr-text {
  text-align: center;
}
.cid-uxXbXomvKA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxXbXomvKA .mbr-section-subtitle {
  color: #767676;
}
.cid-uykerlfoRp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykerlfoRp .video-wrapper iframe {
  width: 100%;
}
.cid-uykerlfoRp .mbr-section-title,
.cid-uykerlfoRp .mbr-section-subtitle,
.cid-uykerlfoRp .mbr-text {
  text-align: center;
}
.cid-uxBBGYpcil {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxBBGYpcil .mbr-section-subtitle {
  color: #767676;
}
.cid-uykes9lMyk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykes9lMyk .video-wrapper iframe {
  width: 100%;
}
.cid-uykes9lMyk .mbr-section-title,
.cid-uykes9lMyk .mbr-section-subtitle,
.cid-uykes9lMyk .mbr-text {
  text-align: center;
}
.cid-uykqECMcEJ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykqECMcEJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uyketcKkkm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyketcKkkm .video-wrapper iframe {
  width: 100%;
}
.cid-uyketcKkkm .mbr-section-title,
.cid-uyketcKkkm .mbr-section-subtitle,
.cid-uyketcKkkm .mbr-text {
  text-align: center;
}
.cid-uykqGEFrOh {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykqGEFrOh .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeuloufH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeuloufH .video-wrapper iframe {
  width: 100%;
}
.cid-uykeuloufH .mbr-section-title,
.cid-uykeuloufH .mbr-section-subtitle,
.cid-uykeuloufH .mbr-text {
  text-align: center;
}
.cid-uxBBGZVTue {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxBBGZVTue .mbr-section-subtitle {
  color: #767676;
}
.cid-uykevtvxJe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykevtvxJe .video-wrapper iframe {
  width: 100%;
}
.cid-uykevtvxJe .mbr-section-title,
.cid-uykevtvxJe .mbr-section-subtitle,
.cid-uykevtvxJe .mbr-text {
  text-align: center;
}
.cid-uykqIGpxRc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykqIGpxRc .mbr-section-subtitle {
  color: #767676;
}
.cid-uykexzUI7f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykexzUI7f .video-wrapper iframe {
  width: 100%;
}
.cid-uykexzUI7f .mbr-section-title,
.cid-uykexzUI7f .mbr-section-subtitle,
.cid-uykexzUI7f .mbr-text {
  text-align: center;
}
.cid-uxX995bOal {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxX995bOal .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeyFRkgi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeyFRkgi .video-wrapper iframe {
  width: 100%;
}
.cid-uykeyFRkgi .mbr-section-title,
.cid-uykeyFRkgi .mbr-section-subtitle,
.cid-uykeyFRkgi .mbr-text {
  text-align: center;
}
.cid-uykspfRBfN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykspfRBfN .mbr-section-subtitle {
  color: #767676;
}
.cid-uykezJ0ByJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykezJ0ByJ .video-wrapper iframe {
  width: 100%;
}
.cid-uykezJ0ByJ .mbr-section-title,
.cid-uykezJ0ByJ .mbr-section-subtitle,
.cid-uykezJ0ByJ .mbr-text {
  text-align: center;
}
.cid-uyksqObFZQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksqObFZQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeAzA7Sc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeAzA7Sc .video-wrapper iframe {
  width: 100%;
}
.cid-uykeAzA7Sc .mbr-section-title,
.cid-uykeAzA7Sc .mbr-section-subtitle,
.cid-uykeAzA7Sc .mbr-text {
  text-align: center;
}
.cid-uykssm2Djz {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykssm2Djz .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeBpsBEL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeBpsBEL .video-wrapper iframe {
  width: 100%;
}
.cid-uykeBpsBEL .mbr-section-title,
.cid-uykeBpsBEL .mbr-section-subtitle,
.cid-uykeBpsBEL .mbr-text {
  text-align: center;
}
.cid-uyksu7MPqm {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksu7MPqm .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeCn4Rnl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeCn4Rnl .video-wrapper iframe {
  width: 100%;
}
.cid-uykeCn4Rnl .mbr-section-title,
.cid-uykeCn4Rnl .mbr-section-subtitle,
.cid-uykeCn4Rnl .mbr-text {
  text-align: center;
}
.cid-uyksvCbx0G {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksvCbx0G .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeDDN3W3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeDDN3W3 .video-wrapper iframe {
  width: 100%;
}
.cid-uykeDDN3W3 .mbr-section-title,
.cid-uykeDDN3W3 .mbr-section-subtitle,
.cid-uykeDDN3W3 .mbr-text {
  text-align: center;
}
.cid-uykswDJ2O8 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykswDJ2O8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeELHAap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeELHAap .video-wrapper iframe {
  width: 100%;
}
.cid-uykeELHAap .mbr-section-title,
.cid-uykeELHAap .mbr-section-subtitle,
.cid-uykeELHAap .mbr-text {
  text-align: center;
}
.cid-uyksxz115N {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksxz115N .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeFTtoJ2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeFTtoJ2 .video-wrapper iframe {
  width: 100%;
}
.cid-uykeFTtoJ2 .mbr-section-title,
.cid-uykeFTtoJ2 .mbr-section-subtitle,
.cid-uykeFTtoJ2 .mbr-text {
  text-align: center;
}
.cid-uyksyMpHsh {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksyMpHsh .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeGKz8hT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeGKz8hT .video-wrapper iframe {
  width: 100%;
}
.cid-uykeGKz8hT .mbr-section-title,
.cid-uykeGKz8hT .mbr-section-subtitle,
.cid-uykeGKz8hT .mbr-text {
  text-align: center;
}
.cid-uyksAlOeVu {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksAlOeVu .mbr-section-subtitle {
  color: #767676;
}
.cid-uykePZgCK2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykePZgCK2 .video-wrapper iframe {
  width: 100%;
}
.cid-uykePZgCK2 .mbr-section-title,
.cid-uykePZgCK2 .mbr-section-subtitle,
.cid-uykePZgCK2 .mbr-text {
  text-align: center;
}
.cid-uyksBLjbGe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksBLjbGe .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeR7DJD7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeR7DJD7 .video-wrapper iframe {
  width: 100%;
}
.cid-uykeR7DJD7 .mbr-section-title,
.cid-uykeR7DJD7 .mbr-section-subtitle,
.cid-uykeR7DJD7 .mbr-text {
  text-align: center;
}
.cid-uyksD0sMV4 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksD0sMV4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeSwaMtv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeSwaMtv .video-wrapper iframe {
  width: 100%;
}
.cid-uykeSwaMtv .mbr-section-title,
.cid-uykeSwaMtv .mbr-section-subtitle,
.cid-uykeSwaMtv .mbr-text {
  text-align: center;
}
.cid-uyksE8q9hZ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksE8q9hZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeTEvoMh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeTEvoMh .video-wrapper iframe {
  width: 100%;
}
.cid-uykeTEvoMh .mbr-section-title,
.cid-uykeTEvoMh .mbr-section-subtitle,
.cid-uykeTEvoMh .mbr-text {
  text-align: center;
}
.cid-uyksFk34pk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksFk34pk .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeUJ2OGY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeUJ2OGY .video-wrapper iframe {
  width: 100%;
}
.cid-uykeUJ2OGY .mbr-section-title,
.cid-uykeUJ2OGY .mbr-section-subtitle,
.cid-uykeUJ2OGY .mbr-text {
  text-align: center;
}
.cid-uyksGr2q06 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksGr2q06 .mbr-section-subtitle {
  color: #767676;
}
.cid-uykeVRLzi5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykeVRLzi5 .video-wrapper iframe {
  width: 100%;
}
.cid-uykeVRLzi5 .mbr-section-title,
.cid-uykeVRLzi5 .mbr-section-subtitle,
.cid-uykeVRLzi5 .mbr-text {
  text-align: center;
}
.cid-uyksHGo9O2 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyksHGo9O2 .mbr-section-subtitle {
  color: #767676;
}
.cid-uyeDkP3gAK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxXjjZ54Nb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxXjjZ54Nb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxXjjZ54Nb .row {
  flex-direction: row-reverse;
}
.cid-uxXjjZ54Nb img {
  width: 100%;
}
.cid-uyaoHIVHQn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxXck87RPf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxXck87RPf .mbr-section-subtitle {
  color: #767676;
}
.cid-uykxJyiXI4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykxJyiXI4 .video-wrapper iframe {
  width: 100%;
}
.cid-uykxJyiXI4 .mbr-section-title,
.cid-uykxJyiXI4 .mbr-section-subtitle,
.cid-uykxJyiXI4 .mbr-text {
  text-align: center;
}
.cid-uykxLmvygh {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykxLmvygh .mbr-section-subtitle {
  color: #767676;
}
.cid-uykuQhunhs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykuQhunhs .video-wrapper iframe {
  width: 100%;
}
.cid-uykuQhunhs .mbr-section-title,
.cid-uykuQhunhs .mbr-section-subtitle,
.cid-uykuQhunhs .mbr-text {
  text-align: center;
}
.cid-uykyrc1ETJ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykyrc1ETJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uykuRe9Yop {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykuRe9Yop .video-wrapper iframe {
  width: 100%;
}
.cid-uykuRe9Yop .mbr-section-title,
.cid-uykuRe9Yop .mbr-section-subtitle,
.cid-uykuRe9Yop .mbr-text {
  text-align: center;
}
.cid-uykyspW9Wi {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykyspW9Wi .mbr-section-subtitle {
  color: #767676;
}
.cid-uykuSiJxup {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykuSiJxup .video-wrapper iframe {
  width: 100%;
}
.cid-uykuSiJxup .mbr-section-title,
.cid-uykuSiJxup .mbr-section-subtitle,
.cid-uykuSiJxup .mbr-text {
  text-align: center;
}
.cid-uykytPNyuQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykytPNyuQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uykuTno53o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykuTno53o .video-wrapper iframe {
  width: 100%;
}
.cid-uykuTno53o .mbr-section-title,
.cid-uykuTno53o .mbr-section-subtitle,
.cid-uykuTno53o .mbr-text {
  text-align: center;
}
.cid-uykzL4tcoc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykzL4tcoc .mbr-section-subtitle {
  color: #767676;
}
.cid-uykuU952zt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykuU952zt .video-wrapper iframe {
  width: 100%;
}
.cid-uykuU952zt .mbr-section-title,
.cid-uykuU952zt .mbr-section-subtitle,
.cid-uykuU952zt .mbr-text {
  text-align: center;
}
.cid-uykyvpam0Z {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykyvpam0Z .mbr-section-subtitle {
  color: #767676;
}
.cid-uykuVjLUgZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykuVjLUgZ .video-wrapper iframe {
  width: 100%;
}
.cid-uykuVjLUgZ .mbr-section-title,
.cid-uykuVjLUgZ .mbr-section-subtitle,
.cid-uykuVjLUgZ .mbr-text {
  text-align: center;
}
.cid-uykywJLvWz {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykywJLvWz .mbr-section-subtitle {
  color: #767676;
}
.cid-uykuWPbH0v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykuWPbH0v .video-wrapper iframe {
  width: 100%;
}
.cid-uykuWPbH0v .mbr-section-title,
.cid-uykuWPbH0v .mbr-section-subtitle,
.cid-uykuWPbH0v .mbr-text {
  text-align: center;
}
.cid-uxXcyD5jLs {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxXcyD5jLs .mbr-section-subtitle {
  color: #767676;
}
.cid-uykv0TYqLT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykv0TYqLT .video-wrapper iframe {
  width: 100%;
}
.cid-uykv0TYqLT .mbr-section-title,
.cid-uykv0TYqLT .mbr-section-subtitle,
.cid-uykv0TYqLT .mbr-text {
  text-align: center;
}
.cid-uykyAJxCaU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykyAJxCaU .mbr-section-subtitle {
  color: #767676;
}
.cid-uykuYcdR72 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykuYcdR72 .video-wrapper iframe {
  width: 100%;
}
.cid-uykuYcdR72 .mbr-section-title,
.cid-uykuYcdR72 .mbr-section-subtitle,
.cid-uykuYcdR72 .mbr-text {
  text-align: center;
}
.cid-uxBBJBHl8M {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxBBJBHl8M .mbr-section-subtitle {
  color: #767676;
}
.cid-uyeDqqyxFU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxXoSx8xBh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxXoSx8xBh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxXoSx8xBh .row {
  flex-direction: row-reverse;
}
.cid-uxXoSx8xBh img {
  width: 100%;
}
.cid-uyNMtFSvpt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykBWp8FZV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykBWp8FZV .video-wrapper iframe {
  width: 100%;
}
.cid-uykBWp8FZV .mbr-section-title,
.cid-uykBWp8FZV .mbr-section-subtitle,
.cid-uykBWp8FZV .mbr-text {
  text-align: center;
}
.cid-uykDvDcYAC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykDvDcYAC .mbr-section-subtitle {
  color: #767676;
}
.cid-uykBXDLNPQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykBXDLNPQ .video-wrapper iframe {
  width: 100%;
}
.cid-uykBXDLNPQ .mbr-section-title,
.cid-uykBXDLNPQ .mbr-section-subtitle,
.cid-uykBXDLNPQ .mbr-text {
  text-align: center;
}
.cid-uykDww8y8m {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykDww8y8m .mbr-section-subtitle {
  color: #767676;
}
.cid-uykBYSO8aM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykBYSO8aM .video-wrapper iframe {
  width: 100%;
}
.cid-uykBYSO8aM .mbr-section-title,
.cid-uykBYSO8aM .mbr-section-subtitle,
.cid-uykBYSO8aM .mbr-text {
  text-align: center;
}
.cid-uykDxBprkk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykDxBprkk .mbr-section-subtitle {
  color: #767676;
}
.cid-uykBZHQhpP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykBZHQhpP .video-wrapper iframe {
  width: 100%;
}
.cid-uykBZHQhpP .mbr-section-title,
.cid-uykBZHQhpP .mbr-section-subtitle,
.cid-uykBZHQhpP .mbr-text {
  text-align: center;
}
.cid-uykDyDuapR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykDyDuapR .mbr-section-subtitle {
  color: #767676;
}
.cid-uykC0OgPhC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykC0OgPhC .video-wrapper iframe {
  width: 100%;
}
.cid-uykC0OgPhC .mbr-section-title,
.cid-uykC0OgPhC .mbr-section-subtitle,
.cid-uykC0OgPhC .mbr-text {
  text-align: center;
}
.cid-uykEk3KlOk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykEk3KlOk .mbr-section-subtitle {
  color: #767676;
}
.cid-uykC1EqdrU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykC1EqdrU .video-wrapper iframe {
  width: 100%;
}
.cid-uykC1EqdrU .mbr-section-title,
.cid-uykC1EqdrU .mbr-section-subtitle,
.cid-uykC1EqdrU .mbr-text {
  text-align: center;
}
.cid-uykDLqVDyc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykDLqVDyc .mbr-section-subtitle {
  color: #767676;
}
.cid-uykEUnyp6G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykEUnyp6G .video-wrapper iframe {
  width: 100%;
}
.cid-uykEUnyp6G .mbr-section-title,
.cid-uykEUnyp6G .mbr-section-subtitle,
.cid-uykEUnyp6G .mbr-text {
  text-align: center;
}
.cid-uykFlyc5uL {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykFlyc5uL .mbr-section-subtitle {
  color: #767676;
}
.cid-uyeDzUeDzn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxXpQBQWJS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxXpQBQWJS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxXpQBQWJS .row {
  flex-direction: row-reverse;
}
.cid-uxXpQBQWJS img {
  width: 100%;
}
.cid-uyaoUUIP0R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFBgflNE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFBgflNE .video-wrapper iframe {
  width: 100%;
}
.cid-uykFBgflNE .mbr-section-title,
.cid-uykFBgflNE .mbr-section-subtitle,
.cid-uykFBgflNE .mbr-text {
  text-align: center;
}
.cid-uyerMOjkuH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyerMOjkuH .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFzme44y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFzme44y .video-wrapper iframe {
  width: 100%;
}
.cid-uykFzme44y .mbr-section-title,
.cid-uykFzme44y .mbr-section-subtitle,
.cid-uykFzme44y .mbr-text {
  text-align: center;
}
.cid-uxBBOF595t {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxBBOF595t .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFCQW8hm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFCQW8hm .video-wrapper iframe {
  width: 100%;
}
.cid-uykFCQW8hm .mbr-section-title,
.cid-uykFCQW8hm .mbr-section-subtitle,
.cid-uykFCQW8hm .mbr-text {
  text-align: center;
}
.cid-uyeuhb4FuE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyeuhb4FuE .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFGmAX8G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFGmAX8G .video-wrapper iframe {
  width: 100%;
}
.cid-uykFGmAX8G .mbr-section-title,
.cid-uykFGmAX8G .mbr-section-subtitle,
.cid-uykFGmAX8G .mbr-text {
  text-align: center;
}
.cid-uyesZi4bAG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyesZi4bAG .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFHKS4Ji {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFHKS4Ji .video-wrapper iframe {
  width: 100%;
}
.cid-uykFHKS4Ji .mbr-section-title,
.cid-uykFHKS4Ji .mbr-section-subtitle,
.cid-uykFHKS4Ji .mbr-text {
  text-align: center;
}
.cid-uyetrwGCUP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyetrwGCUP .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFIJjA04 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFIJjA04 .video-wrapper iframe {
  width: 100%;
}
.cid-uykFIJjA04 .mbr-section-title,
.cid-uykFIJjA04 .mbr-section-subtitle,
.cid-uykFIJjA04 .mbr-text {
  text-align: center;
}
.cid-uyetzimo6D {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyetzimo6D .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFJFCXlJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFJFCXlJ .video-wrapper iframe {
  width: 100%;
}
.cid-uykFJFCXlJ .mbr-section-title,
.cid-uykFJFCXlJ .mbr-section-subtitle,
.cid-uykFJFCXlJ .mbr-text {
  text-align: center;
}
.cid-uyerYOUYpb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyerYOUYpb .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFKXsoNq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFKXsoNq .video-wrapper iframe {
  width: 100%;
}
.cid-uykFKXsoNq .mbr-section-title,
.cid-uykFKXsoNq .mbr-section-subtitle,
.cid-uykFKXsoNq .mbr-text {
  text-align: center;
}
.cid-uyesnlysbr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyesnlysbr .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFM5tnZC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFM5tnZC .video-wrapper iframe {
  width: 100%;
}
.cid-uykFM5tnZC .mbr-section-title,
.cid-uykFM5tnZC .mbr-section-subtitle,
.cid-uykFM5tnZC .mbr-text {
  text-align: center;
}
.cid-uyes7oMoXE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyes7oMoXE .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFN6y8tC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFN6y8tC .video-wrapper iframe {
  width: 100%;
}
.cid-uykFN6y8tC .mbr-section-title,
.cid-uykFN6y8tC .mbr-section-subtitle,
.cid-uykFN6y8tC .mbr-text {
  text-align: center;
}
.cid-uyesAe3oOX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyesAe3oOX .mbr-section-subtitle {
  color: #767676;
}
.cid-uyHqlLpKyt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyHqlLpKyt .video-wrapper iframe {
  width: 100%;
}
.cid-uyHqlLpKyt .mbr-section-title,
.cid-uyHqlLpKyt .mbr-section-subtitle,
.cid-uyHqlLpKyt .mbr-text {
  text-align: center;
}
.cid-uykFNWYK53 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFNWYK53 .video-wrapper iframe {
  width: 100%;
}
.cid-uykFNWYK53 .mbr-section-title,
.cid-uykFNWYK53 .mbr-section-subtitle,
.cid-uykFNWYK53 .mbr-text {
  text-align: center;
}
.cid-uxBBOFYtcY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxBBOFYtcY .mbr-section-subtitle {
  color: #767676;
}
.cid-uykFPhqn2R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykFPhqn2R .video-wrapper iframe {
  width: 100%;
}
.cid-uykFPhqn2R .mbr-section-title,
.cid-uykFPhqn2R .mbr-section-subtitle,
.cid-uykFPhqn2R .mbr-text {
  text-align: center;
}
.cid-uxBBOGt9bk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxBBOGt9bk .mbr-section-subtitle {
  color: #767676;
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uykZfyr99y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uykZfyr99y .video-wrapper iframe {
  width: 100%;
}
.cid-uykZfyr99y .mbr-section-title,
.cid-uykZfyr99y .mbr-section-subtitle,
.cid-uykZfyr99y .mbr-text {
  text-align: center;
}
.cid-uykZhHloZ7 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uykZhHloZ7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uyeDGhsSGj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxB09ST6uF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxB09ST6uF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxB09ST6uF .row {
  flex-direction: row-reverse;
}
.cid-uxB09ST6uF img {
  width: 100%;
}
.cid-uyeCRto0WY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxB9rYnDGS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyhfuJkV2F {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyhfuJkV2F .video-wrapper iframe {
  width: 100%;
}
.cid-uyhfuJkV2F .mbr-section-title,
.cid-uyhfuJkV2F .mbr-section-subtitle,
.cid-uyhfuJkV2F .mbr-text {
  text-align: center;
}
.cid-uyjTILKmSy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyjTILKmSy .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYyl5ua5H {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYyl5ua5H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYyl5ua5H .row {
  flex-direction: row-reverse;
}
.cid-uxYyl5ua5H img {
  width: 100%;
}
.cid-uxYBNscXTG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uy9se9gxAg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-uy9se9gxAg .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYBUTVI9d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYBUTVI9d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYBUTVI9d img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYBUTVI9d .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBIrQYrWoY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBIrQYrWoY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBIrQYrWoY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBIrQYrWoY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy9soYRE6i {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-uy9soYRE6i .mbr-section-subtitle {
  color: #767676;
}
.cid-uBIxdBuC9X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxYBVwC0I9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYBVwC0I9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYBVwC0I9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYBVwC0I9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBIuWdM9sM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBIuWdM9sM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBIuWdM9sM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBIuWdM9sM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBIA2q8ckg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBIA2q8ckg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBIA2q8ckg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBIA2q8ckg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBIEmEMIPX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-uBIEmEMIPX .mbr-section-subtitle {
  color: #767676;
}
.cid-uBIEz3GyxG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBIEz3GyxG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBIEz3GyxG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBIEz3GyxG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uBIFXS6UW9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e5e5;
}
.cid-uBIFXS6UW9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uBIG4j9bgI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBIG4j9bgI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBIG4j9bgI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBIG4j9bgI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy9szGkmou {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-uy9szGkmou .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYBWbJbyg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYBWbJbyg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYBWbJbyg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYBWbJbyg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy9sIlOwsW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e5e5e5;
}
.cid-uy9sIlOwsW .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYBX5taZu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYBX5taZu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYBX5taZu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYBX5taZu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxYO4N4dvW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxYO4N4dvW .mbr-section-subtitle {
  color: #767676;
}
.cid-uxZ44PJTPd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxZ44PJTPd .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uxYOc5q6yS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYOc5q6yS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYOc5q6yS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYOc5q6yS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyawm7TFmI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyawm7TFmI .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYOCuXI8t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
@media (max-width: 991px) {
  .cid-uxYOCuXI8t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYOCuXI8t img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYOCuXI8t .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy9rrLPYpJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uy9rrLPYpJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYQGeHUnv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYQGeHUnv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYQGeHUnv .row {
  flex-direction: row-reverse;
}
.cid-uxYQGeHUnv img {
  width: 100%;
}
.cid-uy9rqbhNtF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uy9rqbhNtF .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYOD0Joiv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYOD0Joiv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYOD0Joiv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYOD0Joiv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy9rsTVDfa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uy9rsTVDfa .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYODAwKqQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
@media (max-width: 991px) {
  .cid-uxYODAwKqQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYODAwKqQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYODAwKqQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy9rtCxjYS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uy9rtCxjYS .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYOElH7Lt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYOElH7Lt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYOElH7Lt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYOElH7Lt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy9rukNXJ9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uy9rukNXJ9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYXuB2P2t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
@media (max-width: 991px) {
  .cid-uxYXuB2P2t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYXuB2P2t img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYXuB2P2t .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy9rvvweYs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uy9rvvweYs .mbr-section-subtitle {
  color: #767676;
}
.cid-uxYWR55BFG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxYWR55BFG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxYWR55BFG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxYWR55BFG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxZ1hR3Csx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uxZ1hR3Csx .mbr-section-subtitle {
  color: #767676;
}
.cid-uxZ3Fps0NW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxZ3Fps0NW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxZ3Fps0NW .row {
  flex-direction: row-reverse;
}
.cid-uxZ3Fps0NW img {
  width: 100%;
}
.cid-uy8u5LcbpW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uy8u5LcbpW nav.navbar {
  position: fixed;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uy8u5LcbpW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uy8u5LcbpW .dropdown-item:hover,
.cid-uy8u5LcbpW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uy8u5LcbpW .dropdown-item:hover span {
  color: white;
}
.cid-uy8u5LcbpW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uy8u5LcbpW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uy8u5LcbpW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uy8u5LcbpW .nav-link {
  position: relative;
}
.cid-uy8u5LcbpW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .container {
    flex-wrap: nowrap;
  }
}
.cid-uy8u5LcbpW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown-menu,
.cid-uy8u5LcbpW .navbar.opened {
  background: #ffffff !important;
}
.cid-uy8u5LcbpW .nav-item:focus,
.cid-uy8u5LcbpW .nav-link:focus {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uy8u5LcbpW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uy8u5LcbpW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uy8u5LcbpW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.opened {
  transition: all 0.3s;
}
.cid-uy8u5LcbpW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uy8u5LcbpW .navbar .navbar-logo img {
  width: auto;
}
.cid-uy8u5LcbpW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uy8u5LcbpW .navbar.collapsed {
  justify-content: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uy8u5LcbpW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uy8u5LcbpW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uy8u5LcbpW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uy8u5LcbpW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uy8u5LcbpW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uy8u5LcbpW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uy8u5LcbpW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uy8u5LcbpW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uy8u5LcbpW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uy8u5LcbpW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uy8u5LcbpW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uy8u5LcbpW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uy8u5LcbpW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uy8u5LcbpW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uy8u5LcbpW .dropdown-item.active,
.cid-uy8u5LcbpW .dropdown-item:active {
  background-color: transparent;
}
.cid-uy8u5LcbpW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uy8u5LcbpW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uy8u5LcbpW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uy8u5LcbpW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uy8u5LcbpW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uy8u5LcbpW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uy8u5LcbpW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uy8u5LcbpW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uy8u5LcbpW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uy8u5LcbpW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uy8u5LcbpW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uy8u5LcbpW .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-uy8u5LcbpW .navbar {
    height: 70px;
  }
  .cid-uy8u5LcbpW .navbar.opened {
    height: auto;
  }
  .cid-uy8u5LcbpW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyxXvu85qn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyxXvu85qn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyxXvu85qn .row {
  flex-direction: row-reverse;
}
.cid-uyxXvu85qn img {
  width: 100%;
}
.cid-uyxXvuDJem {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvuWXop {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyxXvuWXop .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvvjA4Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvvjA4Q .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvvjA4Q .mbr-section-title,
.cid-uyxXvvjA4Q .mbr-section-subtitle,
.cid-uyxXvvjA4Q .mbr-text {
  text-align: center;
}
.cid-uyxXvvJreI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyxXvvJreI .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvw0rte {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvw0rte .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvw0rte .mbr-section-title,
.cid-uyxXvw0rte .mbr-section-subtitle,
.cid-uyxXvw0rte .mbr-text {
  text-align: center;
}
.cid-uyxXvwkhMb {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyxXvwkhMb .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvwBPVt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvwBPVt .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvwBPVt .mbr-section-title,
.cid-uyxXvwBPVt .mbr-section-subtitle,
.cid-uyxXvwBPVt .mbr-text {
  text-align: center;
}
.cid-uyxXvwU6Mp {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyxXvwU6Mp .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvxcB6r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvxcB6r .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvxcB6r .mbr-section-title,
.cid-uyxXvxcB6r .mbr-section-subtitle,
.cid-uyxXvxcB6r .mbr-text {
  text-align: center;
}
.cid-uyxXvxxDM8 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyxXvxxDM8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvxLExD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvxLExD .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvxLExD .mbr-section-title,
.cid-uyxXvxLExD .mbr-section-subtitle,
.cid-uyxXvxLExD .mbr-text {
  text-align: center;
}
.cid-uyxXvy4Azg {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyxXvy4Azg .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvyjnwP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvyjnwP .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvyjnwP .mbr-section-title,
.cid-uyxXvyjnwP .mbr-section-subtitle,
.cid-uyxXvyjnwP .mbr-text {
  text-align: center;
}
.cid-uyxXvyDxiZ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyxXvyDxiZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvyRT2H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvyRT2H .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvyRT2H .mbr-section-title,
.cid-uyxXvyRT2H .mbr-section-subtitle,
.cid-uyxXvyRT2H .mbr-text {
  text-align: center;
}
.cid-uyxXvzchrn {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyxXvzchrn .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvztmjG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvztmjG .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvztmjG .mbr-section-title,
.cid-uyxXvztmjG .mbr-section-subtitle,
.cid-uyxXvztmjG .mbr-text {
  text-align: center;
}
.cid-uyxXvzQzZB {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyxXvzQzZB .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvA6P7p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvA6P7p .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvA6P7p .mbr-section-title,
.cid-uyxXvA6P7p .mbr-section-subtitle,
.cid-uyxXvA6P7p .mbr-text {
  text-align: center;
}
.cid-uyxXvAq4ef {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyxXvAq4ef .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvAGA6E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvAGA6E .video-wrapper iframe {
  width: 100%;
}
.cid-uyxXvAGA6E .mbr-section-title,
.cid-uyxXvAGA6E .mbr-section-subtitle,
.cid-uyxXvAGA6E .mbr-text {
  text-align: center;
}
.cid-uyxXvB0dkO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyxXvB0dkO .mbr-section-subtitle {
  color: #767676;
}
.cid-uyxXvBgCMK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyxXvBvkhW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyxXvBvkhW nav.navbar {
  position: fixed;
}
.cid-uyxXvBvkhW .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-uyxXvBvkhW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyxXvBvkhW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyxXvBvkhW .dropdown-item:hover,
.cid-uyxXvBvkhW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyxXvBvkhW .dropdown-item:hover span {
  color: white;
}
.cid-uyxXvBvkhW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyxXvBvkhW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyxXvBvkhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyxXvBvkhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyxXvBvkhW .nav-link {
  position: relative;
}
.cid-uyxXvBvkhW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uyxXvBvkhW .container {
    flex-wrap: nowrap;
  }
}
.cid-uyxXvBvkhW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyxXvBvkhW .dropdown-menu,
.cid-uyxXvBvkhW .navbar.opened {
  background: #ffffff !important;
}
.cid-uyxXvBvkhW .nav-item:focus,
.cid-uyxXvBvkhW .nav-link:focus {
  outline: none;
}
.cid-uyxXvBvkhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyxXvBvkhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyxXvBvkhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyxXvBvkhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyxXvBvkhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyxXvBvkhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyxXvBvkhW .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-uyxXvBvkhW .navbar.opened {
  transition: all 0.3s;
}
.cid-uyxXvBvkhW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyxXvBvkhW .navbar .navbar-logo img {
  width: auto;
}
.cid-uyxXvBvkhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyxXvBvkhW .navbar.collapsed {
  justify-content: center;
}
.cid-uyxXvBvkhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyxXvBvkhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyxXvBvkhW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uyxXvBvkhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyxXvBvkhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyxXvBvkhW .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-uyxXvBvkhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyxXvBvkhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyxXvBvkhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyxXvBvkhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyxXvBvkhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyxXvBvkhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyxXvBvkhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyxXvBvkhW .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-uyxXvBvkhW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyxXvBvkhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyxXvBvkhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyxXvBvkhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyxXvBvkhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyxXvBvkhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyxXvBvkhW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyxXvBvkhW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyxXvBvkhW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyxXvBvkhW .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-uyxXvBvkhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyxXvBvkhW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyxXvBvkhW .dropdown-item.active,
.cid-uyxXvBvkhW .dropdown-item:active {
  background-color: transparent;
}
.cid-uyxXvBvkhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyxXvBvkhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyxXvBvkhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyxXvBvkhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uyxXvBvkhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyxXvBvkhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyxXvBvkhW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyxXvBvkhW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyxXvBvkhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyxXvBvkhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyxXvBvkhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyxXvBvkhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyxXvBvkhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyxXvBvkhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyxXvBvkhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyxXvBvkhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyxXvBvkhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyxXvBvkhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyxXvBvkhW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyxXvBvkhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyxXvBvkhW .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-uyxXvBvkhW .navbar {
    height: 70px;
  }
  .cid-uyxXvBvkhW .navbar.opened {
    height: auto;
  }
  .cid-uyxXvBvkhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyUpld2ioL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uyUpld2ioL .mbr-section-subtitle {
  color: #767676;
}
.cid-uyUofd1rcI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUofd1rcI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUofd1rcI .row {
  flex-direction: row-reverse;
}
.cid-uyUofd1rcI img {
  width: 100%;
}
.cid-uyUofdHz2j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyV0ghy06R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyV0ghy06R .video-wrapper iframe {
  width: 100%;
}
.cid-uyV0ghy06R .mbr-section-title,
.cid-uyV0ghy06R .mbr-section-subtitle,
.cid-uyV0ghy06R .mbr-text {
  text-align: center;
}
.cid-uyUrP0pkId {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUrP0pkId .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUrP0pkId .row {
  flex-direction: row-reverse;
}
.cid-uyUrP0pkId img {
  width: 100%;
}
.cid-uyUofwQGWA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyUofwQGWA nav.navbar {
  position: fixed;
}
.cid-uyUofwQGWA .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-uyUofwQGWA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyUofwQGWA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyUofwQGWA .dropdown-item:hover,
.cid-uyUofwQGWA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyUofwQGWA .dropdown-item:hover span {
  color: white;
}
.cid-uyUofwQGWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyUofwQGWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyUofwQGWA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyUofwQGWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyUofwQGWA .nav-link {
  position: relative;
}
.cid-uyUofwQGWA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uyUofwQGWA .container {
    flex-wrap: nowrap;
  }
}
.cid-uyUofwQGWA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyUofwQGWA .dropdown-menu,
.cid-uyUofwQGWA .navbar.opened {
  background: #ffffff !important;
}
.cid-uyUofwQGWA .nav-item:focus,
.cid-uyUofwQGWA .nav-link:focus {
  outline: none;
}
.cid-uyUofwQGWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyUofwQGWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyUofwQGWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyUofwQGWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyUofwQGWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyUofwQGWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyUofwQGWA .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-uyUofwQGWA .navbar.opened {
  transition: all 0.3s;
}
.cid-uyUofwQGWA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyUofwQGWA .navbar .navbar-logo img {
  width: auto;
}
.cid-uyUofwQGWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyUofwQGWA .navbar.collapsed {
  justify-content: center;
}
.cid-uyUofwQGWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyUofwQGWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyUofwQGWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uyUofwQGWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyUofwQGWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyUofwQGWA .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-uyUofwQGWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyUofwQGWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyUofwQGWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyUofwQGWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyUofwQGWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyUofwQGWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyUofwQGWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyUofwQGWA .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-uyUofwQGWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyUofwQGWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyUofwQGWA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyUofwQGWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyUofwQGWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyUofwQGWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyUofwQGWA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyUofwQGWA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyUofwQGWA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyUofwQGWA .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-uyUofwQGWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyUofwQGWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyUofwQGWA .dropdown-item.active,
.cid-uyUofwQGWA .dropdown-item:active {
  background-color: transparent;
}
.cid-uyUofwQGWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyUofwQGWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyUofwQGWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyUofwQGWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uyUofwQGWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyUofwQGWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyUofwQGWA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyUofwQGWA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyUofwQGWA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyUofwQGWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyUofwQGWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyUofwQGWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyUofwQGWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyUofwQGWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyUofwQGWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyUofwQGWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyUofwQGWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyUofwQGWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyUofwQGWA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyUofwQGWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyUofwQGWA .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-uyUofwQGWA .navbar {
    height: 70px;
  }
  .cid-uyUofwQGWA .navbar.opened {
    height: auto;
  }
  .cid-uyUofwQGWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyUTiOXQ7v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUTiOXQ7v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUTiOXQ7v .row {
  flex-direction: row-reverse;
}
.cid-uyUTiOXQ7v img {
  width: 100%;
}
.cid-uyUTK6FEtN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUTK6FEtN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUTK6FEtN .row {
  flex-direction: row-reverse;
}
.cid-uyUTK6FEtN img {
  width: 100%;
}
.cid-uyUTR4MF4w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUTR4MF4w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUTR4MF4w .row {
  flex-direction: row-reverse;
}
.cid-uyUTR4MF4w img {
  width: 100%;
}
.cid-uyUU8AI24h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUU8AI24h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUU8AI24h .row {
  flex-direction: row-reverse;
}
.cid-uyUU8AI24h img {
  width: 100%;
}
.cid-uyUUgdgRtg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUUgdgRtg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUUgdgRtg .row {
  flex-direction: row-reverse;
}
.cid-uyUUgdgRtg img {
  width: 100%;
}
.cid-uyUUmxAGw8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUUmxAGw8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUUmxAGw8 .row {
  flex-direction: row-reverse;
}
.cid-uyUUmxAGw8 img {
  width: 100%;
}
.cid-uyUofzBoEH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBrTxqPH94 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBrTxqPH94 .mbr-section-subtitle {
  color: #767676;
}
.cid-uBrTxr46xV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uBrTxr46xV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBrTxr46xV .row {
  flex-direction: row-reverse;
}
.cid-uBrTxr46xV img {
  width: 100%;
}
.cid-uBrTxrwYfQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBrTxsKoy8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBrTxsKoy8 nav.navbar {
  position: fixed;
}
.cid-uBrTxsKoy8 .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-uBrTxsKoy8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBrTxsKoy8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBrTxsKoy8 .dropdown-item:hover,
.cid-uBrTxsKoy8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uBrTxsKoy8 .dropdown-item:hover span {
  color: white;
}
.cid-uBrTxsKoy8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBrTxsKoy8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBrTxsKoy8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBrTxsKoy8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBrTxsKoy8 .nav-link {
  position: relative;
}
.cid-uBrTxsKoy8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBrTxsKoy8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uBrTxsKoy8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBrTxsKoy8 .dropdown-menu,
.cid-uBrTxsKoy8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uBrTxsKoy8 .nav-item:focus,
.cid-uBrTxsKoy8 .nav-link:focus {
  outline: none;
}
.cid-uBrTxsKoy8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrTxsKoy8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrTxsKoy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrTxsKoy8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrTxsKoy8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrTxsKoy8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrTxsKoy8 .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-uBrTxsKoy8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrTxsKoy8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBrTxsKoy8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBrTxsKoy8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBrTxsKoy8 .navbar.collapsed {
  justify-content: center;
}
.cid-uBrTxsKoy8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrTxsKoy8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBrTxsKoy8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBrTxsKoy8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrTxsKoy8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrTxsKoy8 .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-uBrTxsKoy8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrTxsKoy8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBrTxsKoy8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBrTxsKoy8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrTxsKoy8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrTxsKoy8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrTxsKoy8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBrTxsKoy8 .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-uBrTxsKoy8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBrTxsKoy8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBrTxsKoy8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBrTxsKoy8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBrTxsKoy8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrTxsKoy8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBrTxsKoy8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBrTxsKoy8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBrTxsKoy8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBrTxsKoy8 .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-uBrTxsKoy8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBrTxsKoy8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrTxsKoy8 .dropdown-item.active,
.cid-uBrTxsKoy8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrTxsKoy8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBrTxsKoy8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrTxsKoy8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrTxsKoy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBrTxsKoy8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBrTxsKoy8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBrTxsKoy8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBrTxsKoy8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBrTxsKoy8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBrTxsKoy8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBrTxsKoy8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrTxsKoy8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrTxsKoy8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrTxsKoy8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrTxsKoy8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrTxsKoy8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrTxsKoy8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrTxsKoy8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrTxsKoy8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBrTxsKoy8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBrTxsKoy8 .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-uBrTxsKoy8 .navbar {
    height: 70px;
  }
  .cid-uBrTxsKoy8 .navbar.opened {
    height: auto;
  }
  .cid-uBrTxsKoy8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBrWSXSjgW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBrTxw8sbm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

