body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s7rt4VVB8i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7rt4VVB8i .mbr-section-subtitle {
  color: #767676;
}
.cid-s7h3T6Gn8Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7h3T6Gn8Z .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s7h3T6Gn8Z .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-s7h3T6Gn8Z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s7h3T6Gn8Z .inner-container {
    width: 100% !important;
  }
}
.cid-s7l1wpiyN2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-s7l1wpiyN2 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s7l1wpiyN2 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-s7l1wpiyN2 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-s7l1wpiyN2 img {
    width: 100%;
    left: 0;
  }
}
.cid-s7l1wpiyN2 H1 {
  color: #232323;
}
.cid-s7l1wpiyN2 .mbr-text,
.cid-s7l1wpiyN2 .mbr-section-btn {
  color: #232323;
}
.cid-sRQqZSc5gH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRQqZSc5gH .mbr-text {
  color: #232323;
}
.cid-sRQqZSc5gH .mbr-text p {
  background: #ffffff;
}
.cid-tPlTqMwpwY {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-tPlTqMwpwY svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-tPlTqMwpwY #e1_ellipse {
  fill: #ffffff !important;
}
.cid-tPlTqMwpwY img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-tPlTqMwpwY img {
    width: 100%;
    left: 0;
  }
}
.cid-tPlTqMwpwY H1 {
  color: #232323;
}
.cid-tPlTqMwpwY .mbr-text,
.cid-tPlTqMwpwY .mbr-section-btn {
  color: #232323;
}
.cid-s7ygaQExaG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-s7ygaQExaG svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s7ygaQExaG #e1_ellipse {
  fill: #ffffff !important;
}
.cid-s7ygaQExaG img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-s7ygaQExaG img {
    width: 100%;
    left: 0;
  }
}
.cid-s7ygaQExaG H1 {
  color: #232323;
}
.cid-s7ygaQExaG .mbr-text,
.cid-s7ygaQExaG .mbr-section-btn {
  color: #716c80;
}
.cid-sBexsLFzGs {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sBexsLFzGs svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sBexsLFzGs #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sBexsLFzGs img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-sBexsLFzGs img {
    width: 100%;
    left: 0;
  }
}
.cid-sBexsLFzGs H1 {
  color: #232323;
}
.cid-sBexsLFzGs .mbr-text,
.cid-sBexsLFzGs .mbr-section-btn {
  color: #232323;
}
.cid-s7hsX2VS4z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-s7hsX2VS4z svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s7hsX2VS4z #e1_ellipse {
  fill: #ffffff !important;
}
.cid-s7hsX2VS4z img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-s7hsX2VS4z img {
    width: 100%;
    left: 0;
  }
}
.cid-s7hsX2VS4z H1 {
  color: #232323;
}
.cid-s7hsX2VS4z .mbr-text,
.cid-s7hsX2VS4z .mbr-section-btn {
  color: #716c80;
}
.cid-s7htUDYO9C {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-s7htUDYO9C svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s7htUDYO9C #e1_ellipse {
  fill: #ffffff !important;
}
.cid-s7htUDYO9C img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-s7htUDYO9C img {
    width: 100%;
    left: 0;
  }
}
.cid-s7htUDYO9C H1 {
  color: #232323;
}
.cid-s7htUDYO9C .mbr-text,
.cid-s7htUDYO9C .mbr-section-btn {
  color: #716c80;
}
.cid-srUdvh7Wv3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-srUdvh7Wv3 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-srUdvh7Wv3 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-srUdvh7Wv3 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-srUdvh7Wv3 img {
    width: 100%;
    left: 0;
  }
}
.cid-srUdvh7Wv3 H1 {
  color: #232323;
}
.cid-srUdvh7Wv3 .mbr-text,
.cid-srUdvh7Wv3 .mbr-section-btn {
  color: #716c80;
}
.cid-s7ldI22TOu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-s7ldI22TOu svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s7ldI22TOu #e1_ellipse {
  fill: #ffffff !important;
}
.cid-s7ldI22TOu img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-s7ldI22TOu img {
    width: 100%;
    left: 0;
  }
}
.cid-s7ldI22TOu H1 {
  color: #232323;
}
.cid-s7ldI22TOu .mbr-text,
.cid-s7ldI22TOu .mbr-section-btn {
  color: #232323;
}
.cid-sJyq3URlZg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sJyq3URlZg .mbr-text,
.cid-sJyq3URlZg blockquote {
  color: #767676;
}
.cid-s7lYlvrR6q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-s7lYlvrR6q svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s7lYlvrR6q #e1_ellipse {
  fill: #ffffff !important;
}
.cid-s7lYlvrR6q img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-s7lYlvrR6q img {
    width: 100%;
    left: 0;
  }
}
.cid-s7lYlvrR6q H1 {
  color: #232323;
}
.cid-s7lYlvrR6q .mbr-text,
.cid-s7lYlvrR6q .mbr-section-btn {
  color: #232323;
}
.cid-s7ssV376Wl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-s7ssV376Wl svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-s7ssV376Wl #e1_ellipse {
  fill: #ffffff !important;
}
.cid-s7ssV376Wl img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-s7ssV376Wl img {
    width: 100%;
    left: 0;
  }
}
.cid-s7ssV376Wl H1 {
  color: #232323;
}
.cid-s7ssV376Wl .mbr-text,
.cid-s7ssV376Wl .mbr-section-btn {
  color: #232323;
}
.cid-sfypLJIbMc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sfypLJIbMc svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sfypLJIbMc #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sfypLJIbMc img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-sfypLJIbMc img {
    width: 100%;
    left: 0;
  }
}
.cid-sfypLJIbMc H1 {
  color: #232323;
}
.cid-sfypLJIbMc .mbr-text,
.cid-sfypLJIbMc .mbr-section-btn {
  color: #716c80;
}
.cid-tNbquIG4A0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tNbquIG4A0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbquIG4A0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbquIG4A0 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tNbquIG4A0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tNbquIG4A0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNbquIG4A0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNbquIG4A0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s7kXaByUml {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7kXaByUml .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7kXaByUml .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s7kXaByUml .media-wrap img {
  height: 6rem;
}
.cid-s7kXaByUml .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s7kXaByUml .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7kXaByUml .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s7kXaByUml .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7kXaByUml .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s7kXaByUml .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7kXaByUml .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7kXaByUml .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7kXaByUml .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7kXaByUml .copyright > p {
  color: #232323;
}
.cid-s7kY5RXbVx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s7kY5RXbVx .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s7sB7BT2KY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7sB7BT2KY .mbr-section-subtitle {
  color: #767676;
}
.cid-s7syiS6PDA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7syiS6PDA .image-block {
  margin: auto;
}
.cid-s7syiS6PDA figcaption {
  position: relative;
}
.cid-s7syiS6PDA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7syiS6PDA .image-block {
    width: 100% !important;
  }
}
.cid-s7sAM82Amj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7sAM82Amj .image-block {
  margin: auto;
}
.cid-s7sAM82Amj figcaption {
  position: relative;
}
.cid-s7sAM82Amj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7sAM82Amj .image-block {
    width: 100% !important;
  }
}
.cid-s7sANb8R5z {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7sANb8R5z .image-block {
  margin: auto;
}
.cid-s7sANb8R5z figcaption {
  position: relative;
}
.cid-s7sANb8R5z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7sANb8R5z .image-block {
    width: 100% !important;
  }
}
.cid-s7sANUZbOQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7sANUZbOQ .image-block {
  margin: auto;
}
.cid-s7sANUZbOQ figcaption {
  position: relative;
}
.cid-s7sANUZbOQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7sANUZbOQ .image-block {
    width: 100% !important;
  }
}
.cid-s7sAOJprLE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7sAOJprLE .image-block {
  margin: auto;
}
.cid-s7sAOJprLE figcaption {
  position: relative;
}
.cid-s7sAOJprLE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7sAOJprLE .image-block {
    width: 100% !important;
  }
}
.cid-s7sAPsNB12 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7sAPsNB12 .image-block {
  margin: auto;
}
.cid-s7sAPsNB12 figcaption {
  position: relative;
}
.cid-s7sAPsNB12 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7sAPsNB12 .image-block {
    width: 100% !important;
  }
}
.cid-s7sCJ1aaWo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s7sCJ1aaWo .image-block {
  margin: auto;
}
.cid-s7sCJ1aaWo figcaption {
  position: relative;
}
.cid-s7sCJ1aaWo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7sCJ1aaWo .image-block {
    width: 100% !important;
  }
}
.cid-s7sEcXhHP8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7sEcXhHP8 .mbr-text,
.cid-s7sEcXhHP8 blockquote {
  color: #767676;
}
.cid-s7sEcXhHP8 .mbr-text P {
  text-align: right;
}
.cid-s7sE0b9bqX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7sE0b9bqX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7sE0b9bqX .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s7sE0b9bqX .media-wrap img {
  height: 6rem;
}
.cid-s7sE0b9bqX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s7sE0b9bqX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7sE0b9bqX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s7sE0b9bqX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7sE0b9bqX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s7sE0b9bqX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7sE0b9bqX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7sE0b9bqX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7sE0b9bqX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7sE0b9bqX .copyright > p {
  color: #232323;
}
.cid-s7kY5RXbVx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s7kY5RXbVx .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s7DRoueXqo {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-s7DRoueXqo .image-block {
  margin: auto;
}
.cid-s7DRoueXqo figcaption {
  position: relative;
}
.cid-s7DRoueXqo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7DRoueXqo .image-block {
    width: 100% !important;
  }
}
.cid-s7yjNeyqo5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7yjNeyqo5 .mbr-section-subtitle {
  color: #767676;
}
.cid-t2XQ5ppDfY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2XQ5ppDfY .container-fluid {
  padding: 0 3rem;
}
.cid-t2XQ5ppDfY .mbr-section-subtitle {
  color: #767676;
}
.cid-t2XQ5ppDfY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t2XQ5ppDfY .table-wrapper {
  margin: 0 auto;
}
.cid-t2XQ5ppDfY table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-t2XQ5ppDfY table thead tr {
  border: none !important;
}
.cid-t2XQ5ppDfY table th {
  padding: 1.2rem 1.6rem;
  text-align: left;
  border-color: #e9eced;
  border-top: none;
  color: white;
  vertical-align: middle;
}
.cid-t2XQ5ppDfY table tr td {
  border-color: #eceeef;
}
.cid-t2XQ5ppDfY table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  min-width: 120px;
}
.cid-t2XQ5ppDfY th:after,
.cid-t2XQ5ppDfY th:before {
  display: none !important;
}
.cid-t2XQ5ppDfY .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-t2XQ5ppDfY .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-t2XQ5ppDfY table th,
  .cid-t2XQ5ppDfY table td {
    padding: .75rem;
  }
}
.cid-t2XQ5ppDfY .body-item {
  text-align: left;
}
.cid-t2XQ5ppDfY .mbr-text {
  color: #767676;
}
.cid-t2XQ5ppDfY .head-item {
  color: #232323;
}
.cid-t2XQ5ppDfY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.cid-s80v5wW81X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s80v5wW81X .mbr-section-subtitle {
  color: #767676;
}
.cid-s80zzplscG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s80zzplscG .mbr-text,
.cid-s80zzplscG blockquote {
  color: #767676;
}
.cid-s80zzplscG .mbr-text {
  color: #232323;
}
.cid-s80zzplscG .mbr-text P {
  text-align: center;
}
.cid-uhxu3fF4qy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhxu3fF4qy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhxu3fF4qy p {
  color: #767676;
  text-align: left;
}
.cid-uhxu3fF4qy .card-box {
  padding-top: 2rem;
}
.cid-uhxu3fF4qy .card-wrapper {
  height: 100%;
}
.cid-uhxu3fF4qy P {
  color: #232323;
}
.cid-s80ve6jKqD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s80ve6jKqD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s80ve6jKqD p {
  color: #767676;
  text-align: left;
}
.cid-s80ve6jKqD .card-box {
  padding-top: 2rem;
}
.cid-s80ve6jKqD .card-wrapper {
  height: 100%;
}
.cid-s80ve6jKqD P {
  color: #232323;
}
.cid-s7ypgIMETx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7ypgIMETx .mbr-section-subtitle {
  color: #767676;
}
.cid-s7yp2SPUGU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7yp2SPUGU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7yp2SPUGU p {
  color: #767676;
  text-align: left;
}
.cid-s7yp2SPUGU .card-box {
  padding-top: 2rem;
}
.cid-s7yp2SPUGU .card-wrapper {
  height: 100%;
}
.cid-s7yp2SPUGU P {
  color: #232323;
}
.cid-s7yP4hPgyw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7yP4hPgyw .mbr-text,
.cid-s7yP4hPgyw blockquote {
  color: #767676;
}
.cid-s7yP4hPgyw .mbr-text {
  color: #232323;
}
.cid-s7yRGD2PZn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7yRGD2PZn .mbr-text,
.cid-s7yRGD2PZn blockquote {
  color: #767676;
}
.cid-s7yRGD2PZn .mbr-text {
  color: #232323;
}
.cid-s7yRGD2PZn .mbr-text P {
  text-align: center;
}
.cid-s7yRAwxTuf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7yRAwxTuf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7yRAwxTuf p {
  color: #767676;
  text-align: left;
}
.cid-s7yRAwxTuf .card-box {
  padding-top: 2rem;
}
.cid-s7yRAwxTuf .card-wrapper {
  height: 100%;
}
.cid-s7yRAwxTuf P {
  color: #232323;
}
.cid-s7CD1ZmlXO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7CD1ZmlXO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7CD1ZmlXO p {
  color: #767676;
  text-align: left;
}
.cid-s7CD1ZmlXO .card-box {
  padding-top: 2rem;
}
.cid-s7CD1ZmlXO .card-wrapper {
  height: 100%;
}
.cid-s7CD1ZmlXO P {
  color: #232323;
}
.cid-s7CDu4S2cd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7CDu4S2cd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7CDu4S2cd p {
  color: #767676;
  text-align: left;
}
.cid-s7CDu4S2cd .card-box {
  padding-top: 2rem;
}
.cid-s7CDu4S2cd .card-wrapper {
  height: 100%;
}
.cid-s7CDu4S2cd P {
  color: #232323;
}
.cid-s7yjNiXK2C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7yjNiXK2C .mbr-text,
.cid-s7yjNiXK2C blockquote {
  color: #767676;
}
.cid-s7yjNiXK2C .mbr-text P {
  text-align: right;
}
.cid-s7yjNjpGSV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7yjNjpGSV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7yjNjpGSV .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s7yjNjpGSV .media-wrap img {
  height: 6rem;
}
.cid-s7yjNjpGSV .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s7yjNjpGSV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s7yjNjpGSV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s7yjNjpGSV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7yjNjpGSV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s7yjNjpGSV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7yjNjpGSV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7yjNjpGSV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7yjNjpGSV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7yjNjpGSV .copyright > p {
  color: #232323;
}
.cid-s7yjNkfRAk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s7yjNkfRAk .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seeGJKyoUX {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-seeGJKyoUX .image-block {
  margin: auto;
}
.cid-seeGJKyoUX figcaption {
  position: relative;
}
.cid-seeGJKyoUX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seeGJKyoUX .image-block {
    width: 100% !important;
  }
}
.cid-seeGJLlI4S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seeGJLlI4S .mbr-section-subtitle {
  color: #232323;
}
.cid-seeLYNXxIU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seeLYNXxIU .mbr-text,
.cid-seeLYNXxIU blockquote {
  color: #767676;
}
.cid-seeLYNXxIU .mbr-text {
  color: #232323;
}
.cid-seeI0B3aWG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-seeI0B3aWG svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-seeI0B3aWG #e1_ellipse {
  fill: #ffffff !important;
}
.cid-seeI0B3aWG img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-seeI0B3aWG img {
    width: 100%;
    left: 0;
  }
}
.cid-seeI0B3aWG H1 {
  color: #232323;
}
.cid-seeI0B3aWG .mbr-text,
.cid-seeI0B3aWG .mbr-section-btn {
  color: #232323;
}
.cid-seeWkQUJMW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seeWkQUJMW .mbr-section-subtitle {
  color: #232323;
}
.cid-seeWkQUJMW H1 {
  text-align: center;
}
.cid-seeXtXI0Xq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-seeXtXI0Xq svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-seeXtXI0Xq #e1_ellipse {
  fill: #ffffff !important;
}
.cid-seeXtXI0Xq img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-seeXtXI0Xq img {
    width: 100%;
    left: 0;
  }
}
.cid-seeXtXI0Xq H1 {
  color: #232323;
}
.cid-seeXtXI0Xq .mbr-text,
.cid-seeXtXI0Xq .mbr-section-btn {
  color: #232323;
}
.cid-seq7ykMd4m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-seq7ykMd4m svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-seq7ykMd4m #e1_ellipse {
  fill: #ffffff !important;
}
.cid-seq7ykMd4m img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-seq7ykMd4m img {
    width: 100%;
    left: 0;
  }
}
.cid-seq7ykMd4m H1 {
  color: #232323;
}
.cid-seq7ykMd4m .mbr-text,
.cid-seq7ykMd4m .mbr-section-btn {
  color: #232323;
}
.cid-seqdHa5DMb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-seqdHa5DMb svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-seqdHa5DMb #e1_ellipse {
  fill: #ffffff !important;
}
.cid-seqdHa5DMb img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-seqdHa5DMb img {
    width: 100%;
    left: 0;
  }
}
.cid-seqdHa5DMb H1 {
  color: #232323;
}
.cid-seqdHa5DMb .mbr-text,
.cid-seqdHa5DMb .mbr-section-btn {
  color: #232323;
}
.cid-sewmNYhnQX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sewmNYhnQX .mbr-text,
.cid-sewmNYhnQX blockquote {
  color: #767676;
}
.cid-sewmNYhnQX .mbr-text {
  color: #232323;
}
.cid-seqhaDvMS4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-seqhaDvMS4 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-seqhaDvMS4 #e1_ellipse {
  fill: #ffffff !important;
}
.cid-seqhaDvMS4 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-seqhaDvMS4 img {
    width: 100%;
    left: 0;
  }
}
.cid-seqhaDvMS4 H1 {
  color: #232323;
}
.cid-seqhaDvMS4 .mbr-text,
.cid-seqhaDvMS4 .mbr-section-btn {
  color: #232323;
}
.cid-seqhkpsgIw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-seqhkpsgIw svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-seqhkpsgIw #e1_ellipse {
  fill: #ffffff !important;
}
.cid-seqhkpsgIw img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-seqhkpsgIw img {
    width: 100%;
    left: 0;
  }
}
.cid-seqhkpsgIw H1 {
  color: #232323;
}
.cid-seqhkpsgIw .mbr-text,
.cid-seqhkpsgIw .mbr-section-btn {
  color: #232323;
}
.cid-sex2bH20PV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sex2bH20PV svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sex2bH20PV #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sex2bH20PV img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-sex2bH20PV img {
    width: 100%;
    left: 0;
  }
}
.cid-sex2bH20PV H1 {
  color: #232323;
}
.cid-sex2bH20PV .mbr-text,
.cid-sex2bH20PV .mbr-section-btn {
  color: #232323;
}
.cid-sex7nbD6cj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sex7nbD6cj svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sex7nbD6cj #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sex7nbD6cj img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-sex7nbD6cj img {
    width: 100%;
    left: 0;
  }
}
.cid-sex7nbD6cj H1 {
  color: #232323;
}
.cid-sex7nbD6cj .mbr-text,
.cid-sex7nbD6cj .mbr-section-btn {
  color: #232323;
}
.cid-seeGJXcLTn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seeGJXcLTn .mbr-text,
.cid-seeGJXcLTn blockquote {
  color: #767676;
}
.cid-seeGJXcLTn .mbr-text P {
  text-align: right;
}
.cid-seeGJXTIrH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-seeGJXTIrH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seeGJXTIrH .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-seeGJXTIrH .media-wrap img {
  height: 6rem;
}
.cid-seeGJXTIrH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-seeGJXTIrH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seeGJXTIrH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-seeGJXTIrH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-seeGJXTIrH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-seeGJXTIrH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seeGJXTIrH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seeGJXTIrH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seeGJXTIrH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-seeGJXTIrH .copyright > p {
  color: #232323;
}
.cid-seeGJYXwwM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-seeGJYXwwM .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smfOiXwJoL {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-smfOiXwJoL .image-block {
  margin: auto;
}
.cid-smfOiXwJoL figcaption {
  position: relative;
}
.cid-smfOiXwJoL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-smfOiXwJoL .image-block {
    width: 100% !important;
  }
}
.cid-smfOiYcVWO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smfOiYcVWO .mbr-section-subtitle {
  color: #232323;
}
.cid-uMQCal3kqt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMQCal3kqt .mbr-section-subtitle {
  color: #232323;
}
.cid-uMQCal3kqt H1 {
  text-align: left;
}
.cid-uMQDzfzlm3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMQDzfzlm3 .mbr-text,
.cid-uMQDzfzlm3 blockquote {
  color: #767676;
}
.cid-smfXf0qfvX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-smfXf0qfvX svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-smfXf0qfvX #e1_ellipse {
  fill: #ffffff !important;
}
.cid-smfXf0qfvX img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-smfXf0qfvX img {
    width: 100%;
    left: 0;
  }
}
.cid-smfXf0qfvX H1 {
  color: #232323;
}
.cid-smfXf0qfvX .mbr-text,
.cid-smfXf0qfvX .mbr-section-btn {
  color: #232323;
}
.cid-smfOiZ7Ta3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smfOiZ7Ta3 .mbr-text,
.cid-smfOiZ7Ta3 blockquote {
  color: #767676;
}
.cid-smfOiZ7Ta3 .mbr-text P {
  text-align: right;
}
.cid-smfOiZuHWH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-smfOiZuHWH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smfOiZuHWH .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-smfOiZuHWH .media-wrap img {
  height: 6rem;
}
.cid-smfOiZuHWH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-smfOiZuHWH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smfOiZuHWH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-smfOiZuHWH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smfOiZuHWH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-smfOiZuHWH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-smfOiZuHWH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smfOiZuHWH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smfOiZuHWH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smfOiZuHWH .copyright > p {
  color: #232323;
}
.cid-smfOj0eYu0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-smfOj0eYu0 .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spaMBsx2rH {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-spaMBsx2rH .image-block {
  margin: auto;
}
.cid-spaMBsx2rH figcaption {
  position: relative;
}
.cid-spaMBsx2rH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spaMBsx2rH .image-block {
    width: 100% !important;
  }
}
.cid-spaMBtrzOb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spaMBtrzOb .mbr-section-subtitle {
  color: #232323;
}
.cid-uMQByNkymh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMQByNkymh .mbr-section-subtitle {
  color: #232323;
}
.cid-uMQByNkymh H1 {
  text-align: left;
}
.cid-uMQAyr2M45 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMQAyr2M45 .mbr-text,
.cid-uMQAyr2M45 blockquote {
  color: #767676;
}
.cid-spaPF0PIOO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spaPF0PIOO .mbr-text,
.cid-spaPF0PIOO blockquote {
  color: #767676;
}
.cid-spaPF0PIOO .mbr-text P {
  text-align: center;
}
.cid-spaPF0PIOO .mbr-text {
  color: #232323;
}
.cid-spaMBwJpdx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spaMBwJpdx .mbr-text,
.cid-spaMBwJpdx blockquote {
  color: #767676;
}
.cid-spaMBwJpdx .mbr-text P {
  text-align: right;
}
.cid-spaMBxg8bh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spaMBxg8bh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spaMBxg8bh .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-spaMBxg8bh .media-wrap img {
  height: 6rem;
}
.cid-spaMBxg8bh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-spaMBxg8bh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spaMBxg8bh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-spaMBxg8bh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spaMBxg8bh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-spaMBxg8bh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spaMBxg8bh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spaMBxg8bh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spaMBxg8bh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spaMBxg8bh .copyright > p {
  color: #232323;
}
.cid-spaMBy7sAP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-spaMBy7sAP .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stNb87idZZ {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-stNb87idZZ .image-block {
  margin: auto;
}
.cid-stNb87idZZ figcaption {
  position: relative;
}
.cid-stNb87idZZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stNb87idZZ .image-block {
    width: 100% !important;
  }
}
.cid-stNb87RDpq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stNb87RDpq .mbr-section-subtitle {
  color: #232323;
}
.cid-stNbJo0D37 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-stNbJo0D37 .image-block {
  margin: auto;
}
.cid-stNbJo0D37 figcaption {
  position: relative;
}
.cid-stNbJo0D37 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stNbJo0D37 .image-block {
    width: 100% !important;
  }
}
.cid-stNb88gLRK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-stNb88gLRK .mbr-text,
.cid-stNb88gLRK blockquote {
  color: #767676;
}
.cid-stNb88gLRK .mbr-text {
  color: #232323;
}
.cid-stNb88KS5l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-stNb88KS5l .mbr-text,
.cid-stNb88KS5l blockquote {
  color: #767676;
}
.cid-stNb88KS5l .mbr-text P {
  text-align: right;
}
.cid-stNb899RHg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stNb899RHg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stNb899RHg .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-stNb899RHg .media-wrap img {
  height: 6rem;
}
.cid-stNb899RHg .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-stNb899RHg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stNb899RHg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-stNb899RHg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-stNb899RHg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-stNb899RHg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-stNb899RHg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-stNb899RHg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stNb899RHg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stNb899RHg .copyright > p {
  color: #232323;
}
.cid-stNb89PlgP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-stNb89PlgP .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAGFxIbQiy {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-sAGFxIbQiy .image-block {
  margin: auto;
}
.cid-sAGFxIbQiy figcaption {
  position: relative;
}
.cid-sAGFxIbQiy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAGFxIbQiy .image-block {
    width: 100% !important;
  }
}
.cid-sAH2vCrF8V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAH2vCrF8V .mbr-section-subtitle {
  color: #232323;
}
.cid-sAH2xFHU85 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAH2xFHU85 .mbr-text,
.cid-sAH2xFHU85 blockquote {
  color: #767676;
}
.cid-sAH2xFHU85 .mbr-text {
  color: #232323;
}
.cid-sAXxY40yE7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAXxY40yE7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sAXxY40yE7 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAXxY40yE7 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sAXz8xdhOj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAXz8xdhOj .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sAXz8xdhOj .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAXz8xdhOj .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sAXA16VWcI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAXA16VWcI .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sAXA16VWcI .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAXA16VWcI .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sAXAu5iEB1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAXAu5iEB1 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sAXAu5iEB1 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAXAu5iEB1 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sAXBe9Eolh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAXBe9Eolh .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sAXBe9Eolh .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAXBe9Eolh .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sAXC1fP7IM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAXC1fP7IM .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sAXC1fP7IM .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAXC1fP7IM .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sAXCqZquR6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAXCqZquR6 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sAXCqZquR6 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAXCqZquR6 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sAXCX00QXQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAXCX00QXQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sAXCX00QXQ .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAXCX00QXQ .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sAXDnp5EtI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sAXDnp5EtI .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sAXDnp5EtI .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAXDnp5EtI .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sAGFxIYlpr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAGFxIYlpr .mbr-text,
.cid-sAGFxIYlpr blockquote {
  color: #767676;
}
.cid-sAGFxIYlpr .mbr-text P {
  text-align: right;
}
.cid-sAGFxJe43U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sAGFxJe43U .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAGFxJe43U .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sAGFxJe43U .media-wrap img {
  height: 6rem;
}
.cid-sAGFxJe43U .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sAGFxJe43U .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sAGFxJe43U .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sAGFxJe43U .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAGFxJe43U .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sAGFxJe43U .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sAGFxJe43U .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sAGFxJe43U .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sAGFxJe43U .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sAGFxJe43U .copyright > p {
  color: #232323;
}
.cid-sAGFxJBcYQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sAGFxJBcYQ .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sB9kCkPtos {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-sB9kCkPtos .image-block {
  margin: auto;
}
.cid-sB9kCkPtos figcaption {
  position: relative;
}
.cid-sB9kCkPtos figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sB9kCkPtos .image-block {
    width: 100% !important;
  }
}
.cid-sB9kClBVBt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB9kClBVBt .mbr-section-subtitle {
  color: #232323;
}
.cid-sB9kClVOrn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB9kClVOrn .mbr-text,
.cid-sB9kClVOrn blockquote {
  color: #767676;
}
.cid-sB9kClVOrn .mbr-text {
  color: #232323;
}
.cid-sB9kCnusoI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sB9kCnusoI .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sB9kCnusoI .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sB9kCnusoI .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sB9kCnUGHM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sB9kCnUGHM .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sB9kCnUGHM .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sB9kCnUGHM .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sB9kConFXz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sB9kConFXz .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sB9kConFXz .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sB9kConFXz .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sB9kCoOQFW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sB9kCoOQFW .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sB9kCoOQFW .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sB9kCoOQFW .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sB9kCpe5w6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sB9kCpe5w6 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sB9kCpe5w6 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sB9kCpe5w6 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sB9kCpBRyU {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sB9kCpBRyU .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sB9kCpBRyU .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sB9kCpBRyU .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sB9kCq2JBJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sB9kCq2JBJ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sB9kCq2JBJ .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sB9kCq2JBJ .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sB9kCrnHaA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB9kCrnHaA .mbr-text,
.cid-sB9kCrnHaA blockquote {
  color: #767676;
}
.cid-sB9kCrnHaA .mbr-text P {
  text-align: right;
}
.cid-sB9kCrPHZR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sB9kCrPHZR .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sB9kCrPHZR .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sB9kCrPHZR .media-wrap img {
  height: 6rem;
}
.cid-sB9kCrPHZR .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sB9kCrPHZR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sB9kCrPHZR .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sB9kCrPHZR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sB9kCrPHZR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sB9kCrPHZR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sB9kCrPHZR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sB9kCrPHZR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sB9kCrPHZR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sB9kCrPHZR .copyright > p {
  color: #232323;
}
.cid-sB9kCst5KT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sB9kCst5KT .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCJVdBnDEP {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-sCJVdBnDEP .image-block {
  margin: auto;
}
.cid-sCJVdBnDEP figcaption {
  position: relative;
}
.cid-sCJVdBnDEP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCJVdBnDEP .image-block {
    width: 100% !important;
  }
}
.cid-sCJVdBEyro {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCJVdBEyro .mbr-section-subtitle {
  color: #232323;
}
.cid-sCK94rUOSz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sCK94rUOSz {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sCK94rUOSz {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sCK94rUOSz .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sCK94rUOSz .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sCK94rUOSz .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sCK94rUOSz .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sCK94rUOSz .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sCK94rUOSz .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sCK94rUOSz .link-wrap {
    align-items: center;
  }
}
.cid-sCK94rUOSz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCK94rUOSz .card-title,
.cid-sCK94rUOSz .card-box {
  text-align: left;
  color: #232323;
}
.cid-sCK94rUOSz .mbr-text,
.cid-sCK94rUOSz .link-wrap,
.cid-sCK94rUOSz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sCK94rUOSz .card-title,
.cid-sCK94rUOSz .mbr-text,
.cid-sCK94rUOSz .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sCJYzatSYC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sCJYzatSYC {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sCJYzatSYC {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sCJYzatSYC .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sCJYzatSYC .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sCJYzatSYC .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sCJYzatSYC .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sCJYzatSYC .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sCJYzatSYC .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sCJYzatSYC .link-wrap {
    align-items: center;
  }
}
.cid-sCJYzatSYC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCJYzatSYC .card-title,
.cid-sCJYzatSYC .card-box {
  text-align: left;
  color: #232323;
}
.cid-sCJYzatSYC .mbr-text,
.cid-sCJYzatSYC .link-wrap,
.cid-sCJYzatSYC .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sCJYzatSYC .card-title,
.cid-sCJYzatSYC .mbr-text,
.cid-sCJYzatSYC .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sCK15PIkai {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sCK15PIkai {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sCK15PIkai {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sCK15PIkai .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sCK15PIkai .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sCK15PIkai .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sCK15PIkai .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sCK15PIkai .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sCK15PIkai .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sCK15PIkai .link-wrap {
    align-items: center;
  }
}
.cid-sCK15PIkai .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCK15PIkai .card-title,
.cid-sCK15PIkai .card-box {
  text-align: left;
  color: #232323;
}
.cid-sCK15PIkai .mbr-text,
.cid-sCK15PIkai .link-wrap,
.cid-sCK15PIkai .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sCK15PIkai .card-title,
.cid-sCK15PIkai .mbr-text,
.cid-sCK15PIkai .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sCK6MLfKg8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sCK6MLfKg8 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sCK6MLfKg8 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sCK6MLfKg8 .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sCK6MLfKg8 .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sCK6MLfKg8 .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sCK6MLfKg8 .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sCK6MLfKg8 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sCK6MLfKg8 .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sCK6MLfKg8 .link-wrap {
    align-items: center;
  }
}
.cid-sCK6MLfKg8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCK6MLfKg8 .card-title,
.cid-sCK6MLfKg8 .card-box {
  text-align: left;
  color: #232323;
}
.cid-sCK6MLfKg8 .mbr-text,
.cid-sCK6MLfKg8 .link-wrap,
.cid-sCK6MLfKg8 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sCK6MLfKg8 .card-title,
.cid-sCK6MLfKg8 .mbr-text,
.cid-sCK6MLfKg8 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sCK6NDbDuA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sCK6NDbDuA {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sCK6NDbDuA {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sCK6NDbDuA .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sCK6NDbDuA .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sCK6NDbDuA .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sCK6NDbDuA .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sCK6NDbDuA .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sCK6NDbDuA .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sCK6NDbDuA .link-wrap {
    align-items: center;
  }
}
.cid-sCK6NDbDuA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCK6NDbDuA .card-title,
.cid-sCK6NDbDuA .card-box {
  text-align: left;
  color: #232323;
}
.cid-sCK6NDbDuA .mbr-text,
.cid-sCK6NDbDuA .link-wrap,
.cid-sCK6NDbDuA .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sCK6NDbDuA .card-title,
.cid-sCK6NDbDuA .mbr-text,
.cid-sCK6NDbDuA .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sCKe4pAwJV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sCKe4pAwJV {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sCKe4pAwJV {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sCKe4pAwJV .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sCKe4pAwJV .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sCKe4pAwJV .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sCKe4pAwJV .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sCKe4pAwJV .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sCKe4pAwJV .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sCKe4pAwJV .link-wrap {
    align-items: center;
  }
}
.cid-sCKe4pAwJV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCKe4pAwJV .card-title,
.cid-sCKe4pAwJV .card-box {
  text-align: left;
  color: #232323;
}
.cid-sCKe4pAwJV .mbr-text,
.cid-sCKe4pAwJV .link-wrap,
.cid-sCKe4pAwJV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sCKe4pAwJV .card-title,
.cid-sCKe4pAwJV .mbr-text,
.cid-sCKe4pAwJV .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sCJVdCam3v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCJVdCam3v .mbr-text,
.cid-sCJVdCam3v blockquote {
  color: #767676;
}
.cid-sCJVdCam3v .mbr-text P {
  text-align: right;
}
.cid-sCJVdCmDTr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCJVdCmDTr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCJVdCmDTr .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sCJVdCmDTr .media-wrap img {
  height: 6rem;
}
.cid-sCJVdCmDTr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sCJVdCmDTr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sCJVdCmDTr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sCJVdCmDTr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sCJVdCmDTr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sCJVdCmDTr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sCJVdCmDTr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sCJVdCmDTr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCJVdCmDTr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sCJVdCmDTr .copyright > p {
  color: #232323;
}
.cid-sCJVdCMV2w {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sCJVdCMV2w .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRLRidoI8O {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-sRLRidoI8O .image-block {
  margin: auto;
}
.cid-sRLRidoI8O figcaption {
  position: relative;
}
.cid-sRLRidoI8O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sRLRidoI8O .image-block {
    width: 100% !important;
  }
}
.cid-sRLRidJHAb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRLRidJHAb .mbr-section-subtitle {
  color: #232323;
}
.cid-sRLRidX5KO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRLRidX5KO .mbr-text,
.cid-sRLRidX5KO blockquote {
  color: #767676;
}
.cid-sRLRidX5KO .mbr-text {
  color: #232323;
}
.cid-sRLRieiO4M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRLRieiO4M .mbr-text,
.cid-sRLRieiO4M blockquote {
  color: #767676;
}
.cid-sRLRieiO4M .mbr-text P {
  text-align: right;
}
.cid-sRLRiewXr3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRLRiewXr3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sRLRiewXr3 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sRLRiewXr3 .media-wrap img {
  height: 6rem;
}
.cid-sRLRiewXr3 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sRLRiewXr3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sRLRiewXr3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sRLRiewXr3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sRLRiewXr3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sRLRiewXr3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sRLRiewXr3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sRLRiewXr3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRLRiewXr3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRLRiewXr3 .copyright > p {
  color: #232323;
}
.cid-sRLRieWd7q {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sRLRieWd7q .media-container-row .mbr-text {
  color: #232323;
}
.cid-uhswqJ9fgu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uhswqJ9fgu nav.navbar {
  position: fixed;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhswqJ9fgu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhswqJ9fgu .dropdown-item:hover,
.cid-uhswqJ9fgu .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uhswqJ9fgu .dropdown-item:hover span {
  color: white;
}
.cid-uhswqJ9fgu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhswqJ9fgu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhswqJ9fgu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhswqJ9fgu .nav-link {
  position: relative;
}
.cid-uhswqJ9fgu .container {
  display: flex;
  margin: auto;
}
.cid-uhswqJ9fgu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown-menu,
.cid-uhswqJ9fgu .navbar.opened {
  background: #ffffff !important;
}
.cid-uhswqJ9fgu .nav-item:focus,
.cid-uhswqJ9fgu .nav-link:focus {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhswqJ9fgu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhswqJ9fgu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhswqJ9fgu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhswqJ9fgu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uhswqJ9fgu .navbar.opened {
  transition: all 0.3s;
}
.cid-uhswqJ9fgu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhswqJ9fgu .navbar .navbar-logo img {
  width: auto;
}
.cid-uhswqJ9fgu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhswqJ9fgu .navbar.collapsed {
  justify-content: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhswqJ9fgu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhswqJ9fgu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhswqJ9fgu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhswqJ9fgu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhswqJ9fgu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhswqJ9fgu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhswqJ9fgu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhswqJ9fgu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhswqJ9fgu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhswqJ9fgu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhswqJ9fgu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhswqJ9fgu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhswqJ9fgu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhswqJ9fgu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhswqJ9fgu .dropdown-item.active,
.cid-uhswqJ9fgu .dropdown-item:active {
  background-color: transparent;
}
.cid-uhswqJ9fgu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhswqJ9fgu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhswqJ9fgu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhswqJ9fgu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhswqJ9fgu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhswqJ9fgu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhswqJ9fgu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhswqJ9fgu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhswqJ9fgu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhswqJ9fgu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhswqJ9fgu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhswqJ9fgu .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-uhswqJ9fgu .navbar {
    height: 70px;
  }
  .cid-uhswqJ9fgu .navbar.opened {
    height: auto;
  }
  .cid-uhswqJ9fgu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taks01cX2l {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 0px;
}
.cid-taks01cX2l .image-block {
  margin: auto;
}
.cid-taks01cX2l figcaption {
  position: relative;
}
.cid-taks01cX2l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-taks01cX2l .image-block {
    width: 100% !important;
  }
}
.cid-taks01y3q1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-taks01y3q1 .mbr-section-subtitle {
  color: #232323;
}
.cid-takst3ld53 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-takst3ld53 .mbr-text,
.cid-takst3ld53 blockquote {
  color: #767676;
}
.cid-taks01N0Xk {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-taks01N0Xk .image-block {
  margin: auto;
}
.cid-taks01N0Xk figcaption {
  position: relative;
}
.cid-taks01N0Xk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-taks01N0Xk .image-block {
    width: 100% !important;
  }
}
.cid-taks02gsCt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-taks02gsCt .mbr-text,
.cid-taks02gsCt blockquote {
  color: #767676;
}
.cid-taks02gsCt .mbr-text P {
  text-align: right;
}
.cid-taks02usez {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-taks02usez .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taks02usez .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-taks02usez .media-wrap img {
  height: 6rem;
}
.cid-taks02usez .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-taks02usez .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taks02usez .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-taks02usez .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-taks02usez .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-taks02usez .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-taks02usez .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-taks02usez .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taks02usez .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-taks02usez .copyright > p {
  color: #232323;
}
.cid-taks02VKOC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-taks02VKOC .media-container-row .mbr-text {
  color: #232323;
}
