.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 6.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #05386b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #05386b !important;
  border-color: #05386b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #05386b;
  color: #05386b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010d18 !important;
  background-color: transparent!important;
  border-color: #010d18 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #05386b !important;
  border-color: #05386b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #05386b !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00050a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #05386b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #05386b;
  border-color: #05386b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #05386b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b78e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #05386b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #05386b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #05386b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #05386b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #05386b;
  border-bottom-color: #05386b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #05386b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5cdb95 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2305386b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvRLeW6i9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRLeW6i9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uvRLeW6i9I .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uvRLeW6i9I .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uvRLeW6i9I .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uvRLeW6i9I .mbr-section-title {
  color: #ffffff;
}
.cid-uvRLeW6i9I .mbr-text,
.cid-uvRLeW6i9I .mbr-section-btn,
.cid-uvRLeW6i9I .social-row {
  color: #ffffff;
}
.cid-uvRLjdCMYT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvRLjdCMYT .item-img,
.cid-uvRLjdCMYT .img-wrap,
.cid-uvRLjdCMYT img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uvRLjdCMYT img,
.cid-uvRLjdCMYT .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uvRLjdCMYT img,
  .cid-uvRLjdCMYT .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uvRLjdCMYT .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uvRLjdCMYT .item:focus,
.cid-uvRLjdCMYT span:focus {
  outline: none;
}
.cid-uvRLjdCMYT .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uvRLjdCMYT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvRLjdCMYT .item {
    margin-bottom: 1rem;
  }
}
.cid-uvRLjdCMYT h5 {
  margin: 0;
}
.cid-uvRLjdCMYT .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uvRLjdCMYT .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uvRLjdCMYT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uvRLjdCMYT .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uvRLjdCMYT .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uvRLjdCMYT .item-wrapper {
    height: auto;
  }
}
.cid-uvRLjdCMYT .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uvRLjdCMYT .item-title {
  text-align: center;
}
.cid-uvRLjdCMYT .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uvRLjdCMYT .mbr-text,
.cid-uvRLjdCMYT .item .mbr-section-btn {
  text-align: center;
}
.cid-uvRLjdCMYT .mbr-section-subtitle,
.cid-uvRLjdCMYT .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uvRLkh8AOd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvRLkh8AOd .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvRLDGmgLk {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #efffe9;
}
.cid-uvRLDGmgLk .mbr-section-title {
  color: #05386b;
}
.cid-uvRLDGmgLk .mbr-section-subtitle {
  color: #05386b;
}
.cid-uvRM2Gzw4d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efffe9;
}
.cid-uvRM2Gzw4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRM2Gzw4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRM2Gzw4d .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvRM2Gzw4d .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvRM2Gzw4d .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvRM2Gzw4d .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uvRM2Gzw4d .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvRM2Gzw4d .item {
    margin-bottom: 28px;
  }
}
.cid-uvRM2Gzw4d .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uvRM2Gzw4d .item .item-wrapper:hover,
.cid-uvRM2Gzw4d .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uvRM2Gzw4d .item .item-wrapper .item-wrap {
  border: 1px solid #f8e7d2;
  transition: all 0.3s ease-in-out;
  background-color: #353535;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uvRM2Gzw4d .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uvRM2Gzw4d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvRM2Gzw4d .item-title {
  color: #9aa0a6;
}
.cid-uvRM2Gzw4d .item-text {
  color: #ffffff;
}
.cid-uvRM2Gzw4d .item-date {
  color: #47b5ed;
}
.cid-uvRM2Gzw4d .mbr-section-title,
.cid-uvRM2Gzw4d .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvRM2Gzw4d .item-title,
.cid-uvRM2Gzw4d .icon-wrapper {
  color: #fff0b0;
}
.cid-uvRMklAK42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvRMklAK42 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvRMklAK42 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uvRMklAK42 .container {
    padding: 0 20px;
  }
}
.cid-uvRMklAK42 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-uvRMklAK42 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvRMklAK42 .embla__slide:nth-child(2n) {
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uvRMklAK42 .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvRMklAK42 .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 570px;
}
@media (max-width: 992px) {
  .cid-uvRMklAK42 .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uvRMklAK42 .embla__slide .slide-content {
  width: 100%;
}
.cid-uvRMklAK42 .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
.cid-uvRMklAK42 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uvRMklAK42 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvRMklAK42 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uvRMklAK42 .embla__button--next,
.cid-uvRMklAK42 .embla__button--prev {
  display: flex;
}
.cid-uvRMklAK42 .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #1e1d1c !important;
  color: #f2ede4 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uvRMklAK42 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvRMklAK42 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uvRMklAK42 .embla__button.embla__button--prev {
  right: 4rem;
}
.cid-uvRMklAK42 .embla__button.embla__button--next {
  right: 0;
}
.cid-uvRMklAK42 .embla {
  position: relative;
  width: 100%;
}
.cid-uvRMklAK42 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uvRMklAK42 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvRMklAK42 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvRMklAK42 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvRMnp7DpJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efffe9;
}
.cid-uvRMnp7DpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRMnp7DpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRMnp7DpJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvRMnp7DpJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvRMnp7DpJ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvRMnp7DpJ .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uvRMnp7DpJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvRMnp7DpJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvRMnp7DpJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvRMnp7DpJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uvRMnp7DpJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uvRMnp7DpJ .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-uvRMnp7DpJ .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uvRMnp7DpJ .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uvRMnp7DpJ .item:nth-child(3n) {
  margin-top: 0;
}
.cid-uvRMnp7DpJ .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uvRMnp7DpJ .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uvRMnp7DpJ .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #47b5ed;
  background-color: #47b5ed;
}
.cid-uvRMnp7DpJ .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uvRMnp7DpJ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uvRMnp7DpJ .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvRMnp7DpJ .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uvRMnp7DpJ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvRMnp7DpJ .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uvRMnp7DpJ .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uvRMnp7DpJ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uvRMnp7DpJ .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uvRMnp7DpJ .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-uvRMnp7DpJ .mbr-text,
.cid-uvRMnp7DpJ .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvRMnp7DpJ .mbr-desc,
.cid-uvRMnp7DpJ .desc-wrapper {
  color: #353535;
  text-align: center;
}
.cid-uvRMnp7DpJ .item-title {
  color: #000000;
}
.cid-uvRMnp7DpJ .item-text {
  color: #000000;
}
.cid-uvRMt0asnW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvRMt0asnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRMt0asnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRMt0asnW .content-wrap {
  padding: 10px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvRMt0asnW .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uvRMt0asnW .content-wrap .content-wrapper {
  width: 50%;
  padding: 50px 20px 50px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvRMt0asnW .content-wrap .content-wrapper {
    padding: 0;
    width: 100%;
  }
}
.cid-uvRMt0asnW .content-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uvRMt0asnW .content-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uvRMt0asnW .content-wrap .content-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uvRMt0asnW .content-wrap .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-uvRMt0asnW .content-wrap .content-wrapper .items-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .cid-uvRMt0asnW .content-wrap .content-wrapper .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uvRMt0asnW .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
  background-color: #f8e7d2;
  padding: 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvRMt0asnW .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uvRMt0asnW .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uvRMt0asnW .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvRMt0asnW .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvRMt0asnW .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.cid-uvRMt0asnW .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvRMt0asnW .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uvRMt0asnW .mbr-section-title {
  color: #404349;
}
.cid-uvRMt0asnW .item-title {
  color: #ed463f;
}
.cid-uvRMt0asnW .item-text {
  color: #404349;
}
.cid-uvRMvDbu0F {
  background-color: #efffe9;
}
.cid-uvRMvDbu0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRMvDbu0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRMvDbu0F .content-wrapper {
  padding: 115px 80px;
  background-color: #efffe9;
  border-radius: 6rem;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uvRMvDbu0F .content-wrapper {
    padding: 115px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uvRMvDbu0F .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uvRMvDbu0F .content-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uvRMvDbu0F .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uvRMvDbu0F .content-wrap .mbr-desc {
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .cid-uvRMvDbu0F .content-wrap .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-uvRMvDbu0F .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uvRMvDbu0F .content-wrap .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uvRMvDbu0F .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvRMvDbu0F .image-wrapper {
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uvRMvDbu0F .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uvRMvDbu0F .image-wrapper img {
  height: 464px;
  width: 150%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvRMvDbu0F .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-uvRMvDbu0F .item {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uvRMvDbu0F .item {
    margin-bottom: 35px;
  }
  .cid-uvRMvDbu0F .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uvRMvDbu0F .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uvRMvDbu0F .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uvRMvDbu0F .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uvRMvDbu0F .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uvRMvDbu0F .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uvRMvDbu0F .item .item-wrapper .card-box .item-text {
  margin: 30px 0 0 0;
}
.cid-uvRMvDbu0F .mbr-section-title {
  color: #000000;
}
.cid-uvRMvDbu0F .mbr-desc {
  color: #000000;
}
.cid-uvRMvDbu0F .mbr-text {
  color: #000000;
}
.cid-uvRMvDbu0F .item-title {
  color: #000000;
}
.cid-uvRMvDbu0F .item-desc {
  color: #000000;
}
.cid-uvRMvDbu0F .item-text {
  color: #000000;
}
.cid-uvRMyy5cop {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #efffe9;
}
.cid-uvRMyy5cop .img-wrapper {
  text-align: center;
}
.cid-uvRMyy5cop img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uvRMyy5cop .row {
  align-items: flex-start;
}
.cid-uvRMyy5cop .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvRMyy5cop .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uvRMyy5cop .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvRMyy5cop .card-wrapper {
    padding: 1rem;
  }
}
.cid-uvRMyy5cop .card-title {
  color: #232323;
  text-align: left;
}
.cid-uvRMyy5cop .mbr-text,
.cid-uvRMyy5cop .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uvRMAdYDOT {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uvRMAdYDOT .row {
    flex-direction: column-reverse;
  }
  .cid-uvRMAdYDOT .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvRMAdYDOT .google-map {
  height: 100%;
  position: relative;
}
.cid-uvRMAdYDOT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvRMAdYDOT .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-uvRMAdYDOT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvRMAdYDOT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvRMAdYDOT .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uvRMAdYDOT .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uvRMAdYDOT .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uvRMAdYDOT .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvRMAdYDOT .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uvRMAdYDOT .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #05386b;
}
.cid-uvRMAdYDOT .mbr-section-title {
  color: #000000;
}
.cid-uvRMAdYDOT .mbr-section-subtitle {
  color: #05386b;
}
.cid-uvRMAdYDOT .card-title {
  color: #000000;
}
.cid-uvRMAdYDOT P {
  color: #000000;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-urlCl0iuhI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urlCl0iuhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urlCl0iuhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urlCl0iuhI .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-urlCl0iuhI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urlCl0iuhI .container {
    padding: 0 20px;
  }
}
.cid-urlCl0iuhI .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-urlCl0iuhI .row {
    padding: 46px 4px 46px;
  }
}
.cid-urlCl0iuhI .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-urlCl0iuhI .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-urlCl0iuhI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-urlCl0iuhI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urlCl0iuhI .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urlCl0iuhI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urlCl0iuhI .item {
  margin-bottom: 40px;
}
.cid-urlCl0iuhI .item:first-child {
  margin-bottom: 0;
}
.cid-urlCl0iuhI .item:hover .item-wrapper .item-img img,
.cid-urlCl0iuhI .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-urlCl0iuhI .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-urlCl0iuhI .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-urlCl0iuhI .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-urlCl0iuhI .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-urlCl0iuhI .item a {
  display: block;
}
.cid-urlCl0iuhI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-urlCl0iuhI .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-urlCl0iuhI .mbr-text,
.cid-urlCl0iuhI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urlCl0iuhI .card-title {
  color: #000000;
}
.cid-urlCl0iuhI .card-desc {
  color: #616161;
}
.cid-urlFZsVkBS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urlFZsVkBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-urlFZsVkBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urlFZsVkBS .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-urlFZsVkBS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urlFZsVkBS .container {
    padding: 0 20px;
  }
}
.cid-urlFZsVkBS .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-urlFZsVkBS .row {
    padding: 46px 4px 46px;
  }
}
.cid-urlFZsVkBS .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-urlFZsVkBS .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-urlFZsVkBS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-urlFZsVkBS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urlFZsVkBS .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urlFZsVkBS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urlFZsVkBS .item {
  margin-bottom: 40px;
}
.cid-urlFZsVkBS .item:first-child {
  margin-bottom: 0;
}
.cid-urlFZsVkBS .item:hover .item-wrapper .item-img img,
.cid-urlFZsVkBS .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-urlFZsVkBS .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-urlFZsVkBS .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-urlFZsVkBS .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-urlFZsVkBS .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-urlFZsVkBS .item a {
  display: block;
}
.cid-urlFZsVkBS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-urlFZsVkBS .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-urlFZsVkBS .mbr-text,
.cid-urlFZsVkBS .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urlFZsVkBS .card-title {
  color: #000000;
}
.cid-urlFZsVkBS .card-desc {
  color: #616161;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uryowaLlKH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uryowaLlKH img,
.cid-uryowaLlKH .item-img {
  width: 100%;
}
.cid-uryowaLlKH .item:focus,
.cid-uryowaLlKH span:focus {
  outline: none;
}
.cid-uryowaLlKH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uryowaLlKH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uryowaLlKH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uryowaLlKH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uryowaLlKH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uryowaLlKH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uryowaLlKH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uryowaLlKH .mbr-section-title {
  color: #232323;
}
.cid-uryowaLlKH .mbr-text,
.cid-uryowaLlKH .mbr-section-btn {
  text-align: left;
}
.cid-uryowaLlKH .item-title {
  text-align: left;
}
.cid-uryowaLlKH .item-subtitle {
  text-align: left;
}
.cid-uvNqEcVhl3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvNqEcVhl3 img,
.cid-uvNqEcVhl3 .item-img {
  width: 100%;
}
.cid-uvNqEcVhl3 .item:focus,
.cid-uvNqEcVhl3 span:focus {
  outline: none;
}
.cid-uvNqEcVhl3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvNqEcVhl3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvNqEcVhl3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uvNqEcVhl3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvNqEcVhl3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uvNqEcVhl3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uvNqEcVhl3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvNqEcVhl3 .mbr-section-title {
  color: #232323;
}
.cid-uvNqEcVhl3 .mbr-text,
.cid-uvNqEcVhl3 .mbr-section-btn {
  text-align: left;
}
.cid-uvNqEcVhl3 .item-title {
  text-align: left;
}
.cid-uvNqEcVhl3 .item-subtitle {
  text-align: left;
}
.cid-uvNuWQnDHf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvNuWQnDHf img,
.cid-uvNuWQnDHf .item-img {
  width: 100%;
}
.cid-uvNuWQnDHf .item:focus,
.cid-uvNuWQnDHf span:focus {
  outline: none;
}
.cid-uvNuWQnDHf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvNuWQnDHf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvNuWQnDHf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uvNuWQnDHf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvNuWQnDHf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uvNuWQnDHf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uvNuWQnDHf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvNuWQnDHf .mbr-section-title {
  color: #232323;
}
.cid-uvNuWQnDHf .mbr-text,
.cid-uvNuWQnDHf .mbr-section-btn {
  text-align: left;
}
.cid-uvNuWQnDHf .item-title {
  text-align: left;
}
.cid-uvNuWQnDHf .item-subtitle {
  text-align: left;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvSSV87rH2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffe885;
}
.cid-uvSSV87rH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSSV87rH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvSSV87rH2 .mbr-section-title,
.cid-uvSSV87rH2 .mbr-text,
.cid-uvSSV87rH2 .mbr-section-btn {
  text-align: center;
}
.cid-uvSSV87rH2 .video-wrapper {
  margin: auto;
}
.cid-uvSSV87rH2 .video-wrapper iframe {
  width: 100%;
}
.cid-uvSUACEYbY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uvSUACEYbY .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-uvSUACEYbY .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uvSUACEYbY .row {
    padding: 2rem 1rem;
  }
}
.cid-uvSUACEYbY .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uvSUACEYbY .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-uvSUACEYbY .card-text {
  color: #263d5a;
  text-align: center;
}
.cid-uvSUACEYbY .card-title,
.cid-uvSUACEYbY .iconfont-wrapper {
  color: #263d5a;
  text-align: center;
}
.cid-uvSUACEYbY .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-uvSUACEYbY .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvSUACEYbY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvSUACEYbY .card-link {
  text-align: center;
}
.cid-uvMTc1ScpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvMTc1ScpO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvMOv89hIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvMOv89hIC .image-wrap-1 {
  padding-right: 0;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uvMOv89hIC .image-wrap-1 {
    padding: 0 12px;
  }
}
.cid-uvMOv89hIC .image-wrap-1 .image-wrapper {
  height: 720px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvMOv89hIC .image-wrap-1 .image-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uvMOv89hIC .image-wrap-1 .image-wrapper {
    height: 350px;
  }
}
.cid-uvMOv89hIC .image-wrap-1 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-uvMOv89hIC .image-wrap-2 {
  padding-right: 2rem;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uvMOv89hIC .image-wrap-2 {
    padding: 0 24px;
  }
}
.cid-uvMOv89hIC .image-wrap-2 .image-wrapper {
  height: 360px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uvMOv89hIC .image-wrap-2 .image-wrapper {
    height: 350px;
  }
}
.cid-uvMOv89hIC .image-wrap-2 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-uvMOv89hIC .image-wrap {
  padding: 0;
}
.cid-uvMOv89hIC .card-link {
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all .4s ease;
}
.cid-uvMOv89hIC .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.cid-uvMOv89hIC .card-wrapper .mbr-title {
  pointer-events: visible;
  margin: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-uvMOv89hIC .card-wrapper .mbr-text {
  pointer-events: visible;
  margin: 5px 0 0 0;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-uvMOv89hIC .image-wrapper:hover .mbr-title {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-uvMOv89hIC .image-wrapper:hover .mbr-text {
  opacity: .7;
  transform: translate(0, 0);
}
.cid-uvMOv89hIC .image-wrapper:hover .card-link {
  position: absolute;
  width: 100%;
  background-color: #ffa41d;
}
.cid-uvMOv89hIC .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uvMOv89hIC .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uvT2lwGrBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvT2lwGrBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvT2lwGrBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvT24BqzyA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvT24BqzyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvT24BqzyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvT24BqzyA .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uvT24BqzyA .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvT24BqzyA .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uvT2h7s1yE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvT2h7s1yE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvT2h7s1yE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvT2h7s1yE .container {
    padding: 0 16px;
  }
}
.cid-uvT2h7s1yE .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uvT2h7s1yE .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uvT2h7s1yE .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #fdefce;
}
.cid-uvT2h7s1yE .item .item-wrapper {
  height: 100%;
}
.cid-uvT2h7s1yE .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eadef8;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uvT2h7s1yE .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uvT2h7s1yE .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uvT2h7s1yE .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uvT2h7s1yE .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uvT2h7s1yE .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uvT2h7s1yE .item-emoji {
  color: #000000;
}
.cid-uvT2h7s1yE .item-title {
  color: #000000;
}
.cid-uvT2h7s1yE .item-text {
  color: #000000;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urCgXUIHfh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urCgXUIHfh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urCb52u899 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-urCb52u899 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCb52u899 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCb52u899 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-urCb52u899 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-urCb52u899 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-urCb52u899 .container {
    padding: 0 20px;
  }
}
.cid-urCb52u899 .row {
  justify-content: center;
}
.cid-urCb52u899 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-urCb52u899 .content-wrapper {
    display: block;
  }
}
.cid-urCb52u899 .content-wrapper .card {
  justify-content: center;
}
.cid-urCb52u899 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-urCb52u899 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-urCb52u899 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-urCb52u899 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-urCb52u899 .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-urCb52u899 .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-urCb52u899 .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-urCb52u899 .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-urCb52u899 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-urCb52u899 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-urCb52u899 .mbr-section-title {
  color: #38001b;
}
.cid-urCb52u899 .mbr-text {
  color: #38001b;
}
.cid-urCgZrZRbc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urCgZrZRbc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urCgeOK0FY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urCgeOK0FY .item-img {
  position: relative;
}
.cid-urCgeOK0FY .item-img img {
  transition: all 0.2s;
}
.cid-urCgeOK0FY h5 {
  line-height: 1.2;
}
.cid-urCgeOK0FY .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-urCgeOK0FY .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-urCgeOK0FY .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-urCgeOK0FY .item:hover img {
  transform: scale(1.05);
}
.cid-urCgeOK0FY .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #05386b;
}
@media (max-width: 992px) {
  .cid-urCgeOK0FY .subtitle-wrap,
  .cid-urCgeOK0FY .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-urCgeOK0FY .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-urCgeOK0FY .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urCgeOK0FY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-urCgeOK0FY .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-urCgeOK0FY .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-urCgeOK0FY .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-urCgeOK0FY .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-urCgeOK0FY .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-urCgeOK0FY .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-urCgeOK0FY .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-urCgeOK0FY .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-urCgeOK0FY .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-urCgeOK0FY .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-urCgeOK0FY img,
.cid-urCgeOK0FY .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-urCgeOK0FY .item:focus,
.cid-urCgeOK0FY span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-urCgeOK0FY .item {
    margin-bottom: 1rem;
  }
}
.cid-urCgeOK0FY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-urCgeOK0FY .item-title {
  text-align: left;
  color: #000000;
}
.cid-urCgeOK0FY .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-urCgeOK0FY .mbr-text,
.cid-urCgeOK0FY .item .mbr-section-btn {
  color: #000000;
}
.cid-urCgeOK0FY .mbr-section-subtitle,
.cid-urCgeOK0FY .subtitle-wrap,
.cid-urCgeOK0FY .mbr-section-btn {
  text-align: left;
}
.cid-urCh1Wob9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urCh1Wob9H .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urCkrM76Gp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-urCkrM76Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCkrM76Gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCkrM76Gp .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-urCkrM76Gp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urCkrM76Gp .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-urCkrM76Gp .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-urCkrM76Gp .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-urCkrM76Gp .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-urCkrM76Gp .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-urCkrM76Gp .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-urCkrM76Gp .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-urCkrM76Gp .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-urCkrM76Gp .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-urCkrM76Gp .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urCkrM76Gp .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ed463f;
  border-radius: 12px;
}
.cid-urCkrM76Gp .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-urCkrM76Gp .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-urCkrM76Gp .mbr-section-title {
  color: #404349;
}
.cid-urCkrM76Gp .mbr-desc {
  color: #b19a7c;
}
.cid-urCkrM76Gp .item-title {
  color: #404349;
}
.cid-urCkrM76Gp .item-text {
  color: #404349;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvRTGhqZqB {
  background-image: url("../../../assets/images/whatsapp-image-2024-12-02-at-12.53.41-2-2000x1287.jpg");
}
.cid-uvRTGhqZqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRTGhqZqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRTGhqZqB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uvRTGhqZqB .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uvRTGhqZqB .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uvRTRmjQIi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvRTRmjQIi img,
.cid-uvRTRmjQIi .item-img {
  width: 100%;
}
.cid-uvRTRmjQIi .item:focus,
.cid-uvRTRmjQIi span:focus {
  outline: none;
}
.cid-uvRTRmjQIi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvRTRmjQIi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvRTRmjQIi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uvRTRmjQIi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvRTRmjQIi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uvRTRmjQIi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uvRTRmjQIi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvRTRmjQIi .mbr-section-title {
  color: #232323;
}
.cid-uvRTRmjQIi .mbr-text,
.cid-uvRTRmjQIi .mbr-section-btn {
  text-align: left;
}
.cid-uvRTRmjQIi .item-title {
  text-align: left;
}
.cid-uvRTRmjQIi .item-subtitle {
  text-align: left;
}
.cid-urCANdHkEo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-urCANdHkEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCANdHkEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCANdHkEo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-urCANdHkEo .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-urCANdHkEo .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-urCANdHkEo .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urCANdHkEo .item {
    margin-bottom: 16px;
  }
}
.cid-urCANdHkEo .item:last-child {
  margin-bottom: 0;
}
.cid-urCANdHkEo .item:hover .item-wrapper .item-img img,
.cid-urCANdHkEo .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-urCANdHkEo .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-urCANdHkEo .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-urCANdHkEo .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-urCANdHkEo .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-urCANdHkEo .item .item-wrapper .item-content .item-title_1,
.cid-urCANdHkEo .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-urCANdHkEo .item .item-wrapper .item-content .item-text_1,
.cid-urCANdHkEo .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-urCANdHkEo .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-urCANdHkEo .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-urCANdHkEo .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-urCANdHkEo .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-urCANdHkEo .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-urCANdHkEo .item .card_1 {
  background-color: #ffeed4;
}
.cid-urCANdHkEo .item .card_2 {
  background-color: #ffe2d4;
}
.cid-urCANdHkEo .mbr-section-title {
  color: #212529;
}
.cid-urCANdHkEo .item-title_1 {
  color: #f5a11b;
}
.cid-urCANdHkEo .item-title_2 {
  color: #ff543d;
}
.cid-urCANdHkEo .item-text_1 {
  color: #f5a11b;
}
.cid-urCANdHkEo .item-text_2 {
  color: #ff543d;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urOJsyLKPv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-urOJsyLKPv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-urOJsyLKPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOJsyLKPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOJsyLKPv .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urOJsyLKPv .content-wrap .card {
  justify-content: space-between;
}
.cid-urOJsyLKPv .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urOJsyLKPv .content-wrapper {
    padding: 0;
  }
}
.cid-urOJsyLKPv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urOJsyLKPv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-urOJsyLKPv .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-urOJsyLKPv .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urOJsyLKPv .mbr-desc,
.cid-urOJsyLKPv .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urOJszqaWU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-urOJszqaWU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-urOJszqaWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOJszqaWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOJszqaWU .content-wrap {
  margin: 0;
}
.cid-urOJszqaWU .content-wrap .card {
  padding: 0;
}
.cid-urOJszqaWU .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-urOJszqaWU .image-wrap {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-urOJszqaWU .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-urOJszqaWU .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-urOJszqaWU .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-urOJszqaWU .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .cid-urOJszqaWU .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-urOJszqaWU .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-urOJszqaWU .image-wrap .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.cid-urOJszqaWU .image-wrap .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-urOJszqaWU .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-urOJszqaWU .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-urOJszqaWU .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-urOJszqaWU .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-urOJszqaWU .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-urOJszqaWU .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-urOJszqaWU .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urOJszqaWU .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-urOJszqaWU .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-urOJszqaWU .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-urOJszqaWU .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #150764;
  display: inline-flex;
}
.cid-urOJszqaWU .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-urOJszqaWU .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-urOJszqaWU .mbr-section-title {
  color: #f4f2ef;
}
.cid-urOJszqaWU .item-title {
  color: #150764;
}
.cid-urOJszqaWU .item-text {
  color: #150764;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urOKS8kLxN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-urOKS8kLxN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-urOKS8kLxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOKS8kLxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOKS8kLxN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urOKS8kLxN .content-wrap .card {
  justify-content: space-between;
}
.cid-urOKS8kLxN .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urOKS8kLxN .content-wrapper {
    padding: 0;
  }
}
.cid-urOKS8kLxN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urOKS8kLxN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-urOKS8kLxN .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-urOKS8kLxN .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urOKS8kLxN .mbr-desc,
.cid-urOKS8kLxN .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urOKS94JG6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-urOKS94JG6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-urOKS94JG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOKS94JG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOKS94JG6 .content-wrap {
  margin: 0;
}
.cid-urOKS94JG6 .content-wrap .card {
  padding: 0;
}
.cid-urOKS94JG6 .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-urOKS94JG6 .image-wrap {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-urOKS94JG6 .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-urOKS94JG6 .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-urOKS94JG6 .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-urOKS94JG6 .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .cid-urOKS94JG6 .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-urOKS94JG6 .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-urOKS94JG6 .image-wrap .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.cid-urOKS94JG6 .image-wrap .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-urOKS94JG6 .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-urOKS94JG6 .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-urOKS94JG6 .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-urOKS94JG6 .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-urOKS94JG6 .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-urOKS94JG6 .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-urOKS94JG6 .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urOKS94JG6 .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-urOKS94JG6 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-urOKS94JG6 .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-urOKS94JG6 .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #150764;
  display: inline-flex;
}
.cid-urOKS94JG6 .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-urOKS94JG6 .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-urOKS94JG6 .mbr-section-title {
  color: #f4f2ef;
}
.cid-urOKS94JG6 .item-title {
  color: #150764;
}
.cid-urOKS94JG6 .item-text {
  color: #150764;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urOMcxz90I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-urOMcxz90I .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-urOMcxz90I .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOMcxz90I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOMcxz90I .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urOMcxz90I .content-wrap .card {
  justify-content: space-between;
}
.cid-urOMcxz90I .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urOMcxz90I .content-wrapper {
    padding: 0;
  }
}
.cid-urOMcxz90I .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urOMcxz90I .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-urOMcxz90I .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-urOMcxz90I .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urOMcxz90I .mbr-desc,
.cid-urOMcxz90I .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urOMcydcJi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-urOMcydcJi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-urOMcydcJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-urOMcydcJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urOMcydcJi .content-wrap {
  margin: 0;
}
.cid-urOMcydcJi .content-wrap .card {
  padding: 0;
}
.cid-urOMcydcJi .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-urOMcydcJi .image-wrap {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-urOMcydcJi .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-urOMcydcJi .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-urOMcydcJi .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-urOMcydcJi .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .cid-urOMcydcJi .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-urOMcydcJi .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-urOMcydcJi .image-wrap .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.cid-urOMcydcJi .image-wrap .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-urOMcydcJi .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-urOMcydcJi .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-urOMcydcJi .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-urOMcydcJi .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-urOMcydcJi .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-urOMcydcJi .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-urOMcydcJi .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urOMcydcJi .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-urOMcydcJi .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-urOMcydcJi .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-urOMcydcJi .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #150764;
  display: inline-flex;
}
.cid-urOMcydcJi .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-urOMcydcJi .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-urOMcydcJi .mbr-section-title {
  color: #f4f2ef;
}
.cid-urOMcydcJi .item-title {
  color: #150764;
}
.cid-urOMcydcJi .item-text {
  color: #150764;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urON7eUkN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-urON7eUkN6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-urON7eUkN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urON7eUkN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urON7eUkN6 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-urON7eUkN6 .content-wrap .card {
  justify-content: space-between;
}
.cid-urON7eUkN6 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-urON7eUkN6 .content-wrapper {
    padding: 0;
  }
}
.cid-urON7eUkN6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-urON7eUkN6 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-urON7eUkN6 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-urON7eUkN6 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-urON7eUkN6 .mbr-desc,
.cid-urON7eUkN6 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-urON7fMaOI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-urON7fMaOI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-urON7fMaOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urON7fMaOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urON7fMaOI .content-wrap {
  margin: 0;
}
.cid-urON7fMaOI .content-wrap .card {
  padding: 0;
}
.cid-urON7fMaOI .image-wrap {
  position: relative;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-urON7fMaOI .image-wrap {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-urON7fMaOI .image-wrap .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cid-urON7fMaOI .image-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-urON7fMaOI .image-wrap .image-wrapper img {
    object-fit: cover;
  }
}
.cid-urON7fMaOI .image-wrap .title-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  pointer-events: none;
}
@media (max-width: 1640px) {
  .cid-urON7fMaOI .image-wrap .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-urON7fMaOI .image-wrap .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-urON7fMaOI .image-wrap .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 30px;
}
.cid-urON7fMaOI .image-wrap .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .cid-urON7fMaOI .image-wrap .title-wrapper .mbr-section-btn {
    display: block;
  }
}
.cid-urON7fMaOI .image-wrap .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-urON7fMaOI .items-wrapper .item:first-child .item-wrapper {
  border-top: none;
}
.cid-urON7fMaOI .items-wrapper .item .item-wrapper {
  padding: 72px 190px;
  border-radius: 0 !important;
  border-top: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-urON7fMaOI .items-wrapper .item .item-wrapper {
    padding: 72px 24px;
  }
}
@media (max-width: 992px) {
  .cid-urON7fMaOI .items-wrapper .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-urON7fMaOI .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urON7fMaOI .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-urON7fMaOI .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-urON7fMaOI .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-urON7fMaOI .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 80px;
  color: #150764;
  display: inline-flex;
}
.cid-urON7fMaOI .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-urON7fMaOI .items-wrapper .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-urON7fMaOI .mbr-section-title {
  color: #f4f2ef;
}
.cid-urON7fMaOI .item-title {
  color: #150764;
}
.cid-urON7fMaOI .item-text {
  color: #150764;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvN6AZCcOB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvN6AZCcOB .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-uvN6AZCcOB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvN6AZCcOB .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uvN6AZCcOB .mbr-section-title {
  color: #2e6b75;
}
.cid-uvN6AZCcOB .mbr-text {
  color: #6c7577;
}
.cid-uvN6AZCcOB .mbr-description {
  color: #6c7577;
}
.cid-uvN6AZCcOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvN6AZCcOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvN6B0w1Lu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uvN6B0w1Lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvN6B0w1Lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvN6B0w1Lu .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #05386b;
  margin-bottom: 2rem;
}
.cid-uvN6B0w1Lu .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvN6B1NUcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvN6B1NUcL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvN6B2988J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvN6B2988J .image-wrap-1 {
  padding-right: 0;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uvN6B2988J .image-wrap-1 {
    padding: 0 12px;
  }
}
.cid-uvN6B2988J .image-wrap-1 .image-wrapper {
  height: 720px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uvN6B2988J .image-wrap-1 .image-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uvN6B2988J .image-wrap-1 .image-wrapper {
    height: 350px;
  }
}
.cid-uvN6B2988J .image-wrap-1 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-uvN6B2988J .image-wrap-2 {
  padding-right: 2rem;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uvN6B2988J .image-wrap-2 {
    padding: 0 24px;
  }
}
.cid-uvN6B2988J .image-wrap-2 .image-wrapper {
  height: 360px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uvN6B2988J .image-wrap-2 .image-wrapper {
    height: 350px;
  }
}
.cid-uvN6B2988J .image-wrap-2 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-uvN6B2988J .image-wrap {
  padding: 0;
}
.cid-uvN6B2988J .card-link {
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all .4s ease;
}
.cid-uvN6B2988J .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.cid-uvN6B2988J .card-wrapper .mbr-title {
  pointer-events: visible;
  margin: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-uvN6B2988J .card-wrapper .mbr-text {
  pointer-events: visible;
  margin: 5px 0 0 0;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-uvN6B2988J .image-wrapper:hover .mbr-title {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-uvN6B2988J .image-wrapper:hover .mbr-text {
  opacity: .7;
  transform: translate(0, 0);
}
.cid-uvN6B2988J .image-wrapper:hover .card-link {
  position: absolute;
  width: 100%;
  background-color: #ffa41d;
}
.cid-uvN6B2988J .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uvN6B2988J .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uvN6B2q6jh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uvN6B2q6jh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvN6B2q6jh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvN6B2q6jh .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uvN6B2q6jh .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvN6B2q6jh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvN6B2q6jh .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uvN6B2q6jh .container {
    padding: 0 16px;
  }
}
.cid-uvN6B2q6jh .row {
  justify-content: center;
}
.cid-uvN6B2q6jh .title-wrapper {
  margin-bottom: 50px;
}
.cid-uvN6B2q6jh .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uvN6B2q6jh .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvN6B2q6jh .item {
  margin-bottom: 50px;
  padding-right: 40px;
}
.cid-uvN6B2q6jh .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvN6B2q6jh .item:nth-child(2n) {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvN6B2q6jh .item {
    padding: 0 16px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uvN6B2q6jh .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uvN6B2q6jh .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-uvN6B2q6jh .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-uvN6B2q6jh .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uvN6B2q6jh .border-wrapper {
  height: 1px;
  background-color: #000000;
  margin-bottom: 50px;
}
.cid-uvN6B2q6jh .border-wrap {
  height: 1px;
  background-color: #000000;
}
.cid-uvN6B2q6jh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uvN6B2q6jh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvN6B2q6jh .card-title {
  color: #000000;
}
.cid-uvN6B2q6jh .card-text {
  color: #000000;
}
.cid-uvRMNHyKNi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRMNHyKNi .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .container {
    padding: 0 16px;
  }
}
.cid-uvRMNHyKNi li {
  line-height: 1.8;
}
.cid-uvRMNHyKNi li:hover {
  cursor: pointer;
}
.cid-uvRMNHyKNi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRMNHyKNi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRMNHyKNi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRMNHyKNi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRMNHyKNi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRMNHyKNi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRMNHyKNi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRMNHyKNi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRMNHyKNi .mbr-section-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .copyright {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-card-title {
  color: #ffffff;
}
.cid-uvRMNHyKNi .list {
  color: #ffffff;
}
.cid-uvRMNHyKNi .mbr-section-title,
.cid-uvRMNHyKNi .title-wrapper,
.cid-uvRMNHyKNi .social-wrapper {
  color: #ffffff;
}
.cid-uvRMZiFBv2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRMZiFBv2 nav.navbar {
  position: fixed;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRMZiFBv2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRMZiFBv2 .dropdown-item:hover,
.cid-uvRMZiFBv2 .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRMZiFBv2 .dropdown-item:hover span {
  color: white;
}
.cid-uvRMZiFBv2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRMZiFBv2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRMZiFBv2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRMZiFBv2 .nav-link {
  position: relative;
}
.cid-uvRMZiFBv2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRMZiFBv2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown-menu,
.cid-uvRMZiFBv2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRMZiFBv2 .nav-item:focus,
.cid-uvRMZiFBv2 .nav-link:focus {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRMZiFBv2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRMZiFBv2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRMZiFBv2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRMZiFBv2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRMZiFBv2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRMZiFBv2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRMZiFBv2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRMZiFBv2 .navbar.collapsed {
  justify-content: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRMZiFBv2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRMZiFBv2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRMZiFBv2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRMZiFBv2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRMZiFBv2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRMZiFBv2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRMZiFBv2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRMZiFBv2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRMZiFBv2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRMZiFBv2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRMZiFBv2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRMZiFBv2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRMZiFBv2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRMZiFBv2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRMZiFBv2 .dropdown-item.active,
.cid-uvRMZiFBv2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRMZiFBv2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRMZiFBv2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRMZiFBv2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRMZiFBv2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRMZiFBv2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRMZiFBv2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRMZiFBv2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRMZiFBv2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRMZiFBv2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRMZiFBv2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRMZiFBv2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRMZiFBv2 .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-uvRMZiFBv2 .navbar {
    height: 70px;
  }
  .cid-uvRMZiFBv2 .navbar.opened {
    height: auto;
  }
  .cid-uvRMZiFBv2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvRWaADbnM {
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uvRWaADbnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRWaADbnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRXIaHLbK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvRXIaHLbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRXIaHLbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRXIaHLbK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvRXIaHLbK .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvRXIaHLbK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvRXIaHLbK .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvRXIaHLbK .container {
    padding: 0 24px;
  }
}
.cid-uvRXIaHLbK .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvRXIaHLbK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvRXIaHLbK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvRXIaHLbK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvRXIaHLbK .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvRXIaHLbK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvRXIaHLbK .item {
  margin-bottom: 32px;
}
.cid-uvRXIaHLbK .item .item-wrapper {
  height: 100%;
}
.cid-uvRXIaHLbK .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvRXIaHLbK .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvRXIaHLbK .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uvRXIaHLbK .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvRXIaHLbK .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uvRXIaHLbK .item .item-wrapper .card-box .item-title,
.cid-uvRXIaHLbK .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-uvRXIaHLbK .item .item-wrapper .card-box .text-wrap .item-text,
.cid-uvRXIaHLbK .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uvRXIaHLbK .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvRXIaHLbK .item .item-wrapper .dark-card {
  background-color: #18212d;
  border: none;
}
.cid-uvRXIaHLbK .item .item-wrapper .middle-card {
  background-color: #6b818c;
  border: none;
}
.cid-uvRXIaHLbK .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uvRXIaHLbK .mbr-desc,
.cid-uvRXIaHLbK .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uvRXIaHLbK .mbr-text,
.cid-uvRXIaHLbK .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uvRXIaHLbK .item-title {
  color: #18212d;
}
.cid-uvRXIaHLbK .item-text {
  color: #18212d;
}
.cid-uvRXIaHLbK .item-title_2 {
  color: #ffffff;
}
.cid-uvRXIaHLbK .item-text_2 {
  color: #ffffff;
}
.cid-uvRY8zM8er {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvRY8zM8er .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRY8zM8er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvRY8zM8er .container {
    padding: 0 30px;
  }
}
.cid-uvRY8zM8er .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvRY8zM8er .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvRY8zM8er .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvRY8zM8er .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvRY8zM8er .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvRY8zM8er .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvRY8zM8er .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvRY8zM8er .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvRY8zM8er .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvRY8zM8er .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvRY8zM8er .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvRY8zM8er .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvRY8zM8er .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvRY8zM8er .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvRY8zM8er .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvRY8zM8er .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvRY8zM8er .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvRY8zM8er .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvRY8zM8er .item-title {
  color: #144031;
}
.cid-uvRY8zM8er .item-text {
  color: #144031;
}
.cid-uvRVDTNt09 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvRVDTNt09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRVDTNt09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRVDTNt09 .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uvRVDTNt09 .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvRVDTNt09 .img1 {
  background: #ffe161;
}
.cid-uvRVDTNt09 .img2 {
  background: #6592e6;
}
.cid-uvRVDTNt09 .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uvRVDTNt09 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uvRVDTNt09 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRVDTNt09 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvRVDTNt09 .card-wrapper {
    flex-direction: column;
  }
  .cid-uvRVDTNt09 .card-box {
    padding: 1rem;
  }
  .cid-uvRVDTNt09 .card-box,
  .cid-uvRVDTNt09 .img-wrapper {
    width: 100%;
  }
  .cid-uvRVDTNt09 .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uvRVDTNt09 .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uvRVDTNt09 .card-subtitle {
  color: #0077ff;
}
.cid-uvRVDTNt09 .mbr-text,
.cid-uvRVDTNt09 .link-wrap {
  color: #555555;
}
.cid-uvRVDVlyTE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvRVDVlyTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRVDVlyTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRVDVlyTE .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uvRVDVlyTE .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvRVDVlyTE .img1 {
  background: #ffe161;
}
.cid-uvRVDVlyTE .img2 {
  background: #6592e6;
}
.cid-uvRVDVlyTE .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uvRVDVlyTE .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uvRVDVlyTE .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRVDVlyTE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvRVDVlyTE .card-wrapper {
    flex-direction: column;
  }
  .cid-uvRVDVlyTE .card-box {
    padding: 1rem;
  }
  .cid-uvRVDVlyTE .card-box,
  .cid-uvRVDVlyTE .img-wrapper {
    width: 100%;
  }
  .cid-uvRVDVlyTE .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uvRVDVlyTE .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uvRVDVlyTE .card-subtitle {
  color: #0077ff;
}
.cid-uvRVDVlyTE .mbr-text,
.cid-uvRVDVlyTE .link-wrap {
  color: #555555;
}
.cid-uvRVDVPPJ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRVDVPPJ4 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRVDVPPJ4 .container {
    padding: 0 16px;
  }
}
.cid-uvRVDVPPJ4 li {
  line-height: 1.8;
}
.cid-uvRVDVPPJ4 li:hover {
  cursor: pointer;
}
.cid-uvRVDVPPJ4 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRVDVPPJ4 .card {
    margin-bottom: 40px;
  }
}
.cid-uvRVDVPPJ4 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRVDVPPJ4 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRVDVPPJ4 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRVDVPPJ4 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRVDVPPJ4 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRVDVPPJ4 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRVDVPPJ4 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRVDVPPJ4 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRVDVPPJ4 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRVDVPPJ4 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRVDVPPJ4 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRVDVPPJ4 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRVDVPPJ4 .mbr-section-title {
  color: #ffffff;
}
.cid-uvRVDVPPJ4 .copyright {
  color: #ffffff;
}
.cid-uvRVDVPPJ4 .mbr-card-title {
  color: #ffffff;
}
.cid-uvRVDVPPJ4 .list {
  color: #ffffff;
}
.cid-uvRVDVPPJ4 .mbr-section-title,
.cid-uvRVDVPPJ4 .title-wrapper,
.cid-uvRVDVPPJ4 .social-wrapper {
  color: #ffffff;
}
.cid-uvRVDWi2YE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRVDWi2YE nav.navbar {
  position: fixed;
}
.cid-uvRVDWi2YE .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-uvRVDWi2YE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRVDWi2YE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRVDWi2YE .dropdown-item:hover,
.cid-uvRVDWi2YE .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRVDWi2YE .dropdown-item:hover span {
  color: white;
}
.cid-uvRVDWi2YE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRVDWi2YE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRVDWi2YE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRVDWi2YE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRVDWi2YE .nav-link {
  position: relative;
}
.cid-uvRVDWi2YE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRVDWi2YE .container {
    flex-wrap: wrap;
  }
}
.cid-uvRVDWi2YE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRVDWi2YE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRVDWi2YE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRVDWi2YE .dropdown-menu,
.cid-uvRVDWi2YE .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRVDWi2YE .nav-item:focus,
.cid-uvRVDWi2YE .nav-link:focus {
  outline: none;
}
.cid-uvRVDWi2YE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRVDWi2YE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRVDWi2YE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRVDWi2YE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRVDWi2YE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRVDWi2YE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRVDWi2YE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRVDWi2YE .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRVDWi2YE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRVDWi2YE .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRVDWi2YE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRVDWi2YE .navbar.collapsed {
  justify-content: center;
}
.cid-uvRVDWi2YE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRVDWi2YE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRVDWi2YE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRVDWi2YE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRVDWi2YE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRVDWi2YE .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-uvRVDWi2YE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRVDWi2YE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRVDWi2YE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRVDWi2YE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRVDWi2YE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRVDWi2YE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRVDWi2YE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRVDWi2YE .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-uvRVDWi2YE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRVDWi2YE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRVDWi2YE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRVDWi2YE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRVDWi2YE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRVDWi2YE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRVDWi2YE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRVDWi2YE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRVDWi2YE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRVDWi2YE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRVDWi2YE .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-uvRVDWi2YE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRVDWi2YE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRVDWi2YE .dropdown-item.active,
.cid-uvRVDWi2YE .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRVDWi2YE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRVDWi2YE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRVDWi2YE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRVDWi2YE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRVDWi2YE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRVDWi2YE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRVDWi2YE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRVDWi2YE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRVDWi2YE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRVDWi2YE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRVDWi2YE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRVDWi2YE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRVDWi2YE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRVDWi2YE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRVDWi2YE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRVDWi2YE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRVDWi2YE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRVDWi2YE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRVDWi2YE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRVDWi2YE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRVDWi2YE .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-uvRVDWi2YE .navbar {
    height: 70px;
  }
  .cid-uvRVDWi2YE .navbar.opened {
    height: auto;
  }
  .cid-uvRVDWi2YE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvRZgboUVV {
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uvRZgboUVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRZgboUVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRZgcCha2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvRZgcCha2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRZgcCha2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRZgcCha2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvRZgcCha2 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvRZgcCha2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvRZgcCha2 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uvRZgcCha2 .container {
    padding: 0 24px;
  }
}
.cid-uvRZgcCha2 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvRZgcCha2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvRZgcCha2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uvRZgcCha2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvRZgcCha2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvRZgcCha2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvRZgcCha2 .item {
  margin-bottom: 32px;
}
.cid-uvRZgcCha2 .item .item-wrapper {
  height: 100%;
}
.cid-uvRZgcCha2 .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvRZgcCha2 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvRZgcCha2 .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uvRZgcCha2 .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvRZgcCha2 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uvRZgcCha2 .item .item-wrapper .card-box .item-title,
.cid-uvRZgcCha2 .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-uvRZgcCha2 .item .item-wrapper .card-box .text-wrap .item-text,
.cid-uvRZgcCha2 .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uvRZgcCha2 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvRZgcCha2 .item .item-wrapper .dark-card {
  background-color: #18212d;
  border: none;
}
.cid-uvRZgcCha2 .item .item-wrapper .middle-card {
  background-color: #6b818c;
  border: none;
}
.cid-uvRZgcCha2 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uvRZgcCha2 .mbr-desc,
.cid-uvRZgcCha2 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uvRZgcCha2 .mbr-text,
.cid-uvRZgcCha2 .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uvRZgcCha2 .item-title {
  color: #18212d;
}
.cid-uvRZgcCha2 .item-text {
  color: #18212d;
}
.cid-uvRZgcCha2 .item-title_2 {
  color: #ffffff;
}
.cid-uvRZgcCha2 .item-text_2 {
  color: #ffffff;
}
.cid-uvRZgdldv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvRZgdldv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRZgdldv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvRZgdldv1 .container {
    padding: 0 30px;
  }
}
.cid-uvRZgdldv1 .items-wrapper .item:first-child {
  position: relative;
}
.cid-uvRZgdldv1 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #f1d788;
  opacity: .9;
}
.cid-uvRZgdldv1 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.cid-uvRZgdldv1 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #f5eedb;
}
.cid-uvRZgdldv1 .items-wrapper .item:last-child {
  position: relative;
}
.cid-uvRZgdldv1 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #f1c7b1;
  opacity: .9;
}
.cid-uvRZgdldv1 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-uvRZgdldv1 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uvRZgdldv1 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uvRZgdldv1 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvRZgdldv1 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvRZgdldv1 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvRZgdldv1 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uvRZgdldv1 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-uvRZgdldv1 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-uvRZgdldv1 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-uvRZgdldv1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-uvRZgdldv1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-uvRZgdldv1 .item-title {
  color: #144031;
}
.cid-uvRZgdldv1 .item-text {
  color: #144031;
}
.cid-uvRZgeLayn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvRZgeLayn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRZgeLayn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRZgeLayn .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uvRZgeLayn .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvRZgeLayn .img1 {
  background: #ffe161;
}
.cid-uvRZgeLayn .img2 {
  background: #6592e6;
}
.cid-uvRZgeLayn .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uvRZgeLayn .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uvRZgeLayn .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRZgeLayn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvRZgeLayn .card-wrapper {
    flex-direction: column;
  }
  .cid-uvRZgeLayn .card-box {
    padding: 1rem;
  }
  .cid-uvRZgeLayn .card-box,
  .cid-uvRZgeLayn .img-wrapper {
    width: 100%;
  }
  .cid-uvRZgeLayn .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uvRZgeLayn .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uvRZgeLayn .card-subtitle {
  color: #0077ff;
}
.cid-uvRZgeLayn .mbr-text,
.cid-uvRZgeLayn .link-wrap {
  color: #555555;
}
.cid-uvRZgfOERh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvRZgfOERh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvRZgfOERh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvRZgfOERh .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uvRZgfOERh .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvRZgfOERh .img1 {
  background: #ffe161;
}
.cid-uvRZgfOERh .img2 {
  background: #6592e6;
}
.cid-uvRZgfOERh .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uvRZgfOERh .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uvRZgfOERh .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRZgfOERh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvRZgfOERh .card-wrapper {
    flex-direction: column;
  }
  .cid-uvRZgfOERh .card-box {
    padding: 1rem;
  }
  .cid-uvRZgfOERh .card-box,
  .cid-uvRZgfOERh .img-wrapper {
    width: 100%;
  }
  .cid-uvRZgfOERh .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uvRZgfOERh .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uvRZgfOERh .card-subtitle {
  color: #0077ff;
}
.cid-uvRZgfOERh .mbr-text,
.cid-uvRZgfOERh .link-wrap {
  color: #555555;
}
.cid-uvRZggeLjD {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #121212, #353535);
}
.cid-uvRZggeLjD .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uvRZggeLjD .container {
    padding: 0 16px;
  }
}
.cid-uvRZggeLjD li {
  line-height: 1.8;
}
.cid-uvRZggeLjD li:hover {
  cursor: pointer;
}
.cid-uvRZggeLjD .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvRZggeLjD .card {
    margin-bottom: 40px;
  }
}
.cid-uvRZggeLjD .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRZggeLjD .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uvRZggeLjD .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uvRZggeLjD .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvRZggeLjD .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uvRZggeLjD .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uvRZggeLjD .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvRZggeLjD .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-uvRZggeLjD .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uvRZggeLjD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvRZggeLjD .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uvRZggeLjD .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uvRZggeLjD .mbr-section-title {
  color: #ffffff;
}
.cid-uvRZggeLjD .copyright {
  color: #ffffff;
}
.cid-uvRZggeLjD .mbr-card-title {
  color: #ffffff;
}
.cid-uvRZggeLjD .list {
  color: #ffffff;
}
.cid-uvRZggeLjD .mbr-section-title,
.cid-uvRZggeLjD .title-wrapper,
.cid-uvRZggeLjD .social-wrapper {
  color: #ffffff;
}
.cid-uvRZggRCku {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvRZggRCku nav.navbar {
  position: fixed;
}
.cid-uvRZggRCku .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-uvRZggRCku .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvRZggRCku .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvRZggRCku .dropdown-item:hover,
.cid-uvRZggRCku .dropdown-item:focus {
  background: #05386b !important;
  color: white !important;
}
.cid-uvRZggRCku .dropdown-item:hover span {
  color: white;
}
.cid-uvRZggRCku .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvRZggRCku .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvRZggRCku .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvRZggRCku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvRZggRCku .nav-link {
  position: relative;
}
.cid-uvRZggRCku .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRZggRCku .container {
    flex-wrap: wrap;
  }
}
.cid-uvRZggRCku .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvRZggRCku .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvRZggRCku .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvRZggRCku .dropdown-menu,
.cid-uvRZggRCku .navbar.opened {
  background: #ffffff !important;
}
.cid-uvRZggRCku .nav-item:focus,
.cid-uvRZggRCku .nav-link:focus {
  outline: none;
}
.cid-uvRZggRCku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvRZggRCku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvRZggRCku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvRZggRCku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvRZggRCku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvRZggRCku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvRZggRCku .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvRZggRCku .navbar.opened {
  transition: all 0.3s;
}
.cid-uvRZggRCku .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvRZggRCku .navbar .navbar-logo img {
  width: auto;
}
.cid-uvRZggRCku .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvRZggRCku .navbar.collapsed {
  justify-content: center;
}
.cid-uvRZggRCku .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvRZggRCku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvRZggRCku .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uvRZggRCku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvRZggRCku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvRZggRCku .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-uvRZggRCku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvRZggRCku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvRZggRCku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvRZggRCku .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvRZggRCku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvRZggRCku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvRZggRCku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvRZggRCku .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-uvRZggRCku .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvRZggRCku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvRZggRCku .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvRZggRCku .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvRZggRCku .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvRZggRCku .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvRZggRCku .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvRZggRCku .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvRZggRCku .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvRZggRCku .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvRZggRCku .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-uvRZggRCku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvRZggRCku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvRZggRCku .dropdown-item.active,
.cid-uvRZggRCku .dropdown-item:active {
  background-color: transparent;
}
.cid-uvRZggRCku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvRZggRCku .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvRZggRCku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvRZggRCku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvRZggRCku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvRZggRCku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvRZggRCku ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvRZggRCku .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvRZggRCku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvRZggRCku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvRZggRCku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvRZggRCku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRZggRCku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvRZggRCku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvRZggRCku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRZggRCku nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvRZggRCku nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvRZggRCku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvRZggRCku .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvRZggRCku a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvRZggRCku .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-uvRZggRCku .navbar {
    height: 70px;
  }
  .cid-uvRZggRCku .navbar.opened {
    height: auto;
  }
  .cid-uvRZggRCku .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
