body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffcc00 !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: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !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: #a88700 !important;
  border-color: #a88700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #a88700 !important;
  border-color: #a88700 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a88700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffcc00 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #997a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffcc00;
}
.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: #ffcc00;
  border-color: #ffcc00;
  color: #191400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffcc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffcc00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffcc00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcc00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffcc00;
}
.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: #ffcc00;
  border-bottom-color: #ffcc00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffcc00' %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-u5AcusCUFN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-u5AcusCUFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AcusCUFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKO4HQE4H9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKO4HQE4H9 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKO4HQE4H9 .mbr-text {
  color: #000000;
}
.cid-tZ1MUeKBBe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tZ1MUeKBBe nav.navbar {
  position: fixed;
}
.cid-tZ1MUeKBBe .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-tZ1MUeKBBe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZ1MUeKBBe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZ1MUeKBBe .dropdown-item:hover,
.cid-tZ1MUeKBBe .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-tZ1MUeKBBe .dropdown-item:hover span {
  color: white;
}
.cid-tZ1MUeKBBe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZ1MUeKBBe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZ1MUeKBBe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZ1MUeKBBe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZ1MUeKBBe .nav-link {
  position: relative;
}
.cid-tZ1MUeKBBe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZ1MUeKBBe .container {
    flex-wrap: nowrap;
  }
}
.cid-tZ1MUeKBBe .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ1MUeKBBe .dropdown-menu,
.cid-tZ1MUeKBBe .navbar.opened {
  background: #000000 !important;
}
.cid-tZ1MUeKBBe .nav-item:focus,
.cid-tZ1MUeKBBe .nav-link:focus {
  outline: none;
}
.cid-tZ1MUeKBBe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ1MUeKBBe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ1MUeKBBe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ1MUeKBBe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ1MUeKBBe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ1MUeKBBe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ1MUeKBBe .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: #000000;
}
.cid-tZ1MUeKBBe .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ1MUeKBBe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ1MUeKBBe .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ1MUeKBBe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZ1MUeKBBe .navbar.collapsed {
  justify-content: center;
}
.cid-tZ1MUeKBBe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ1MUeKBBe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ1MUeKBBe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZ1MUeKBBe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ1MUeKBBe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ1MUeKBBe .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-tZ1MUeKBBe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ1MUeKBBe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ1MUeKBBe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZ1MUeKBBe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ1MUeKBBe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ1MUeKBBe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ1MUeKBBe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ1MUeKBBe .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-tZ1MUeKBBe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZ1MUeKBBe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZ1MUeKBBe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ1MUeKBBe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZ1MUeKBBe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ1MUeKBBe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZ1MUeKBBe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tZ1MUeKBBe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZ1MUeKBBe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZ1MUeKBBe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZ1MUeKBBe .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-tZ1MUeKBBe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ1MUeKBBe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ1MUeKBBe .dropdown-item.active,
.cid-tZ1MUeKBBe .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ1MUeKBBe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ1MUeKBBe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ1MUeKBBe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ1MUeKBBe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tZ1MUeKBBe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZ1MUeKBBe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZ1MUeKBBe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ1MUeKBBe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZ1MUeKBBe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ1MUeKBBe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-tZ1MUeKBBe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ1MUeKBBe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ1MUeKBBe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ1MUeKBBe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ1MUeKBBe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ1MUeKBBe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ1MUeKBBe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ1MUeKBBe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ1MUeKBBe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZ1MUeKBBe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ1MUeKBBe .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-tZ1MUeKBBe .navbar {
    height: 70px;
  }
  .cid-tZ1MUeKBBe .navbar.opened {
    height: auto;
  }
  .cid-tZ1MUeKBBe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKO2IyqC56 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-46-1418x744.jpg");
}
.cid-uKO2IyqC56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKO2IyqC56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKO2IyqC56 .mbr-section-title {
  color: #ffffff;
}
.cid-uKO2IyqC56 .mbr-text,
.cid-uKO2IyqC56 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKO3HFFKk4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-2-1418x745.jpg");
}
.cid-uKO3HFFKk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKO3HFFKk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKO3HFFKk4 .mbr-text,
.cid-uKO3HFFKk4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKO3HFFKk4 .mbr-section-title {
  color: #ffffff;
}
.cid-uKO3Ijaccm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-47-1418x744.jpg");
}
.cid-uKO3Ijaccm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKO3Ijaccm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKO3Ijaccm .mbr-section-title {
  color: #ffffff;
}
.cid-uKO3Ijaccm .mbr-text,
.cid-uKO3Ijaccm .mbr-section-btn {
  color: #ffffff;
}
.cid-uKO3JcbxM8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-48-1418x744.jpg");
}
.cid-uKO3JcbxM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKO3JcbxM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKO3JcbxM8 .mbr-section-title {
  color: #ffffff;
}
.cid-uKO3JcbxM8 .mbr-text,
.cid-uKO3JcbxM8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKO660t2LC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKO660t2LC .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKO660t2LC .mbr-text {
  color: #000000;
}
.cid-uAPQgGbTFu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAPQgGbTFu img,
.cid-uAPQgGbTFu .item-img {
  width: 100%;
}
.cid-uAPQgGbTFu .item:focus,
.cid-uAPQgGbTFu span:focus {
  outline: none;
}
.cid-uAPQgGbTFu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uAPQgGbTFu .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAPQgGbTFu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAPQgGbTFu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uAPQgGbTFu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAPQgGbTFu .mbr-section-title {
  color: #232323;
}
.cid-uKO6k77H4Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKO6k77H4Q .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKO6k77H4Q .mbr-text {
  color: #000000;
}
.cid-uKO7AMxWLM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-2-1418x743.jpg");
}
.cid-uKO7AMxWLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKO7AMxWLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKO7AMxWLM .mbr-section-title {
  color: #ffffff;
}
.cid-uKO7AMxWLM .mbr-text,
.cid-uKO7AMxWLM .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOlS1oX1s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-1418x744.jpg");
}
.cid-uKOlS1oX1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOlS1oX1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOlS1oX1s .mbr-section-title {
  color: #ffffff;
}
.cid-uKOlS1oX1s .mbr-text,
.cid-uKOlS1oX1s .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOt2YO3sS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-1-1418x744.jpg");
}
.cid-uKOt2YO3sS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOt2YO3sS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOt2YO3sS .mbr-section-title {
  color: #ffffff;
}
.cid-uKOt2YO3sS .mbr-text,
.cid-uKOt2YO3sS .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOt4UM6Yx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-2-1418x744.jpg");
}
.cid-uKOt4UM6Yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOt4UM6Yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOt4UM6Yx .mbr-section-title {
  color: #ffffff;
}
.cid-uKOt4UM6Yx .mbr-text,
.cid-uKOt4UM6Yx .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOt5AKd0l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-3-1418x744.jpg");
}
.cid-uKOt5AKd0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOt5AKd0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOt5AKd0l .mbr-section-title {
  color: #ffffff;
}
.cid-uKOt5AKd0l .mbr-text,
.cid-uKOt5AKd0l .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOt6bzHfU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-4-1418x744.jpg");
}
.cid-uKOt6bzHfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOt6bzHfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOt6bzHfU .mbr-section-title {
  color: #ffffff;
}
.cid-uKOt6bzHfU .mbr-text,
.cid-uKOt6bzHfU .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOt6QCogK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-6-1418x744.jpg");
}
.cid-uKOt6QCogK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOt6QCogK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOt6QCogK .mbr-section-title {
  color: #ffffff;
}
.cid-uKOt6QCogK .mbr-text,
.cid-uKOt6QCogK .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOt7pXlvj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-7-1418x744.jpg");
}
.cid-uKOt7pXlvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOt7pXlvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOt7pXlvj .mbr-section-title {
  color: #ffffff;
}
.cid-uKOt7pXlvj .mbr-text,
.cid-uKOt7pXlvj .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOt85fdHP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-1418x745.jpg");
}
.cid-uKOt85fdHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOt85fdHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOt85fdHP .mbr-section-title {
  color: #ffffff;
}
.cid-uKOt85fdHP .mbr-text,
.cid-uKOt85fdHP .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOt8HICKr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-8-1418x744.jpg");
}
.cid-uKOt8HICKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOt8HICKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOt8HICKr .mbr-section-title {
  color: #ffffff;
}
.cid-uKOt8HICKr .mbr-text,
.cid-uKOt8HICKr .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOtx41dWq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-9-1418x744.jpg");
}
.cid-uKOtx41dWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOtx41dWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOtx41dWq .mbr-section-title {
  color: #ffffff;
}
.cid-uKOtx41dWq .mbr-text,
.cid-uKOtx41dWq .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOtxI94Td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-10-1418x744.jpg");
}
.cid-uKOtxI94Td .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOtxI94Td .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOtxI94Td .mbr-section-title {
  color: #ffffff;
}
.cid-uKOtxI94Td .mbr-text,
.cid-uKOtxI94Td .mbr-section-btn {
  color: #ffffff;
}
.cid-uKOtyjSa4D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-11-1418x744.jpg");
}
.cid-uKOtyjSa4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKOtyjSa4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKOtyjSa4D .mbr-section-title {
  color: #ffffff;
}
.cid-uKOtyjSa4D .mbr-text,
.cid-uKOtyjSa4D .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6z6DDcJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6z6DDcJR .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6z6DDcJR .mbr-text {
  color: #000000;
}
.cid-uL6zc0ZO2o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-12-1418x744.jpg");
}
.cid-uL6zc0ZO2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6zc0ZO2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6zc0ZO2o .mbr-section-title {
  color: #ffffff;
}
.cid-uL6zc0ZO2o .mbr-text,
.cid-uL6zc0ZO2o .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FfDJlwG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-13-1418x744.jpg");
}
.cid-uL6FfDJlwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FfDJlwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FfDJlwG .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FfDJlwG .mbr-text,
.cid-uL6FfDJlwG .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FkfEiBh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-14-1418x744.jpg");
}
.cid-uL6FkfEiBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FkfEiBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FkfEiBh .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FkfEiBh .mbr-text,
.cid-uL6FkfEiBh .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FhAWLiB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-15-1418x744.jpg");
}
.cid-uL6FhAWLiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FhAWLiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FhAWLiB .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FhAWLiB .mbr-text,
.cid-uL6FhAWLiB .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FlhNI17 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-16-1418x744.jpg");
}
.cid-uL6FlhNI17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FlhNI17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FlhNI17 .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FlhNI17 .mbr-text,
.cid-uL6FlhNI17 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6Fn2Dgub {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-17-1418x744.jpg");
}
.cid-uL6Fn2Dgub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6Fn2Dgub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6Fn2Dgub .mbr-section-title {
  color: #ffffff;
}
.cid-uL6Fn2Dgub .mbr-text,
.cid-uL6Fn2Dgub .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6Fimx4tP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-1-1418x745.jpg");
}
.cid-uL6Fimx4tP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6Fimx4tP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6Fimx4tP .mbr-section-title {
  color: #ffffff;
}
.cid-uL6Fimx4tP .mbr-text,
.cid-uL6Fimx4tP .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FlWdrel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-18-1418x744.jpg");
}
.cid-uL6FlWdrel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FlWdrel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FlWdrel .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FlWdrel .mbr-text,
.cid-uL6FlWdrel .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FnKxIwz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-19-1418x744.jpg");
}
.cid-uL6FnKxIwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FnKxIwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FnKxIwz .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FnKxIwz .mbr-text,
.cid-uL6FnKxIwz .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6ForcgzZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-20-1418x744.jpg");
}
.cid-uL6ForcgzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6ForcgzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6ForcgzZ .mbr-section-title {
  color: #ffffff;
}
.cid-uL6ForcgzZ .mbr-text,
.cid-uL6ForcgzZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6Fp9xs4f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-21-1418x744.jpg");
}
.cid-uL6Fp9xs4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6Fp9xs4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6Fp9xs4f .mbr-section-title {
  color: #ffffff;
}
.cid-uL6Fp9xs4f .mbr-text,
.cid-uL6Fp9xs4f .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FpKexaO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-22-1418x744.jpg");
}
.cid-uL6FpKexaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FpKexaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FpKexaO .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FpKexaO .mbr-text,
.cid-uL6FpKexaO .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FqqomjV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-23-1418x744.jpg");
}
.cid-uL6FqqomjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FqqomjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FqqomjV .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FqqomjV .mbr-text,
.cid-uL6FqqomjV .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6Fr1v7BI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-24-1418x744.jpg");
}
.cid-uL6Fr1v7BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6Fr1v7BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6Fr1v7BI .mbr-section-title {
  color: #ffffff;
}
.cid-uL6Fr1v7BI .mbr-text,
.cid-uL6Fr1v7BI .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FrAm5uK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-25-1418x744.jpg");
}
.cid-uL6FrAm5uK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FrAm5uK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FrAm5uK .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FrAm5uK .mbr-text,
.cid-uL6FrAm5uK .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FgC8mOB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-26-1418x744.jpg");
}
.cid-uL6FgC8mOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FgC8mOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FgC8mOB .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FgC8mOB .mbr-text,
.cid-uL6FgC8mOB .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FV1VSAq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-27-1418x744.jpg");
}
.cid-uL6FV1VSAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FV1VSAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FV1VSAq .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FV1VSAq .mbr-text,
.cid-uL6FV1VSAq .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FX8tTQQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-28-1418x744.jpg");
}
.cid-uL6FX8tTQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FX8tTQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FX8tTQQ .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FX8tTQQ .mbr-text,
.cid-uL6FX8tTQQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FZN9HYv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-29-1418x744.jpg");
}
.cid-uL6FZN9HYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FZN9HYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FZN9HYv .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FZN9HYv .mbr-text,
.cid-uL6FZN9HYv .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FVM9TDZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-30-1418x744.jpg");
}
.cid-uL6FVM9TDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FVM9TDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FVM9TDZ .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FVM9TDZ .mbr-text,
.cid-uL6FVM9TDZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6G1jfkoa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-31-1418x744.jpg");
}
.cid-uL6G1jfkoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6G1jfkoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6G1jfkoa .mbr-section-title {
  color: #ffffff;
}
.cid-uL6G1jfkoa .mbr-text,
.cid-uL6G1jfkoa .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6G0roSg7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-32-1418x744.jpg");
}
.cid-uL6G0roSg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6G0roSg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6G0roSg7 .mbr-section-title {
  color: #ffffff;
}
.cid-uL6G0roSg7 .mbr-text,
.cid-uL6G0roSg7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FYVqEza {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-33-1418x744.jpg");
}
.cid-uL6FYVqEza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FYVqEza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FYVqEza .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FYVqEza .mbr-text,
.cid-uL6FYVqEza .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6G27qibM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-34-1418x744.jpg");
}
.cid-uL6G27qibM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6G27qibM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6G27qibM .mbr-section-title {
  color: #ffffff;
}
.cid-uL6G27qibM .mbr-text,
.cid-uL6G27qibM .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6G36d7eM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-35-1418x744.jpg");
}
.cid-uL6G36d7eM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6G36d7eM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6G36d7eM .mbr-section-title {
  color: #ffffff;
}
.cid-uL6G36d7eM .mbr-text,
.cid-uL6G36d7eM .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6FY2fhIZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-36-1418x744.jpg");
}
.cid-uL6FY2fhIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6FY2fhIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6FY2fhIZ .mbr-section-title {
  color: #ffffff;
}
.cid-uL6FY2fhIZ .mbr-text,
.cid-uL6FY2fhIZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6z8HHWmA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6z8HHWmA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6z8HHWmA .mbr-text {
  color: #000000;
}
.cid-uL6zcNVRCp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-37-1418x744.jpg");
}
.cid-uL6zcNVRCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6zcNVRCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6zcNVRCp .mbr-section-title {
  color: #ffffff;
}
.cid-uL6zcNVRCp .mbr-text,
.cid-uL6zcNVRCp .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6SYcQ1zH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-38-1418x744.jpg");
}
.cid-uL6SYcQ1zH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6SYcQ1zH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6SYcQ1zH .mbr-section-title {
  color: #ffffff;
}
.cid-uL6SYcQ1zH .mbr-text,
.cid-uL6SYcQ1zH .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6T11QBEI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-39-1418x744.jpg");
}
.cid-uL6T11QBEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6T11QBEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6T11QBEI .mbr-section-title {
  color: #ffffff;
}
.cid-uL6T11QBEI .mbr-text,
.cid-uL6T11QBEI .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6T2urC6R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-40-1418x744.jpg");
}
.cid-uL6T2urC6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6T2urC6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6T2urC6R .mbr-section-title {
  color: #ffffff;
}
.cid-uL6T2urC6R .mbr-text,
.cid-uL6T2urC6R .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6T3aNVeQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-41-1418x744.jpg");
}
.cid-uL6T3aNVeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6T3aNVeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6T3aNVeQ .mbr-section-title {
  color: #ffffff;
}
.cid-uL6T3aNVeQ .mbr-text,
.cid-uL6T3aNVeQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6T40oBMa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-42-1418x744.jpg");
}
.cid-uL6T40oBMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6T40oBMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6T40oBMa .mbr-section-title {
  color: #ffffff;
}
.cid-uL6T40oBMa .mbr-text,
.cid-uL6T40oBMa .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6T1I37ae {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-43-1418x744.jpg");
}
.cid-uL6T1I37ae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6T1I37ae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6T1I37ae .mbr-section-title {
  color: #ffffff;
}
.cid-uL6T1I37ae .mbr-text,
.cid-uL6T1I37ae .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6zqsdBMk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6zqsdBMk .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6zqsdBMk .mbr-text {
  color: #000000;
}
.cid-uL6zrzUkBP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-49-1418x744.jpg");
}
.cid-uL6zrzUkBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6zrzUkBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6zrzUkBP .mbr-section-title {
  color: #ffffff;
}
.cid-uL6zrzUkBP .mbr-text,
.cid-uL6zrzUkBP .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6TodfmDP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-50-1418x744.jpg");
}
.cid-uL6TodfmDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6TodfmDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6TodfmDP .mbr-section-title {
  color: #ffffff;
}
.cid-uL6TodfmDP .mbr-text,
.cid-uL6TodfmDP .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6zt1oNkh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6zt1oNkh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6zt1oNkh .mbr-text {
  color: #000000;
}
.cid-uL6ztRoVTf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-44-1418x744.jpg");
}
.cid-uL6ztRoVTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6ztRoVTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6ztRoVTf .mbr-section-title {
  color: #ffffff;
}
.cid-uL6ztRoVTf .mbr-text,
.cid-uL6ztRoVTf .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6zwS30s6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6zwS30s6 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6zwS30s6 .mbr-text {
  color: #000000;
}
.cid-uLo3PWw8KL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLo3PWw8KL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLo3PWw8KL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLo3PWw8KL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLo3PWw8KL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLo3PWw8KL .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5AcGFAvzb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u5AcGFAvzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AcGFAvzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5AcGFAvzb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5AcGFAvzb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u5AcGFAvzb .row {
    text-align: center;
  }
  .cid-u5AcGFAvzb .row > div {
    margin: auto;
  }
  .cid-u5AcGFAvzb .social-row {
    justify-content: center;
  }
}
.cid-u5AcGFAvzb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5AcGFAvzb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u5AcGFAvzb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5AcGFAvzb .list {
    margin-bottom: 0rem;
  }
}
.cid-u5AcGFAvzb .mbr-text {
  color: #bbbbbb;
}
.cid-u5AcGFAvzb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u5AcGFAvzb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u5AcGFAvzb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL0fbUs1EA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL0fbUs1EA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL0fbUs1EA .mbr-text {
  color: #000000;
}
.cid-uL0fbPWXWR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL0fbPWXWR nav.navbar {
  position: fixed;
}
.cid-uL0fbPWXWR .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-uL0fbPWXWR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL0fbPWXWR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL0fbPWXWR .dropdown-item:hover,
.cid-uL0fbPWXWR .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL0fbPWXWR .dropdown-item:hover span {
  color: white;
}
.cid-uL0fbPWXWR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL0fbPWXWR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL0fbPWXWR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL0fbPWXWR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL0fbPWXWR .nav-link {
  position: relative;
}
.cid-uL0fbPWXWR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL0fbPWXWR .container {
    flex-wrap: nowrap;
  }
}
.cid-uL0fbPWXWR .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL0fbPWXWR .dropdown-menu,
.cid-uL0fbPWXWR .navbar.opened {
  background: #000000 !important;
}
.cid-uL0fbPWXWR .nav-item:focus,
.cid-uL0fbPWXWR .nav-link:focus {
  outline: none;
}
.cid-uL0fbPWXWR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL0fbPWXWR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL0fbPWXWR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL0fbPWXWR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL0fbPWXWR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL0fbPWXWR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL0fbPWXWR .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: #000000;
}
.cid-uL0fbPWXWR .navbar.opened {
  transition: all 0.3s;
}
.cid-uL0fbPWXWR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL0fbPWXWR .navbar .navbar-logo img {
  width: auto;
}
.cid-uL0fbPWXWR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL0fbPWXWR .navbar.collapsed {
  justify-content: center;
}
.cid-uL0fbPWXWR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL0fbPWXWR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL0fbPWXWR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL0fbPWXWR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL0fbPWXWR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL0fbPWXWR .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-uL0fbPWXWR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL0fbPWXWR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL0fbPWXWR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL0fbPWXWR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL0fbPWXWR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL0fbPWXWR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL0fbPWXWR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL0fbPWXWR .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-uL0fbPWXWR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL0fbPWXWR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL0fbPWXWR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL0fbPWXWR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL0fbPWXWR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL0fbPWXWR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL0fbPWXWR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL0fbPWXWR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL0fbPWXWR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL0fbPWXWR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL0fbPWXWR .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-uL0fbPWXWR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL0fbPWXWR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL0fbPWXWR .dropdown-item.active,
.cid-uL0fbPWXWR .dropdown-item:active {
  background-color: transparent;
}
.cid-uL0fbPWXWR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL0fbPWXWR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL0fbPWXWR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL0fbPWXWR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL0fbPWXWR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL0fbPWXWR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL0fbPWXWR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL0fbPWXWR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL0fbPWXWR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL0fbPWXWR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL0fbPWXWR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL0fbPWXWR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL0fbPWXWR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL0fbPWXWR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL0fbPWXWR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL0fbPWXWR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL0fbPWXWR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL0fbPWXWR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL0fbPWXWR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL0fbPWXWR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL0fbPWXWR .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-uL0fbPWXWR .navbar {
    height: 70px;
  }
  .cid-uL0fbPWXWR .navbar.opened {
    height: auto;
  }
  .cid-uL0fbPWXWR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL0fSZ8cF8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL0fSZ8cF8 img,
.cid-uL0fSZ8cF8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL0fSZ8cF8 .item:focus,
.cid-uL0fSZ8cF8 span:focus {
  outline: none;
}
.cid-uL0fSZ8cF8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL0fSZ8cF8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL0fSZ8cF8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL0fSZ8cF8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL0fSZ8cF8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL0fSZ8cF8 .mbr-section-title {
  color: #232323;
}
.cid-uL0gqfpUcj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL0gqfpUcj img,
.cid-uL0gqfpUcj .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL0gqfpUcj .item:focus,
.cid-uL0gqfpUcj span:focus {
  outline: none;
}
.cid-uL0gqfpUcj .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL0gqfpUcj .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL0gqfpUcj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL0gqfpUcj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL0gqfpUcj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL0gqfpUcj .mbr-section-title {
  color: #232323;
}
.cid-uL5lGJLfWM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL0ibqJfU6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL0ibqJfU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0ibqJfU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uL0ibqJfU6 .container {
    max-width: 1400px;
  }
}
.cid-uL0ibqJfU6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffcc00;
  margin-bottom: 2rem;
}
.cid-uL0ibqJfU6 .card-wrapper {
  margin-top: 3rem;
}
.cid-uL0ibqJfU6 .row {
  justify-content: center;
}
.cid-uL0ibqJfU6 .card-text {
  text-align: left;
}
.cid-uL5kz6f6Co {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5mZs5XSO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL5mZs5XSO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFojpGZqT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFojpGZqT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFojpGZqT .mbr-text {
  color: #bbbbbb;
}
.cid-uL0fcyb89t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL0fcyb89t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0fcyb89t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0fcyb89t .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL0fcyb89t .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL0fcyb89t .row {
    text-align: center;
  }
  .cid-uL0fcyb89t .row > div {
    margin: auto;
  }
  .cid-uL0fcyb89t .social-row {
    justify-content: center;
  }
}
.cid-uL0fcyb89t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL0fcyb89t .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL0fcyb89t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0fcyb89t .list {
    margin-bottom: 0rem;
  }
}
.cid-uL0fcyb89t .mbr-text {
  color: #bbbbbb;
}
.cid-uL0fcyb89t .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL0fcyb89t .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL0fcyb89t div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL5nIw96nJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5nIw96nJ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL5nIw96nJ .mbr-text {
  color: #000000;
}
.cid-uL5nIvmS8H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL5nIvmS8H nav.navbar {
  position: fixed;
}
.cid-uL5nIvmS8H .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-uL5nIvmS8H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL5nIvmS8H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL5nIvmS8H .dropdown-item:hover,
.cid-uL5nIvmS8H .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL5nIvmS8H .dropdown-item:hover span {
  color: white;
}
.cid-uL5nIvmS8H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL5nIvmS8H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL5nIvmS8H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL5nIvmS8H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL5nIvmS8H .nav-link {
  position: relative;
}
.cid-uL5nIvmS8H .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL5nIvmS8H .container {
    flex-wrap: nowrap;
  }
}
.cid-uL5nIvmS8H .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL5nIvmS8H .dropdown-menu,
.cid-uL5nIvmS8H .navbar.opened {
  background: #000000 !important;
}
.cid-uL5nIvmS8H .nav-item:focus,
.cid-uL5nIvmS8H .nav-link:focus {
  outline: none;
}
.cid-uL5nIvmS8H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL5nIvmS8H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL5nIvmS8H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL5nIvmS8H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL5nIvmS8H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL5nIvmS8H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL5nIvmS8H .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: #000000;
}
.cid-uL5nIvmS8H .navbar.opened {
  transition: all 0.3s;
}
.cid-uL5nIvmS8H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL5nIvmS8H .navbar .navbar-logo img {
  width: auto;
}
.cid-uL5nIvmS8H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL5nIvmS8H .navbar.collapsed {
  justify-content: center;
}
.cid-uL5nIvmS8H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL5nIvmS8H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL5nIvmS8H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL5nIvmS8H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL5nIvmS8H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL5nIvmS8H .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-uL5nIvmS8H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL5nIvmS8H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL5nIvmS8H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL5nIvmS8H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL5nIvmS8H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL5nIvmS8H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL5nIvmS8H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL5nIvmS8H .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-uL5nIvmS8H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL5nIvmS8H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL5nIvmS8H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL5nIvmS8H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL5nIvmS8H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL5nIvmS8H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL5nIvmS8H .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL5nIvmS8H .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL5nIvmS8H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL5nIvmS8H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL5nIvmS8H .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-uL5nIvmS8H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL5nIvmS8H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL5nIvmS8H .dropdown-item.active,
.cid-uL5nIvmS8H .dropdown-item:active {
  background-color: transparent;
}
.cid-uL5nIvmS8H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL5nIvmS8H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL5nIvmS8H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL5nIvmS8H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL5nIvmS8H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL5nIvmS8H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL5nIvmS8H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL5nIvmS8H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL5nIvmS8H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL5nIvmS8H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL5nIvmS8H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL5nIvmS8H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5nIvmS8H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5nIvmS8H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL5nIvmS8H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5nIvmS8H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL5nIvmS8H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL5nIvmS8H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5nIvmS8H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL5nIvmS8H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL5nIvmS8H .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-uL5nIvmS8H .navbar {
    height: 70px;
  }
  .cid-uL5nIvmS8H .navbar.opened {
    height: auto;
  }
  .cid-uL5nIvmS8H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL5nIwGU5d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5nIwGU5d img,
.cid-uL5nIwGU5d .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL5nIwGU5d .item:focus,
.cid-uL5nIwGU5d span:focus {
  outline: none;
}
.cid-uL5nIwGU5d .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL5nIwGU5d .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL5nIwGU5d .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL5nIwGU5d .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL5nIwGU5d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL5nIwGU5d .mbr-section-title {
  color: #232323;
}
.cid-uL5nIxHKrW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5nIxHKrW img,
.cid-uL5nIxHKrW .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL5nIxHKrW .item:focus,
.cid-uL5nIxHKrW span:focus {
  outline: none;
}
.cid-uL5nIxHKrW .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL5nIxHKrW .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL5nIxHKrW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL5nIxHKrW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL5nIxHKrW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL5nIxHKrW .mbr-section-title {
  color: #232323;
}
.cid-uL5nIyfMN3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5nIyQEZf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL5nIyQEZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5nIyQEZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uL5nIyQEZf .container {
    max-width: 1400px;
  }
}
.cid-uL5nIyQEZf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffcc00;
  margin-bottom: 2rem;
}
.cid-uL5nIyQEZf .card-wrapper {
  margin-top: 3rem;
}
.cid-uL5nIyQEZf .row {
  justify-content: center;
}
.cid-uL5nIyQEZf .card-text {
  text-align: left;
}
.cid-uL5nIzWl74 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5nIAtGMe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL5nIAtGMe .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFejpYbJg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFejpYbJg .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFejpYbJg .mbr-text {
  color: #bbbbbb;
}
.cid-uL5nIATd6t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL5nIATd6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5nIATd6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5nIATd6t .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL5nIATd6t .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL5nIATd6t .row {
    text-align: center;
  }
  .cid-uL5nIATd6t .row > div {
    margin: auto;
  }
  .cid-uL5nIATd6t .social-row {
    justify-content: center;
  }
}
.cid-uL5nIATd6t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5nIATd6t .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL5nIATd6t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5nIATd6t .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5nIATd6t .mbr-text {
  color: #bbbbbb;
}
.cid-uL5nIATd6t .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5nIATd6t .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5nIATd6t div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL5nO3eTsM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5nO3eTsM .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL5nO3eTsM .mbr-text {
  color: #000000;
}
.cid-uL5nO2evoh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL5nO2evoh nav.navbar {
  position: fixed;
}
.cid-uL5nO2evoh .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-uL5nO2evoh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL5nO2evoh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL5nO2evoh .dropdown-item:hover,
.cid-uL5nO2evoh .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL5nO2evoh .dropdown-item:hover span {
  color: white;
}
.cid-uL5nO2evoh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL5nO2evoh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL5nO2evoh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL5nO2evoh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL5nO2evoh .nav-link {
  position: relative;
}
.cid-uL5nO2evoh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL5nO2evoh .container {
    flex-wrap: nowrap;
  }
}
.cid-uL5nO2evoh .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL5nO2evoh .dropdown-menu,
.cid-uL5nO2evoh .navbar.opened {
  background: #000000 !important;
}
.cid-uL5nO2evoh .nav-item:focus,
.cid-uL5nO2evoh .nav-link:focus {
  outline: none;
}
.cid-uL5nO2evoh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL5nO2evoh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL5nO2evoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL5nO2evoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL5nO2evoh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL5nO2evoh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL5nO2evoh .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: #000000;
}
.cid-uL5nO2evoh .navbar.opened {
  transition: all 0.3s;
}
.cid-uL5nO2evoh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL5nO2evoh .navbar .navbar-logo img {
  width: auto;
}
.cid-uL5nO2evoh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL5nO2evoh .navbar.collapsed {
  justify-content: center;
}
.cid-uL5nO2evoh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL5nO2evoh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL5nO2evoh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL5nO2evoh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL5nO2evoh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL5nO2evoh .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-uL5nO2evoh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL5nO2evoh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL5nO2evoh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL5nO2evoh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL5nO2evoh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL5nO2evoh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL5nO2evoh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL5nO2evoh .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-uL5nO2evoh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL5nO2evoh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL5nO2evoh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL5nO2evoh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL5nO2evoh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL5nO2evoh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL5nO2evoh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL5nO2evoh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL5nO2evoh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL5nO2evoh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL5nO2evoh .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-uL5nO2evoh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL5nO2evoh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL5nO2evoh .dropdown-item.active,
.cid-uL5nO2evoh .dropdown-item:active {
  background-color: transparent;
}
.cid-uL5nO2evoh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL5nO2evoh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL5nO2evoh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL5nO2evoh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL5nO2evoh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL5nO2evoh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL5nO2evoh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL5nO2evoh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL5nO2evoh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL5nO2evoh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL5nO2evoh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL5nO2evoh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5nO2evoh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5nO2evoh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL5nO2evoh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5nO2evoh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL5nO2evoh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL5nO2evoh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5nO2evoh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL5nO2evoh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL5nO2evoh .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-uL5nO2evoh .navbar {
    height: 70px;
  }
  .cid-uL5nO2evoh .navbar.opened {
    height: auto;
  }
  .cid-uL5nO2evoh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL5nO3JUAJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5nO3JUAJ img,
.cid-uL5nO3JUAJ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL5nO3JUAJ .item:focus,
.cid-uL5nO3JUAJ span:focus {
  outline: none;
}
.cid-uL5nO3JUAJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL5nO3JUAJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL5nO3JUAJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL5nO3JUAJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL5nO3JUAJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL5nO3JUAJ .mbr-section-title {
  color: #232323;
}
.cid-uL5nO4U47R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5nO4U47R img,
.cid-uL5nO4U47R .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL5nO4U47R .item:focus,
.cid-uL5nO4U47R span:focus {
  outline: none;
}
.cid-uL5nO4U47R .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL5nO4U47R .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL5nO4U47R .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL5nO4U47R .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL5nO4U47R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL5nO4U47R .mbr-section-title {
  color: #232323;
}
.cid-uL5nO5Y2Ks {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5nO6Cx0i {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL5nO6Cx0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5nO6Cx0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uL5nO6Cx0i .container {
    max-width: 1400px;
  }
}
.cid-uL5nO6Cx0i .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffcc00;
  margin-bottom: 2rem;
}
.cid-uL5nO6Cx0i .card-wrapper {
  margin-top: 3rem;
}
.cid-uL5nO6Cx0i .row {
  justify-content: center;
}
.cid-uL5nO6Cx0i .card-text {
  text-align: left;
}
.cid-uL5nO7GQ8m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5nO85D2b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL5nO85D2b .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFegR36io {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFegR36io .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFegR36io .mbr-text {
  color: #bbbbbb;
}
.cid-uL5nO8EoTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL5nO8EoTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5nO8EoTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5nO8EoTc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL5nO8EoTc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL5nO8EoTc .row {
    text-align: center;
  }
  .cid-uL5nO8EoTc .row > div {
    margin: auto;
  }
  .cid-uL5nO8EoTc .social-row {
    justify-content: center;
  }
}
.cid-uL5nO8EoTc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5nO8EoTc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL5nO8EoTc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5nO8EoTc .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5nO8EoTc .mbr-text {
  color: #bbbbbb;
}
.cid-uL5nO8EoTc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5nO8EoTc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5nO8EoTc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL5nXaEFnl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5nXaEFnl .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL5nXaEFnl .mbr-text {
  color: #000000;
}
.cid-uL5nX7YjIA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL5nX7YjIA nav.navbar {
  position: fixed;
}
.cid-uL5nX7YjIA .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-uL5nX7YjIA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL5nX7YjIA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL5nX7YjIA .dropdown-item:hover,
.cid-uL5nX7YjIA .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL5nX7YjIA .dropdown-item:hover span {
  color: white;
}
.cid-uL5nX7YjIA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL5nX7YjIA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL5nX7YjIA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL5nX7YjIA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL5nX7YjIA .nav-link {
  position: relative;
}
.cid-uL5nX7YjIA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL5nX7YjIA .container {
    flex-wrap: nowrap;
  }
}
.cid-uL5nX7YjIA .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL5nX7YjIA .dropdown-menu,
.cid-uL5nX7YjIA .navbar.opened {
  background: #000000 !important;
}
.cid-uL5nX7YjIA .nav-item:focus,
.cid-uL5nX7YjIA .nav-link:focus {
  outline: none;
}
.cid-uL5nX7YjIA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL5nX7YjIA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL5nX7YjIA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL5nX7YjIA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL5nX7YjIA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL5nX7YjIA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL5nX7YjIA .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: #000000;
}
.cid-uL5nX7YjIA .navbar.opened {
  transition: all 0.3s;
}
.cid-uL5nX7YjIA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL5nX7YjIA .navbar .navbar-logo img {
  width: auto;
}
.cid-uL5nX7YjIA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL5nX7YjIA .navbar.collapsed {
  justify-content: center;
}
.cid-uL5nX7YjIA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL5nX7YjIA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL5nX7YjIA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL5nX7YjIA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL5nX7YjIA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL5nX7YjIA .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-uL5nX7YjIA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL5nX7YjIA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL5nX7YjIA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL5nX7YjIA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL5nX7YjIA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL5nX7YjIA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL5nX7YjIA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL5nX7YjIA .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-uL5nX7YjIA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL5nX7YjIA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL5nX7YjIA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL5nX7YjIA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL5nX7YjIA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL5nX7YjIA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL5nX7YjIA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL5nX7YjIA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL5nX7YjIA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL5nX7YjIA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL5nX7YjIA .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-uL5nX7YjIA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL5nX7YjIA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL5nX7YjIA .dropdown-item.active,
.cid-uL5nX7YjIA .dropdown-item:active {
  background-color: transparent;
}
.cid-uL5nX7YjIA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL5nX7YjIA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL5nX7YjIA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL5nX7YjIA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL5nX7YjIA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL5nX7YjIA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL5nX7YjIA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL5nX7YjIA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL5nX7YjIA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL5nX7YjIA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL5nX7YjIA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL5nX7YjIA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5nX7YjIA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5nX7YjIA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL5nX7YjIA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5nX7YjIA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL5nX7YjIA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL5nX7YjIA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5nX7YjIA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL5nX7YjIA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL5nX7YjIA .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-uL5nX7YjIA .navbar {
    height: 70px;
  }
  .cid-uL5nX7YjIA .navbar.opened {
    height: auto;
  }
  .cid-uL5nX7YjIA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL5nXbbyom {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5nXbbyom img,
.cid-uL5nXbbyom .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL5nXbbyom .item:focus,
.cid-uL5nXbbyom span:focus {
  outline: none;
}
.cid-uL5nXbbyom .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL5nXbbyom .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL5nXbbyom .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL5nXbbyom .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL5nXbbyom .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL5nXbbyom .mbr-section-title {
  color: #232323;
}
.cid-uLFdjk6bEZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFdjk6bEZ img,
.cid-uLFdjk6bEZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLFdjk6bEZ .item:focus,
.cid-uLFdjk6bEZ span:focus {
  outline: none;
}
.cid-uLFdjk6bEZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLFdjk6bEZ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLFdjk6bEZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLFdjk6bEZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLFdjk6bEZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLFdjk6bEZ .mbr-section-title {
  color: #232323;
}
.cid-uLFdk7kkzt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFdk7kkzt img,
.cid-uLFdk7kkzt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLFdk7kkzt .item:focus,
.cid-uLFdk7kkzt span:focus {
  outline: none;
}
.cid-uLFdk7kkzt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLFdk7kkzt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLFdk7kkzt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLFdk7kkzt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLFdk7kkzt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLFdk7kkzt .mbr-section-title {
  color: #232323;
}
.cid-uL5nXbWEro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5nXbWEro img,
.cid-uL5nXbWEro .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL5nXbWEro .item:focus,
.cid-uL5nXbWEro span:focus {
  outline: none;
}
.cid-uL5nXbWEro .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL5nXbWEro .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL5nXbWEro .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL5nXbWEro .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL5nXbWEro .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL5nXbWEro .mbr-section-title {
  color: #232323;
}
.cid-uL5nXdpg7k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5nXdPuiH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL5nXdPuiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5nXdPuiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uL5nXdPuiH .container {
    max-width: 1400px;
  }
}
.cid-uL5nXdPuiH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffcc00;
  margin-bottom: 2rem;
}
.cid-uL5nXdPuiH .card-wrapper {
  margin-top: 3rem;
}
.cid-uL5nXdPuiH .row {
  justify-content: center;
}
.cid-uL5nXdPuiH .card-text {
  text-align: left;
}
.cid-uL5nXiFtEf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5nXjeF2Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL5nXjeF2Y .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFdPqzN8O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFdPqzN8O .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL5nXjH5r3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL5nXjH5r3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5nXjH5r3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5nXjH5r3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL5nXjH5r3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL5nXjH5r3 .row {
    text-align: center;
  }
  .cid-uL5nXjH5r3 .row > div {
    margin: auto;
  }
  .cid-uL5nXjH5r3 .social-row {
    justify-content: center;
  }
}
.cid-uL5nXjH5r3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5nXjH5r3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL5nXjH5r3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5nXjH5r3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5nXjH5r3 .mbr-text {
  color: #bbbbbb;
}
.cid-uL5nXjH5r3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5nXjH5r3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5nXjH5r3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL5qUQqwvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #145157;
}
.cid-uL5qUQqwvj .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL5qUQqwvj .mbr-text {
  color: #99ffff;
}
.cid-uL5qUPxDFg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL5qUPxDFg nav.navbar {
  position: fixed;
}
.cid-uL5qUPxDFg .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-uL5qUPxDFg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL5qUPxDFg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL5qUPxDFg .dropdown-item:hover,
.cid-uL5qUPxDFg .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL5qUPxDFg .dropdown-item:hover span {
  color: white;
}
.cid-uL5qUPxDFg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL5qUPxDFg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL5qUPxDFg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL5qUPxDFg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL5qUPxDFg .nav-link {
  position: relative;
}
.cid-uL5qUPxDFg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL5qUPxDFg .container {
    flex-wrap: nowrap;
  }
}
.cid-uL5qUPxDFg .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL5qUPxDFg .dropdown-menu,
.cid-uL5qUPxDFg .navbar.opened {
  background: #000000 !important;
}
.cid-uL5qUPxDFg .nav-item:focus,
.cid-uL5qUPxDFg .nav-link:focus {
  outline: none;
}
.cid-uL5qUPxDFg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL5qUPxDFg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL5qUPxDFg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL5qUPxDFg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL5qUPxDFg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL5qUPxDFg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL5qUPxDFg .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: #000000;
}
.cid-uL5qUPxDFg .navbar.opened {
  transition: all 0.3s;
}
.cid-uL5qUPxDFg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL5qUPxDFg .navbar .navbar-logo img {
  width: auto;
}
.cid-uL5qUPxDFg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL5qUPxDFg .navbar.collapsed {
  justify-content: center;
}
.cid-uL5qUPxDFg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL5qUPxDFg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL5qUPxDFg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL5qUPxDFg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL5qUPxDFg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL5qUPxDFg .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-uL5qUPxDFg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL5qUPxDFg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL5qUPxDFg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL5qUPxDFg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL5qUPxDFg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL5qUPxDFg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL5qUPxDFg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL5qUPxDFg .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-uL5qUPxDFg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL5qUPxDFg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL5qUPxDFg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL5qUPxDFg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL5qUPxDFg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL5qUPxDFg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL5qUPxDFg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL5qUPxDFg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL5qUPxDFg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL5qUPxDFg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL5qUPxDFg .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-uL5qUPxDFg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL5qUPxDFg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL5qUPxDFg .dropdown-item.active,
.cid-uL5qUPxDFg .dropdown-item:active {
  background-color: transparent;
}
.cid-uL5qUPxDFg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL5qUPxDFg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL5qUPxDFg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL5qUPxDFg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL5qUPxDFg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL5qUPxDFg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL5qUPxDFg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL5qUPxDFg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL5qUPxDFg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL5qUPxDFg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL5qUPxDFg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL5qUPxDFg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5qUPxDFg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL5qUPxDFg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL5qUPxDFg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5qUPxDFg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL5qUPxDFg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL5qUPxDFg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL5qUPxDFg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL5qUPxDFg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL5qUPxDFg .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-uL5qUPxDFg .navbar {
    height: 70px;
  }
  .cid-uL5qUPxDFg .navbar.opened {
    height: auto;
  }
  .cid-uL5qUPxDFg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL5qURCUpl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL5qURCUpl img,
.cid-uL5qURCUpl .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL5qURCUpl .item:focus,
.cid-uL5qURCUpl span:focus {
  outline: none;
}
.cid-uL5qURCUpl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL5qURCUpl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL5qURCUpl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL5qURCUpl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL5qURCUpl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL5qURCUpl .mbr-section-title {
  color: #232323;
}
.cid-uL6iXPz0Kc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6iXPz0Kc .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL5qUSznja {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL5qUSznja img,
.cid-uL5qUSznja .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL5qUSznja .item:focus,
.cid-uL5qUSznja span:focus {
  outline: none;
}
.cid-uL5qUSznja .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL5qUSznja .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL5qUSznja .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL5qUSznja .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL5qUSznja .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL5qUSznja .mbr-section-title {
  color: #232323;
}
.cid-uLpiMtcVbv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpiMtcVbv .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpiMtcVbv .mbr-text {
  color: #000000;
}
.cid-uL5qUT5e0d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6gXjI3rK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6gXjI3rK img,
.cid-uL6gXjI3rK .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6gXjI3rK .item:focus,
.cid-uL6gXjI3rK span:focus {
  outline: none;
}
.cid-uL6gXjI3rK .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6gXjI3rK .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6gXjI3rK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6gXjI3rK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6gXjI3rK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6gXjI3rK .mbr-section-title {
  color: #232323;
}
.cid-uL5qUUt6rR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5qUUP55Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL5qUUP55Q .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFocSIrTB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFocSIrTB .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFocSIrTB .mbr-text {
  color: #bbbbbb;
}
.cid-uL5qUVbYsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL5qUVbYsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5qUVbYsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5qUVbYsJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL5qUVbYsJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL5qUVbYsJ .row {
    text-align: center;
  }
  .cid-uL5qUVbYsJ .row > div {
    margin: auto;
  }
  .cid-uL5qUVbYsJ .social-row {
    justify-content: center;
  }
}
.cid-uL5qUVbYsJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5qUVbYsJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL5qUVbYsJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5qUVbYsJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5qUVbYsJ .mbr-text {
  color: #bbbbbb;
}
.cid-uL5qUVbYsJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5qUVbYsJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5qUVbYsJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6tEQdmmK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #330066;
}
.cid-uL6tEQdmmK .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tEQdmmK .mbr-text {
  color: #ccccff;
}
.cid-uL6tEPAbc5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6tEPAbc5 nav.navbar {
  position: fixed;
}
.cid-uL6tEPAbc5 .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-uL6tEPAbc5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6tEPAbc5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6tEPAbc5 .dropdown-item:hover,
.cid-uL6tEPAbc5 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6tEPAbc5 .dropdown-item:hover span {
  color: white;
}
.cid-uL6tEPAbc5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6tEPAbc5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6tEPAbc5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6tEPAbc5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6tEPAbc5 .nav-link {
  position: relative;
}
.cid-uL6tEPAbc5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6tEPAbc5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6tEPAbc5 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6tEPAbc5 .dropdown-menu,
.cid-uL6tEPAbc5 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6tEPAbc5 .nav-item:focus,
.cid-uL6tEPAbc5 .nav-link:focus {
  outline: none;
}
.cid-uL6tEPAbc5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6tEPAbc5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6tEPAbc5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6tEPAbc5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6tEPAbc5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6tEPAbc5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6tEPAbc5 .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: #000000;
}
.cid-uL6tEPAbc5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6tEPAbc5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6tEPAbc5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6tEPAbc5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6tEPAbc5 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6tEPAbc5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6tEPAbc5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6tEPAbc5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6tEPAbc5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6tEPAbc5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6tEPAbc5 .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-uL6tEPAbc5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6tEPAbc5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6tEPAbc5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6tEPAbc5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6tEPAbc5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6tEPAbc5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6tEPAbc5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6tEPAbc5 .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-uL6tEPAbc5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6tEPAbc5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6tEPAbc5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6tEPAbc5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6tEPAbc5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6tEPAbc5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6tEPAbc5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6tEPAbc5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6tEPAbc5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6tEPAbc5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6tEPAbc5 .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-uL6tEPAbc5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6tEPAbc5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6tEPAbc5 .dropdown-item.active,
.cid-uL6tEPAbc5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6tEPAbc5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6tEPAbc5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6tEPAbc5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6tEPAbc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6tEPAbc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6tEPAbc5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6tEPAbc5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6tEPAbc5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6tEPAbc5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6tEPAbc5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6tEPAbc5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6tEPAbc5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tEPAbc5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tEPAbc5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6tEPAbc5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tEPAbc5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6tEPAbc5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6tEPAbc5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tEPAbc5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6tEPAbc5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6tEPAbc5 .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-uL6tEPAbc5 .navbar {
    height: 70px;
  }
  .cid-uL6tEPAbc5 .navbar.opened {
    height: auto;
  }
  .cid-uL6tEPAbc5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6tEQFDP7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tEQFDP7 img,
.cid-uL6tEQFDP7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tEQFDP7 .item:focus,
.cid-uL6tEQFDP7 span:focus {
  outline: none;
}
.cid-uL6tEQFDP7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tEQFDP7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tEQFDP7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tEQFDP7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tEQFDP7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tEQFDP7 .mbr-section-title {
  color: #232323;
}
.cid-uL6tERH9tV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tERH9tV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tES66KG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6tES66KG img,
.cid-uL6tES66KG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tES66KG .item:focus,
.cid-uL6tES66KG span:focus {
  outline: none;
}
.cid-uL6tES66KG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tES66KG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tES66KG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tES66KG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tES66KG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tES66KG .mbr-section-title {
  color: #232323;
}
.cid-uLpiIvUg8q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpiIvUg8q .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpiIvUg8q .mbr-text {
  color: #000000;
}
.cid-uL6tETsBLi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tEUaogb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tEUaogb img,
.cid-uL6tEUaogb .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tEUaogb .item:focus,
.cid-uL6tEUaogb span:focus {
  outline: none;
}
.cid-uL6tEUaogb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tEUaogb .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tEUaogb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tEUaogb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tEUaogb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tEUaogb .mbr-section-title {
  color: #232323;
}
.cid-uL6tEVLp9E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tEWhRxx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tEWhRxx .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoqYqMCj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoqYqMCj .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoqYqMCj .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tEWOXcv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6tEWOXcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tEWOXcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tEWOXcv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6tEWOXcv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6tEWOXcv .row {
    text-align: center;
  }
  .cid-uL6tEWOXcv .row > div {
    margin: auto;
  }
  .cid-uL6tEWOXcv .social-row {
    justify-content: center;
  }
}
.cid-uL6tEWOXcv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6tEWOXcv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6tEWOXcv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6tEWOXcv .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6tEWOXcv .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tEWOXcv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6tEWOXcv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6tEWOXcv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6tLmjvRt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #336666;
}
.cid-uL6tLmjvRt .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tLmjvRt .mbr-text {
  color: #ffffff;
}
.cid-uL6tLlEwEF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6tLlEwEF nav.navbar {
  position: fixed;
}
.cid-uL6tLlEwEF .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-uL6tLlEwEF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6tLlEwEF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6tLlEwEF .dropdown-item:hover,
.cid-uL6tLlEwEF .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6tLlEwEF .dropdown-item:hover span {
  color: white;
}
.cid-uL6tLlEwEF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6tLlEwEF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6tLlEwEF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6tLlEwEF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6tLlEwEF .nav-link {
  position: relative;
}
.cid-uL6tLlEwEF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6tLlEwEF .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6tLlEwEF .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6tLlEwEF .dropdown-menu,
.cid-uL6tLlEwEF .navbar.opened {
  background: #000000 !important;
}
.cid-uL6tLlEwEF .nav-item:focus,
.cid-uL6tLlEwEF .nav-link:focus {
  outline: none;
}
.cid-uL6tLlEwEF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6tLlEwEF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6tLlEwEF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6tLlEwEF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6tLlEwEF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6tLlEwEF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6tLlEwEF .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: #000000;
}
.cid-uL6tLlEwEF .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6tLlEwEF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6tLlEwEF .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6tLlEwEF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6tLlEwEF .navbar.collapsed {
  justify-content: center;
}
.cid-uL6tLlEwEF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6tLlEwEF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6tLlEwEF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6tLlEwEF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6tLlEwEF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6tLlEwEF .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-uL6tLlEwEF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6tLlEwEF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6tLlEwEF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6tLlEwEF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6tLlEwEF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6tLlEwEF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6tLlEwEF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6tLlEwEF .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-uL6tLlEwEF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6tLlEwEF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6tLlEwEF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6tLlEwEF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6tLlEwEF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6tLlEwEF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6tLlEwEF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6tLlEwEF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6tLlEwEF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6tLlEwEF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6tLlEwEF .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-uL6tLlEwEF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6tLlEwEF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6tLlEwEF .dropdown-item.active,
.cid-uL6tLlEwEF .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6tLlEwEF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6tLlEwEF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6tLlEwEF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6tLlEwEF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6tLlEwEF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6tLlEwEF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6tLlEwEF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6tLlEwEF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6tLlEwEF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6tLlEwEF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6tLlEwEF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6tLlEwEF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tLlEwEF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tLlEwEF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6tLlEwEF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tLlEwEF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6tLlEwEF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6tLlEwEF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tLlEwEF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6tLlEwEF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6tLlEwEF .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-uL6tLlEwEF .navbar {
    height: 70px;
  }
  .cid-uL6tLlEwEF .navbar.opened {
    height: auto;
  }
  .cid-uL6tLlEwEF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6tLmIt0A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tLmIt0A img,
.cid-uL6tLmIt0A .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tLmIt0A .item:focus,
.cid-uL6tLmIt0A span:focus {
  outline: none;
}
.cid-uL6tLmIt0A .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tLmIt0A .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tLmIt0A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tLmIt0A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tLmIt0A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tLmIt0A .mbr-section-title {
  color: #232323;
}
.cid-uL6tLnQ5Wk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tLnQ5Wk .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tLoAh3t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6tLoAh3t img,
.cid-uL6tLoAh3t .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tLoAh3t .item:focus,
.cid-uL6tLoAh3t span:focus {
  outline: none;
}
.cid-uL6tLoAh3t .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tLoAh3t .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tLoAh3t .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tLoAh3t .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tLoAh3t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tLoAh3t .mbr-section-title {
  color: #232323;
}
.cid-uLpjbcBKSq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjbcBKSq .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjbcBKSq .mbr-text {
  color: #000000;
}
.cid-uL6tLtCZu2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tLusWt2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tLusWt2 img,
.cid-uL6tLusWt2 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tLusWt2 .item:focus,
.cid-uL6tLusWt2 span:focus {
  outline: none;
}
.cid-uL6tLusWt2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tLusWt2 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tLusWt2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tLusWt2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tLusWt2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tLusWt2 .mbr-section-title {
  color: #232323;
}
.cid-uL6tLvZUZZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tLwxpym {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tLwxpym .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFou10zEP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFou10zEP .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFou10zEP .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tLxx8dP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6tLxx8dP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tLxx8dP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tLxx8dP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6tLxx8dP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6tLxx8dP .row {
    text-align: center;
  }
  .cid-uL6tLxx8dP .row > div {
    margin: auto;
  }
  .cid-uL6tLxx8dP .social-row {
    justify-content: center;
  }
}
.cid-uL6tLxx8dP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6tLxx8dP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6tLxx8dP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6tLxx8dP .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6tLxx8dP .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tLxx8dP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6tLxx8dP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6tLxx8dP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6tOlafhq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cc9933;
}
.cid-uL6tOlafhq .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tOlafhq .mbr-text {
  color: #ffffff;
}
.cid-uL6tOkBIo7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6tOkBIo7 nav.navbar {
  position: fixed;
}
.cid-uL6tOkBIo7 .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-uL6tOkBIo7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6tOkBIo7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6tOkBIo7 .dropdown-item:hover,
.cid-uL6tOkBIo7 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6tOkBIo7 .dropdown-item:hover span {
  color: white;
}
.cid-uL6tOkBIo7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6tOkBIo7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6tOkBIo7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6tOkBIo7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6tOkBIo7 .nav-link {
  position: relative;
}
.cid-uL6tOkBIo7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6tOkBIo7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6tOkBIo7 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6tOkBIo7 .dropdown-menu,
.cid-uL6tOkBIo7 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6tOkBIo7 .nav-item:focus,
.cid-uL6tOkBIo7 .nav-link:focus {
  outline: none;
}
.cid-uL6tOkBIo7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6tOkBIo7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6tOkBIo7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6tOkBIo7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6tOkBIo7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6tOkBIo7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6tOkBIo7 .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: #000000;
}
.cid-uL6tOkBIo7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6tOkBIo7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6tOkBIo7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6tOkBIo7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6tOkBIo7 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6tOkBIo7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6tOkBIo7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6tOkBIo7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6tOkBIo7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6tOkBIo7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6tOkBIo7 .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-uL6tOkBIo7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6tOkBIo7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6tOkBIo7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6tOkBIo7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6tOkBIo7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6tOkBIo7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6tOkBIo7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6tOkBIo7 .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-uL6tOkBIo7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6tOkBIo7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6tOkBIo7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6tOkBIo7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6tOkBIo7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6tOkBIo7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6tOkBIo7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6tOkBIo7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6tOkBIo7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6tOkBIo7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6tOkBIo7 .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-uL6tOkBIo7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6tOkBIo7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6tOkBIo7 .dropdown-item.active,
.cid-uL6tOkBIo7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6tOkBIo7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6tOkBIo7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6tOkBIo7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6tOkBIo7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6tOkBIo7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6tOkBIo7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6tOkBIo7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6tOkBIo7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6tOkBIo7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6tOkBIo7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6tOkBIo7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6tOkBIo7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tOkBIo7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tOkBIo7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6tOkBIo7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tOkBIo7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6tOkBIo7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6tOkBIo7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tOkBIo7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6tOkBIo7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6tOkBIo7 .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-uL6tOkBIo7 .navbar {
    height: 70px;
  }
  .cid-uL6tOkBIo7 .navbar.opened {
    height: auto;
  }
  .cid-uL6tOkBIo7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6tOlwIPN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tOlwIPN img,
.cid-uL6tOlwIPN .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tOlwIPN .item:focus,
.cid-uL6tOlwIPN span:focus {
  outline: none;
}
.cid-uL6tOlwIPN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tOlwIPN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tOlwIPN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tOlwIPN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tOlwIPN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tOlwIPN .mbr-section-title {
  color: #232323;
}
.cid-uL6tOmDUX0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tOmDUX0 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tOn0fjT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6tOn0fjT img,
.cid-uL6tOn0fjT .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tOn0fjT .item:focus,
.cid-uL6tOn0fjT span:focus {
  outline: none;
}
.cid-uL6tOn0fjT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tOn0fjT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tOn0fjT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tOn0fjT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tOn0fjT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tOn0fjT .mbr-section-title {
  color: #232323;
}
.cid-uLpjejw3v9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjejw3v9 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjejw3v9 .mbr-text {
  color: #000000;
}
.cid-uL6tOoiSDv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tOoIPmH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tOoIPmH img,
.cid-uL6tOoIPmH .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tOoIPmH .item:focus,
.cid-uL6tOoIPmH span:focus {
  outline: none;
}
.cid-uL6tOoIPmH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tOoIPmH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tOoIPmH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tOoIPmH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tOoIPmH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tOoIPmH .mbr-section-title {
  color: #232323;
}
.cid-uL6tOqknVF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tOqHVcI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tOqHVcI .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFowlN4Nb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFowlN4Nb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFowlN4Nb .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tOr9j8V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6tOr9j8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tOr9j8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tOr9j8V .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6tOr9j8V .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6tOr9j8V .row {
    text-align: center;
  }
  .cid-uL6tOr9j8V .row > div {
    margin: auto;
  }
  .cid-uL6tOr9j8V .social-row {
    justify-content: center;
  }
}
.cid-uL6tOr9j8V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6tOr9j8V .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6tOr9j8V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6tOr9j8V .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6tOr9j8V .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tOr9j8V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6tOr9j8V .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6tOr9j8V div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6tSCB02I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003399;
}
.cid-uL6tSCB02I .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tSCB02I .mbr-text {
  color: #ffffff;
}
.cid-uL6tSC1asn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6tSC1asn nav.navbar {
  position: fixed;
}
.cid-uL6tSC1asn .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-uL6tSC1asn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6tSC1asn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6tSC1asn .dropdown-item:hover,
.cid-uL6tSC1asn .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6tSC1asn .dropdown-item:hover span {
  color: white;
}
.cid-uL6tSC1asn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6tSC1asn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6tSC1asn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6tSC1asn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6tSC1asn .nav-link {
  position: relative;
}
.cid-uL6tSC1asn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6tSC1asn .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6tSC1asn .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6tSC1asn .dropdown-menu,
.cid-uL6tSC1asn .navbar.opened {
  background: #000000 !important;
}
.cid-uL6tSC1asn .nav-item:focus,
.cid-uL6tSC1asn .nav-link:focus {
  outline: none;
}
.cid-uL6tSC1asn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6tSC1asn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6tSC1asn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6tSC1asn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6tSC1asn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6tSC1asn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6tSC1asn .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: #000000;
}
.cid-uL6tSC1asn .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6tSC1asn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6tSC1asn .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6tSC1asn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6tSC1asn .navbar.collapsed {
  justify-content: center;
}
.cid-uL6tSC1asn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6tSC1asn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6tSC1asn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6tSC1asn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6tSC1asn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6tSC1asn .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-uL6tSC1asn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6tSC1asn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6tSC1asn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6tSC1asn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6tSC1asn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6tSC1asn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6tSC1asn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6tSC1asn .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-uL6tSC1asn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6tSC1asn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6tSC1asn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6tSC1asn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6tSC1asn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6tSC1asn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6tSC1asn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6tSC1asn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6tSC1asn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6tSC1asn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6tSC1asn .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-uL6tSC1asn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6tSC1asn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6tSC1asn .dropdown-item.active,
.cid-uL6tSC1asn .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6tSC1asn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6tSC1asn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6tSC1asn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6tSC1asn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6tSC1asn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6tSC1asn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6tSC1asn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6tSC1asn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6tSC1asn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6tSC1asn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6tSC1asn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6tSC1asn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tSC1asn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tSC1asn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6tSC1asn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tSC1asn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6tSC1asn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6tSC1asn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tSC1asn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6tSC1asn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6tSC1asn .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-uL6tSC1asn .navbar {
    height: 70px;
  }
  .cid-uL6tSC1asn .navbar.opened {
    height: auto;
  }
  .cid-uL6tSC1asn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6tSD6gUD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tSD6gUD img,
.cid-uL6tSD6gUD .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tSD6gUD .item:focus,
.cid-uL6tSD6gUD span:focus {
  outline: none;
}
.cid-uL6tSD6gUD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tSD6gUD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tSD6gUD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tSD6gUD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tSD6gUD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tSD6gUD .mbr-section-title {
  color: #232323;
}
.cid-uL6tSEh2m6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tSEh2m6 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tSEUfe5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6tSEUfe5 img,
.cid-uL6tSEUfe5 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tSEUfe5 .item:focus,
.cid-uL6tSEUfe5 span:focus {
  outline: none;
}
.cid-uL6tSEUfe5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tSEUfe5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tSEUfe5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tSEUfe5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tSEUfe5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tSEUfe5 .mbr-section-title {
  color: #232323;
}
.cid-uLpjgAjSin {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjgAjSin .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjgAjSin .mbr-text {
  color: #000000;
}
.cid-uL6tSGuo1M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tSGW7Sx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tSGW7Sx img,
.cid-uL6tSGW7Sx .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tSGW7Sx .item:focus,
.cid-uL6tSGW7Sx span:focus {
  outline: none;
}
.cid-uL6tSGW7Sx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tSGW7Sx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tSGW7Sx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tSGW7Sx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tSGW7Sx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tSGW7Sx .mbr-section-title {
  color: #232323;
}
.cid-uL6tSJYJDb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tSKE8Pe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tSKE8Pe .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoydU3W4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoydU3W4 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoydU3W4 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tSL7x9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6tSL7x9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tSL7x9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tSL7x9i .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6tSL7x9i .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6tSL7x9i .row {
    text-align: center;
  }
  .cid-uL6tSL7x9i .row > div {
    margin: auto;
  }
  .cid-uL6tSL7x9i .social-row {
    justify-content: center;
  }
}
.cid-uL6tSL7x9i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6tSL7x9i .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6tSL7x9i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6tSL7x9i .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6tSL7x9i .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tSL7x9i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6tSL7x9i .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6tSL7x9i div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6tXdsXzv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003399;
}
.cid-uL6tXdsXzv .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tXdsXzv .mbr-text {
  color: #ffffff;
}
.cid-uL6tXcQd07 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6tXcQd07 nav.navbar {
  position: fixed;
}
.cid-uL6tXcQd07 .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-uL6tXcQd07 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6tXcQd07 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6tXcQd07 .dropdown-item:hover,
.cid-uL6tXcQd07 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6tXcQd07 .dropdown-item:hover span {
  color: white;
}
.cid-uL6tXcQd07 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6tXcQd07 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6tXcQd07 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6tXcQd07 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6tXcQd07 .nav-link {
  position: relative;
}
.cid-uL6tXcQd07 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6tXcQd07 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6tXcQd07 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6tXcQd07 .dropdown-menu,
.cid-uL6tXcQd07 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6tXcQd07 .nav-item:focus,
.cid-uL6tXcQd07 .nav-link:focus {
  outline: none;
}
.cid-uL6tXcQd07 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6tXcQd07 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6tXcQd07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6tXcQd07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6tXcQd07 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6tXcQd07 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6tXcQd07 .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: #000000;
}
.cid-uL6tXcQd07 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6tXcQd07 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6tXcQd07 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6tXcQd07 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6tXcQd07 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6tXcQd07 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6tXcQd07 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6tXcQd07 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6tXcQd07 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6tXcQd07 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6tXcQd07 .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-uL6tXcQd07 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6tXcQd07 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6tXcQd07 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6tXcQd07 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6tXcQd07 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6tXcQd07 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6tXcQd07 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6tXcQd07 .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-uL6tXcQd07 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6tXcQd07 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6tXcQd07 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6tXcQd07 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6tXcQd07 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6tXcQd07 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6tXcQd07 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6tXcQd07 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6tXcQd07 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6tXcQd07 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6tXcQd07 .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-uL6tXcQd07 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6tXcQd07 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6tXcQd07 .dropdown-item.active,
.cid-uL6tXcQd07 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6tXcQd07 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6tXcQd07 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6tXcQd07 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6tXcQd07 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6tXcQd07 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6tXcQd07 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6tXcQd07 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6tXcQd07 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6tXcQd07 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6tXcQd07 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6tXcQd07 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6tXcQd07 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tXcQd07 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6tXcQd07 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6tXcQd07 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tXcQd07 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6tXcQd07 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6tXcQd07 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6tXcQd07 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6tXcQd07 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6tXcQd07 .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-uL6tXcQd07 .navbar {
    height: 70px;
  }
  .cid-uL6tXcQd07 .navbar.opened {
    height: auto;
  }
  .cid-uL6tXcQd07 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6tXdSLew {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tXdSLew img,
.cid-uL6tXdSLew .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tXdSLew .item:focus,
.cid-uL6tXdSLew span:focus {
  outline: none;
}
.cid-uL6tXdSLew .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tXdSLew .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tXdSLew .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tXdSLew .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tXdSLew .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tXdSLew .mbr-section-title {
  color: #232323;
}
.cid-uL6tXfx6pt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6tXfx6pt .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6tXgfbOa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6tXgfbOa img,
.cid-uL6tXgfbOa .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tXgfbOa .item:focus,
.cid-uL6tXgfbOa span:focus {
  outline: none;
}
.cid-uL6tXgfbOa .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tXgfbOa .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tXgfbOa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tXgfbOa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tXgfbOa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tXgfbOa .mbr-section-title {
  color: #232323;
}
.cid-uLpjjLgFXw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjjLgFXw .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjjLgFXw .mbr-text {
  color: #000000;
}
.cid-uL6tXhAeYX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tXi1Iiw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tXi1Iiw img,
.cid-uL6tXi1Iiw .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6tXi1Iiw .item:focus,
.cid-uL6tXi1Iiw span:focus {
  outline: none;
}
.cid-uL6tXi1Iiw .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6tXi1Iiw .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6tXi1Iiw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6tXi1Iiw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6tXi1Iiw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6tXi1Iiw .mbr-section-title {
  color: #232323;
}
.cid-uL6tXjsJVu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6tXjV29Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6tXjV29Q .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoAegi1Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoAegi1Z .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoAegi1Z .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tXkDyNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6tXkDyNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6tXkDyNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6tXkDyNh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6tXkDyNh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6tXkDyNh .row {
    text-align: center;
  }
  .cid-uL6tXkDyNh .row > div {
    margin: auto;
  }
  .cid-uL6tXkDyNh .social-row {
    justify-content: center;
  }
}
.cid-uL6tXkDyNh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6tXkDyNh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6tXkDyNh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6tXkDyNh .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6tXkDyNh .mbr-text {
  color: #bbbbbb;
}
.cid-uL6tXkDyNh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6tXkDyNh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6tXkDyNh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6u2wYGsl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #669999;
}
.cid-uL6u2wYGsl .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6u2wYGsl .mbr-text {
  color: #ffffff;
}
.cid-uL6u2wi6Re {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6u2wi6Re nav.navbar {
  position: fixed;
}
.cid-uL6u2wi6Re .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-uL6u2wi6Re .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6u2wi6Re .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6u2wi6Re .dropdown-item:hover,
.cid-uL6u2wi6Re .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6u2wi6Re .dropdown-item:hover span {
  color: white;
}
.cid-uL6u2wi6Re .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6u2wi6Re .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6u2wi6Re .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6u2wi6Re .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6u2wi6Re .nav-link {
  position: relative;
}
.cid-uL6u2wi6Re .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6u2wi6Re .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6u2wi6Re .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6u2wi6Re .dropdown-menu,
.cid-uL6u2wi6Re .navbar.opened {
  background: #000000 !important;
}
.cid-uL6u2wi6Re .nav-item:focus,
.cid-uL6u2wi6Re .nav-link:focus {
  outline: none;
}
.cid-uL6u2wi6Re .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6u2wi6Re .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6u2wi6Re .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6u2wi6Re .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6u2wi6Re .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6u2wi6Re .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6u2wi6Re .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: #000000;
}
.cid-uL6u2wi6Re .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6u2wi6Re .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6u2wi6Re .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6u2wi6Re .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6u2wi6Re .navbar.collapsed {
  justify-content: center;
}
.cid-uL6u2wi6Re .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6u2wi6Re .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6u2wi6Re .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6u2wi6Re .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6u2wi6Re .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6u2wi6Re .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-uL6u2wi6Re .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6u2wi6Re .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6u2wi6Re .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6u2wi6Re .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6u2wi6Re .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6u2wi6Re .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6u2wi6Re .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6u2wi6Re .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-uL6u2wi6Re .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6u2wi6Re .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6u2wi6Re .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6u2wi6Re .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6u2wi6Re .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6u2wi6Re .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6u2wi6Re .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6u2wi6Re .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6u2wi6Re .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6u2wi6Re .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6u2wi6Re .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-uL6u2wi6Re .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6u2wi6Re .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6u2wi6Re .dropdown-item.active,
.cid-uL6u2wi6Re .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6u2wi6Re .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6u2wi6Re .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6u2wi6Re .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6u2wi6Re .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6u2wi6Re .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6u2wi6Re .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6u2wi6Re ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6u2wi6Re .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6u2wi6Re button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6u2wi6Re button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6u2wi6Re button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6u2wi6Re button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6u2wi6Re button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6u2wi6Re button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6u2wi6Re nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6u2wi6Re nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6u2wi6Re nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6u2wi6Re nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6u2wi6Re .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6u2wi6Re a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6u2wi6Re .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-uL6u2wi6Re .navbar {
    height: 70px;
  }
  .cid-uL6u2wi6Re .navbar.opened {
    height: auto;
  }
  .cid-uL6u2wi6Re .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6u2xqYih {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6u2xqYih img,
.cid-uL6u2xqYih .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6u2xqYih .item:focus,
.cid-uL6u2xqYih span:focus {
  outline: none;
}
.cid-uL6u2xqYih .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6u2xqYih .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6u2xqYih .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6u2xqYih .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6u2xqYih .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6u2xqYih .mbr-section-title {
  color: #232323;
}
.cid-uL6u2yRvnC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6u2yRvnC .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6u2zmrEM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6u2zmrEM img,
.cid-uL6u2zmrEM .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6u2zmrEM .item:focus,
.cid-uL6u2zmrEM span:focus {
  outline: none;
}
.cid-uL6u2zmrEM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6u2zmrEM .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6u2zmrEM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6u2zmrEM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6u2zmrEM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6u2zmrEM .mbr-section-title {
  color: #232323;
}
.cid-uLpjmcADQY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjmcADQY .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjmcADQY .mbr-text {
  color: #000000;
}
.cid-uL6u2B01ap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6u2BoHXM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6u2BoHXM img,
.cid-uL6u2BoHXM .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6u2BoHXM .item:focus,
.cid-uL6u2BoHXM span:focus {
  outline: none;
}
.cid-uL6u2BoHXM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6u2BoHXM .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6u2BoHXM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6u2BoHXM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6u2BoHXM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6u2BoHXM .mbr-section-title {
  color: #232323;
}
.cid-uL6u2CIukq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6u2D965k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6u2D965k .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoBXoNRb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoBXoNRb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoBXoNRb .mbr-text {
  color: #bbbbbb;
}
.cid-uL6u2Fk0TM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6u2Fk0TM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6u2Fk0TM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6u2Fk0TM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6u2Fk0TM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6u2Fk0TM .row {
    text-align: center;
  }
  .cid-uL6u2Fk0TM .row > div {
    margin: auto;
  }
  .cid-uL6u2Fk0TM .social-row {
    justify-content: center;
  }
}
.cid-uL6u2Fk0TM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6u2Fk0TM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6u2Fk0TM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6u2Fk0TM .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6u2Fk0TM .mbr-text {
  color: #bbbbbb;
}
.cid-uL6u2Fk0TM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6u2Fk0TM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6u2Fk0TM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6u7hLjfz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cb0000;
}
.cid-uL6u7hLjfz .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6u7hLjfz .mbr-text {
  color: #ffffff;
}
.cid-uL6u7gLHvQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6u7gLHvQ nav.navbar {
  position: fixed;
}
.cid-uL6u7gLHvQ .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-uL6u7gLHvQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6u7gLHvQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6u7gLHvQ .dropdown-item:hover,
.cid-uL6u7gLHvQ .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6u7gLHvQ .dropdown-item:hover span {
  color: white;
}
.cid-uL6u7gLHvQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6u7gLHvQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6u7gLHvQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6u7gLHvQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6u7gLHvQ .nav-link {
  position: relative;
}
.cid-uL6u7gLHvQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6u7gLHvQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6u7gLHvQ .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6u7gLHvQ .dropdown-menu,
.cid-uL6u7gLHvQ .navbar.opened {
  background: #000000 !important;
}
.cid-uL6u7gLHvQ .nav-item:focus,
.cid-uL6u7gLHvQ .nav-link:focus {
  outline: none;
}
.cid-uL6u7gLHvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6u7gLHvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6u7gLHvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6u7gLHvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6u7gLHvQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6u7gLHvQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6u7gLHvQ .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: #000000;
}
.cid-uL6u7gLHvQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6u7gLHvQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6u7gLHvQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6u7gLHvQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6u7gLHvQ .navbar.collapsed {
  justify-content: center;
}
.cid-uL6u7gLHvQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6u7gLHvQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6u7gLHvQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6u7gLHvQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6u7gLHvQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6u7gLHvQ .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-uL6u7gLHvQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6u7gLHvQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6u7gLHvQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6u7gLHvQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6u7gLHvQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6u7gLHvQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6u7gLHvQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6u7gLHvQ .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-uL6u7gLHvQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6u7gLHvQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6u7gLHvQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6u7gLHvQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6u7gLHvQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6u7gLHvQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6u7gLHvQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6u7gLHvQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6u7gLHvQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6u7gLHvQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6u7gLHvQ .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-uL6u7gLHvQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6u7gLHvQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6u7gLHvQ .dropdown-item.active,
.cid-uL6u7gLHvQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6u7gLHvQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6u7gLHvQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6u7gLHvQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6u7gLHvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6u7gLHvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6u7gLHvQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6u7gLHvQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6u7gLHvQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6u7gLHvQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6u7gLHvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6u7gLHvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6u7gLHvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6u7gLHvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6u7gLHvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6u7gLHvQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6u7gLHvQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6u7gLHvQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6u7gLHvQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6u7gLHvQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6u7gLHvQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6u7gLHvQ .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-uL6u7gLHvQ .navbar {
    height: 70px;
  }
  .cid-uL6u7gLHvQ .navbar.opened {
    height: auto;
  }
  .cid-uL6u7gLHvQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6u7iDzkv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6u7iDzkv img,
.cid-uL6u7iDzkv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6u7iDzkv .item:focus,
.cid-uL6u7iDzkv span:focus {
  outline: none;
}
.cid-uL6u7iDzkv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6u7iDzkv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6u7iDzkv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6u7iDzkv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6u7iDzkv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6u7iDzkv .mbr-section-title {
  color: #232323;
}
.cid-uL6u7jSSV7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6u7jSSV7 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6u7ksO5d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6u7ksO5d img,
.cid-uL6u7ksO5d .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6u7ksO5d .item:focus,
.cid-uL6u7ksO5d span:focus {
  outline: none;
}
.cid-uL6u7ksO5d .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6u7ksO5d .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6u7ksO5d .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6u7ksO5d .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6u7ksO5d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6u7ksO5d .mbr-section-title {
  color: #232323;
}
.cid-uLpjuQn0AJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjuQn0AJ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjuQn0AJ .mbr-text {
  color: #000000;
}
.cid-uL6u7ma7HQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6u7n7Y5D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6u7n7Y5D img,
.cid-uL6u7n7Y5D .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6u7n7Y5D .item:focus,
.cid-uL6u7n7Y5D span:focus {
  outline: none;
}
.cid-uL6u7n7Y5D .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6u7n7Y5D .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6u7n7Y5D .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6u7n7Y5D .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6u7n7Y5D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6u7n7Y5D .mbr-section-title {
  color: #232323;
}
.cid-uL6u7oMhae {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6u7pe4gP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6u7pe4gP .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoEqtAq3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoEqtAq3 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoEqtAq3 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6u7pMw3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6u7pMw3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6u7pMw3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6u7pMw3w .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6u7pMw3w .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6u7pMw3w .row {
    text-align: center;
  }
  .cid-uL6u7pMw3w .row > div {
    margin: auto;
  }
  .cid-uL6u7pMw3w .social-row {
    justify-content: center;
  }
}
.cid-uL6u7pMw3w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6u7pMw3w .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6u7pMw3w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6u7pMw3w .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6u7pMw3w .mbr-text {
  color: #bbbbbb;
}
.cid-uL6u7pMw3w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6u7pMw3w .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6u7pMw3w div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6ud8NfVE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2d3d2f;
}
.cid-uL6ud8NfVE .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6ud8NfVE .mbr-text {
  color: #ffffff;
}
.cid-uL6ud8eSm3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6ud8eSm3 nav.navbar {
  position: fixed;
}
.cid-uL6ud8eSm3 .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-uL6ud8eSm3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6ud8eSm3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6ud8eSm3 .dropdown-item:hover,
.cid-uL6ud8eSm3 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6ud8eSm3 .dropdown-item:hover span {
  color: white;
}
.cid-uL6ud8eSm3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6ud8eSm3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6ud8eSm3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6ud8eSm3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6ud8eSm3 .nav-link {
  position: relative;
}
.cid-uL6ud8eSm3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6ud8eSm3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6ud8eSm3 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6ud8eSm3 .dropdown-menu,
.cid-uL6ud8eSm3 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6ud8eSm3 .nav-item:focus,
.cid-uL6ud8eSm3 .nav-link:focus {
  outline: none;
}
.cid-uL6ud8eSm3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6ud8eSm3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6ud8eSm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6ud8eSm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6ud8eSm3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6ud8eSm3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6ud8eSm3 .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: #000000;
}
.cid-uL6ud8eSm3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6ud8eSm3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6ud8eSm3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6ud8eSm3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6ud8eSm3 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6ud8eSm3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6ud8eSm3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6ud8eSm3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6ud8eSm3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6ud8eSm3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6ud8eSm3 .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-uL6ud8eSm3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6ud8eSm3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6ud8eSm3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6ud8eSm3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6ud8eSm3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6ud8eSm3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6ud8eSm3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6ud8eSm3 .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-uL6ud8eSm3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6ud8eSm3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6ud8eSm3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6ud8eSm3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6ud8eSm3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6ud8eSm3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6ud8eSm3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6ud8eSm3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6ud8eSm3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6ud8eSm3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6ud8eSm3 .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-uL6ud8eSm3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6ud8eSm3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6ud8eSm3 .dropdown-item.active,
.cid-uL6ud8eSm3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6ud8eSm3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6ud8eSm3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6ud8eSm3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6ud8eSm3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6ud8eSm3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6ud8eSm3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6ud8eSm3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6ud8eSm3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6ud8eSm3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6ud8eSm3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6ud8eSm3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6ud8eSm3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ud8eSm3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ud8eSm3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6ud8eSm3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ud8eSm3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6ud8eSm3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6ud8eSm3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ud8eSm3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6ud8eSm3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6ud8eSm3 .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-uL6ud8eSm3 .navbar {
    height: 70px;
  }
  .cid-uL6ud8eSm3 .navbar.opened {
    height: auto;
  }
  .cid-uL6ud8eSm3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6ud9h4rw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6ud9h4rw img,
.cid-uL6ud9h4rw .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6ud9h4rw .item:focus,
.cid-uL6ud9h4rw span:focus {
  outline: none;
}
.cid-uL6ud9h4rw .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6ud9h4rw .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6ud9h4rw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6ud9h4rw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6ud9h4rw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6ud9h4rw .mbr-section-title {
  color: #232323;
}
.cid-uL6udagAgy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6udagAgy .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6udbmIbF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6udbmIbF img,
.cid-uL6udbmIbF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6udbmIbF .item:focus,
.cid-uL6udbmIbF span:focus {
  outline: none;
}
.cid-uL6udbmIbF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6udbmIbF .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6udbmIbF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6udbmIbF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6udbmIbF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6udbmIbF .mbr-section-title {
  color: #232323;
}
.cid-uLpjwEhyt4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjwEhyt4 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjwEhyt4 .mbr-text {
  color: #000000;
}
.cid-uL6uddzNED {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6ude7Irh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6ude7Irh img,
.cid-uL6ude7Irh .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6ude7Irh .item:focus,
.cid-uL6ude7Irh span:focus {
  outline: none;
}
.cid-uL6ude7Irh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6ude7Irh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6ude7Irh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6ude7Irh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6ude7Irh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6ude7Irh .mbr-section-title {
  color: #232323;
}
.cid-uL6udfDdq6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6udg2EVt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6udg2EVt .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoGYH1Re {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoGYH1Re .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoGYH1Re .mbr-text {
  color: #bbbbbb;
}
.cid-uL6udgsTLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6udgsTLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6udgsTLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6udgsTLh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6udgsTLh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6udgsTLh .row {
    text-align: center;
  }
  .cid-uL6udgsTLh .row > div {
    margin: auto;
  }
  .cid-uL6udgsTLh .social-row {
    justify-content: center;
  }
}
.cid-uL6udgsTLh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6udgsTLh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6udgsTLh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6udgsTLh .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6udgsTLh .mbr-text {
  color: #bbbbbb;
}
.cid-uL6udgsTLh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6udgsTLh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6udgsTLh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6uhSpIf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #663300;
}
.cid-uL6uhSpIf5 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6uhSpIf5 .mbr-text {
  color: #ffffff;
}
.cid-uL6uhRLFwB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6uhRLFwB nav.navbar {
  position: fixed;
}
.cid-uL6uhRLFwB .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-uL6uhRLFwB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6uhRLFwB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6uhRLFwB .dropdown-item:hover,
.cid-uL6uhRLFwB .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6uhRLFwB .dropdown-item:hover span {
  color: white;
}
.cid-uL6uhRLFwB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6uhRLFwB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6uhRLFwB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6uhRLFwB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6uhRLFwB .nav-link {
  position: relative;
}
.cid-uL6uhRLFwB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6uhRLFwB .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6uhRLFwB .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6uhRLFwB .dropdown-menu,
.cid-uL6uhRLFwB .navbar.opened {
  background: #000000 !important;
}
.cid-uL6uhRLFwB .nav-item:focus,
.cid-uL6uhRLFwB .nav-link:focus {
  outline: none;
}
.cid-uL6uhRLFwB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6uhRLFwB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6uhRLFwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6uhRLFwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6uhRLFwB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6uhRLFwB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6uhRLFwB .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: #000000;
}
.cid-uL6uhRLFwB .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6uhRLFwB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6uhRLFwB .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6uhRLFwB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6uhRLFwB .navbar.collapsed {
  justify-content: center;
}
.cid-uL6uhRLFwB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6uhRLFwB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6uhRLFwB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6uhRLFwB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6uhRLFwB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6uhRLFwB .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-uL6uhRLFwB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6uhRLFwB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6uhRLFwB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6uhRLFwB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6uhRLFwB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6uhRLFwB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6uhRLFwB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6uhRLFwB .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-uL6uhRLFwB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6uhRLFwB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6uhRLFwB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6uhRLFwB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6uhRLFwB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6uhRLFwB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6uhRLFwB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6uhRLFwB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6uhRLFwB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6uhRLFwB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6uhRLFwB .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-uL6uhRLFwB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6uhRLFwB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6uhRLFwB .dropdown-item.active,
.cid-uL6uhRLFwB .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6uhRLFwB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6uhRLFwB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6uhRLFwB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6uhRLFwB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6uhRLFwB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6uhRLFwB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6uhRLFwB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6uhRLFwB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6uhRLFwB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6uhRLFwB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6uhRLFwB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6uhRLFwB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6uhRLFwB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6uhRLFwB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6uhRLFwB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6uhRLFwB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6uhRLFwB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6uhRLFwB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6uhRLFwB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6uhRLFwB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6uhRLFwB .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-uL6uhRLFwB .navbar {
    height: 70px;
  }
  .cid-uL6uhRLFwB .navbar.opened {
    height: auto;
  }
  .cid-uL6uhRLFwB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6uhSYwWt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6uhSYwWt img,
.cid-uL6uhSYwWt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6uhSYwWt .item:focus,
.cid-uL6uhSYwWt span:focus {
  outline: none;
}
.cid-uL6uhSYwWt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6uhSYwWt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6uhSYwWt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6uhSYwWt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6uhSYwWt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6uhSYwWt .mbr-section-title {
  color: #232323;
}
.cid-uL6uhU0vhw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6uhU0vhw .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6uhUEvc8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6uhUEvc8 img,
.cid-uL6uhUEvc8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6uhUEvc8 .item:focus,
.cid-uL6uhUEvc8 span:focus {
  outline: none;
}
.cid-uL6uhUEvc8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6uhUEvc8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6uhUEvc8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6uhUEvc8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6uhUEvc8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6uhUEvc8 .mbr-section-title {
  color: #232323;
}
.cid-uLpjB3q8tT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjB3q8tT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjB3q8tT .mbr-text {
  color: #000000;
}
.cid-uL6uhW3aIU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6uhWrYcO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6uhWrYcO img,
.cid-uL6uhWrYcO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6uhWrYcO .item:focus,
.cid-uL6uhWrYcO span:focus {
  outline: none;
}
.cid-uL6uhWrYcO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6uhWrYcO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6uhWrYcO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6uhWrYcO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6uhWrYcO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6uhWrYcO .mbr-section-title {
  color: #232323;
}
.cid-uL6uhXRDpn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6uhYotrg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6uhYotrg .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoJcMUxT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoJcMUxT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoJcMUxT .mbr-text {
  color: #bbbbbb;
}
.cid-uL6uhYOx8R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6uhYOx8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6uhYOx8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6uhYOx8R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6uhYOx8R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6uhYOx8R .row {
    text-align: center;
  }
  .cid-uL6uhYOx8R .row > div {
    margin: auto;
  }
  .cid-uL6uhYOx8R .social-row {
    justify-content: center;
  }
}
.cid-uL6uhYOx8R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6uhYOx8R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6uhYOx8R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6uhYOx8R .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6uhYOx8R .mbr-text {
  color: #bbbbbb;
}
.cid-uL6uhYOx8R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6uhYOx8R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6uhYOx8R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6unA1AUK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #663300;
}
.cid-uL6unA1AUK .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6unA1AUK .mbr-text {
  color: #ffffff;
}
.cid-uL6unzo0d8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6unzo0d8 nav.navbar {
  position: fixed;
}
.cid-uL6unzo0d8 .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-uL6unzo0d8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6unzo0d8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6unzo0d8 .dropdown-item:hover,
.cid-uL6unzo0d8 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6unzo0d8 .dropdown-item:hover span {
  color: white;
}
.cid-uL6unzo0d8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6unzo0d8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6unzo0d8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6unzo0d8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6unzo0d8 .nav-link {
  position: relative;
}
.cid-uL6unzo0d8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6unzo0d8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6unzo0d8 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6unzo0d8 .dropdown-menu,
.cid-uL6unzo0d8 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6unzo0d8 .nav-item:focus,
.cid-uL6unzo0d8 .nav-link:focus {
  outline: none;
}
.cid-uL6unzo0d8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6unzo0d8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6unzo0d8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6unzo0d8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6unzo0d8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6unzo0d8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6unzo0d8 .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: #000000;
}
.cid-uL6unzo0d8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6unzo0d8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6unzo0d8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6unzo0d8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6unzo0d8 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6unzo0d8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6unzo0d8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6unzo0d8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6unzo0d8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6unzo0d8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6unzo0d8 .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-uL6unzo0d8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6unzo0d8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6unzo0d8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6unzo0d8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6unzo0d8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6unzo0d8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6unzo0d8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6unzo0d8 .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-uL6unzo0d8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6unzo0d8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6unzo0d8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6unzo0d8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6unzo0d8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6unzo0d8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6unzo0d8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6unzo0d8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6unzo0d8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6unzo0d8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6unzo0d8 .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-uL6unzo0d8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6unzo0d8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6unzo0d8 .dropdown-item.active,
.cid-uL6unzo0d8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6unzo0d8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6unzo0d8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6unzo0d8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6unzo0d8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6unzo0d8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6unzo0d8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6unzo0d8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6unzo0d8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6unzo0d8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6unzo0d8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6unzo0d8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6unzo0d8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6unzo0d8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6unzo0d8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6unzo0d8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6unzo0d8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6unzo0d8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6unzo0d8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6unzo0d8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6unzo0d8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6unzo0d8 .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-uL6unzo0d8 .navbar {
    height: 70px;
  }
  .cid-uL6unzo0d8 .navbar.opened {
    height: auto;
  }
  .cid-uL6unzo0d8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6unAthXC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6unAthXC img,
.cid-uL6unAthXC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6unAthXC .item:focus,
.cid-uL6unAthXC span:focus {
  outline: none;
}
.cid-uL6unAthXC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6unAthXC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6unAthXC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6unAthXC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6unAthXC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6unAthXC .mbr-section-title {
  color: #232323;
}
.cid-uL6unBJR7L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6unBJR7L .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6unCez1f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6unCez1f img,
.cid-uL6unCez1f .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6unCez1f .item:focus,
.cid-uL6unCez1f span:focus {
  outline: none;
}
.cid-uL6unCez1f .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6unCez1f .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6unCez1f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6unCez1f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6unCez1f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6unCez1f .mbr-section-title {
  color: #232323;
}
.cid-uLpjCBOnnk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjCBOnnk .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjCBOnnk .mbr-text {
  color: #000000;
}
.cid-uL6unDD6oK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6unE80It {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6unE80It img,
.cid-uL6unE80It .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6unE80It .item:focus,
.cid-uL6unE80It span:focus {
  outline: none;
}
.cid-uL6unE80It .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6unE80It .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6unE80It .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6unE80It .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6unE80It .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6unE80It .mbr-section-title {
  color: #232323;
}
.cid-uL6unFAUKl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6unG5pTP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6unG5pTP .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoMqKjPz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoMqKjPz .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoMqKjPz .mbr-text {
  color: #bbbbbb;
}
.cid-uL6unGuLEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6unGuLEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6unGuLEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6unGuLEV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6unGuLEV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6unGuLEV .row {
    text-align: center;
  }
  .cid-uL6unGuLEV .row > div {
    margin: auto;
  }
  .cid-uL6unGuLEV .social-row {
    justify-content: center;
  }
}
.cid-uL6unGuLEV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6unGuLEV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6unGuLEV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6unGuLEV .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6unGuLEV .mbr-text {
  color: #bbbbbb;
}
.cid-uL6unGuLEV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6unGuLEV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6unGuLEV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6ut4N6q4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3c1400;
}
.cid-uL6ut4N6q4 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6ut4N6q4 .mbr-text {
  color: #ffffff;
}
.cid-uL6ut4ctmr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6ut4ctmr nav.navbar {
  position: fixed;
}
.cid-uL6ut4ctmr .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-uL6ut4ctmr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6ut4ctmr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6ut4ctmr .dropdown-item:hover,
.cid-uL6ut4ctmr .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6ut4ctmr .dropdown-item:hover span {
  color: white;
}
.cid-uL6ut4ctmr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6ut4ctmr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6ut4ctmr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6ut4ctmr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6ut4ctmr .nav-link {
  position: relative;
}
.cid-uL6ut4ctmr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6ut4ctmr .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6ut4ctmr .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6ut4ctmr .dropdown-menu,
.cid-uL6ut4ctmr .navbar.opened {
  background: #000000 !important;
}
.cid-uL6ut4ctmr .nav-item:focus,
.cid-uL6ut4ctmr .nav-link:focus {
  outline: none;
}
.cid-uL6ut4ctmr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6ut4ctmr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6ut4ctmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6ut4ctmr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6ut4ctmr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6ut4ctmr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6ut4ctmr .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: #000000;
}
.cid-uL6ut4ctmr .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6ut4ctmr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6ut4ctmr .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6ut4ctmr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6ut4ctmr .navbar.collapsed {
  justify-content: center;
}
.cid-uL6ut4ctmr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6ut4ctmr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6ut4ctmr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6ut4ctmr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6ut4ctmr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6ut4ctmr .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-uL6ut4ctmr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6ut4ctmr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6ut4ctmr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6ut4ctmr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6ut4ctmr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6ut4ctmr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6ut4ctmr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6ut4ctmr .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-uL6ut4ctmr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6ut4ctmr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6ut4ctmr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6ut4ctmr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6ut4ctmr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6ut4ctmr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6ut4ctmr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6ut4ctmr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6ut4ctmr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6ut4ctmr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6ut4ctmr .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-uL6ut4ctmr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6ut4ctmr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6ut4ctmr .dropdown-item.active,
.cid-uL6ut4ctmr .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6ut4ctmr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6ut4ctmr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6ut4ctmr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6ut4ctmr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6ut4ctmr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6ut4ctmr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6ut4ctmr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6ut4ctmr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6ut4ctmr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6ut4ctmr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6ut4ctmr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6ut4ctmr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ut4ctmr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ut4ctmr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6ut4ctmr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ut4ctmr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6ut4ctmr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6ut4ctmr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ut4ctmr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6ut4ctmr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6ut4ctmr .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-uL6ut4ctmr .navbar {
    height: 70px;
  }
  .cid-uL6ut4ctmr .navbar.opened {
    height: auto;
  }
  .cid-uL6ut4ctmr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6ut5oFMi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6ut5oFMi img,
.cid-uL6ut5oFMi .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6ut5oFMi .item:focus,
.cid-uL6ut5oFMi span:focus {
  outline: none;
}
.cid-uL6ut5oFMi .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6ut5oFMi .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6ut5oFMi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6ut5oFMi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6ut5oFMi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6ut5oFMi .mbr-section-title {
  color: #232323;
}
.cid-uL6ut6rcMs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6ut6rcMs .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6ut6Xz7M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6ut6Xz7M img,
.cid-uL6ut6Xz7M .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6ut6Xz7M .item:focus,
.cid-uL6ut6Xz7M span:focus {
  outline: none;
}
.cid-uL6ut6Xz7M .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6ut6Xz7M .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6ut6Xz7M .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6ut6Xz7M .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6ut6Xz7M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6ut6Xz7M .mbr-section-title {
  color: #232323;
}
.cid-uLpjEaToWz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjEaToWz .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjEaToWz .mbr-text {
  color: #000000;
}
.cid-uL6ut9s5pM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6ut9SEwL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6ut9SEwL img,
.cid-uL6ut9SEwL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6ut9SEwL .item:focus,
.cid-uL6ut9SEwL span:focus {
  outline: none;
}
.cid-uL6ut9SEwL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6ut9SEwL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6ut9SEwL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6ut9SEwL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6ut9SEwL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6ut9SEwL .mbr-section-title {
  color: #232323;
}
.cid-uL6utbsIpJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6utbReuH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6utbReuH .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoQvUKC6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoQvUKC6 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoQvUKC6 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6utcjTHy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6utcjTHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6utcjTHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6utcjTHy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6utcjTHy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6utcjTHy .row {
    text-align: center;
  }
  .cid-uL6utcjTHy .row > div {
    margin: auto;
  }
  .cid-uL6utcjTHy .social-row {
    justify-content: center;
  }
}
.cid-uL6utcjTHy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6utcjTHy .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6utcjTHy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6utcjTHy .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6utcjTHy .mbr-text {
  color: #bbbbbb;
}
.cid-uL6utcjTHy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6utcjTHy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6utcjTHy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6uy62Dyo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3c1400;
}
.cid-uL6uy62Dyo .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6uy62Dyo .mbr-text {
  color: #ffffff;
}
.cid-uL6uy5AtmR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6uy5AtmR nav.navbar {
  position: fixed;
}
.cid-uL6uy5AtmR .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-uL6uy5AtmR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6uy5AtmR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6uy5AtmR .dropdown-item:hover,
.cid-uL6uy5AtmR .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6uy5AtmR .dropdown-item:hover span {
  color: white;
}
.cid-uL6uy5AtmR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6uy5AtmR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6uy5AtmR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6uy5AtmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6uy5AtmR .nav-link {
  position: relative;
}
.cid-uL6uy5AtmR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6uy5AtmR .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6uy5AtmR .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6uy5AtmR .dropdown-menu,
.cid-uL6uy5AtmR .navbar.opened {
  background: #000000 !important;
}
.cid-uL6uy5AtmR .nav-item:focus,
.cid-uL6uy5AtmR .nav-link:focus {
  outline: none;
}
.cid-uL6uy5AtmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6uy5AtmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6uy5AtmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6uy5AtmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6uy5AtmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6uy5AtmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6uy5AtmR .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: #000000;
}
.cid-uL6uy5AtmR .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6uy5AtmR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6uy5AtmR .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6uy5AtmR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6uy5AtmR .navbar.collapsed {
  justify-content: center;
}
.cid-uL6uy5AtmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6uy5AtmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6uy5AtmR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6uy5AtmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6uy5AtmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6uy5AtmR .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-uL6uy5AtmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6uy5AtmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6uy5AtmR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6uy5AtmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6uy5AtmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6uy5AtmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6uy5AtmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6uy5AtmR .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-uL6uy5AtmR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6uy5AtmR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6uy5AtmR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6uy5AtmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6uy5AtmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6uy5AtmR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6uy5AtmR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6uy5AtmR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6uy5AtmR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6uy5AtmR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6uy5AtmR .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-uL6uy5AtmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6uy5AtmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6uy5AtmR .dropdown-item.active,
.cid-uL6uy5AtmR .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6uy5AtmR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6uy5AtmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6uy5AtmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6uy5AtmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6uy5AtmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6uy5AtmR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6uy5AtmR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6uy5AtmR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6uy5AtmR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6uy5AtmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6uy5AtmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6uy5AtmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6uy5AtmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6uy5AtmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6uy5AtmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6uy5AtmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6uy5AtmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6uy5AtmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6uy5AtmR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6uy5AtmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6uy5AtmR .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-uL6uy5AtmR .navbar {
    height: 70px;
  }
  .cid-uL6uy5AtmR .navbar.opened {
    height: auto;
  }
  .cid-uL6uy5AtmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6uy6qKPg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6uy6qKPg img,
.cid-uL6uy6qKPg .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6uy6qKPg .item:focus,
.cid-uL6uy6qKPg span:focus {
  outline: none;
}
.cid-uL6uy6qKPg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6uy6qKPg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6uy6qKPg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6uy6qKPg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6uy6qKPg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6uy6qKPg .mbr-section-title {
  color: #232323;
}
.cid-uL6uy796Jo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6uy796Jo .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6uy7HAF7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6uy7HAF7 img,
.cid-uL6uy7HAF7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6uy7HAF7 .item:focus,
.cid-uL6uy7HAF7 span:focus {
  outline: none;
}
.cid-uL6uy7HAF7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6uy7HAF7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6uy7HAF7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6uy7HAF7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6uy7HAF7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6uy7HAF7 .mbr-section-title {
  color: #232323;
}
.cid-uLpjFN6lAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjFN6lAh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjFN6lAh .mbr-text {
  color: #000000;
}
.cid-uL6uy9Io2V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6uyawkRy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6uyawkRy img,
.cid-uL6uyawkRy .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6uyawkRy .item:focus,
.cid-uL6uyawkRy span:focus {
  outline: none;
}
.cid-uL6uyawkRy .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6uyawkRy .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6uyawkRy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6uyawkRy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6uyawkRy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6uyawkRy .mbr-section-title {
  color: #232323;
}
.cid-uL6uycdJxF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6uycIZp3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6uycIZp3 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoSOV03k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoSOV03k .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoSOV03k .mbr-text {
  color: #bbbbbb;
}
.cid-uL6uydks6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6uydks6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6uydks6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6uydks6f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6uydks6f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6uydks6f .row {
    text-align: center;
  }
  .cid-uL6uydks6f .row > div {
    margin: auto;
  }
  .cid-uL6uydks6f .social-row {
    justify-content: center;
  }
}
.cid-uL6uydks6f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6uydks6f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6uydks6f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6uydks6f .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6uydks6f .mbr-text {
  color: #bbbbbb;
}
.cid-uL6uydks6f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6uydks6f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6uydks6f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6GF16mRl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6633;
}
.cid-uL6GF16mRl .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6GF16mRl .mbr-text {
  color: #ffffff;
}
.cid-uL6GF0pPze {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6GF0pPze nav.navbar {
  position: fixed;
}
.cid-uL6GF0pPze .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-uL6GF0pPze .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6GF0pPze .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6GF0pPze .dropdown-item:hover,
.cid-uL6GF0pPze .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6GF0pPze .dropdown-item:hover span {
  color: white;
}
.cid-uL6GF0pPze .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6GF0pPze .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6GF0pPze .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6GF0pPze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6GF0pPze .nav-link {
  position: relative;
}
.cid-uL6GF0pPze .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6GF0pPze .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6GF0pPze .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6GF0pPze .dropdown-menu,
.cid-uL6GF0pPze .navbar.opened {
  background: #000000 !important;
}
.cid-uL6GF0pPze .nav-item:focus,
.cid-uL6GF0pPze .nav-link:focus {
  outline: none;
}
.cid-uL6GF0pPze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6GF0pPze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6GF0pPze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6GF0pPze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6GF0pPze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6GF0pPze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6GF0pPze .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: #000000;
}
.cid-uL6GF0pPze .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6GF0pPze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6GF0pPze .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6GF0pPze .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6GF0pPze .navbar.collapsed {
  justify-content: center;
}
.cid-uL6GF0pPze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6GF0pPze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6GF0pPze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6GF0pPze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6GF0pPze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6GF0pPze .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-uL6GF0pPze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6GF0pPze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6GF0pPze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6GF0pPze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6GF0pPze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6GF0pPze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6GF0pPze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6GF0pPze .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-uL6GF0pPze .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6GF0pPze .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6GF0pPze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6GF0pPze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6GF0pPze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6GF0pPze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6GF0pPze .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6GF0pPze .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6GF0pPze .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6GF0pPze .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6GF0pPze .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-uL6GF0pPze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6GF0pPze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6GF0pPze .dropdown-item.active,
.cid-uL6GF0pPze .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6GF0pPze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6GF0pPze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6GF0pPze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6GF0pPze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6GF0pPze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6GF0pPze .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6GF0pPze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6GF0pPze .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6GF0pPze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6GF0pPze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6GF0pPze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6GF0pPze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6GF0pPze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6GF0pPze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6GF0pPze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6GF0pPze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6GF0pPze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6GF0pPze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6GF0pPze .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6GF0pPze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6GF0pPze .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-uL6GF0pPze .navbar {
    height: 70px;
  }
  .cid-uL6GF0pPze .navbar.opened {
    height: auto;
  }
  .cid-uL6GF0pPze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6GF1NdNR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6GF1NdNR img,
.cid-uL6GF1NdNR .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6GF1NdNR .item:focus,
.cid-uL6GF1NdNR span:focus {
  outline: none;
}
.cid-uL6GF1NdNR .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6GF1NdNR .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6GF1NdNR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6GF1NdNR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6GF1NdNR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6GF1NdNR .mbr-section-title {
  color: #232323;
}
.cid-uL6GF2xVzB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6GF2xVzB .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6GF39npZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6GF39npZ img,
.cid-uL6GF39npZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6GF39npZ .item:focus,
.cid-uL6GF39npZ span:focus {
  outline: none;
}
.cid-uL6GF39npZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6GF39npZ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6GF39npZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6GF39npZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6GF39npZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6GF39npZ .mbr-section-title {
  color: #232323;
}
.cid-uLpjHEpRjj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjHEpRjj .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjHEpRjj .mbr-text {
  color: #000000;
}
.cid-uL6GF4BFKl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6GF53qvv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6GF53qvv img,
.cid-uL6GF53qvv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6GF53qvv .item:focus,
.cid-uL6GF53qvv span:focus {
  outline: none;
}
.cid-uL6GF53qvv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6GF53qvv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6GF53qvv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6GF53qvv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6GF53qvv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6GF53qvv .mbr-section-title {
  color: #232323;
}
.cid-uL6GF5BfNC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6GF62t4P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6GF62t4P .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoVNvqEt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoVNvqEt .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoVNvqEt .mbr-text {
  color: #bbbbbb;
}
.cid-uL6GF6DCDp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6GF6DCDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6GF6DCDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6GF6DCDp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6GF6DCDp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6GF6DCDp .row {
    text-align: center;
  }
  .cid-uL6GF6DCDp .row > div {
    margin: auto;
  }
  .cid-uL6GF6DCDp .social-row {
    justify-content: center;
  }
}
.cid-uL6GF6DCDp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6GF6DCDp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6GF6DCDp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6GF6DCDp .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6GF6DCDp .mbr-text {
  color: #bbbbbb;
}
.cid-uL6GF6DCDp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6GF6DCDp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6GF6DCDp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6HOiMp1M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #330066;
}
.cid-uL6HOiMp1M .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6HOiMp1M .mbr-text {
  color: #ffffff;
}
.cid-uL6HOhXtbo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6HOhXtbo nav.navbar {
  position: fixed;
}
.cid-uL6HOhXtbo .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-uL6HOhXtbo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6HOhXtbo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6HOhXtbo .dropdown-item:hover,
.cid-uL6HOhXtbo .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6HOhXtbo .dropdown-item:hover span {
  color: white;
}
.cid-uL6HOhXtbo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6HOhXtbo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6HOhXtbo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6HOhXtbo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6HOhXtbo .nav-link {
  position: relative;
}
.cid-uL6HOhXtbo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6HOhXtbo .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6HOhXtbo .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6HOhXtbo .dropdown-menu,
.cid-uL6HOhXtbo .navbar.opened {
  background: #000000 !important;
}
.cid-uL6HOhXtbo .nav-item:focus,
.cid-uL6HOhXtbo .nav-link:focus {
  outline: none;
}
.cid-uL6HOhXtbo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6HOhXtbo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6HOhXtbo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6HOhXtbo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6HOhXtbo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6HOhXtbo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6HOhXtbo .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: #000000;
}
.cid-uL6HOhXtbo .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6HOhXtbo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6HOhXtbo .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6HOhXtbo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6HOhXtbo .navbar.collapsed {
  justify-content: center;
}
.cid-uL6HOhXtbo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6HOhXtbo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6HOhXtbo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6HOhXtbo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6HOhXtbo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6HOhXtbo .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-uL6HOhXtbo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6HOhXtbo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6HOhXtbo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6HOhXtbo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6HOhXtbo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6HOhXtbo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6HOhXtbo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6HOhXtbo .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-uL6HOhXtbo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6HOhXtbo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6HOhXtbo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6HOhXtbo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6HOhXtbo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6HOhXtbo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6HOhXtbo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6HOhXtbo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6HOhXtbo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6HOhXtbo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6HOhXtbo .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-uL6HOhXtbo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6HOhXtbo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6HOhXtbo .dropdown-item.active,
.cid-uL6HOhXtbo .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6HOhXtbo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6HOhXtbo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6HOhXtbo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6HOhXtbo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6HOhXtbo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6HOhXtbo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6HOhXtbo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6HOhXtbo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6HOhXtbo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6HOhXtbo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6HOhXtbo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6HOhXtbo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6HOhXtbo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6HOhXtbo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6HOhXtbo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6HOhXtbo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6HOhXtbo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6HOhXtbo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6HOhXtbo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6HOhXtbo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6HOhXtbo .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-uL6HOhXtbo .navbar {
    height: 70px;
  }
  .cid-uL6HOhXtbo .navbar.opened {
    height: auto;
  }
  .cid-uL6HOhXtbo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6HOjun4l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6HOjun4l img,
.cid-uL6HOjun4l .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6HOjun4l .item:focus,
.cid-uL6HOjun4l span:focus {
  outline: none;
}
.cid-uL6HOjun4l .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6HOjun4l .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6HOjun4l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6HOjun4l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6HOjun4l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6HOjun4l .mbr-section-title {
  color: #232323;
}
.cid-uL6HOknAOM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6HOknAOM .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6HOlgAQd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6HOlgAQd img,
.cid-uL6HOlgAQd .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6HOlgAQd .item:focus,
.cid-uL6HOlgAQd span:focus {
  outline: none;
}
.cid-uL6HOlgAQd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6HOlgAQd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6HOlgAQd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6HOlgAQd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6HOlgAQd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6HOlgAQd .mbr-section-title {
  color: #232323;
}
.cid-uLpjJg5aHB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjJg5aHB .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjJg5aHB .mbr-text {
  color: #000000;
}
.cid-uL6HOmrA2D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6HOmQVJy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6HOmQVJy img,
.cid-uL6HOmQVJy .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6HOmQVJy .item:focus,
.cid-uL6HOmQVJy span:focus {
  outline: none;
}
.cid-uL6HOmQVJy .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6HOmQVJy .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6HOmQVJy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6HOmQVJy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6HOmQVJy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6HOmQVJy .mbr-section-title {
  color: #232323;
}
.cid-uL6HOnxqHn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6HOo8P7k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6HOo8P7k .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFoY6NvHP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFoY6NvHP .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFoY6NvHP .mbr-text {
  color: #bbbbbb;
}
.cid-uL6HOov2WW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6HOov2WW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6HOov2WW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6HOov2WW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6HOov2WW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6HOov2WW .row {
    text-align: center;
  }
  .cid-uL6HOov2WW .row > div {
    margin: auto;
  }
  .cid-uL6HOov2WW .social-row {
    justify-content: center;
  }
}
.cid-uL6HOov2WW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6HOov2WW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6HOov2WW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6HOov2WW .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6HOov2WW .mbr-text {
  color: #bbbbbb;
}
.cid-uL6HOov2WW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6HOov2WW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6HOov2WW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6HTXEjwc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #006633;
}
.cid-uL6HTXEjwc .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6HTXEjwc .mbr-text {
  color: #ffffff;
}
.cid-uL6HTXdBjM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6HTXdBjM nav.navbar {
  position: fixed;
}
.cid-uL6HTXdBjM .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-uL6HTXdBjM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6HTXdBjM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6HTXdBjM .dropdown-item:hover,
.cid-uL6HTXdBjM .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6HTXdBjM .dropdown-item:hover span {
  color: white;
}
.cid-uL6HTXdBjM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6HTXdBjM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6HTXdBjM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6HTXdBjM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6HTXdBjM .nav-link {
  position: relative;
}
.cid-uL6HTXdBjM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6HTXdBjM .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6HTXdBjM .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6HTXdBjM .dropdown-menu,
.cid-uL6HTXdBjM .navbar.opened {
  background: #000000 !important;
}
.cid-uL6HTXdBjM .nav-item:focus,
.cid-uL6HTXdBjM .nav-link:focus {
  outline: none;
}
.cid-uL6HTXdBjM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6HTXdBjM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6HTXdBjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6HTXdBjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6HTXdBjM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6HTXdBjM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6HTXdBjM .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: #000000;
}
.cid-uL6HTXdBjM .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6HTXdBjM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6HTXdBjM .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6HTXdBjM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6HTXdBjM .navbar.collapsed {
  justify-content: center;
}
.cid-uL6HTXdBjM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6HTXdBjM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6HTXdBjM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6HTXdBjM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6HTXdBjM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6HTXdBjM .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-uL6HTXdBjM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6HTXdBjM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6HTXdBjM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6HTXdBjM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6HTXdBjM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6HTXdBjM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6HTXdBjM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6HTXdBjM .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-uL6HTXdBjM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6HTXdBjM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6HTXdBjM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6HTXdBjM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6HTXdBjM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6HTXdBjM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6HTXdBjM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6HTXdBjM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6HTXdBjM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6HTXdBjM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6HTXdBjM .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-uL6HTXdBjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6HTXdBjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6HTXdBjM .dropdown-item.active,
.cid-uL6HTXdBjM .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6HTXdBjM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6HTXdBjM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6HTXdBjM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6HTXdBjM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6HTXdBjM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6HTXdBjM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6HTXdBjM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6HTXdBjM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6HTXdBjM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6HTXdBjM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6HTXdBjM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6HTXdBjM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6HTXdBjM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6HTXdBjM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6HTXdBjM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6HTXdBjM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6HTXdBjM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6HTXdBjM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6HTXdBjM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6HTXdBjM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6HTXdBjM .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-uL6HTXdBjM .navbar {
    height: 70px;
  }
  .cid-uL6HTXdBjM .navbar.opened {
    height: auto;
  }
  .cid-uL6HTXdBjM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6HTZgegS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6HTZgegS img,
.cid-uL6HTZgegS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6HTZgegS .item:focus,
.cid-uL6HTZgegS span:focus {
  outline: none;
}
.cid-uL6HTZgegS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6HTZgegS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6HTZgegS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6HTZgegS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6HTZgegS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6HTZgegS .mbr-section-title {
  color: #232323;
}
.cid-uL6HU0pQSh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6HU0pQSh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6HU1ejHv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6HU1ejHv img,
.cid-uL6HU1ejHv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6HU1ejHv .item:focus,
.cid-uL6HU1ejHv span:focus {
  outline: none;
}
.cid-uL6HU1ejHv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6HU1ejHv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6HU1ejHv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6HU1ejHv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6HU1ejHv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6HU1ejHv .mbr-section-title {
  color: #232323;
}
.cid-uLpjLeXC2w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjLeXC2w .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjLeXC2w .mbr-text {
  color: #000000;
}
.cid-uL6HU2RXsd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6HU3uv3L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6HU3uv3L img,
.cid-uL6HU3uv3L .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6HU3uv3L .item:focus,
.cid-uL6HU3uv3L span:focus {
  outline: none;
}
.cid-uL6HU3uv3L .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6HU3uv3L .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6HU3uv3L .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6HU3uv3L .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6HU3uv3L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6HU3uv3L .mbr-section-title {
  color: #232323;
}
.cid-uL6HU52ijb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6HU64Fy6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6HU64Fy6 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFp02QFp9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFp02QFp9 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFp02QFp9 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6HU75BDg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6HU75BDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6HU75BDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6HU75BDg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6HU75BDg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6HU75BDg .row {
    text-align: center;
  }
  .cid-uL6HU75BDg .row > div {
    margin: auto;
  }
  .cid-uL6HU75BDg .social-row {
    justify-content: center;
  }
}
.cid-uL6HU75BDg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6HU75BDg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6HU75BDg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6HU75BDg .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6HU75BDg .mbr-text {
  color: #bbbbbb;
}
.cid-uL6HU75BDg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6HU75BDg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6HU75BDg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6HXWuCvS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-uL6HXWuCvS .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6HXWuCvS .mbr-text {
  color: #ffffff;
}
.cid-uL6HXVVauU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6HXVVauU nav.navbar {
  position: fixed;
}
.cid-uL6HXVVauU .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-uL6HXVVauU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6HXVVauU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6HXVVauU .dropdown-item:hover,
.cid-uL6HXVVauU .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6HXVVauU .dropdown-item:hover span {
  color: white;
}
.cid-uL6HXVVauU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6HXVVauU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6HXVVauU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6HXVVauU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6HXVVauU .nav-link {
  position: relative;
}
.cid-uL6HXVVauU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6HXVVauU .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6HXVVauU .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6HXVVauU .dropdown-menu,
.cid-uL6HXVVauU .navbar.opened {
  background: #000000 !important;
}
.cid-uL6HXVVauU .nav-item:focus,
.cid-uL6HXVVauU .nav-link:focus {
  outline: none;
}
.cid-uL6HXVVauU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6HXVVauU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6HXVVauU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6HXVVauU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6HXVVauU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6HXVVauU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6HXVVauU .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: #000000;
}
.cid-uL6HXVVauU .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6HXVVauU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6HXVVauU .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6HXVVauU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6HXVVauU .navbar.collapsed {
  justify-content: center;
}
.cid-uL6HXVVauU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6HXVVauU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6HXVVauU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6HXVVauU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6HXVVauU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6HXVVauU .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-uL6HXVVauU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6HXVVauU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6HXVVauU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6HXVVauU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6HXVVauU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6HXVVauU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6HXVVauU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6HXVVauU .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-uL6HXVVauU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6HXVVauU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6HXVVauU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6HXVVauU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6HXVVauU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6HXVVauU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6HXVVauU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6HXVVauU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6HXVVauU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6HXVVauU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6HXVVauU .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-uL6HXVVauU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6HXVVauU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6HXVVauU .dropdown-item.active,
.cid-uL6HXVVauU .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6HXVVauU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6HXVVauU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6HXVVauU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6HXVVauU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6HXVVauU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6HXVVauU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6HXVVauU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6HXVVauU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6HXVVauU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6HXVVauU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6HXVVauU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6HXVVauU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6HXVVauU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6HXVVauU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6HXVVauU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6HXVVauU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6HXVVauU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6HXVVauU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6HXVVauU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6HXVVauU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6HXVVauU .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-uL6HXVVauU .navbar {
    height: 70px;
  }
  .cid-uL6HXVVauU .navbar.opened {
    height: auto;
  }
  .cid-uL6HXVVauU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6HXX1IM8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6HXX1IM8 img,
.cid-uL6HXX1IM8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6HXX1IM8 .item:focus,
.cid-uL6HXX1IM8 span:focus {
  outline: none;
}
.cid-uL6HXX1IM8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6HXX1IM8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6HXX1IM8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6HXX1IM8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6HXX1IM8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6HXX1IM8 .mbr-section-title {
  color: #232323;
}
.cid-uL6HXXUlr9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6HXXUlr9 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6HXYkF15 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6HXYkF15 img,
.cid-uL6HXYkF15 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6HXYkF15 .item:focus,
.cid-uL6HXYkF15 span:focus {
  outline: none;
}
.cid-uL6HXYkF15 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6HXYkF15 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6HXYkF15 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6HXYkF15 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6HXYkF15 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6HXYkF15 .mbr-section-title {
  color: #232323;
}
.cid-uLpjNStsy1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjNStsy1 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjNStsy1 .mbr-text {
  color: #000000;
}
.cid-uL6HY00rYa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6HY0yvSo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6HY0yvSo img,
.cid-uL6HY0yvSo .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6HY0yvSo .item:focus,
.cid-uL6HY0yvSo span:focus {
  outline: none;
}
.cid-uL6HY0yvSo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6HY0yvSo .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6HY0yvSo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6HY0yvSo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6HY0yvSo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6HY0yvSo .mbr-section-title {
  color: #232323;
}
.cid-uL6HY1kVcR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLFp633Ffr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLFp633Ffr .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFp6DRTgr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFp6DRTgr .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFp6DRTgr .mbr-text {
  color: #bbbbbb;
}
.cid-uL6HY2KNgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6HY2KNgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6HY2KNgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6HY2KNgT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6HY2KNgT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6HY2KNgT .row {
    text-align: center;
  }
  .cid-uL6HY2KNgT .row > div {
    margin: auto;
  }
  .cid-uL6HY2KNgT .social-row {
    justify-content: center;
  }
}
.cid-uL6HY2KNgT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6HY2KNgT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6HY2KNgT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6HY2KNgT .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6HY2KNgT .mbr-text {
  color: #bbbbbb;
}
.cid-uL6HY2KNgT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6HY2KNgT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6HY2KNgT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6I1x7nDd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #993366;
}
.cid-uL6I1x7nDd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6I1x7nDd .mbr-text {
  color: #ffffff;
}
.cid-uL6I1wrVvw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6I1wrVvw nav.navbar {
  position: fixed;
}
.cid-uL6I1wrVvw .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-uL6I1wrVvw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6I1wrVvw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6I1wrVvw .dropdown-item:hover,
.cid-uL6I1wrVvw .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6I1wrVvw .dropdown-item:hover span {
  color: white;
}
.cid-uL6I1wrVvw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6I1wrVvw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6I1wrVvw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6I1wrVvw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6I1wrVvw .nav-link {
  position: relative;
}
.cid-uL6I1wrVvw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6I1wrVvw .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6I1wrVvw .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6I1wrVvw .dropdown-menu,
.cid-uL6I1wrVvw .navbar.opened {
  background: #000000 !important;
}
.cid-uL6I1wrVvw .nav-item:focus,
.cid-uL6I1wrVvw .nav-link:focus {
  outline: none;
}
.cid-uL6I1wrVvw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6I1wrVvw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6I1wrVvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6I1wrVvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6I1wrVvw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6I1wrVvw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6I1wrVvw .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: #000000;
}
.cid-uL6I1wrVvw .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6I1wrVvw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6I1wrVvw .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6I1wrVvw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6I1wrVvw .navbar.collapsed {
  justify-content: center;
}
.cid-uL6I1wrVvw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6I1wrVvw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6I1wrVvw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6I1wrVvw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6I1wrVvw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6I1wrVvw .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-uL6I1wrVvw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6I1wrVvw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6I1wrVvw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6I1wrVvw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6I1wrVvw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6I1wrVvw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6I1wrVvw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6I1wrVvw .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-uL6I1wrVvw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6I1wrVvw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6I1wrVvw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6I1wrVvw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6I1wrVvw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6I1wrVvw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6I1wrVvw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6I1wrVvw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6I1wrVvw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6I1wrVvw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6I1wrVvw .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-uL6I1wrVvw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6I1wrVvw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6I1wrVvw .dropdown-item.active,
.cid-uL6I1wrVvw .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6I1wrVvw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6I1wrVvw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6I1wrVvw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6I1wrVvw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6I1wrVvw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6I1wrVvw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6I1wrVvw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6I1wrVvw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6I1wrVvw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6I1wrVvw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6I1wrVvw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6I1wrVvw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6I1wrVvw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6I1wrVvw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6I1wrVvw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6I1wrVvw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6I1wrVvw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6I1wrVvw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6I1wrVvw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6I1wrVvw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6I1wrVvw .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-uL6I1wrVvw .navbar {
    height: 70px;
  }
  .cid-uL6I1wrVvw .navbar.opened {
    height: auto;
  }
  .cid-uL6I1wrVvw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6I1xMA0x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6I1xMA0x img,
.cid-uL6I1xMA0x .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6I1xMA0x .item:focus,
.cid-uL6I1xMA0x span:focus {
  outline: none;
}
.cid-uL6I1xMA0x .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6I1xMA0x .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6I1xMA0x .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6I1xMA0x .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6I1xMA0x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6I1xMA0x .mbr-section-title {
  color: #232323;
}
.cid-uL6I1yC44M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6I1yC44M .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6I1zhsjn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6I1zhsjn img,
.cid-uL6I1zhsjn .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6I1zhsjn .item:focus,
.cid-uL6I1zhsjn span:focus {
  outline: none;
}
.cid-uL6I1zhsjn .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6I1zhsjn .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6I1zhsjn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6I1zhsjn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6I1zhsjn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6I1zhsjn .mbr-section-title {
  color: #232323;
}
.cid-uLpjPLDaJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjPLDaJb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjPLDaJb .mbr-text {
  color: #000000;
}
.cid-uL6I1AX8E1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6I1BzYcm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6I1BzYcm img,
.cid-uL6I1BzYcm .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6I1BzYcm .item:focus,
.cid-uL6I1BzYcm span:focus {
  outline: none;
}
.cid-uL6I1BzYcm .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6I1BzYcm .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6I1BzYcm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6I1BzYcm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6I1BzYcm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6I1BzYcm .mbr-section-title {
  color: #232323;
}
.cid-uL6I1CdCxF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6I1CIWY6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6I1CIWY6 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFp90nzei {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFp90nzei .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFp90nzei .mbr-text {
  color: #bbbbbb;
}
.cid-uL6I1Dcdxo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6I1Dcdxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6I1Dcdxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6I1Dcdxo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6I1Dcdxo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6I1Dcdxo .row {
    text-align: center;
  }
  .cid-uL6I1Dcdxo .row > div {
    margin: auto;
  }
  .cid-uL6I1Dcdxo .social-row {
    justify-content: center;
  }
}
.cid-uL6I1Dcdxo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6I1Dcdxo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6I1Dcdxo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6I1Dcdxo .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6I1Dcdxo .mbr-text {
  color: #bbbbbb;
}
.cid-uL6I1Dcdxo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6I1Dcdxo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6I1Dcdxo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6I5rW6Hr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6633;
}
.cid-uL6I5rW6Hr .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6I5rW6Hr .mbr-text {
  color: #ffffff;
}
.cid-uL6I5pq7cW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6I5pq7cW nav.navbar {
  position: fixed;
}
.cid-uL6I5pq7cW .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-uL6I5pq7cW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6I5pq7cW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6I5pq7cW .dropdown-item:hover,
.cid-uL6I5pq7cW .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6I5pq7cW .dropdown-item:hover span {
  color: white;
}
.cid-uL6I5pq7cW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6I5pq7cW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6I5pq7cW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6I5pq7cW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6I5pq7cW .nav-link {
  position: relative;
}
.cid-uL6I5pq7cW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6I5pq7cW .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6I5pq7cW .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6I5pq7cW .dropdown-menu,
.cid-uL6I5pq7cW .navbar.opened {
  background: #000000 !important;
}
.cid-uL6I5pq7cW .nav-item:focus,
.cid-uL6I5pq7cW .nav-link:focus {
  outline: none;
}
.cid-uL6I5pq7cW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6I5pq7cW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6I5pq7cW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6I5pq7cW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6I5pq7cW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6I5pq7cW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6I5pq7cW .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: #000000;
}
.cid-uL6I5pq7cW .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6I5pq7cW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6I5pq7cW .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6I5pq7cW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6I5pq7cW .navbar.collapsed {
  justify-content: center;
}
.cid-uL6I5pq7cW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6I5pq7cW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6I5pq7cW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6I5pq7cW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6I5pq7cW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6I5pq7cW .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-uL6I5pq7cW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6I5pq7cW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6I5pq7cW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6I5pq7cW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6I5pq7cW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6I5pq7cW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6I5pq7cW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6I5pq7cW .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-uL6I5pq7cW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6I5pq7cW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6I5pq7cW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6I5pq7cW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6I5pq7cW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6I5pq7cW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6I5pq7cW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6I5pq7cW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6I5pq7cW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6I5pq7cW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6I5pq7cW .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-uL6I5pq7cW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6I5pq7cW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6I5pq7cW .dropdown-item.active,
.cid-uL6I5pq7cW .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6I5pq7cW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6I5pq7cW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6I5pq7cW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6I5pq7cW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6I5pq7cW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6I5pq7cW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6I5pq7cW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6I5pq7cW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6I5pq7cW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6I5pq7cW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6I5pq7cW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6I5pq7cW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6I5pq7cW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6I5pq7cW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6I5pq7cW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6I5pq7cW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6I5pq7cW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6I5pq7cW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6I5pq7cW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6I5pq7cW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6I5pq7cW .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-uL6I5pq7cW .navbar {
    height: 70px;
  }
  .cid-uL6I5pq7cW .navbar.opened {
    height: auto;
  }
  .cid-uL6I5pq7cW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6I5syMFF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6I5syMFF img,
.cid-uL6I5syMFF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6I5syMFF .item:focus,
.cid-uL6I5syMFF span:focus {
  outline: none;
}
.cid-uL6I5syMFF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6I5syMFF .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6I5syMFF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6I5syMFF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6I5syMFF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6I5syMFF .mbr-section-title {
  color: #232323;
}
.cid-uL6I5tbHHo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6I5tbHHo .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6I5tFeCV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6I5tFeCV img,
.cid-uL6I5tFeCV .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6I5tFeCV .item:focus,
.cid-uL6I5tFeCV span:focus {
  outline: none;
}
.cid-uL6I5tFeCV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6I5tFeCV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6I5tFeCV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6I5tFeCV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6I5tFeCV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6I5tFeCV .mbr-section-title {
  color: #232323;
}
.cid-uLtuN7PVti {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLtuN7PVti .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLtuN7PVti .mbr-text {
  color: #000000;
}
.cid-uL6I5v8zU7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6I5vGHpG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6I5vGHpG img,
.cid-uL6I5vGHpG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6I5vGHpG .item:focus,
.cid-uL6I5vGHpG span:focus {
  outline: none;
}
.cid-uL6I5vGHpG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6I5vGHpG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6I5vGHpG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6I5vGHpG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6I5vGHpG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6I5vGHpG .mbr-section-title {
  color: #232323;
}
.cid-uL6I5wiwiI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6I5wJRHf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6I5wJRHf .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpbp4UmV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpbp4UmV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpbp4UmV .mbr-text {
  color: #bbbbbb;
}
.cid-uL6I5wXkcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6I5wXkcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6I5wXkcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6I5wXkcK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6I5wXkcK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6I5wXkcK .row {
    text-align: center;
  }
  .cid-uL6I5wXkcK .row > div {
    margin: auto;
  }
  .cid-uL6I5wXkcK .social-row {
    justify-content: center;
  }
}
.cid-uL6I5wXkcK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6I5wXkcK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6I5wXkcK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6I5wXkcK .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6I5wXkcK .mbr-text {
  color: #bbbbbb;
}
.cid-uL6I5wXkcK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6I5wXkcK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6I5wXkcK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6IabBjOe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #330066;
}
.cid-uL6IabBjOe .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IabBjOe .mbr-text {
  color: #ffffff;
}
.cid-uL6IaaMNlK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6IaaMNlK nav.navbar {
  position: fixed;
}
.cid-uL6IaaMNlK .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-uL6IaaMNlK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6IaaMNlK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6IaaMNlK .dropdown-item:hover,
.cid-uL6IaaMNlK .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6IaaMNlK .dropdown-item:hover span {
  color: white;
}
.cid-uL6IaaMNlK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6IaaMNlK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6IaaMNlK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6IaaMNlK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6IaaMNlK .nav-link {
  position: relative;
}
.cid-uL6IaaMNlK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6IaaMNlK .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6IaaMNlK .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6IaaMNlK .dropdown-menu,
.cid-uL6IaaMNlK .navbar.opened {
  background: #000000 !important;
}
.cid-uL6IaaMNlK .nav-item:focus,
.cid-uL6IaaMNlK .nav-link:focus {
  outline: none;
}
.cid-uL6IaaMNlK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6IaaMNlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6IaaMNlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6IaaMNlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6IaaMNlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6IaaMNlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6IaaMNlK .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: #000000;
}
.cid-uL6IaaMNlK .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6IaaMNlK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6IaaMNlK .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6IaaMNlK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6IaaMNlK .navbar.collapsed {
  justify-content: center;
}
.cid-uL6IaaMNlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6IaaMNlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6IaaMNlK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6IaaMNlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6IaaMNlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6IaaMNlK .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-uL6IaaMNlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6IaaMNlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6IaaMNlK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6IaaMNlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6IaaMNlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6IaaMNlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6IaaMNlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6IaaMNlK .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-uL6IaaMNlK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6IaaMNlK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6IaaMNlK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6IaaMNlK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6IaaMNlK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6IaaMNlK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6IaaMNlK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6IaaMNlK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6IaaMNlK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6IaaMNlK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6IaaMNlK .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-uL6IaaMNlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6IaaMNlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6IaaMNlK .dropdown-item.active,
.cid-uL6IaaMNlK .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6IaaMNlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6IaaMNlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6IaaMNlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6IaaMNlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6IaaMNlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6IaaMNlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6IaaMNlK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6IaaMNlK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6IaaMNlK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6IaaMNlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6IaaMNlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6IaaMNlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IaaMNlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IaaMNlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6IaaMNlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IaaMNlK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6IaaMNlK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6IaaMNlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IaaMNlK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6IaaMNlK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6IaaMNlK .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-uL6IaaMNlK .navbar {
    height: 70px;
  }
  .cid-uL6IaaMNlK .navbar.opened {
    height: auto;
  }
  .cid-uL6IaaMNlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6IacxsMc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IacxsMc img,
.cid-uL6IacxsMc .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IacxsMc .item:focus,
.cid-uL6IacxsMc span:focus {
  outline: none;
}
.cid-uL6IacxsMc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IacxsMc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IacxsMc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IacxsMc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IacxsMc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IacxsMc .mbr-section-title {
  color: #232323;
}
.cid-uL6IadrnOf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IadrnOf .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Iae2lFM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6Iae2lFM img,
.cid-uL6Iae2lFM .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Iae2lFM .item:focus,
.cid-uL6Iae2lFM span:focus {
  outline: none;
}
.cid-uL6Iae2lFM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Iae2lFM .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Iae2lFM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Iae2lFM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Iae2lFM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Iae2lFM .mbr-section-title {
  color: #232323;
}
.cid-uLpjVnxbTb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpjVnxbTb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpjVnxbTb .mbr-text {
  color: #000000;
}
.cid-uL6Iafmuwv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IafVP6X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IafVP6X img,
.cid-uL6IafVP6X .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IafVP6X .item:focus,
.cid-uL6IafVP6X span:focus {
  outline: none;
}
.cid-uL6IafVP6X .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IafVP6X .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IafVP6X .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IafVP6X .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IafVP6X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IafVP6X .mbr-section-title {
  color: #232323;
}
.cid-uL6IagJCEz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IahaAcf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IahaAcf .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpe7EdpP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpe7EdpP .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpe7EdpP .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IahXPk9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6IahXPk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6IahXPk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6IahXPk9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6IahXPk9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6IahXPk9 .row {
    text-align: center;
  }
  .cid-uL6IahXPk9 .row > div {
    margin: auto;
  }
  .cid-uL6IahXPk9 .social-row {
    justify-content: center;
  }
}
.cid-uL6IahXPk9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6IahXPk9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6IahXPk9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6IahXPk9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6IahXPk9 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IahXPk9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6IahXPk9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6IahXPk9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6IccHWSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #006633;
}
.cid-uL6IccHWSY .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IccHWSY .mbr-text {
  color: #ffffff;
}
.cid-uL6Icc2R9I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6Icc2R9I nav.navbar {
  position: fixed;
}
.cid-uL6Icc2R9I .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-uL6Icc2R9I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6Icc2R9I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6Icc2R9I .dropdown-item:hover,
.cid-uL6Icc2R9I .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6Icc2R9I .dropdown-item:hover span {
  color: white;
}
.cid-uL6Icc2R9I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6Icc2R9I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6Icc2R9I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6Icc2R9I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6Icc2R9I .nav-link {
  position: relative;
}
.cid-uL6Icc2R9I .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6Icc2R9I .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6Icc2R9I .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6Icc2R9I .dropdown-menu,
.cid-uL6Icc2R9I .navbar.opened {
  background: #000000 !important;
}
.cid-uL6Icc2R9I .nav-item:focus,
.cid-uL6Icc2R9I .nav-link:focus {
  outline: none;
}
.cid-uL6Icc2R9I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6Icc2R9I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6Icc2R9I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6Icc2R9I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6Icc2R9I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6Icc2R9I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6Icc2R9I .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: #000000;
}
.cid-uL6Icc2R9I .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6Icc2R9I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6Icc2R9I .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6Icc2R9I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6Icc2R9I .navbar.collapsed {
  justify-content: center;
}
.cid-uL6Icc2R9I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6Icc2R9I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6Icc2R9I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6Icc2R9I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6Icc2R9I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6Icc2R9I .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-uL6Icc2R9I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6Icc2R9I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6Icc2R9I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6Icc2R9I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6Icc2R9I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6Icc2R9I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6Icc2R9I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6Icc2R9I .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-uL6Icc2R9I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6Icc2R9I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6Icc2R9I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6Icc2R9I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6Icc2R9I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6Icc2R9I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6Icc2R9I .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6Icc2R9I .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6Icc2R9I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6Icc2R9I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6Icc2R9I .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-uL6Icc2R9I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6Icc2R9I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6Icc2R9I .dropdown-item.active,
.cid-uL6Icc2R9I .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6Icc2R9I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6Icc2R9I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6Icc2R9I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6Icc2R9I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6Icc2R9I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6Icc2R9I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6Icc2R9I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6Icc2R9I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6Icc2R9I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6Icc2R9I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6Icc2R9I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6Icc2R9I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6Icc2R9I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6Icc2R9I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6Icc2R9I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6Icc2R9I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6Icc2R9I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6Icc2R9I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6Icc2R9I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6Icc2R9I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6Icc2R9I .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-uL6Icc2R9I .navbar {
    height: 70px;
  }
  .cid-uL6Icc2R9I .navbar.opened {
    height: auto;
  }
  .cid-uL6Icc2R9I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6Icd68lY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6Icd68lY img,
.cid-uL6Icd68lY .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Icd68lY .item:focus,
.cid-uL6Icd68lY span:focus {
  outline: none;
}
.cid-uL6Icd68lY .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Icd68lY .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Icd68lY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Icd68lY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Icd68lY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Icd68lY .mbr-section-title {
  color: #232323;
}
.cid-uL6IcdRcJ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IcdRcJ9 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IceQMVb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6IceQMVb img,
.cid-uL6IceQMVb .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IceQMVb .item:focus,
.cid-uL6IceQMVb span:focus {
  outline: none;
}
.cid-uL6IceQMVb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IceQMVb .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IceQMVb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IceQMVb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IceQMVb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IceQMVb .mbr-section-title {
  color: #232323;
}
.cid-uLpk58Sm0i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpk58Sm0i .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpk58Sm0i .mbr-text {
  color: #000000;
}
.cid-uL6IcfTAhX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IcgrSaH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IcgrSaH img,
.cid-uL6IcgrSaH .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IcgrSaH .item:focus,
.cid-uL6IcgrSaH span:focus {
  outline: none;
}
.cid-uL6IcgrSaH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IcgrSaH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IcgrSaH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IcgrSaH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IcgrSaH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IcgrSaH .mbr-section-title {
  color: #232323;
}
.cid-uL6Ich0Cy0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6Ichv7yR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6Ichv7yR .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpg2R3fq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpg2R3fq .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpg2R3fq .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Ici6mlN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6Ici6mlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6Ici6mlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6Ici6mlN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6Ici6mlN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6Ici6mlN .row {
    text-align: center;
  }
  .cid-uL6Ici6mlN .row > div {
    margin: auto;
  }
  .cid-uL6Ici6mlN .social-row {
    justify-content: center;
  }
}
.cid-uL6Ici6mlN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6Ici6mlN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6Ici6mlN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6Ici6mlN .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6Ici6mlN .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Ici6mlN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6Ici6mlN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6Ici6mlN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6Ih4GE9E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-uL6Ih4GE9E .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Ih4GE9E .mbr-text {
  color: #ffffff;
}
.cid-uL6Ih43Owd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6Ih43Owd nav.navbar {
  position: fixed;
}
.cid-uL6Ih43Owd .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-uL6Ih43Owd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6Ih43Owd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6Ih43Owd .dropdown-item:hover,
.cid-uL6Ih43Owd .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6Ih43Owd .dropdown-item:hover span {
  color: white;
}
.cid-uL6Ih43Owd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6Ih43Owd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6Ih43Owd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6Ih43Owd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6Ih43Owd .nav-link {
  position: relative;
}
.cid-uL6Ih43Owd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6Ih43Owd .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6Ih43Owd .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6Ih43Owd .dropdown-menu,
.cid-uL6Ih43Owd .navbar.opened {
  background: #000000 !important;
}
.cid-uL6Ih43Owd .nav-item:focus,
.cid-uL6Ih43Owd .nav-link:focus {
  outline: none;
}
.cid-uL6Ih43Owd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6Ih43Owd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6Ih43Owd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6Ih43Owd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6Ih43Owd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6Ih43Owd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6Ih43Owd .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: #000000;
}
.cid-uL6Ih43Owd .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6Ih43Owd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6Ih43Owd .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6Ih43Owd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6Ih43Owd .navbar.collapsed {
  justify-content: center;
}
.cid-uL6Ih43Owd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6Ih43Owd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6Ih43Owd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6Ih43Owd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6Ih43Owd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6Ih43Owd .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-uL6Ih43Owd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6Ih43Owd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6Ih43Owd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6Ih43Owd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6Ih43Owd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6Ih43Owd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6Ih43Owd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6Ih43Owd .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-uL6Ih43Owd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6Ih43Owd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6Ih43Owd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6Ih43Owd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6Ih43Owd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6Ih43Owd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6Ih43Owd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6Ih43Owd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6Ih43Owd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6Ih43Owd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6Ih43Owd .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-uL6Ih43Owd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6Ih43Owd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6Ih43Owd .dropdown-item.active,
.cid-uL6Ih43Owd .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6Ih43Owd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6Ih43Owd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6Ih43Owd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6Ih43Owd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6Ih43Owd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6Ih43Owd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6Ih43Owd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6Ih43Owd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6Ih43Owd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6Ih43Owd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6Ih43Owd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6Ih43Owd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6Ih43Owd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6Ih43Owd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6Ih43Owd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6Ih43Owd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6Ih43Owd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6Ih43Owd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6Ih43Owd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6Ih43Owd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6Ih43Owd .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-uL6Ih43Owd .navbar {
    height: 70px;
  }
  .cid-uL6Ih43Owd .navbar.opened {
    height: auto;
  }
  .cid-uL6Ih43Owd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6Ih5fut7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6Ih5fut7 img,
.cid-uL6Ih5fut7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Ih5fut7 .item:focus,
.cid-uL6Ih5fut7 span:focus {
  outline: none;
}
.cid-uL6Ih5fut7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Ih5fut7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Ih5fut7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Ih5fut7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Ih5fut7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Ih5fut7 .mbr-section-title {
  color: #232323;
}
.cid-uL6Ih67b4r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6Ih67b4r .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Ih6LId5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6Ih6LId5 img,
.cid-uL6Ih6LId5 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Ih6LId5 .item:focus,
.cid-uL6Ih6LId5 span:focus {
  outline: none;
}
.cid-uL6Ih6LId5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Ih6LId5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Ih6LId5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Ih6LId5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Ih6LId5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Ih6LId5 .mbr-section-title {
  color: #232323;
}
.cid-uLpk778bcc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpk778bcc .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpk778bcc .mbr-text {
  color: #000000;
}
.cid-uL6Ih8z1eI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6Ih9aDr6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6Ih9aDr6 img,
.cid-uL6Ih9aDr6 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Ih9aDr6 .item:focus,
.cid-uL6Ih9aDr6 span:focus {
  outline: none;
}
.cid-uL6Ih9aDr6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Ih9aDr6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Ih9aDr6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Ih9aDr6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Ih9aDr6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Ih9aDr6 .mbr-section-title {
  color: #232323;
}
.cid-uL6Ih9QLCM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IhaB1yI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IhaB1yI .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpkKShxs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpkKShxs .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpkKShxs .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Ihb1mgD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6Ihb1mgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6Ihb1mgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6Ihb1mgD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6Ihb1mgD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6Ihb1mgD .row {
    text-align: center;
  }
  .cid-uL6Ihb1mgD .row > div {
    margin: auto;
  }
  .cid-uL6Ihb1mgD .social-row {
    justify-content: center;
  }
}
.cid-uL6Ihb1mgD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6Ihb1mgD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6Ihb1mgD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6Ihb1mgD .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6Ihb1mgD .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Ihb1mgD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6Ihb1mgD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6Ihb1mgD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6IlCogLx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #993366;
}
.cid-uL6IlCogLx .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IlCogLx .mbr-text {
  color: #ffffff;
}
.cid-uL6IlBLvyZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6IlBLvyZ nav.navbar {
  position: fixed;
}
.cid-uL6IlBLvyZ .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-uL6IlBLvyZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6IlBLvyZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6IlBLvyZ .dropdown-item:hover,
.cid-uL6IlBLvyZ .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6IlBLvyZ .dropdown-item:hover span {
  color: white;
}
.cid-uL6IlBLvyZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6IlBLvyZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6IlBLvyZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6IlBLvyZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6IlBLvyZ .nav-link {
  position: relative;
}
.cid-uL6IlBLvyZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6IlBLvyZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6IlBLvyZ .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6IlBLvyZ .dropdown-menu,
.cid-uL6IlBLvyZ .navbar.opened {
  background: #000000 !important;
}
.cid-uL6IlBLvyZ .nav-item:focus,
.cid-uL6IlBLvyZ .nav-link:focus {
  outline: none;
}
.cid-uL6IlBLvyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6IlBLvyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6IlBLvyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6IlBLvyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6IlBLvyZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6IlBLvyZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6IlBLvyZ .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: #000000;
}
.cid-uL6IlBLvyZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6IlBLvyZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6IlBLvyZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6IlBLvyZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6IlBLvyZ .navbar.collapsed {
  justify-content: center;
}
.cid-uL6IlBLvyZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6IlBLvyZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6IlBLvyZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6IlBLvyZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6IlBLvyZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6IlBLvyZ .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-uL6IlBLvyZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6IlBLvyZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6IlBLvyZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6IlBLvyZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6IlBLvyZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6IlBLvyZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6IlBLvyZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6IlBLvyZ .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-uL6IlBLvyZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6IlBLvyZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6IlBLvyZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6IlBLvyZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6IlBLvyZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6IlBLvyZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6IlBLvyZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6IlBLvyZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6IlBLvyZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6IlBLvyZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6IlBLvyZ .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-uL6IlBLvyZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6IlBLvyZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6IlBLvyZ .dropdown-item.active,
.cid-uL6IlBLvyZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6IlBLvyZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6IlBLvyZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6IlBLvyZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6IlBLvyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6IlBLvyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6IlBLvyZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6IlBLvyZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6IlBLvyZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6IlBLvyZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6IlBLvyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6IlBLvyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6IlBLvyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IlBLvyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IlBLvyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6IlBLvyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IlBLvyZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6IlBLvyZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6IlBLvyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IlBLvyZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6IlBLvyZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6IlBLvyZ .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-uL6IlBLvyZ .navbar {
    height: 70px;
  }
  .cid-uL6IlBLvyZ .navbar.opened {
    height: auto;
  }
  .cid-uL6IlBLvyZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6IlCR0pL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IlCR0pL img,
.cid-uL6IlCR0pL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IlCR0pL .item:focus,
.cid-uL6IlCR0pL span:focus {
  outline: none;
}
.cid-uL6IlCR0pL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IlCR0pL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IlCR0pL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IlCR0pL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IlCR0pL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IlCR0pL .mbr-section-title {
  color: #232323;
}
.cid-uL6IlDAj2j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IlDAj2j .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IlEaVFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6IlEaVFl img,
.cid-uL6IlEaVFl .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IlEaVFl .item:focus,
.cid-uL6IlEaVFl span:focus {
  outline: none;
}
.cid-uL6IlEaVFl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IlEaVFl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IlEaVFl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IlEaVFl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IlEaVFl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IlEaVFl .mbr-section-title {
  color: #232323;
}
.cid-uLpk9dop6r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpk9dop6r .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpk9dop6r .mbr-text {
  color: #000000;
}
.cid-uL6IlFvCTy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IlFZiVV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IlFZiVV img,
.cid-uL6IlFZiVV .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IlFZiVV .item:focus,
.cid-uL6IlFZiVV span:focus {
  outline: none;
}
.cid-uL6IlFZiVV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IlFZiVV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IlFZiVV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IlFZiVV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IlFZiVV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IlFZiVV .mbr-section-title {
  color: #232323;
}
.cid-uL6IlGxVwQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IlH3hYw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IlH3hYw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpnjksOL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpnjksOL .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpnjksOL .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IlHH9T9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6IlHH9T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6IlHH9T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6IlHH9T9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6IlHH9T9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6IlHH9T9 .row {
    text-align: center;
  }
  .cid-uL6IlHH9T9 .row > div {
    margin: auto;
  }
  .cid-uL6IlHH9T9 .social-row {
    justify-content: center;
  }
}
.cid-uL6IlHH9T9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6IlHH9T9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6IlHH9T9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6IlHH9T9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6IlHH9T9 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IlHH9T9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6IlHH9T9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6IlHH9T9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6IrRFDsO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6633;
}
.cid-uL6IrRFDsO .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IrRFDsO .mbr-text {
  color: #ffffff;
}
.cid-uL6IrR2ej7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6IrR2ej7 nav.navbar {
  position: fixed;
}
.cid-uL6IrR2ej7 .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-uL6IrR2ej7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6IrR2ej7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6IrR2ej7 .dropdown-item:hover,
.cid-uL6IrR2ej7 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6IrR2ej7 .dropdown-item:hover span {
  color: white;
}
.cid-uL6IrR2ej7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6IrR2ej7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6IrR2ej7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6IrR2ej7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6IrR2ej7 .nav-link {
  position: relative;
}
.cid-uL6IrR2ej7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6IrR2ej7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6IrR2ej7 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6IrR2ej7 .dropdown-menu,
.cid-uL6IrR2ej7 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6IrR2ej7 .nav-item:focus,
.cid-uL6IrR2ej7 .nav-link:focus {
  outline: none;
}
.cid-uL6IrR2ej7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6IrR2ej7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6IrR2ej7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6IrR2ej7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6IrR2ej7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6IrR2ej7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6IrR2ej7 .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: #000000;
}
.cid-uL6IrR2ej7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6IrR2ej7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6IrR2ej7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6IrR2ej7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6IrR2ej7 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6IrR2ej7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6IrR2ej7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6IrR2ej7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6IrR2ej7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6IrR2ej7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6IrR2ej7 .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-uL6IrR2ej7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6IrR2ej7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6IrR2ej7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6IrR2ej7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6IrR2ej7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6IrR2ej7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6IrR2ej7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6IrR2ej7 .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-uL6IrR2ej7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6IrR2ej7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6IrR2ej7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6IrR2ej7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6IrR2ej7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6IrR2ej7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6IrR2ej7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6IrR2ej7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6IrR2ej7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6IrR2ej7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6IrR2ej7 .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-uL6IrR2ej7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6IrR2ej7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6IrR2ej7 .dropdown-item.active,
.cid-uL6IrR2ej7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6IrR2ej7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6IrR2ej7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6IrR2ej7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6IrR2ej7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6IrR2ej7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6IrR2ej7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6IrR2ej7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6IrR2ej7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6IrR2ej7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6IrR2ej7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6IrR2ej7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6IrR2ej7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IrR2ej7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IrR2ej7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6IrR2ej7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IrR2ej7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6IrR2ej7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6IrR2ej7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IrR2ej7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6IrR2ej7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6IrR2ej7 .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-uL6IrR2ej7 .navbar {
    height: 70px;
  }
  .cid-uL6IrR2ej7 .navbar.opened {
    height: auto;
  }
  .cid-uL6IrR2ej7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6IrS8WDE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IrS8WDE img,
.cid-uL6IrS8WDE .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IrS8WDE .item:focus,
.cid-uL6IrS8WDE span:focus {
  outline: none;
}
.cid-uL6IrS8WDE .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IrS8WDE .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IrS8WDE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IrS8WDE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IrS8WDE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IrS8WDE .mbr-section-title {
  color: #232323;
}
.cid-uL6IrT4jd0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IrT4jd0 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IrTsHRk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6IrTsHRk img,
.cid-uL6IrTsHRk .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IrTsHRk .item:focus,
.cid-uL6IrTsHRk span:focus {
  outline: none;
}
.cid-uL6IrTsHRk .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IrTsHRk .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IrTsHRk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IrTsHRk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IrTsHRk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IrTsHRk .mbr-section-title {
  color: #232323;
}
.cid-uLpkaTyBYP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkaTyBYP .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkaTyBYP .mbr-text {
  color: #000000;
}
.cid-uL6IrWt4yU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IrXjY3h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IrXjY3h img,
.cid-uL6IrXjY3h .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IrXjY3h .item:focus,
.cid-uL6IrXjY3h span:focus {
  outline: none;
}
.cid-uL6IrXjY3h .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IrXjY3h .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IrXjY3h .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IrXjY3h .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IrXjY3h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IrXjY3h .mbr-section-title {
  color: #232323;
}
.cid-uL6IrY5nke {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IrYvTAJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IrYvTAJ .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpqn7y5Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpqn7y5Q .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpqn7y5Q .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IrYRxqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6IrYRxqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6IrYRxqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6IrYRxqz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6IrYRxqz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6IrYRxqz .row {
    text-align: center;
  }
  .cid-uL6IrYRxqz .row > div {
    margin: auto;
  }
  .cid-uL6IrYRxqz .social-row {
    justify-content: center;
  }
}
.cid-uL6IrYRxqz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6IrYRxqz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6IrYRxqz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6IrYRxqz .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6IrYRxqz .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IrYRxqz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6IrYRxqz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6IrYRxqz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6IC1kR0B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #330066;
}
.cid-uL6IC1kR0B .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IC1kR0B .mbr-text {
  color: #ffffff;
}
.cid-uL6IC0E5TK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6IC0E5TK nav.navbar {
  position: fixed;
}
.cid-uL6IC0E5TK .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-uL6IC0E5TK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6IC0E5TK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6IC0E5TK .dropdown-item:hover,
.cid-uL6IC0E5TK .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6IC0E5TK .dropdown-item:hover span {
  color: white;
}
.cid-uL6IC0E5TK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6IC0E5TK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6IC0E5TK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6IC0E5TK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6IC0E5TK .nav-link {
  position: relative;
}
.cid-uL6IC0E5TK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6IC0E5TK .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6IC0E5TK .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6IC0E5TK .dropdown-menu,
.cid-uL6IC0E5TK .navbar.opened {
  background: #000000 !important;
}
.cid-uL6IC0E5TK .nav-item:focus,
.cid-uL6IC0E5TK .nav-link:focus {
  outline: none;
}
.cid-uL6IC0E5TK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6IC0E5TK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6IC0E5TK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6IC0E5TK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6IC0E5TK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6IC0E5TK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6IC0E5TK .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: #000000;
}
.cid-uL6IC0E5TK .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6IC0E5TK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6IC0E5TK .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6IC0E5TK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6IC0E5TK .navbar.collapsed {
  justify-content: center;
}
.cid-uL6IC0E5TK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6IC0E5TK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6IC0E5TK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6IC0E5TK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6IC0E5TK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6IC0E5TK .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-uL6IC0E5TK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6IC0E5TK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6IC0E5TK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6IC0E5TK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6IC0E5TK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6IC0E5TK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6IC0E5TK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6IC0E5TK .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-uL6IC0E5TK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6IC0E5TK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6IC0E5TK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6IC0E5TK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6IC0E5TK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6IC0E5TK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6IC0E5TK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6IC0E5TK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6IC0E5TK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6IC0E5TK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6IC0E5TK .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-uL6IC0E5TK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6IC0E5TK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6IC0E5TK .dropdown-item.active,
.cid-uL6IC0E5TK .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6IC0E5TK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6IC0E5TK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6IC0E5TK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6IC0E5TK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6IC0E5TK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6IC0E5TK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6IC0E5TK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6IC0E5TK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6IC0E5TK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6IC0E5TK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6IC0E5TK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6IC0E5TK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IC0E5TK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IC0E5TK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6IC0E5TK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IC0E5TK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6IC0E5TK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6IC0E5TK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IC0E5TK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6IC0E5TK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6IC0E5TK .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-uL6IC0E5TK .navbar {
    height: 70px;
  }
  .cid-uL6IC0E5TK .navbar.opened {
    height: auto;
  }
  .cid-uL6IC0E5TK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6IC1V2RI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IC1V2RI img,
.cid-uL6IC1V2RI .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IC1V2RI .item:focus,
.cid-uL6IC1V2RI span:focus {
  outline: none;
}
.cid-uL6IC1V2RI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IC1V2RI .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IC1V2RI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IC1V2RI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IC1V2RI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IC1V2RI .mbr-section-title {
  color: #232323;
}
.cid-uL6IC2zQZm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IC2zQZm .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IC3hz5w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6IC3hz5w img,
.cid-uL6IC3hz5w .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IC3hz5w .item:focus,
.cid-uL6IC3hz5w span:focus {
  outline: none;
}
.cid-uL6IC3hz5w .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IC3hz5w .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IC3hz5w .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IC3hz5w .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IC3hz5w .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IC3hz5w .mbr-section-title {
  color: #232323;
}
.cid-uLpkdiK5Io {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkdiK5Io .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkdiK5Io .mbr-text {
  color: #000000;
}
.cid-uL6IC5asFb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IC63nJv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IC63nJv img,
.cid-uL6IC63nJv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IC63nJv .item:focus,
.cid-uL6IC63nJv span:focus {
  outline: none;
}
.cid-uL6IC63nJv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IC63nJv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IC63nJv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IC63nJv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IC63nJv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IC63nJv .mbr-section-title {
  color: #232323;
}
.cid-uL6IC6Ye6W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IC7FVsK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IC7FVsK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpsZiaws {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpsZiaws .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpsZiaws .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IC8hKFw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6IC8hKFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6IC8hKFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6IC8hKFw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6IC8hKFw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6IC8hKFw .row {
    text-align: center;
  }
  .cid-uL6IC8hKFw .row > div {
    margin: auto;
  }
  .cid-uL6IC8hKFw .social-row {
    justify-content: center;
  }
}
.cid-uL6IC8hKFw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6IC8hKFw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6IC8hKFw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6IC8hKFw .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6IC8hKFw .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IC8hKFw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6IC8hKFw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6IC8hKFw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6IFEOeNk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #006633;
}
.cid-uL6IFEOeNk .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IFEOeNk .mbr-text {
  color: #ffffff;
}
.cid-uL6IFEcYp4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6IFEcYp4 nav.navbar {
  position: fixed;
}
.cid-uL6IFEcYp4 .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-uL6IFEcYp4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6IFEcYp4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6IFEcYp4 .dropdown-item:hover,
.cid-uL6IFEcYp4 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6IFEcYp4 .dropdown-item:hover span {
  color: white;
}
.cid-uL6IFEcYp4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6IFEcYp4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6IFEcYp4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6IFEcYp4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6IFEcYp4 .nav-link {
  position: relative;
}
.cid-uL6IFEcYp4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6IFEcYp4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6IFEcYp4 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6IFEcYp4 .dropdown-menu,
.cid-uL6IFEcYp4 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6IFEcYp4 .nav-item:focus,
.cid-uL6IFEcYp4 .nav-link:focus {
  outline: none;
}
.cid-uL6IFEcYp4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6IFEcYp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6IFEcYp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6IFEcYp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6IFEcYp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6IFEcYp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6IFEcYp4 .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: #000000;
}
.cid-uL6IFEcYp4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6IFEcYp4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6IFEcYp4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6IFEcYp4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6IFEcYp4 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6IFEcYp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6IFEcYp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6IFEcYp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6IFEcYp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6IFEcYp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6IFEcYp4 .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-uL6IFEcYp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6IFEcYp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6IFEcYp4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6IFEcYp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6IFEcYp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6IFEcYp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6IFEcYp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6IFEcYp4 .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-uL6IFEcYp4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6IFEcYp4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6IFEcYp4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6IFEcYp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6IFEcYp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6IFEcYp4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6IFEcYp4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6IFEcYp4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6IFEcYp4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6IFEcYp4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6IFEcYp4 .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-uL6IFEcYp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6IFEcYp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6IFEcYp4 .dropdown-item.active,
.cid-uL6IFEcYp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6IFEcYp4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6IFEcYp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6IFEcYp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6IFEcYp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6IFEcYp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6IFEcYp4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6IFEcYp4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6IFEcYp4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6IFEcYp4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6IFEcYp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6IFEcYp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6IFEcYp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IFEcYp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IFEcYp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6IFEcYp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IFEcYp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6IFEcYp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6IFEcYp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IFEcYp4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6IFEcYp4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6IFEcYp4 .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-uL6IFEcYp4 .navbar {
    height: 70px;
  }
  .cid-uL6IFEcYp4 .navbar.opened {
    height: auto;
  }
  .cid-uL6IFEcYp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6IFFc5IO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IFFc5IO img,
.cid-uL6IFFc5IO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IFFc5IO .item:focus,
.cid-uL6IFFc5IO span:focus {
  outline: none;
}
.cid-uL6IFFc5IO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IFFc5IO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IFFc5IO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IFFc5IO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IFFc5IO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IFFc5IO .mbr-section-title {
  color: #232323;
}
.cid-uL6IFFRYBf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IFFRYBf .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IFGvHXj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6IFGvHXj img,
.cid-uL6IFGvHXj .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IFGvHXj .item:focus,
.cid-uL6IFGvHXj span:focus {
  outline: none;
}
.cid-uL6IFGvHXj .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IFGvHXj .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IFGvHXj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IFGvHXj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IFGvHXj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IFGvHXj .mbr-section-title {
  color: #232323;
}
.cid-uLpkh20MVH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkh20MVH .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkh20MVH .mbr-text {
  color: #000000;
}
.cid-uL6IFHIKZ5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IFIg4Ej {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IFIg4Ej img,
.cid-uL6IFIg4Ej .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IFIg4Ej .item:focus,
.cid-uL6IFIg4Ej span:focus {
  outline: none;
}
.cid-uL6IFIg4Ej .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IFIg4Ej .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IFIg4Ej .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IFIg4Ej .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IFIg4Ej .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IFIg4Ej .mbr-section-title {
  color: #232323;
}
.cid-uL6IFJ5Hsq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IFJvNwN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IFJvNwN .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpv9vF5m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpv9vF5m .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpv9vF5m .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IFKcFyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6IFKcFyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6IFKcFyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6IFKcFyM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6IFKcFyM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6IFKcFyM .row {
    text-align: center;
  }
  .cid-uL6IFKcFyM .row > div {
    margin: auto;
  }
  .cid-uL6IFKcFyM .social-row {
    justify-content: center;
  }
}
.cid-uL6IFKcFyM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6IFKcFyM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6IFKcFyM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6IFKcFyM .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6IFKcFyM .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IFKcFyM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6IFKcFyM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6IFKcFyM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6IJTR3CX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-uL6IJTR3CX .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IJTR3CX .mbr-text {
  color: #ffffff;
}
.cid-uL6IJTgrY6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6IJTgrY6 nav.navbar {
  position: fixed;
}
.cid-uL6IJTgrY6 .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-uL6IJTgrY6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6IJTgrY6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6IJTgrY6 .dropdown-item:hover,
.cid-uL6IJTgrY6 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6IJTgrY6 .dropdown-item:hover span {
  color: white;
}
.cid-uL6IJTgrY6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6IJTgrY6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6IJTgrY6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6IJTgrY6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6IJTgrY6 .nav-link {
  position: relative;
}
.cid-uL6IJTgrY6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6IJTgrY6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6IJTgrY6 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6IJTgrY6 .dropdown-menu,
.cid-uL6IJTgrY6 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6IJTgrY6 .nav-item:focus,
.cid-uL6IJTgrY6 .nav-link:focus {
  outline: none;
}
.cid-uL6IJTgrY6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6IJTgrY6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6IJTgrY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6IJTgrY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6IJTgrY6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6IJTgrY6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6IJTgrY6 .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: #000000;
}
.cid-uL6IJTgrY6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6IJTgrY6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6IJTgrY6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6IJTgrY6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6IJTgrY6 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6IJTgrY6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6IJTgrY6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6IJTgrY6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6IJTgrY6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6IJTgrY6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6IJTgrY6 .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-uL6IJTgrY6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6IJTgrY6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6IJTgrY6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6IJTgrY6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6IJTgrY6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6IJTgrY6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6IJTgrY6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6IJTgrY6 .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-uL6IJTgrY6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6IJTgrY6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6IJTgrY6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6IJTgrY6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6IJTgrY6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6IJTgrY6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6IJTgrY6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6IJTgrY6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6IJTgrY6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6IJTgrY6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6IJTgrY6 .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-uL6IJTgrY6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6IJTgrY6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6IJTgrY6 .dropdown-item.active,
.cid-uL6IJTgrY6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6IJTgrY6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6IJTgrY6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6IJTgrY6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6IJTgrY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6IJTgrY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6IJTgrY6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6IJTgrY6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6IJTgrY6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6IJTgrY6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6IJTgrY6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6IJTgrY6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6IJTgrY6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IJTgrY6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IJTgrY6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6IJTgrY6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IJTgrY6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6IJTgrY6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6IJTgrY6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IJTgrY6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6IJTgrY6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6IJTgrY6 .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-uL6IJTgrY6 .navbar {
    height: 70px;
  }
  .cid-uL6IJTgrY6 .navbar.opened {
    height: auto;
  }
  .cid-uL6IJTgrY6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6IJUhQbX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IJUhQbX img,
.cid-uL6IJUhQbX .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IJUhQbX .item:focus,
.cid-uL6IJUhQbX span:focus {
  outline: none;
}
.cid-uL6IJUhQbX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IJUhQbX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IJUhQbX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IJUhQbX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IJUhQbX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IJUhQbX .mbr-section-title {
  color: #232323;
}
.cid-uL6IJUX8y8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IJUX8y8 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IJVkAI1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6IJVkAI1 img,
.cid-uL6IJVkAI1 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IJVkAI1 .item:focus,
.cid-uL6IJVkAI1 span:focus {
  outline: none;
}
.cid-uL6IJVkAI1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IJVkAI1 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IJVkAI1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IJVkAI1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IJVkAI1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IJVkAI1 .mbr-section-title {
  color: #232323;
}
.cid-uLpkl0ewoI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkl0ewoI .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkl0ewoI .mbr-text {
  color: #000000;
}
.cid-uL6IJWEvRi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IJXc0LI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IJXc0LI img,
.cid-uL6IJXc0LI .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IJXc0LI .item:focus,
.cid-uL6IJXc0LI span:focus {
  outline: none;
}
.cid-uL6IJXc0LI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IJXc0LI .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IJXc0LI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IJXc0LI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IJXc0LI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IJXc0LI .mbr-section-title {
  color: #232323;
}
.cid-uL6IJXRrtX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IJYiBuF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IJYiBuF .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpxo0sVY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpxo0sVY .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpxo0sVY .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IJZ0qFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6IJZ0qFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6IJZ0qFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6IJZ0qFR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6IJZ0qFR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6IJZ0qFR .row {
    text-align: center;
  }
  .cid-uL6IJZ0qFR .row > div {
    margin: auto;
  }
  .cid-uL6IJZ0qFR .social-row {
    justify-content: center;
  }
}
.cid-uL6IJZ0qFR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6IJZ0qFR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6IJZ0qFR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6IJZ0qFR .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6IJZ0qFR .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IJZ0qFR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6IJZ0qFR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6IJZ0qFR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6INX97fx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #993366;
}
.cid-uL6INX97fx .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6INX97fx .mbr-text {
  color: #ffffff;
}
.cid-uL6INWFd0I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6INWFd0I nav.navbar {
  position: fixed;
}
.cid-uL6INWFd0I .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-uL6INWFd0I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6INWFd0I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6INWFd0I .dropdown-item:hover,
.cid-uL6INWFd0I .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6INWFd0I .dropdown-item:hover span {
  color: white;
}
.cid-uL6INWFd0I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6INWFd0I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6INWFd0I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6INWFd0I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6INWFd0I .nav-link {
  position: relative;
}
.cid-uL6INWFd0I .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6INWFd0I .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6INWFd0I .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6INWFd0I .dropdown-menu,
.cid-uL6INWFd0I .navbar.opened {
  background: #000000 !important;
}
.cid-uL6INWFd0I .nav-item:focus,
.cid-uL6INWFd0I .nav-link:focus {
  outline: none;
}
.cid-uL6INWFd0I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6INWFd0I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6INWFd0I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6INWFd0I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6INWFd0I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6INWFd0I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6INWFd0I .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: #000000;
}
.cid-uL6INWFd0I .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6INWFd0I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6INWFd0I .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6INWFd0I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6INWFd0I .navbar.collapsed {
  justify-content: center;
}
.cid-uL6INWFd0I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6INWFd0I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6INWFd0I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6INWFd0I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6INWFd0I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6INWFd0I .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-uL6INWFd0I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6INWFd0I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6INWFd0I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6INWFd0I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6INWFd0I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6INWFd0I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6INWFd0I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6INWFd0I .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-uL6INWFd0I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6INWFd0I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6INWFd0I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6INWFd0I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6INWFd0I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6INWFd0I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6INWFd0I .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6INWFd0I .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6INWFd0I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6INWFd0I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6INWFd0I .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-uL6INWFd0I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6INWFd0I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6INWFd0I .dropdown-item.active,
.cid-uL6INWFd0I .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6INWFd0I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6INWFd0I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6INWFd0I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6INWFd0I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6INWFd0I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6INWFd0I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6INWFd0I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6INWFd0I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6INWFd0I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6INWFd0I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6INWFd0I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6INWFd0I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6INWFd0I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6INWFd0I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6INWFd0I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6INWFd0I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6INWFd0I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6INWFd0I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6INWFd0I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6INWFd0I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6INWFd0I .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-uL6INWFd0I .navbar {
    height: 70px;
  }
  .cid-uL6INWFd0I .navbar.opened {
    height: auto;
  }
  .cid-uL6INWFd0I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6INZziIO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6INZziIO img,
.cid-uL6INZziIO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6INZziIO .item:focus,
.cid-uL6INZziIO span:focus {
  outline: none;
}
.cid-uL6INZziIO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6INZziIO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6INZziIO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6INZziIO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6INZziIO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6INZziIO .mbr-section-title {
  color: #232323;
}
.cid-uL6IO0hqWm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IO0hqWm .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IO0TMv4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6IO0TMv4 img,
.cid-uL6IO0TMv4 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IO0TMv4 .item:focus,
.cid-uL6IO0TMv4 span:focus {
  outline: none;
}
.cid-uL6IO0TMv4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IO0TMv4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IO0TMv4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IO0TMv4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IO0TMv4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IO0TMv4 .mbr-section-title {
  color: #232323;
}
.cid-uLpkmUrNDE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkmUrNDE .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkmUrNDE .mbr-text {
  color: #000000;
}
.cid-uL6IO2iChd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IO2Omqq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IO2Omqq img,
.cid-uL6IO2Omqq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IO2Omqq .item:focus,
.cid-uL6IO2Omqq span:focus {
  outline: none;
}
.cid-uL6IO2Omqq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IO2Omqq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IO2Omqq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IO2Omqq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IO2Omqq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IO2Omqq .mbr-section-title {
  color: #232323;
}
.cid-uL6IO3Adn8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IO40RQo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IO40RQo .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpzDsa1x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpzDsa1x .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpzDsa1x .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IO4zonv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6IO4zonv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6IO4zonv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6IO4zonv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6IO4zonv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6IO4zonv .row {
    text-align: center;
  }
  .cid-uL6IO4zonv .row > div {
    margin: auto;
  }
  .cid-uL6IO4zonv .social-row {
    justify-content: center;
  }
}
.cid-uL6IO4zonv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6IO4zonv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6IO4zonv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6IO4zonv .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6IO4zonv .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IO4zonv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6IO4zonv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6IO4zonv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6ISd0Zku {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6633;
}
.cid-uL6ISd0Zku .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6ISd0Zku .mbr-text {
  color: #ffffff;
}
.cid-uL6IScqpho {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6IScqpho nav.navbar {
  position: fixed;
}
.cid-uL6IScqpho .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-uL6IScqpho .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6IScqpho .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6IScqpho .dropdown-item:hover,
.cid-uL6IScqpho .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6IScqpho .dropdown-item:hover span {
  color: white;
}
.cid-uL6IScqpho .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6IScqpho .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6IScqpho .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6IScqpho .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6IScqpho .nav-link {
  position: relative;
}
.cid-uL6IScqpho .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6IScqpho .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6IScqpho .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6IScqpho .dropdown-menu,
.cid-uL6IScqpho .navbar.opened {
  background: #000000 !important;
}
.cid-uL6IScqpho .nav-item:focus,
.cid-uL6IScqpho .nav-link:focus {
  outline: none;
}
.cid-uL6IScqpho .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6IScqpho .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6IScqpho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6IScqpho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6IScqpho .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6IScqpho .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6IScqpho .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: #000000;
}
.cid-uL6IScqpho .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6IScqpho .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6IScqpho .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6IScqpho .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6IScqpho .navbar.collapsed {
  justify-content: center;
}
.cid-uL6IScqpho .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6IScqpho .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6IScqpho .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6IScqpho .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6IScqpho .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6IScqpho .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-uL6IScqpho .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6IScqpho .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6IScqpho .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6IScqpho .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6IScqpho .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6IScqpho .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6IScqpho .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6IScqpho .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-uL6IScqpho .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6IScqpho .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6IScqpho .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6IScqpho .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6IScqpho .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6IScqpho .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6IScqpho .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6IScqpho .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6IScqpho .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6IScqpho .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6IScqpho .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-uL6IScqpho .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6IScqpho .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6IScqpho .dropdown-item.active,
.cid-uL6IScqpho .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6IScqpho .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6IScqpho .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6IScqpho .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6IScqpho .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6IScqpho .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6IScqpho .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6IScqpho ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6IScqpho .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6IScqpho button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6IScqpho button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6IScqpho button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6IScqpho button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IScqpho button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IScqpho button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6IScqpho nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IScqpho nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6IScqpho nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6IScqpho nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IScqpho .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6IScqpho a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6IScqpho .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-uL6IScqpho .navbar {
    height: 70px;
  }
  .cid-uL6IScqpho .navbar.opened {
    height: auto;
  }
  .cid-uL6IScqpho .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6ISdqmqN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6ISdqmqN img,
.cid-uL6ISdqmqN .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6ISdqmqN .item:focus,
.cid-uL6ISdqmqN span:focus {
  outline: none;
}
.cid-uL6ISdqmqN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6ISdqmqN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6ISdqmqN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6ISdqmqN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6ISdqmqN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6ISdqmqN .mbr-section-title {
  color: #232323;
}
.cid-uL6ISe19gh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6ISe19gh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6ISepur5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6ISepur5 img,
.cid-uL6ISepur5 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6ISepur5 .item:focus,
.cid-uL6ISepur5 span:focus {
  outline: none;
}
.cid-uL6ISepur5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6ISepur5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6ISepur5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6ISepur5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6ISepur5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6ISepur5 .mbr-section-title {
  color: #232323;
}
.cid-uLpkoXGfpr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkoXGfpr .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkoXGfpr .mbr-text {
  color: #000000;
}
.cid-uL6ISh6RUq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6ISiJJjh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6ISiJJjh img,
.cid-uL6ISiJJjh .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6ISiJJjh .item:focus,
.cid-uL6ISiJJjh span:focus {
  outline: none;
}
.cid-uL6ISiJJjh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6ISiJJjh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6ISiJJjh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6ISiJJjh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6ISiJJjh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6ISiJJjh .mbr-section-title {
  color: #232323;
}
.cid-uL6ISjyXRY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6ISjWhNe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6ISjWhNe .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpBOfUNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpBOfUNG .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpBOfUNG .mbr-text {
  color: #bbbbbb;
}
.cid-uL6ISkkwUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6ISkkwUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6ISkkwUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6ISkkwUO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6ISkkwUO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6ISkkwUO .row {
    text-align: center;
  }
  .cid-uL6ISkkwUO .row > div {
    margin: auto;
  }
  .cid-uL6ISkkwUO .social-row {
    justify-content: center;
  }
}
.cid-uL6ISkkwUO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6ISkkwUO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6ISkkwUO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6ISkkwUO .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6ISkkwUO .mbr-text {
  color: #bbbbbb;
}
.cid-uL6ISkkwUO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6ISkkwUO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6ISkkwUO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6IWIPkme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #330066;
}
.cid-uL6IWIPkme .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IWIPkme .mbr-text {
  color: #ffffff;
}
.cid-uL6IWIdZyF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6IWIdZyF nav.navbar {
  position: fixed;
}
.cid-uL6IWIdZyF .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-uL6IWIdZyF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6IWIdZyF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6IWIdZyF .dropdown-item:hover,
.cid-uL6IWIdZyF .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6IWIdZyF .dropdown-item:hover span {
  color: white;
}
.cid-uL6IWIdZyF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6IWIdZyF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6IWIdZyF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6IWIdZyF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6IWIdZyF .nav-link {
  position: relative;
}
.cid-uL6IWIdZyF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6IWIdZyF .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6IWIdZyF .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6IWIdZyF .dropdown-menu,
.cid-uL6IWIdZyF .navbar.opened {
  background: #000000 !important;
}
.cid-uL6IWIdZyF .nav-item:focus,
.cid-uL6IWIdZyF .nav-link:focus {
  outline: none;
}
.cid-uL6IWIdZyF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6IWIdZyF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6IWIdZyF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6IWIdZyF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6IWIdZyF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6IWIdZyF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6IWIdZyF .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: #000000;
}
.cid-uL6IWIdZyF .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6IWIdZyF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6IWIdZyF .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6IWIdZyF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6IWIdZyF .navbar.collapsed {
  justify-content: center;
}
.cid-uL6IWIdZyF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6IWIdZyF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6IWIdZyF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6IWIdZyF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6IWIdZyF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6IWIdZyF .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-uL6IWIdZyF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6IWIdZyF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6IWIdZyF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6IWIdZyF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6IWIdZyF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6IWIdZyF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6IWIdZyF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6IWIdZyF .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-uL6IWIdZyF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6IWIdZyF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6IWIdZyF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6IWIdZyF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6IWIdZyF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6IWIdZyF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6IWIdZyF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6IWIdZyF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6IWIdZyF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6IWIdZyF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6IWIdZyF .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-uL6IWIdZyF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6IWIdZyF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6IWIdZyF .dropdown-item.active,
.cid-uL6IWIdZyF .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6IWIdZyF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6IWIdZyF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6IWIdZyF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6IWIdZyF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6IWIdZyF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6IWIdZyF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6IWIdZyF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6IWIdZyF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6IWIdZyF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6IWIdZyF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6IWIdZyF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6IWIdZyF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IWIdZyF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6IWIdZyF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6IWIdZyF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IWIdZyF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6IWIdZyF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6IWIdZyF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6IWIdZyF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6IWIdZyF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6IWIdZyF .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-uL6IWIdZyF .navbar {
    height: 70px;
  }
  .cid-uL6IWIdZyF .navbar.opened {
    height: auto;
  }
  .cid-uL6IWIdZyF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6IWJgQWs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IWJgQWs img,
.cid-uL6IWJgQWs .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IWJgQWs .item:focus,
.cid-uL6IWJgQWs span:focus {
  outline: none;
}
.cid-uL6IWJgQWs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IWJgQWs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IWJgQWs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IWJgQWs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IWJgQWs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IWJgQWs .mbr-section-title {
  color: #232323;
}
.cid-uL6IWJXHrr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6IWJXHrr .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6IWKoAuu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6IWKoAuu img,
.cid-uL6IWKoAuu .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IWKoAuu .item:focus,
.cid-uL6IWKoAuu span:focus {
  outline: none;
}
.cid-uL6IWKoAuu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IWKoAuu .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IWKoAuu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IWKoAuu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IWKoAuu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IWKoAuu .mbr-section-title {
  color: #232323;
}
.cid-uLpkr8Xfno {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkr8Xfno .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkr8Xfno .mbr-text {
  color: #000000;
}
.cid-uL6IWLYwdT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IWMDwVC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IWMDwVC img,
.cid-uL6IWMDwVC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6IWMDwVC .item:focus,
.cid-uL6IWMDwVC span:focus {
  outline: none;
}
.cid-uL6IWMDwVC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6IWMDwVC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6IWMDwVC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6IWMDwVC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6IWMDwVC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6IWMDwVC .mbr-section-title {
  color: #232323;
}
.cid-uL6IWNzc3t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6IWNXMdK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6IWNXMdK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpE17ebS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpE17ebS .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpE17ebS .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IWQ2Zyl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6IWQ2Zyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6IWQ2Zyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6IWQ2Zyl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6IWQ2Zyl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6IWQ2Zyl .row {
    text-align: center;
  }
  .cid-uL6IWQ2Zyl .row > div {
    margin: auto;
  }
  .cid-uL6IWQ2Zyl .social-row {
    justify-content: center;
  }
}
.cid-uL6IWQ2Zyl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6IWQ2Zyl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6IWQ2Zyl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6IWQ2Zyl .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6IWQ2Zyl .mbr-text {
  color: #bbbbbb;
}
.cid-uL6IWQ2Zyl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6IWQ2Zyl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6IWQ2Zyl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6J203AcZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #006633;
}
.cid-uL6J203AcZ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6J203AcZ .mbr-text {
  color: #ffffff;
}
.cid-uL6J1ZsxnQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6J1ZsxnQ nav.navbar {
  position: fixed;
}
.cid-uL6J1ZsxnQ .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-uL6J1ZsxnQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6J1ZsxnQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6J1ZsxnQ .dropdown-item:hover,
.cid-uL6J1ZsxnQ .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6J1ZsxnQ .dropdown-item:hover span {
  color: white;
}
.cid-uL6J1ZsxnQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6J1ZsxnQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6J1ZsxnQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6J1ZsxnQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6J1ZsxnQ .nav-link {
  position: relative;
}
.cid-uL6J1ZsxnQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6J1ZsxnQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6J1ZsxnQ .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6J1ZsxnQ .dropdown-menu,
.cid-uL6J1ZsxnQ .navbar.opened {
  background: #000000 !important;
}
.cid-uL6J1ZsxnQ .nav-item:focus,
.cid-uL6J1ZsxnQ .nav-link:focus {
  outline: none;
}
.cid-uL6J1ZsxnQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6J1ZsxnQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6J1ZsxnQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6J1ZsxnQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6J1ZsxnQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6J1ZsxnQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6J1ZsxnQ .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: #000000;
}
.cid-uL6J1ZsxnQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6J1ZsxnQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6J1ZsxnQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6J1ZsxnQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6J1ZsxnQ .navbar.collapsed {
  justify-content: center;
}
.cid-uL6J1ZsxnQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6J1ZsxnQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6J1ZsxnQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6J1ZsxnQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6J1ZsxnQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6J1ZsxnQ .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-uL6J1ZsxnQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6J1ZsxnQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6J1ZsxnQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6J1ZsxnQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6J1ZsxnQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6J1ZsxnQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6J1ZsxnQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6J1ZsxnQ .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-uL6J1ZsxnQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6J1ZsxnQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6J1ZsxnQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6J1ZsxnQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6J1ZsxnQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6J1ZsxnQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6J1ZsxnQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6J1ZsxnQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6J1ZsxnQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6J1ZsxnQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6J1ZsxnQ .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-uL6J1ZsxnQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6J1ZsxnQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6J1ZsxnQ .dropdown-item.active,
.cid-uL6J1ZsxnQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6J1ZsxnQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6J1ZsxnQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6J1ZsxnQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6J1ZsxnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6J1ZsxnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6J1ZsxnQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6J1ZsxnQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6J1ZsxnQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6J1ZsxnQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6J1ZsxnQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6J1ZsxnQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6J1ZsxnQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6J1ZsxnQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6J1ZsxnQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6J1ZsxnQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6J1ZsxnQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6J1ZsxnQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6J1ZsxnQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6J1ZsxnQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6J1ZsxnQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6J1ZsxnQ .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-uL6J1ZsxnQ .navbar {
    height: 70px;
  }
  .cid-uL6J1ZsxnQ .navbar.opened {
    height: auto;
  }
  .cid-uL6J1ZsxnQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6J20AciG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6J20AciG img,
.cid-uL6J20AciG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6J20AciG .item:focus,
.cid-uL6J20AciG span:focus {
  outline: none;
}
.cid-uL6J20AciG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6J20AciG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6J20AciG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6J20AciG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6J20AciG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6J20AciG .mbr-section-title {
  color: #232323;
}
.cid-uL6J21o9UO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6J21o9UO .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6J21U5sP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6J21U5sP img,
.cid-uL6J21U5sP .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6J21U5sP .item:focus,
.cid-uL6J21U5sP span:focus {
  outline: none;
}
.cid-uL6J21U5sP .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6J21U5sP .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6J21U5sP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6J21U5sP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6J21U5sP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6J21U5sP .mbr-section-title {
  color: #232323;
}
.cid-uLpkt6PDY1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkt6PDY1 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkt6PDY1 .mbr-text {
  color: #000000;
}
.cid-uL6J23xLlG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6J240ilY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6J240ilY img,
.cid-uL6J240ilY .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6J240ilY .item:focus,
.cid-uL6J240ilY span:focus {
  outline: none;
}
.cid-uL6J240ilY .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6J240ilY .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6J240ilY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6J240ilY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6J240ilY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6J240ilY .mbr-section-title {
  color: #232323;
}
.cid-uL6J24TE9o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6J25qetI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6J25qetI .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpG8Fslq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpG8Fslq .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpG8Fslq .mbr-text {
  color: #bbbbbb;
}
.cid-uL6J26f8RF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6J26f8RF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6J26f8RF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6J26f8RF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6J26f8RF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6J26f8RF .row {
    text-align: center;
  }
  .cid-uL6J26f8RF .row > div {
    margin: auto;
  }
  .cid-uL6J26f8RF .social-row {
    justify-content: center;
  }
}
.cid-uL6J26f8RF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6J26f8RF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6J26f8RF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6J26f8RF .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6J26f8RF .mbr-text {
  color: #bbbbbb;
}
.cid-uL6J26f8RF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6J26f8RF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6J26f8RF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6J6LsFqh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-uL6J6LsFqh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6J6LsFqh .mbr-text {
  color: #ffffff;
}
.cid-uL6J6KTlOA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6J6KTlOA nav.navbar {
  position: fixed;
}
.cid-uL6J6KTlOA .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-uL6J6KTlOA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6J6KTlOA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6J6KTlOA .dropdown-item:hover,
.cid-uL6J6KTlOA .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6J6KTlOA .dropdown-item:hover span {
  color: white;
}
.cid-uL6J6KTlOA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6J6KTlOA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6J6KTlOA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6J6KTlOA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6J6KTlOA .nav-link {
  position: relative;
}
.cid-uL6J6KTlOA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6J6KTlOA .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6J6KTlOA .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6J6KTlOA .dropdown-menu,
.cid-uL6J6KTlOA .navbar.opened {
  background: #000000 !important;
}
.cid-uL6J6KTlOA .nav-item:focus,
.cid-uL6J6KTlOA .nav-link:focus {
  outline: none;
}
.cid-uL6J6KTlOA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6J6KTlOA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6J6KTlOA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6J6KTlOA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6J6KTlOA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6J6KTlOA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6J6KTlOA .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: #000000;
}
.cid-uL6J6KTlOA .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6J6KTlOA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6J6KTlOA .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6J6KTlOA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6J6KTlOA .navbar.collapsed {
  justify-content: center;
}
.cid-uL6J6KTlOA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6J6KTlOA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6J6KTlOA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6J6KTlOA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6J6KTlOA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6J6KTlOA .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-uL6J6KTlOA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6J6KTlOA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6J6KTlOA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6J6KTlOA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6J6KTlOA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6J6KTlOA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6J6KTlOA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6J6KTlOA .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-uL6J6KTlOA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6J6KTlOA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6J6KTlOA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6J6KTlOA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6J6KTlOA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6J6KTlOA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6J6KTlOA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6J6KTlOA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6J6KTlOA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6J6KTlOA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6J6KTlOA .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-uL6J6KTlOA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6J6KTlOA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6J6KTlOA .dropdown-item.active,
.cid-uL6J6KTlOA .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6J6KTlOA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6J6KTlOA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6J6KTlOA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6J6KTlOA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6J6KTlOA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6J6KTlOA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6J6KTlOA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6J6KTlOA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6J6KTlOA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6J6KTlOA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6J6KTlOA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6J6KTlOA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6J6KTlOA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6J6KTlOA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6J6KTlOA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6J6KTlOA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6J6KTlOA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6J6KTlOA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6J6KTlOA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6J6KTlOA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6J6KTlOA .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-uL6J6KTlOA .navbar {
    height: 70px;
  }
  .cid-uL6J6KTlOA .navbar.opened {
    height: auto;
  }
  .cid-uL6J6KTlOA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6J6LRbIl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6J6LRbIl img,
.cid-uL6J6LRbIl .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6J6LRbIl .item:focus,
.cid-uL6J6LRbIl span:focus {
  outline: none;
}
.cid-uL6J6LRbIl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6J6LRbIl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6J6LRbIl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6J6LRbIl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6J6LRbIl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6J6LRbIl .mbr-section-title {
  color: #232323;
}
.cid-uL6J6MEcwR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6J6MEcwR .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6J6NbcXD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6J6NbcXD img,
.cid-uL6J6NbcXD .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6J6NbcXD .item:focus,
.cid-uL6J6NbcXD span:focus {
  outline: none;
}
.cid-uL6J6NbcXD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6J6NbcXD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6J6NbcXD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6J6NbcXD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6J6NbcXD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6J6NbcXD .mbr-section-title {
  color: #232323;
}
.cid-uLpkuJVOdN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkuJVOdN .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkuJVOdN .mbr-text {
  color: #000000;
}
.cid-uL6J6OP5dk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6J6Pnatu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6J6Pnatu img,
.cid-uL6J6Pnatu .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6J6Pnatu .item:focus,
.cid-uL6J6Pnatu span:focus {
  outline: none;
}
.cid-uL6J6Pnatu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6J6Pnatu .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6J6Pnatu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6J6Pnatu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6J6Pnatu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6J6Pnatu .mbr-section-title {
  color: #232323;
}
.cid-uL6J6Qcxkc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6J6QMSS5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6J6QMSS5 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpIb5KUD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpIb5KUD .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpIb5KUD .mbr-text {
  color: #bbbbbb;
}
.cid-uL6J6RnL7X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6J6RnL7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6J6RnL7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6J6RnL7X .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6J6RnL7X .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6J6RnL7X .row {
    text-align: center;
  }
  .cid-uL6J6RnL7X .row > div {
    margin: auto;
  }
  .cid-uL6J6RnL7X .social-row {
    justify-content: center;
  }
}
.cid-uL6J6RnL7X .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6J6RnL7X .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6J6RnL7X .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6J6RnL7X .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6J6RnL7X .mbr-text {
  color: #bbbbbb;
}
.cid-uL6J6RnL7X .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6J6RnL7X .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6J6RnL7X div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6J9MsufG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #993366;
}
.cid-uL6J9MsufG .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6J9MsufG .mbr-text {
  color: #ffffff;
}
.cid-uL6J9LQRr9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6J9LQRr9 nav.navbar {
  position: fixed;
}
.cid-uL6J9LQRr9 .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-uL6J9LQRr9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6J9LQRr9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6J9LQRr9 .dropdown-item:hover,
.cid-uL6J9LQRr9 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6J9LQRr9 .dropdown-item:hover span {
  color: white;
}
.cid-uL6J9LQRr9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6J9LQRr9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6J9LQRr9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6J9LQRr9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6J9LQRr9 .nav-link {
  position: relative;
}
.cid-uL6J9LQRr9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6J9LQRr9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6J9LQRr9 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6J9LQRr9 .dropdown-menu,
.cid-uL6J9LQRr9 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6J9LQRr9 .nav-item:focus,
.cid-uL6J9LQRr9 .nav-link:focus {
  outline: none;
}
.cid-uL6J9LQRr9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6J9LQRr9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6J9LQRr9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6J9LQRr9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6J9LQRr9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6J9LQRr9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6J9LQRr9 .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: #000000;
}
.cid-uL6J9LQRr9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6J9LQRr9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6J9LQRr9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6J9LQRr9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6J9LQRr9 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6J9LQRr9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6J9LQRr9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6J9LQRr9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6J9LQRr9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6J9LQRr9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6J9LQRr9 .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-uL6J9LQRr9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6J9LQRr9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6J9LQRr9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6J9LQRr9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6J9LQRr9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6J9LQRr9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6J9LQRr9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6J9LQRr9 .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-uL6J9LQRr9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6J9LQRr9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6J9LQRr9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6J9LQRr9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6J9LQRr9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6J9LQRr9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6J9LQRr9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6J9LQRr9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6J9LQRr9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6J9LQRr9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6J9LQRr9 .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-uL6J9LQRr9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6J9LQRr9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6J9LQRr9 .dropdown-item.active,
.cid-uL6J9LQRr9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6J9LQRr9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6J9LQRr9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6J9LQRr9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6J9LQRr9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6J9LQRr9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6J9LQRr9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6J9LQRr9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6J9LQRr9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6J9LQRr9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6J9LQRr9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6J9LQRr9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6J9LQRr9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6J9LQRr9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6J9LQRr9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6J9LQRr9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6J9LQRr9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6J9LQRr9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6J9LQRr9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6J9LQRr9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6J9LQRr9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6J9LQRr9 .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-uL6J9LQRr9 .navbar {
    height: 70px;
  }
  .cid-uL6J9LQRr9 .navbar.opened {
    height: auto;
  }
  .cid-uL6J9LQRr9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6J9N61j3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6J9N61j3 img,
.cid-uL6J9N61j3 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6J9N61j3 .item:focus,
.cid-uL6J9N61j3 span:focus {
  outline: none;
}
.cid-uL6J9N61j3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6J9N61j3 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6J9N61j3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6J9N61j3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6J9N61j3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6J9N61j3 .mbr-section-title {
  color: #232323;
}
.cid-uL6J9NMzcG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6J9NMzcG .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6J9O9zhN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6J9O9zhN img,
.cid-uL6J9O9zhN .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6J9O9zhN .item:focus,
.cid-uL6J9O9zhN span:focus {
  outline: none;
}
.cid-uL6J9O9zhN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6J9O9zhN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6J9O9zhN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6J9O9zhN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6J9O9zhN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6J9O9zhN .mbr-section-title {
  color: #232323;
}
.cid-uLpkwdmgDg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkwdmgDg .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkwdmgDg .mbr-text {
  color: #000000;
}
.cid-uL6J9PrlOh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6J9Q6Y8z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6J9Q6Y8z img,
.cid-uL6J9Q6Y8z .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6J9Q6Y8z .item:focus,
.cid-uL6J9Q6Y8z span:focus {
  outline: none;
}
.cid-uL6J9Q6Y8z .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6J9Q6Y8z .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6J9Q6Y8z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6J9Q6Y8z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6J9Q6Y8z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6J9Q6Y8z .mbr-section-title {
  color: #232323;
}
.cid-uL6J9QPnfN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6J9Reufo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6J9Reufo .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpKxkmsr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpKxkmsr .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpKxkmsr .mbr-text {
  color: #bbbbbb;
}
.cid-uL6J9RCf5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6J9RCf5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6J9RCf5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6J9RCf5e .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6J9RCf5e .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6J9RCf5e .row {
    text-align: center;
  }
  .cid-uL6J9RCf5e .row > div {
    margin: auto;
  }
  .cid-uL6J9RCf5e .social-row {
    justify-content: center;
  }
}
.cid-uL6J9RCf5e .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6J9RCf5e .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6J9RCf5e .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6J9RCf5e .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6J9RCf5e .mbr-text {
  color: #bbbbbb;
}
.cid-uL6J9RCf5e .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6J9RCf5e .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6J9RCf5e div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6JeQBRTI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6633;
}
.cid-uL6JeQBRTI .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6JeQBRTI .mbr-text {
  color: #ffffff;
}
.cid-uL6JeNdsgj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6JeNdsgj nav.navbar {
  position: fixed;
}
.cid-uL6JeNdsgj .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-uL6JeNdsgj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6JeNdsgj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6JeNdsgj .dropdown-item:hover,
.cid-uL6JeNdsgj .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6JeNdsgj .dropdown-item:hover span {
  color: white;
}
.cid-uL6JeNdsgj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6JeNdsgj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6JeNdsgj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6JeNdsgj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6JeNdsgj .nav-link {
  position: relative;
}
.cid-uL6JeNdsgj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6JeNdsgj .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6JeNdsgj .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6JeNdsgj .dropdown-menu,
.cid-uL6JeNdsgj .navbar.opened {
  background: #000000 !important;
}
.cid-uL6JeNdsgj .nav-item:focus,
.cid-uL6JeNdsgj .nav-link:focus {
  outline: none;
}
.cid-uL6JeNdsgj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6JeNdsgj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6JeNdsgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6JeNdsgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6JeNdsgj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6JeNdsgj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6JeNdsgj .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: #000000;
}
.cid-uL6JeNdsgj .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6JeNdsgj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6JeNdsgj .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6JeNdsgj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6JeNdsgj .navbar.collapsed {
  justify-content: center;
}
.cid-uL6JeNdsgj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6JeNdsgj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6JeNdsgj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6JeNdsgj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6JeNdsgj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6JeNdsgj .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-uL6JeNdsgj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6JeNdsgj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6JeNdsgj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6JeNdsgj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6JeNdsgj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6JeNdsgj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6JeNdsgj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6JeNdsgj .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-uL6JeNdsgj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6JeNdsgj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6JeNdsgj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6JeNdsgj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6JeNdsgj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6JeNdsgj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6JeNdsgj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6JeNdsgj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6JeNdsgj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6JeNdsgj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6JeNdsgj .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-uL6JeNdsgj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6JeNdsgj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6JeNdsgj .dropdown-item.active,
.cid-uL6JeNdsgj .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6JeNdsgj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6JeNdsgj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6JeNdsgj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6JeNdsgj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6JeNdsgj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6JeNdsgj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6JeNdsgj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6JeNdsgj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6JeNdsgj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6JeNdsgj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6JeNdsgj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6JeNdsgj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JeNdsgj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JeNdsgj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6JeNdsgj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JeNdsgj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6JeNdsgj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6JeNdsgj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JeNdsgj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6JeNdsgj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6JeNdsgj .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-uL6JeNdsgj .navbar {
    height: 70px;
  }
  .cid-uL6JeNdsgj .navbar.opened {
    height: auto;
  }
  .cid-uL6JeNdsgj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6JeQY7xw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JeQY7xw img,
.cid-uL6JeQY7xw .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JeQY7xw .item:focus,
.cid-uL6JeQY7xw span:focus {
  outline: none;
}
.cid-uL6JeQY7xw .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JeQY7xw .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JeQY7xw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JeQY7xw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JeQY7xw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JeQY7xw .mbr-section-title {
  color: #232323;
}
.cid-uL6JeRG1G4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JeRG1G4 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6JeSqRWi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6JeSqRWi img,
.cid-uL6JeSqRWi .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JeSqRWi .item:focus,
.cid-uL6JeSqRWi span:focus {
  outline: none;
}
.cid-uL6JeSqRWi .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JeSqRWi .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JeSqRWi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JeSqRWi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JeSqRWi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JeSqRWi .mbr-section-title {
  color: #232323;
}
.cid-uLpkxVcbpd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkxVcbpd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkxVcbpd .mbr-text {
  color: #000000;
}
.cid-uL6JeU3IDP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JeUDn8b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JeUDn8b img,
.cid-uL6JeUDn8b .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JeUDn8b .item:focus,
.cid-uL6JeUDn8b span:focus {
  outline: none;
}
.cid-uL6JeUDn8b .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JeUDn8b .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JeUDn8b .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JeUDn8b .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JeUDn8b .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JeUDn8b .mbr-section-title {
  color: #232323;
}
.cid-uL6JeVmB4X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JeVJeg6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JeVJeg6 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpMvrv9U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpMvrv9U .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpMvrv9U .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JeWfb1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6JeWfb1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6JeWfb1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6JeWfb1R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6JeWfb1R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6JeWfb1R .row {
    text-align: center;
  }
  .cid-uL6JeWfb1R .row > div {
    margin: auto;
  }
  .cid-uL6JeWfb1R .social-row {
    justify-content: center;
  }
}
.cid-uL6JeWfb1R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6JeWfb1R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6JeWfb1R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6JeWfb1R .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6JeWfb1R .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JeWfb1R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6JeWfb1R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6JeWfb1R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6JkxonPI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #330066;
}
.cid-uL6JkxonPI .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6JkxonPI .mbr-text {
  color: #ffffff;
}
.cid-uL6JkwNEON {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6JkwNEON nav.navbar {
  position: fixed;
}
.cid-uL6JkwNEON .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-uL6JkwNEON .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6JkwNEON .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6JkwNEON .dropdown-item:hover,
.cid-uL6JkwNEON .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6JkwNEON .dropdown-item:hover span {
  color: white;
}
.cid-uL6JkwNEON .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6JkwNEON .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6JkwNEON .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6JkwNEON .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6JkwNEON .nav-link {
  position: relative;
}
.cid-uL6JkwNEON .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6JkwNEON .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6JkwNEON .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6JkwNEON .dropdown-menu,
.cid-uL6JkwNEON .navbar.opened {
  background: #000000 !important;
}
.cid-uL6JkwNEON .nav-item:focus,
.cid-uL6JkwNEON .nav-link:focus {
  outline: none;
}
.cid-uL6JkwNEON .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6JkwNEON .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6JkwNEON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6JkwNEON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6JkwNEON .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6JkwNEON .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6JkwNEON .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: #000000;
}
.cid-uL6JkwNEON .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6JkwNEON .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6JkwNEON .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6JkwNEON .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6JkwNEON .navbar.collapsed {
  justify-content: center;
}
.cid-uL6JkwNEON .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6JkwNEON .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6JkwNEON .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6JkwNEON .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6JkwNEON .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6JkwNEON .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-uL6JkwNEON .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6JkwNEON .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6JkwNEON .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6JkwNEON .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6JkwNEON .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6JkwNEON .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6JkwNEON .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6JkwNEON .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-uL6JkwNEON .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6JkwNEON .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6JkwNEON .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6JkwNEON .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6JkwNEON .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6JkwNEON .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6JkwNEON .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6JkwNEON .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6JkwNEON .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6JkwNEON .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6JkwNEON .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-uL6JkwNEON .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6JkwNEON .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6JkwNEON .dropdown-item.active,
.cid-uL6JkwNEON .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6JkwNEON .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6JkwNEON .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6JkwNEON .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6JkwNEON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6JkwNEON .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6JkwNEON .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6JkwNEON ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6JkwNEON .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6JkwNEON button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6JkwNEON button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6JkwNEON button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6JkwNEON button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JkwNEON button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JkwNEON button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6JkwNEON nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JkwNEON nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6JkwNEON nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6JkwNEON nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JkwNEON .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6JkwNEON a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6JkwNEON .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-uL6JkwNEON .navbar {
    height: 70px;
  }
  .cid-uL6JkwNEON .navbar.opened {
    height: auto;
  }
  .cid-uL6JkwNEON .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6JkxMB7G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JkxMB7G img,
.cid-uL6JkxMB7G .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JkxMB7G .item:focus,
.cid-uL6JkxMB7G span:focus {
  outline: none;
}
.cid-uL6JkxMB7G .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JkxMB7G .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JkxMB7G .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JkxMB7G .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JkxMB7G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JkxMB7G .mbr-section-title {
  color: #232323;
}
.cid-uL6JkyD6El {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JkyD6El .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Jkz4rkQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6Jkz4rkQ img,
.cid-uL6Jkz4rkQ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Jkz4rkQ .item:focus,
.cid-uL6Jkz4rkQ span:focus {
  outline: none;
}
.cid-uL6Jkz4rkQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Jkz4rkQ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Jkz4rkQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Jkz4rkQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Jkz4rkQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Jkz4rkQ .mbr-section-title {
  color: #232323;
}
.cid-uLpkzKgvAy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkzKgvAy .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkzKgvAy .mbr-text {
  color: #000000;
}
.cid-uL6JkA5Rkg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JkAtLVv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JkAtLVv img,
.cid-uL6JkAtLVv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JkAtLVv .item:focus,
.cid-uL6JkAtLVv span:focus {
  outline: none;
}
.cid-uL6JkAtLVv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JkAtLVv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JkAtLVv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JkAtLVv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JkAtLVv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JkAtLVv .mbr-section-title {
  color: #232323;
}
.cid-uL6JkBf1L1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JkBF8Z1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JkBF8Z1 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpOozf6T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpOozf6T .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpOozf6T .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JkC4GDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6JkC4GDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6JkC4GDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6JkC4GDP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6JkC4GDP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6JkC4GDP .row {
    text-align: center;
  }
  .cid-uL6JkC4GDP .row > div {
    margin: auto;
  }
  .cid-uL6JkC4GDP .social-row {
    justify-content: center;
  }
}
.cid-uL6JkC4GDP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6JkC4GDP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6JkC4GDP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6JkC4GDP .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6JkC4GDP .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JkC4GDP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6JkC4GDP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6JkC4GDP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6Jq61mh6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #006633;
}
.cid-uL6Jq61mh6 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Jq61mh6 .mbr-text {
  color: #ffffff;
}
.cid-uL6Jq5wXka {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6Jq5wXka nav.navbar {
  position: fixed;
}
.cid-uL6Jq5wXka .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-uL6Jq5wXka .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6Jq5wXka .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6Jq5wXka .dropdown-item:hover,
.cid-uL6Jq5wXka .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6Jq5wXka .dropdown-item:hover span {
  color: white;
}
.cid-uL6Jq5wXka .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6Jq5wXka .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6Jq5wXka .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6Jq5wXka .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6Jq5wXka .nav-link {
  position: relative;
}
.cid-uL6Jq5wXka .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6Jq5wXka .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6Jq5wXka .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6Jq5wXka .dropdown-menu,
.cid-uL6Jq5wXka .navbar.opened {
  background: #000000 !important;
}
.cid-uL6Jq5wXka .nav-item:focus,
.cid-uL6Jq5wXka .nav-link:focus {
  outline: none;
}
.cid-uL6Jq5wXka .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6Jq5wXka .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6Jq5wXka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6Jq5wXka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6Jq5wXka .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6Jq5wXka .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6Jq5wXka .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: #000000;
}
.cid-uL6Jq5wXka .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6Jq5wXka .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6Jq5wXka .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6Jq5wXka .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6Jq5wXka .navbar.collapsed {
  justify-content: center;
}
.cid-uL6Jq5wXka .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6Jq5wXka .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6Jq5wXka .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6Jq5wXka .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6Jq5wXka .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6Jq5wXka .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-uL6Jq5wXka .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6Jq5wXka .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6Jq5wXka .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6Jq5wXka .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6Jq5wXka .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6Jq5wXka .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6Jq5wXka .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6Jq5wXka .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-uL6Jq5wXka .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6Jq5wXka .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6Jq5wXka .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6Jq5wXka .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6Jq5wXka .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6Jq5wXka .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6Jq5wXka .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6Jq5wXka .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6Jq5wXka .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6Jq5wXka .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6Jq5wXka .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-uL6Jq5wXka .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6Jq5wXka .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6Jq5wXka .dropdown-item.active,
.cid-uL6Jq5wXka .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6Jq5wXka .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6Jq5wXka .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6Jq5wXka .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6Jq5wXka .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6Jq5wXka .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6Jq5wXka .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6Jq5wXka ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6Jq5wXka .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6Jq5wXka button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6Jq5wXka button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6Jq5wXka button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6Jq5wXka button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6Jq5wXka button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6Jq5wXka button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6Jq5wXka nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6Jq5wXka nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6Jq5wXka nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6Jq5wXka nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6Jq5wXka .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6Jq5wXka a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6Jq5wXka .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-uL6Jq5wXka .navbar {
    height: 70px;
  }
  .cid-uL6Jq5wXka .navbar.opened {
    height: auto;
  }
  .cid-uL6Jq5wXka .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6Jq6kPOv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6Jq6kPOv img,
.cid-uL6Jq6kPOv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Jq6kPOv .item:focus,
.cid-uL6Jq6kPOv span:focus {
  outline: none;
}
.cid-uL6Jq6kPOv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Jq6kPOv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Jq6kPOv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Jq6kPOv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Jq6kPOv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Jq6kPOv .mbr-section-title {
  color: #232323;
}
.cid-uL6Jq6NG52 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6Jq6NG52 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Jq79Tox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6Jq79Tox img,
.cid-uL6Jq79Tox .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Jq79Tox .item:focus,
.cid-uL6Jq79Tox span:focus {
  outline: none;
}
.cid-uL6Jq79Tox .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Jq79Tox .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Jq79Tox .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Jq79Tox .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Jq79Tox .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Jq79Tox .mbr-section-title {
  color: #232323;
}
.cid-uLpkCcZ2TC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkCcZ2TC .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkCcZ2TC .mbr-text {
  color: #000000;
}
.cid-uL6Jq8FWop {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6Jq9kNue {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6Jq9kNue img,
.cid-uL6Jq9kNue .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Jq9kNue .item:focus,
.cid-uL6Jq9kNue span:focus {
  outline: none;
}
.cid-uL6Jq9kNue .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Jq9kNue .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Jq9kNue .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Jq9kNue .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Jq9kNue .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Jq9kNue .mbr-section-title {
  color: #232323;
}
.cid-uL6JqapQmS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6Jqb5zqA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6Jqb5zqA .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpRCc4IT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpRCc4IT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpRCc4IT .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JqbxnqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6JqbxnqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6JqbxnqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6JqbxnqZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6JqbxnqZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6JqbxnqZ .row {
    text-align: center;
  }
  .cid-uL6JqbxnqZ .row > div {
    margin: auto;
  }
  .cid-uL6JqbxnqZ .social-row {
    justify-content: center;
  }
}
.cid-uL6JqbxnqZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6JqbxnqZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6JqbxnqZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6JqbxnqZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6JqbxnqZ .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JqbxnqZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6JqbxnqZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6JqbxnqZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6JuSiFFd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-uL6JuSiFFd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6JuSiFFd .mbr-text {
  color: #ffffff;
}
.cid-uL6JuRGTOu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6JuRGTOu nav.navbar {
  position: fixed;
}
.cid-uL6JuRGTOu .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-uL6JuRGTOu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6JuRGTOu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6JuRGTOu .dropdown-item:hover,
.cid-uL6JuRGTOu .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6JuRGTOu .dropdown-item:hover span {
  color: white;
}
.cid-uL6JuRGTOu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6JuRGTOu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6JuRGTOu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6JuRGTOu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6JuRGTOu .nav-link {
  position: relative;
}
.cid-uL6JuRGTOu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6JuRGTOu .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6JuRGTOu .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6JuRGTOu .dropdown-menu,
.cid-uL6JuRGTOu .navbar.opened {
  background: #000000 !important;
}
.cid-uL6JuRGTOu .nav-item:focus,
.cid-uL6JuRGTOu .nav-link:focus {
  outline: none;
}
.cid-uL6JuRGTOu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6JuRGTOu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6JuRGTOu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6JuRGTOu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6JuRGTOu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6JuRGTOu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6JuRGTOu .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: #000000;
}
.cid-uL6JuRGTOu .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6JuRGTOu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6JuRGTOu .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6JuRGTOu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6JuRGTOu .navbar.collapsed {
  justify-content: center;
}
.cid-uL6JuRGTOu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6JuRGTOu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6JuRGTOu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6JuRGTOu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6JuRGTOu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6JuRGTOu .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-uL6JuRGTOu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6JuRGTOu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6JuRGTOu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6JuRGTOu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6JuRGTOu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6JuRGTOu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6JuRGTOu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6JuRGTOu .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-uL6JuRGTOu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6JuRGTOu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6JuRGTOu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6JuRGTOu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6JuRGTOu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6JuRGTOu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6JuRGTOu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6JuRGTOu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6JuRGTOu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6JuRGTOu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6JuRGTOu .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-uL6JuRGTOu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6JuRGTOu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6JuRGTOu .dropdown-item.active,
.cid-uL6JuRGTOu .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6JuRGTOu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6JuRGTOu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6JuRGTOu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6JuRGTOu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6JuRGTOu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6JuRGTOu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6JuRGTOu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6JuRGTOu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6JuRGTOu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6JuRGTOu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6JuRGTOu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6JuRGTOu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JuRGTOu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JuRGTOu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6JuRGTOu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JuRGTOu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6JuRGTOu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6JuRGTOu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JuRGTOu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6JuRGTOu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6JuRGTOu .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-uL6JuRGTOu .navbar {
    height: 70px;
  }
  .cid-uL6JuRGTOu .navbar.opened {
    height: auto;
  }
  .cid-uL6JuRGTOu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6JuSHHoz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JuSHHoz img,
.cid-uL6JuSHHoz .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JuSHHoz .item:focus,
.cid-uL6JuSHHoz span:focus {
  outline: none;
}
.cid-uL6JuSHHoz .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JuSHHoz .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JuSHHoz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JuSHHoz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JuSHHoz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JuSHHoz .mbr-section-title {
  color: #232323;
}
.cid-uL6JuTygdA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JuTygdA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6JuTYC1f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6JuTYC1f img,
.cid-uL6JuTYC1f .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JuTYC1f .item:focus,
.cid-uL6JuTYC1f span:focus {
  outline: none;
}
.cid-uL6JuTYC1f .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JuTYC1f .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JuTYC1f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JuTYC1f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JuTYC1f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JuTYC1f .mbr-section-title {
  color: #232323;
}
.cid-uLpkDTdX4e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkDTdX4e .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkDTdX4e .mbr-text {
  color: #000000;
}
.cid-uL6JuW0ayF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JuXVdNf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JuXVdNf img,
.cid-uL6JuXVdNf .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JuXVdNf .item:focus,
.cid-uL6JuXVdNf span:focus {
  outline: none;
}
.cid-uL6JuXVdNf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JuXVdNf .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JuXVdNf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JuXVdNf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JuXVdNf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JuXVdNf .mbr-section-title {
  color: #232323;
}
.cid-uL6JuYS7xY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JuZvlPa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JuZvlPa .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpTIfBqm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpTIfBqm .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpTIfBqm .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Jv0e60d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6Jv0e60d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6Jv0e60d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6Jv0e60d .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6Jv0e60d .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6Jv0e60d .row {
    text-align: center;
  }
  .cid-uL6Jv0e60d .row > div {
    margin: auto;
  }
  .cid-uL6Jv0e60d .social-row {
    justify-content: center;
  }
}
.cid-uL6Jv0e60d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6Jv0e60d .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6Jv0e60d .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6Jv0e60d .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6Jv0e60d .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Jv0e60d .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6Jv0e60d .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6Jv0e60d div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6JA9et6Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #993366;
}
.cid-uL6JA9et6Z .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6JA9et6Z .mbr-text {
  color: #ffffff;
}
.cid-uL6JA8o9Sb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6JA8o9Sb nav.navbar {
  position: fixed;
}
.cid-uL6JA8o9Sb .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-uL6JA8o9Sb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6JA8o9Sb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6JA8o9Sb .dropdown-item:hover,
.cid-uL6JA8o9Sb .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6JA8o9Sb .dropdown-item:hover span {
  color: white;
}
.cid-uL6JA8o9Sb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6JA8o9Sb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6JA8o9Sb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6JA8o9Sb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6JA8o9Sb .nav-link {
  position: relative;
}
.cid-uL6JA8o9Sb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6JA8o9Sb .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6JA8o9Sb .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6JA8o9Sb .dropdown-menu,
.cid-uL6JA8o9Sb .navbar.opened {
  background: #000000 !important;
}
.cid-uL6JA8o9Sb .nav-item:focus,
.cid-uL6JA8o9Sb .nav-link:focus {
  outline: none;
}
.cid-uL6JA8o9Sb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6JA8o9Sb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6JA8o9Sb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6JA8o9Sb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6JA8o9Sb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6JA8o9Sb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6JA8o9Sb .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: #000000;
}
.cid-uL6JA8o9Sb .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6JA8o9Sb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6JA8o9Sb .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6JA8o9Sb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6JA8o9Sb .navbar.collapsed {
  justify-content: center;
}
.cid-uL6JA8o9Sb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6JA8o9Sb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6JA8o9Sb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6JA8o9Sb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6JA8o9Sb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6JA8o9Sb .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-uL6JA8o9Sb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6JA8o9Sb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6JA8o9Sb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6JA8o9Sb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6JA8o9Sb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6JA8o9Sb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6JA8o9Sb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6JA8o9Sb .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-uL6JA8o9Sb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6JA8o9Sb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6JA8o9Sb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6JA8o9Sb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6JA8o9Sb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6JA8o9Sb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6JA8o9Sb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6JA8o9Sb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6JA8o9Sb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6JA8o9Sb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6JA8o9Sb .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-uL6JA8o9Sb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6JA8o9Sb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6JA8o9Sb .dropdown-item.active,
.cid-uL6JA8o9Sb .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6JA8o9Sb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6JA8o9Sb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6JA8o9Sb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6JA8o9Sb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6JA8o9Sb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6JA8o9Sb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6JA8o9Sb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6JA8o9Sb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6JA8o9Sb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6JA8o9Sb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6JA8o9Sb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6JA8o9Sb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JA8o9Sb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JA8o9Sb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6JA8o9Sb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JA8o9Sb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6JA8o9Sb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6JA8o9Sb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JA8o9Sb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6JA8o9Sb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6JA8o9Sb .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-uL6JA8o9Sb .navbar {
    height: 70px;
  }
  .cid-uL6JA8o9Sb .navbar.opened {
    height: auto;
  }
  .cid-uL6JA8o9Sb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6JA9RUSR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JA9RUSR img,
.cid-uL6JA9RUSR .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JA9RUSR .item:focus,
.cid-uL6JA9RUSR span:focus {
  outline: none;
}
.cid-uL6JA9RUSR .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JA9RUSR .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JA9RUSR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JA9RUSR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JA9RUSR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JA9RUSR .mbr-section-title {
  color: #232323;
}
.cid-uL6JAaMSVK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JAaMSVK .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6JAbbVS8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6JAbbVS8 img,
.cid-uL6JAbbVS8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JAbbVS8 .item:focus,
.cid-uL6JAbbVS8 span:focus {
  outline: none;
}
.cid-uL6JAbbVS8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JAbbVS8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JAbbVS8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JAbbVS8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JAbbVS8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JAbbVS8 .mbr-section-title {
  color: #232323;
}
.cid-uLpkFymYeC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkFymYeC .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkFymYeC .mbr-text {
  color: #000000;
}
.cid-uL6JAcK30c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JAdrsJ7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JAdrsJ7 img,
.cid-uL6JAdrsJ7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JAdrsJ7 .item:focus,
.cid-uL6JAdrsJ7 span:focus {
  outline: none;
}
.cid-uL6JAdrsJ7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JAdrsJ7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JAdrsJ7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JAdrsJ7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JAdrsJ7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JAdrsJ7 .mbr-section-title {
  color: #232323;
}
.cid-uL6JAep0GE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JAeZH43 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JAeZH43 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpVRZp0J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpVRZp0J .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpVRZp0J .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JAgQZr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6JAgQZr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6JAgQZr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6JAgQZr0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6JAgQZr0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6JAgQZr0 .row {
    text-align: center;
  }
  .cid-uL6JAgQZr0 .row > div {
    margin: auto;
  }
  .cid-uL6JAgQZr0 .social-row {
    justify-content: center;
  }
}
.cid-uL6JAgQZr0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6JAgQZr0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6JAgQZr0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6JAgQZr0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6JAgQZr0 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JAgQZr0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6JAgQZr0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6JAgQZr0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6JF0Mhuk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6633;
}
.cid-uL6JF0Mhuk .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6JF0Mhuk .mbr-text {
  color: #ffffff;
}
.cid-uL6JF088dR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6JF088dR nav.navbar {
  position: fixed;
}
.cid-uL6JF088dR .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-uL6JF088dR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6JF088dR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6JF088dR .dropdown-item:hover,
.cid-uL6JF088dR .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6JF088dR .dropdown-item:hover span {
  color: white;
}
.cid-uL6JF088dR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6JF088dR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6JF088dR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6JF088dR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6JF088dR .nav-link {
  position: relative;
}
.cid-uL6JF088dR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6JF088dR .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6JF088dR .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6JF088dR .dropdown-menu,
.cid-uL6JF088dR .navbar.opened {
  background: #000000 !important;
}
.cid-uL6JF088dR .nav-item:focus,
.cid-uL6JF088dR .nav-link:focus {
  outline: none;
}
.cid-uL6JF088dR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6JF088dR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6JF088dR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6JF088dR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6JF088dR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6JF088dR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6JF088dR .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: #000000;
}
.cid-uL6JF088dR .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6JF088dR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6JF088dR .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6JF088dR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6JF088dR .navbar.collapsed {
  justify-content: center;
}
.cid-uL6JF088dR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6JF088dR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6JF088dR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6JF088dR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6JF088dR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6JF088dR .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-uL6JF088dR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6JF088dR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6JF088dR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6JF088dR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6JF088dR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6JF088dR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6JF088dR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6JF088dR .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-uL6JF088dR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6JF088dR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6JF088dR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6JF088dR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6JF088dR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6JF088dR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6JF088dR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6JF088dR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6JF088dR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6JF088dR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6JF088dR .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-uL6JF088dR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6JF088dR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6JF088dR .dropdown-item.active,
.cid-uL6JF088dR .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6JF088dR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6JF088dR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6JF088dR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6JF088dR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6JF088dR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6JF088dR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6JF088dR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6JF088dR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6JF088dR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6JF088dR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6JF088dR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6JF088dR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JF088dR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6JF088dR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6JF088dR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JF088dR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6JF088dR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6JF088dR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6JF088dR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6JF088dR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6JF088dR .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-uL6JF088dR .navbar {
    height: 70px;
  }
  .cid-uL6JF088dR .navbar.opened {
    height: auto;
  }
  .cid-uL6JF088dR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6JF1gQeF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JF1gQeF img,
.cid-uL6JF1gQeF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JF1gQeF .item:focus,
.cid-uL6JF1gQeF span:focus {
  outline: none;
}
.cid-uL6JF1gQeF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JF1gQeF .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JF1gQeF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JF1gQeF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JF1gQeF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JF1gQeF .mbr-section-title {
  color: #232323;
}
.cid-uL6JF2mTwV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6JF2mTwV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6JF2YCHv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6JF2YCHv img,
.cid-uL6JF2YCHv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JF2YCHv .item:focus,
.cid-uL6JF2YCHv span:focus {
  outline: none;
}
.cid-uL6JF2YCHv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JF2YCHv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JF2YCHv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JF2YCHv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JF2YCHv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JF2YCHv .mbr-section-title {
  color: #232323;
}
.cid-uLpkHB2h9G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkHB2h9G .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkHB2h9G .mbr-text {
  color: #000000;
}
.cid-uL6JF4O8CR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JF5qC0o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JF5qC0o img,
.cid-uL6JF5qC0o .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6JF5qC0o .item:focus,
.cid-uL6JF5qC0o span:focus {
  outline: none;
}
.cid-uL6JF5qC0o .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6JF5qC0o .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6JF5qC0o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6JF5qC0o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6JF5qC0o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6JF5qC0o .mbr-section-title {
  color: #232323;
}
.cid-uL6JF6KOOj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6JF7ADda {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6JF7ADda .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFpXXLHAE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFpXXLHAE .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFpXXLHAE .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JF8479d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6JF8479d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6JF8479d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6JF8479d .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6JF8479d .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6JF8479d .row {
    text-align: center;
  }
  .cid-uL6JF8479d .row > div {
    margin: auto;
  }
  .cid-uL6JF8479d .social-row {
    justify-content: center;
  }
}
.cid-uL6JF8479d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6JF8479d .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6JF8479d .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6JF8479d .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6JF8479d .mbr-text {
  color: #bbbbbb;
}
.cid-uL6JF8479d .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6JF8479d .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6JF8479d div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6QoPZHPl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1d2553;
}
.cid-uL6QoPZHPl .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6QoPZHPl .mbr-text {
  color: #ffffff;
}
.cid-uL6QoP6JPp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6QoP6JPp nav.navbar {
  position: fixed;
}
.cid-uL6QoP6JPp .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-uL6QoP6JPp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6QoP6JPp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6QoP6JPp .dropdown-item:hover,
.cid-uL6QoP6JPp .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6QoP6JPp .dropdown-item:hover span {
  color: white;
}
.cid-uL6QoP6JPp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6QoP6JPp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6QoP6JPp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6QoP6JPp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6QoP6JPp .nav-link {
  position: relative;
}
.cid-uL6QoP6JPp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6QoP6JPp .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6QoP6JPp .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6QoP6JPp .dropdown-menu,
.cid-uL6QoP6JPp .navbar.opened {
  background: #000000 !important;
}
.cid-uL6QoP6JPp .nav-item:focus,
.cid-uL6QoP6JPp .nav-link:focus {
  outline: none;
}
.cid-uL6QoP6JPp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6QoP6JPp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6QoP6JPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6QoP6JPp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6QoP6JPp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6QoP6JPp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6QoP6JPp .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: #000000;
}
.cid-uL6QoP6JPp .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6QoP6JPp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6QoP6JPp .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6QoP6JPp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6QoP6JPp .navbar.collapsed {
  justify-content: center;
}
.cid-uL6QoP6JPp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6QoP6JPp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6QoP6JPp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6QoP6JPp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6QoP6JPp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6QoP6JPp .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-uL6QoP6JPp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6QoP6JPp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6QoP6JPp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6QoP6JPp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6QoP6JPp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6QoP6JPp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6QoP6JPp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6QoP6JPp .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-uL6QoP6JPp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6QoP6JPp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6QoP6JPp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6QoP6JPp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6QoP6JPp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6QoP6JPp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6QoP6JPp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6QoP6JPp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6QoP6JPp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6QoP6JPp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6QoP6JPp .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-uL6QoP6JPp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6QoP6JPp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6QoP6JPp .dropdown-item.active,
.cid-uL6QoP6JPp .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6QoP6JPp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6QoP6JPp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6QoP6JPp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6QoP6JPp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6QoP6JPp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6QoP6JPp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6QoP6JPp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6QoP6JPp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6QoP6JPp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6QoP6JPp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6QoP6JPp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6QoP6JPp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6QoP6JPp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6QoP6JPp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6QoP6JPp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6QoP6JPp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6QoP6JPp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6QoP6JPp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6QoP6JPp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6QoP6JPp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6QoP6JPp .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-uL6QoP6JPp .navbar {
    height: 70px;
  }
  .cid-uL6QoP6JPp .navbar.opened {
    height: auto;
  }
  .cid-uL6QoP6JPp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6QoQvIQJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6QoQvIQJ img,
.cid-uL6QoQvIQJ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6QoQvIQJ .item:focus,
.cid-uL6QoQvIQJ span:focus {
  outline: none;
}
.cid-uL6QoQvIQJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6QoQvIQJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6QoQvIQJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6QoQvIQJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6QoQvIQJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6QoQvIQJ .mbr-section-title {
  color: #232323;
}
.cid-uL6QoREWWA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6QoREWWA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6QoS5kZq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6QoS5kZq img,
.cid-uL6QoS5kZq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6QoS5kZq .item:focus,
.cid-uL6QoS5kZq span:focus {
  outline: none;
}
.cid-uL6QoS5kZq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6QoS5kZq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6QoS5kZq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6QoS5kZq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6QoS5kZq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6QoS5kZq .mbr-section-title {
  color: #232323;
}
.cid-uLpkJFzabp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkJFzabp .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkJFzabp .mbr-text {
  color: #000000;
}
.cid-uL6QoTaXCM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6QoTC7Iq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6QoTC7Iq img,
.cid-uL6QoTC7Iq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6QoTC7Iq .item:focus,
.cid-uL6QoTC7Iq span:focus {
  outline: none;
}
.cid-uL6QoTC7Iq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6QoTC7Iq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6QoTC7Iq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6QoTC7Iq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6QoTC7Iq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6QoTC7Iq .mbr-section-title {
  color: #232323;
}
.cid-uL6QoUmZcd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6QoUPPQO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6QoUPPQO .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFq0fHql0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFq0fHql0 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFq0fHql0 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6QoVnRaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6QoVnRaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6QoVnRaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6QoVnRaD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6QoVnRaD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6QoVnRaD .row {
    text-align: center;
  }
  .cid-uL6QoVnRaD .row > div {
    margin: auto;
  }
  .cid-uL6QoVnRaD .social-row {
    justify-content: center;
  }
}
.cid-uL6QoVnRaD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6QoVnRaD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6QoVnRaD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6QoVnRaD .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6QoVnRaD .mbr-text {
  color: #bbbbbb;
}
.cid-uL6QoVnRaD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6QoVnRaD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6QoVnRaD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6R0fczQU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003333;
}
.cid-uL6R0fczQU .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6R0fczQU .mbr-text {
  color: #ffffff;
}
.cid-uL6R0eKWOT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6R0eKWOT nav.navbar {
  position: fixed;
}
.cid-uL6R0eKWOT .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-uL6R0eKWOT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6R0eKWOT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6R0eKWOT .dropdown-item:hover,
.cid-uL6R0eKWOT .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6R0eKWOT .dropdown-item:hover span {
  color: white;
}
.cid-uL6R0eKWOT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6R0eKWOT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6R0eKWOT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6R0eKWOT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6R0eKWOT .nav-link {
  position: relative;
}
.cid-uL6R0eKWOT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6R0eKWOT .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6R0eKWOT .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6R0eKWOT .dropdown-menu,
.cid-uL6R0eKWOT .navbar.opened {
  background: #000000 !important;
}
.cid-uL6R0eKWOT .nav-item:focus,
.cid-uL6R0eKWOT .nav-link:focus {
  outline: none;
}
.cid-uL6R0eKWOT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6R0eKWOT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6R0eKWOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6R0eKWOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6R0eKWOT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6R0eKWOT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6R0eKWOT .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: #000000;
}
.cid-uL6R0eKWOT .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6R0eKWOT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6R0eKWOT .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6R0eKWOT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6R0eKWOT .navbar.collapsed {
  justify-content: center;
}
.cid-uL6R0eKWOT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6R0eKWOT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6R0eKWOT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6R0eKWOT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6R0eKWOT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6R0eKWOT .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-uL6R0eKWOT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6R0eKWOT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6R0eKWOT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6R0eKWOT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6R0eKWOT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6R0eKWOT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6R0eKWOT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6R0eKWOT .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-uL6R0eKWOT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6R0eKWOT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6R0eKWOT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6R0eKWOT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6R0eKWOT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6R0eKWOT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6R0eKWOT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6R0eKWOT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6R0eKWOT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6R0eKWOT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6R0eKWOT .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-uL6R0eKWOT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6R0eKWOT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6R0eKWOT .dropdown-item.active,
.cid-uL6R0eKWOT .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6R0eKWOT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6R0eKWOT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6R0eKWOT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6R0eKWOT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6R0eKWOT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6R0eKWOT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6R0eKWOT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6R0eKWOT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6R0eKWOT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6R0eKWOT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6R0eKWOT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6R0eKWOT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6R0eKWOT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6R0eKWOT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6R0eKWOT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6R0eKWOT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6R0eKWOT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6R0eKWOT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6R0eKWOT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6R0eKWOT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6R0eKWOT .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-uL6R0eKWOT .navbar {
    height: 70px;
  }
  .cid-uL6R0eKWOT .navbar.opened {
    height: auto;
  }
  .cid-uL6R0eKWOT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6R0fKgOd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6R0fKgOd img,
.cid-uL6R0fKgOd .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6R0fKgOd .item:focus,
.cid-uL6R0fKgOd span:focus {
  outline: none;
}
.cid-uL6R0fKgOd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6R0fKgOd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6R0fKgOd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6R0fKgOd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6R0fKgOd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6R0fKgOd .mbr-section-title {
  color: #232323;
}
.cid-uL6R0CffLo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6R0CffLo .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6R0WKvTJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6R0WKvTJ img,
.cid-uL6R0WKvTJ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6R0WKvTJ .item:focus,
.cid-uL6R0WKvTJ span:focus {
  outline: none;
}
.cid-uL6R0WKvTJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6R0WKvTJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6R0WKvTJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6R0WKvTJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6R0WKvTJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6R0WKvTJ .mbr-section-title {
  color: #232323;
}
.cid-uLpkLoIteg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkLoIteg .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkLoIteg .mbr-text {
  color: #000000;
}
.cid-uL6R0YAYS0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6R0Zrftl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6R0Zrftl img,
.cid-uL6R0Zrftl .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6R0Zrftl .item:focus,
.cid-uL6R0Zrftl span:focus {
  outline: none;
}
.cid-uL6R0Zrftl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6R0Zrftl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6R0Zrftl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6R0Zrftl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6R0Zrftl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6R0Zrftl .mbr-section-title {
  color: #232323;
}
.cid-uL6R103S9n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6R10tj3n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6R10tj3n .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFq2jGcqo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFq2jGcqo .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFq2jGcqo .mbr-text {
  color: #bbbbbb;
}
.cid-uL6R19YF5r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6R19YF5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6R19YF5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6R19YF5r .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6R19YF5r .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6R19YF5r .row {
    text-align: center;
  }
  .cid-uL6R19YF5r .row > div {
    margin: auto;
  }
  .cid-uL6R19YF5r .social-row {
    justify-content: center;
  }
}
.cid-uL6R19YF5r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6R19YF5r .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6R19YF5r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6R19YF5r .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6R19YF5r .mbr-text {
  color: #bbbbbb;
}
.cid-uL6R19YF5r .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6R19YF5r .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6R19YF5r div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6RpO2OLl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a4d52;
}
.cid-uL6RpO2OLl .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6RpO2OLl .mbr-text {
  color: #ffffff;
}
.cid-uL6RpNxp5g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6RpNxp5g nav.navbar {
  position: fixed;
}
.cid-uL6RpNxp5g .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-uL6RpNxp5g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6RpNxp5g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6RpNxp5g .dropdown-item:hover,
.cid-uL6RpNxp5g .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6RpNxp5g .dropdown-item:hover span {
  color: white;
}
.cid-uL6RpNxp5g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6RpNxp5g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6RpNxp5g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6RpNxp5g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6RpNxp5g .nav-link {
  position: relative;
}
.cid-uL6RpNxp5g .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6RpNxp5g .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6RpNxp5g .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6RpNxp5g .dropdown-menu,
.cid-uL6RpNxp5g .navbar.opened {
  background: #000000 !important;
}
.cid-uL6RpNxp5g .nav-item:focus,
.cid-uL6RpNxp5g .nav-link:focus {
  outline: none;
}
.cid-uL6RpNxp5g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6RpNxp5g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6RpNxp5g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6RpNxp5g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6RpNxp5g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6RpNxp5g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6RpNxp5g .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: #000000;
}
.cid-uL6RpNxp5g .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6RpNxp5g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6RpNxp5g .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6RpNxp5g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6RpNxp5g .navbar.collapsed {
  justify-content: center;
}
.cid-uL6RpNxp5g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6RpNxp5g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6RpNxp5g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6RpNxp5g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6RpNxp5g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6RpNxp5g .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-uL6RpNxp5g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6RpNxp5g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6RpNxp5g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6RpNxp5g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6RpNxp5g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6RpNxp5g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6RpNxp5g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6RpNxp5g .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-uL6RpNxp5g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6RpNxp5g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6RpNxp5g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6RpNxp5g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6RpNxp5g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6RpNxp5g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6RpNxp5g .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6RpNxp5g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6RpNxp5g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6RpNxp5g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6RpNxp5g .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-uL6RpNxp5g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6RpNxp5g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6RpNxp5g .dropdown-item.active,
.cid-uL6RpNxp5g .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6RpNxp5g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6RpNxp5g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6RpNxp5g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6RpNxp5g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6RpNxp5g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6RpNxp5g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6RpNxp5g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6RpNxp5g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6RpNxp5g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6RpNxp5g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6RpNxp5g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6RpNxp5g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6RpNxp5g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6RpNxp5g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6RpNxp5g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6RpNxp5g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6RpNxp5g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6RpNxp5g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6RpNxp5g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6RpNxp5g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6RpNxp5g .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-uL6RpNxp5g .navbar {
    height: 70px;
  }
  .cid-uL6RpNxp5g .navbar.opened {
    height: auto;
  }
  .cid-uL6RpNxp5g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6RpOBALb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6RpOBALb img,
.cid-uL6RpOBALb .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RpOBALb .item:focus,
.cid-uL6RpOBALb span:focus {
  outline: none;
}
.cid-uL6RpOBALb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RpOBALb .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RpOBALb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RpOBALb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RpOBALb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RpOBALb .mbr-section-title {
  color: #232323;
}
.cid-uL6RpPLQL8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6RpPLQL8 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Rq0jSdw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6Rq0jSdw img,
.cid-uL6Rq0jSdw .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Rq0jSdw .item:focus,
.cid-uL6Rq0jSdw span:focus {
  outline: none;
}
.cid-uL6Rq0jSdw .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Rq0jSdw .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Rq0jSdw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Rq0jSdw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Rq0jSdw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Rq0jSdw .mbr-section-title {
  color: #232323;
}
.cid-uLpkOyLmpm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkOyLmpm .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkOyLmpm .mbr-text {
  color: #000000;
}
.cid-uL6Rq1OPJP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6Rq6H5sL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6Rq6H5sL img,
.cid-uL6Rq6H5sL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Rq6H5sL .item:focus,
.cid-uL6Rq6H5sL span:focus {
  outline: none;
}
.cid-uL6Rq6H5sL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Rq6H5sL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Rq6H5sL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Rq6H5sL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Rq6H5sL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Rq6H5sL .mbr-section-title {
  color: #232323;
}
.cid-uL6Rqbx35I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6Rqc3jgd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6Rqc3jgd .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFq4jXUeH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFq4jXUeH .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFq4jXUeH .mbr-text {
  color: #bbbbbb;
}
.cid-uL6RqcGgG0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6RqcGgG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6RqcGgG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6RqcGgG0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6RqcGgG0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6RqcGgG0 .row {
    text-align: center;
  }
  .cid-uL6RqcGgG0 .row > div {
    margin: auto;
  }
  .cid-uL6RqcGgG0 .social-row {
    justify-content: center;
  }
}
.cid-uL6RqcGgG0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6RqcGgG0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6RqcGgG0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6RqcGgG0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6RqcGgG0 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6RqcGgG0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6RqcGgG0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6RqcGgG0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6Rxt14kx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000066;
}
.cid-uL6Rxt14kx .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6Rxt14kx .mbr-text {
  color: #ffffff;
}
.cid-uL6RxsjYmc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6RxsjYmc nav.navbar {
  position: fixed;
}
.cid-uL6RxsjYmc .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-uL6RxsjYmc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6RxsjYmc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6RxsjYmc .dropdown-item:hover,
.cid-uL6RxsjYmc .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6RxsjYmc .dropdown-item:hover span {
  color: white;
}
.cid-uL6RxsjYmc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6RxsjYmc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6RxsjYmc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6RxsjYmc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6RxsjYmc .nav-link {
  position: relative;
}
.cid-uL6RxsjYmc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6RxsjYmc .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6RxsjYmc .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6RxsjYmc .dropdown-menu,
.cid-uL6RxsjYmc .navbar.opened {
  background: #000000 !important;
}
.cid-uL6RxsjYmc .nav-item:focus,
.cid-uL6RxsjYmc .nav-link:focus {
  outline: none;
}
.cid-uL6RxsjYmc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6RxsjYmc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6RxsjYmc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6RxsjYmc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6RxsjYmc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6RxsjYmc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6RxsjYmc .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: #000000;
}
.cid-uL6RxsjYmc .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6RxsjYmc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6RxsjYmc .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6RxsjYmc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6RxsjYmc .navbar.collapsed {
  justify-content: center;
}
.cid-uL6RxsjYmc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6RxsjYmc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6RxsjYmc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6RxsjYmc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6RxsjYmc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6RxsjYmc .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-uL6RxsjYmc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6RxsjYmc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6RxsjYmc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6RxsjYmc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6RxsjYmc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6RxsjYmc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6RxsjYmc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6RxsjYmc .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-uL6RxsjYmc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6RxsjYmc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6RxsjYmc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6RxsjYmc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6RxsjYmc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6RxsjYmc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6RxsjYmc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6RxsjYmc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6RxsjYmc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6RxsjYmc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6RxsjYmc .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-uL6RxsjYmc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6RxsjYmc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6RxsjYmc .dropdown-item.active,
.cid-uL6RxsjYmc .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6RxsjYmc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6RxsjYmc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6RxsjYmc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6RxsjYmc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6RxsjYmc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6RxsjYmc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6RxsjYmc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6RxsjYmc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6RxsjYmc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6RxsjYmc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6RxsjYmc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6RxsjYmc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6RxsjYmc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6RxsjYmc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6RxsjYmc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6RxsjYmc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6RxsjYmc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6RxsjYmc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6RxsjYmc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6RxsjYmc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6RxsjYmc .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-uL6RxsjYmc .navbar {
    height: 70px;
  }
  .cid-uL6RxsjYmc .navbar.opened {
    height: auto;
  }
  .cid-uL6RxsjYmc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6RxtxxID {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6RxtxxID img,
.cid-uL6RxtxxID .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RxtxxID .item:focus,
.cid-uL6RxtxxID span:focus {
  outline: none;
}
.cid-uL6RxtxxID .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RxtxxID .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RxtxxID .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RxtxxID .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RxtxxID .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RxtxxID .mbr-section-title {
  color: #232323;
}
.cid-uL6Rxugc3P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6Rxugc3P .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6RxuFv8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6RxuFv8I img,
.cid-uL6RxuFv8I .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RxuFv8I .item:focus,
.cid-uL6RxuFv8I span:focus {
  outline: none;
}
.cid-uL6RxuFv8I .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RxuFv8I .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RxuFv8I .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RxuFv8I .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RxuFv8I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RxuFv8I .mbr-section-title {
  color: #232323;
}
.cid-uLpkQueiYZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkQueiYZ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkQueiYZ .mbr-text {
  color: #000000;
}
.cid-uL6RxvYMyj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6RxwoeqC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6RxwoeqC img,
.cid-uL6RxwoeqC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RxwoeqC .item:focus,
.cid-uL6RxwoeqC span:focus {
  outline: none;
}
.cid-uL6RxwoeqC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RxwoeqC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RxwoeqC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RxwoeqC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RxwoeqC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RxwoeqC .mbr-section-title {
  color: #232323;
}
.cid-uL6Rxxh5Mh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6RxxKhL9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6RxxKhL9 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFq6qcc1k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFq6qcc1k .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFq6qcc1k .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Rxyfnku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6Rxyfnku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6Rxyfnku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6Rxyfnku .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6Rxyfnku .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6Rxyfnku .row {
    text-align: center;
  }
  .cid-uL6Rxyfnku .row > div {
    margin: auto;
  }
  .cid-uL6Rxyfnku .social-row {
    justify-content: center;
  }
}
.cid-uL6Rxyfnku .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6Rxyfnku .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6Rxyfnku .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6Rxyfnku .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6Rxyfnku .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Rxyfnku .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6Rxyfnku .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6Rxyfnku div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6RM5P4v9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #336699;
}
.cid-uL6RM5P4v9 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6RM5P4v9 .mbr-text {
  color: #ffffff;
}
.cid-uL6RLWNJrf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6RLWNJrf nav.navbar {
  position: fixed;
}
.cid-uL6RLWNJrf .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-uL6RLWNJrf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6RLWNJrf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6RLWNJrf .dropdown-item:hover,
.cid-uL6RLWNJrf .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6RLWNJrf .dropdown-item:hover span {
  color: white;
}
.cid-uL6RLWNJrf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6RLWNJrf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6RLWNJrf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6RLWNJrf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6RLWNJrf .nav-link {
  position: relative;
}
.cid-uL6RLWNJrf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6RLWNJrf .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6RLWNJrf .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6RLWNJrf .dropdown-menu,
.cid-uL6RLWNJrf .navbar.opened {
  background: #000000 !important;
}
.cid-uL6RLWNJrf .nav-item:focus,
.cid-uL6RLWNJrf .nav-link:focus {
  outline: none;
}
.cid-uL6RLWNJrf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6RLWNJrf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6RLWNJrf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6RLWNJrf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6RLWNJrf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6RLWNJrf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6RLWNJrf .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: #000000;
}
.cid-uL6RLWNJrf .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6RLWNJrf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6RLWNJrf .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6RLWNJrf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6RLWNJrf .navbar.collapsed {
  justify-content: center;
}
.cid-uL6RLWNJrf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6RLWNJrf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6RLWNJrf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6RLWNJrf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6RLWNJrf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6RLWNJrf .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-uL6RLWNJrf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6RLWNJrf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6RLWNJrf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6RLWNJrf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6RLWNJrf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6RLWNJrf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6RLWNJrf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6RLWNJrf .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-uL6RLWNJrf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6RLWNJrf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6RLWNJrf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6RLWNJrf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6RLWNJrf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6RLWNJrf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6RLWNJrf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6RLWNJrf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6RLWNJrf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6RLWNJrf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6RLWNJrf .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-uL6RLWNJrf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6RLWNJrf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6RLWNJrf .dropdown-item.active,
.cid-uL6RLWNJrf .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6RLWNJrf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6RLWNJrf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6RLWNJrf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6RLWNJrf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6RLWNJrf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6RLWNJrf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6RLWNJrf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6RLWNJrf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6RLWNJrf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6RLWNJrf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6RLWNJrf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6RLWNJrf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6RLWNJrf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6RLWNJrf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6RLWNJrf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6RLWNJrf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6RLWNJrf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6RLWNJrf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6RLWNJrf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6RLWNJrf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6RLWNJrf .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-uL6RLWNJrf .navbar {
    height: 70px;
  }
  .cid-uL6RLWNJrf .navbar.opened {
    height: auto;
  }
  .cid-uL6RLWNJrf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6RM6nwfs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6RM6nwfs img,
.cid-uL6RM6nwfs .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RM6nwfs .item:focus,
.cid-uL6RM6nwfs span:focus {
  outline: none;
}
.cid-uL6RM6nwfs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RM6nwfs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RM6nwfs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RM6nwfs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RM6nwfs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RM6nwfs .mbr-section-title {
  color: #232323;
}
.cid-uL6RM70w3N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6RM70w3N .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6RM7Ght8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6RM7Ght8 img,
.cid-uL6RM7Ght8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RM7Ght8 .item:focus,
.cid-uL6RM7Ght8 span:focus {
  outline: none;
}
.cid-uL6RM7Ght8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RM7Ght8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RM7Ght8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RM7Ght8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RM7Ght8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RM7Ght8 .mbr-section-title {
  color: #232323;
}
.cid-uLpkScv4Ku {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkScv4Ku .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkScv4Ku .mbr-text {
  color: #000000;
}
.cid-uL6RM9bvYR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6RM9E99g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6RM9E99g img,
.cid-uL6RM9E99g .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RM9E99g .item:focus,
.cid-uL6RM9E99g span:focus {
  outline: none;
}
.cid-uL6RM9E99g .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RM9E99g .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RM9E99g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RM9E99g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RM9E99g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RM9E99g .mbr-section-title {
  color: #232323;
}
.cid-uL6RMaomKB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6RMaSEE5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6RMaSEE5 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFq8tCggp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFq8tCggp .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFq8tCggp .mbr-text {
  color: #bbbbbb;
}
.cid-uL6RMbli2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6RMbli2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6RMbli2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6RMbli2t .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6RMbli2t .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6RMbli2t .row {
    text-align: center;
  }
  .cid-uL6RMbli2t .row > div {
    margin: auto;
  }
  .cid-uL6RMbli2t .social-row {
    justify-content: center;
  }
}
.cid-uL6RMbli2t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6RMbli2t .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6RMbli2t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6RMbli2t .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6RMbli2t .mbr-text {
  color: #bbbbbb;
}
.cid-uL6RMbli2t .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6RMbli2t .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6RMbli2t div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6RWALFSQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #669966;
}
.cid-uL6RWALFSQ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6RWALFSQ .mbr-text {
  color: #ffffff;
}
.cid-uL6RWxtrMm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6RWxtrMm nav.navbar {
  position: fixed;
}
.cid-uL6RWxtrMm .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-uL6RWxtrMm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6RWxtrMm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6RWxtrMm .dropdown-item:hover,
.cid-uL6RWxtrMm .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6RWxtrMm .dropdown-item:hover span {
  color: white;
}
.cid-uL6RWxtrMm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6RWxtrMm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6RWxtrMm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6RWxtrMm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6RWxtrMm .nav-link {
  position: relative;
}
.cid-uL6RWxtrMm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6RWxtrMm .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6RWxtrMm .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6RWxtrMm .dropdown-menu,
.cid-uL6RWxtrMm .navbar.opened {
  background: #000000 !important;
}
.cid-uL6RWxtrMm .nav-item:focus,
.cid-uL6RWxtrMm .nav-link:focus {
  outline: none;
}
.cid-uL6RWxtrMm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6RWxtrMm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6RWxtrMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6RWxtrMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6RWxtrMm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6RWxtrMm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6RWxtrMm .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: #000000;
}
.cid-uL6RWxtrMm .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6RWxtrMm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6RWxtrMm .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6RWxtrMm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6RWxtrMm .navbar.collapsed {
  justify-content: center;
}
.cid-uL6RWxtrMm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6RWxtrMm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6RWxtrMm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6RWxtrMm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6RWxtrMm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6RWxtrMm .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-uL6RWxtrMm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6RWxtrMm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6RWxtrMm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6RWxtrMm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6RWxtrMm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6RWxtrMm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6RWxtrMm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6RWxtrMm .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-uL6RWxtrMm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6RWxtrMm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6RWxtrMm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6RWxtrMm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6RWxtrMm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6RWxtrMm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6RWxtrMm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6RWxtrMm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6RWxtrMm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6RWxtrMm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6RWxtrMm .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-uL6RWxtrMm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6RWxtrMm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6RWxtrMm .dropdown-item.active,
.cid-uL6RWxtrMm .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6RWxtrMm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6RWxtrMm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6RWxtrMm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6RWxtrMm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6RWxtrMm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6RWxtrMm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6RWxtrMm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6RWxtrMm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6RWxtrMm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6RWxtrMm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6RWxtrMm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6RWxtrMm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6RWxtrMm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6RWxtrMm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6RWxtrMm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6RWxtrMm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6RWxtrMm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6RWxtrMm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6RWxtrMm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6RWxtrMm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6RWxtrMm .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-uL6RWxtrMm .navbar {
    height: 70px;
  }
  .cid-uL6RWxtrMm .navbar.opened {
    height: auto;
  }
  .cid-uL6RWxtrMm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6RWCrJ4O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6RWCrJ4O img,
.cid-uL6RWCrJ4O .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RWCrJ4O .item:focus,
.cid-uL6RWCrJ4O span:focus {
  outline: none;
}
.cid-uL6RWCrJ4O .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RWCrJ4O .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RWCrJ4O .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RWCrJ4O .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RWCrJ4O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RWCrJ4O .mbr-section-title {
  color: #232323;
}
.cid-uL6RWFE2qX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6RWFE2qX .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6RWHGOGy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6RWHGOGy img,
.cid-uL6RWHGOGy .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RWHGOGy .item:focus,
.cid-uL6RWHGOGy span:focus {
  outline: none;
}
.cid-uL6RWHGOGy .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RWHGOGy .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RWHGOGy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RWHGOGy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RWHGOGy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RWHGOGy .mbr-section-title {
  color: #232323;
}
.cid-uLpkUasNru {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkUasNru .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkUasNru .mbr-text {
  color: #000000;
}
.cid-uL6RWMxTuj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6RWN3SFN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6RWN3SFN img,
.cid-uL6RWN3SFN .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6RWN3SFN .item:focus,
.cid-uL6RWN3SFN span:focus {
  outline: none;
}
.cid-uL6RWN3SFN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6RWN3SFN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6RWN3SFN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6RWN3SFN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6RWN3SFN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6RWN3SFN .mbr-section-title {
  color: #232323;
}
.cid-uL6RWOoIvj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6RWPy3YF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6RWPy3YF .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFqf6iniY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFqf6iniY .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFqf6iniY .mbr-text {
  color: #bbbbbb;
}
.cid-uL6RWQBEOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6RWQBEOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6RWQBEOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6RWQBEOK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6RWQBEOK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6RWQBEOK .row {
    text-align: center;
  }
  .cid-uL6RWQBEOK .row > div {
    margin: auto;
  }
  .cid-uL6RWQBEOK .social-row {
    justify-content: center;
  }
}
.cid-uL6RWQBEOK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6RWQBEOK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6RWQBEOK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6RWQBEOK .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6RWQBEOK .mbr-text {
  color: #bbbbbb;
}
.cid-uL6RWQBEOK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6RWQBEOK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6RWQBEOK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6S5lndTV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #330099;
}
.cid-uL6S5lndTV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6S5lndTV .mbr-text {
  color: #ffffff;
}
.cid-uL6S5kFj07 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6S5kFj07 nav.navbar {
  position: fixed;
}
.cid-uL6S5kFj07 .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-uL6S5kFj07 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6S5kFj07 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6S5kFj07 .dropdown-item:hover,
.cid-uL6S5kFj07 .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6S5kFj07 .dropdown-item:hover span {
  color: white;
}
.cid-uL6S5kFj07 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6S5kFj07 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6S5kFj07 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6S5kFj07 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6S5kFj07 .nav-link {
  position: relative;
}
.cid-uL6S5kFj07 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6S5kFj07 .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6S5kFj07 .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6S5kFj07 .dropdown-menu,
.cid-uL6S5kFj07 .navbar.opened {
  background: #000000 !important;
}
.cid-uL6S5kFj07 .nav-item:focus,
.cid-uL6S5kFj07 .nav-link:focus {
  outline: none;
}
.cid-uL6S5kFj07 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6S5kFj07 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6S5kFj07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6S5kFj07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6S5kFj07 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6S5kFj07 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6S5kFj07 .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: #000000;
}
.cid-uL6S5kFj07 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6S5kFj07 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6S5kFj07 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6S5kFj07 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6S5kFj07 .navbar.collapsed {
  justify-content: center;
}
.cid-uL6S5kFj07 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6S5kFj07 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6S5kFj07 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6S5kFj07 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6S5kFj07 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6S5kFj07 .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-uL6S5kFj07 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6S5kFj07 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6S5kFj07 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6S5kFj07 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6S5kFj07 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6S5kFj07 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6S5kFj07 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6S5kFj07 .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-uL6S5kFj07 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6S5kFj07 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6S5kFj07 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6S5kFj07 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6S5kFj07 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6S5kFj07 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6S5kFj07 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6S5kFj07 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6S5kFj07 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6S5kFj07 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6S5kFj07 .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-uL6S5kFj07 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6S5kFj07 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6S5kFj07 .dropdown-item.active,
.cid-uL6S5kFj07 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6S5kFj07 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6S5kFj07 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6S5kFj07 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6S5kFj07 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6S5kFj07 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6S5kFj07 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6S5kFj07 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6S5kFj07 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6S5kFj07 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6S5kFj07 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6S5kFj07 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6S5kFj07 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6S5kFj07 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6S5kFj07 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6S5kFj07 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6S5kFj07 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6S5kFj07 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6S5kFj07 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6S5kFj07 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6S5kFj07 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6S5kFj07 .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-uL6S5kFj07 .navbar {
    height: 70px;
  }
  .cid-uL6S5kFj07 .navbar.opened {
    height: auto;
  }
  .cid-uL6S5kFj07 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6S5lOQ8M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6S5lOQ8M img,
.cid-uL6S5lOQ8M .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6S5lOQ8M .item:focus,
.cid-uL6S5lOQ8M span:focus {
  outline: none;
}
.cid-uL6S5lOQ8M .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6S5lOQ8M .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6S5lOQ8M .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6S5lOQ8M .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6S5lOQ8M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6S5lOQ8M .mbr-section-title {
  color: #232323;
}
.cid-uL6S5mwtpe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6S5mwtpe .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6S5mVUeZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6S5mVUeZ img,
.cid-uL6S5mVUeZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6S5mVUeZ .item:focus,
.cid-uL6S5mVUeZ span:focus {
  outline: none;
}
.cid-uL6S5mVUeZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6S5mVUeZ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6S5mVUeZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6S5mVUeZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6S5mVUeZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6S5mVUeZ .mbr-section-title {
  color: #232323;
}
.cid-uLpkVK1yXB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkVK1yXB .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkVK1yXB .mbr-text {
  color: #000000;
}
.cid-uL6S5o1x6l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6S5osXBs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6S5osXBs img,
.cid-uL6S5osXBs .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6S5osXBs .item:focus,
.cid-uL6S5osXBs span:focus {
  outline: none;
}
.cid-uL6S5osXBs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6S5osXBs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6S5osXBs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6S5osXBs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6S5osXBs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6S5osXBs .mbr-section-title {
  color: #232323;
}
.cid-uL6S5plpC6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6S5q45xp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6S5q45xp .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFqjIcfgm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFqjIcfgm .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFqjIcfgm .mbr-text {
  color: #bbbbbb;
}
.cid-uL6S5quEjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6S5quEjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6S5quEjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6S5quEjh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6S5quEjh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6S5quEjh .row {
    text-align: center;
  }
  .cid-uL6S5quEjh .row > div {
    margin: auto;
  }
  .cid-uL6S5quEjh .social-row {
    justify-content: center;
  }
}
.cid-uL6S5quEjh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6S5quEjh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6S5quEjh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6S5quEjh .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6S5quEjh .mbr-text {
  color: #bbbbbb;
}
.cid-uL6S5quEjh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6S5quEjh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6S5quEjh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6TC508Gs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #996633;
}
.cid-uL6TC508Gs .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6TC508Gs .mbr-text {
  color: #ffffff;
}
.cid-uL6TC4cGtN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6TC4cGtN nav.navbar {
  position: fixed;
}
.cid-uL6TC4cGtN .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-uL6TC4cGtN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6TC4cGtN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6TC4cGtN .dropdown-item:hover,
.cid-uL6TC4cGtN .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6TC4cGtN .dropdown-item:hover span {
  color: white;
}
.cid-uL6TC4cGtN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6TC4cGtN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6TC4cGtN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6TC4cGtN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6TC4cGtN .nav-link {
  position: relative;
}
.cid-uL6TC4cGtN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6TC4cGtN .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6TC4cGtN .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6TC4cGtN .dropdown-menu,
.cid-uL6TC4cGtN .navbar.opened {
  background: #000000 !important;
}
.cid-uL6TC4cGtN .nav-item:focus,
.cid-uL6TC4cGtN .nav-link:focus {
  outline: none;
}
.cid-uL6TC4cGtN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6TC4cGtN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6TC4cGtN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6TC4cGtN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6TC4cGtN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6TC4cGtN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6TC4cGtN .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: #000000;
}
.cid-uL6TC4cGtN .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6TC4cGtN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6TC4cGtN .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6TC4cGtN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6TC4cGtN .navbar.collapsed {
  justify-content: center;
}
.cid-uL6TC4cGtN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6TC4cGtN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6TC4cGtN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6TC4cGtN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6TC4cGtN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6TC4cGtN .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-uL6TC4cGtN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6TC4cGtN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6TC4cGtN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6TC4cGtN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6TC4cGtN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6TC4cGtN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6TC4cGtN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6TC4cGtN .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-uL6TC4cGtN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6TC4cGtN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6TC4cGtN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6TC4cGtN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6TC4cGtN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6TC4cGtN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6TC4cGtN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6TC4cGtN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6TC4cGtN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6TC4cGtN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6TC4cGtN .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-uL6TC4cGtN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6TC4cGtN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6TC4cGtN .dropdown-item.active,
.cid-uL6TC4cGtN .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6TC4cGtN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6TC4cGtN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6TC4cGtN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6TC4cGtN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6TC4cGtN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6TC4cGtN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6TC4cGtN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6TC4cGtN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6TC4cGtN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6TC4cGtN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6TC4cGtN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6TC4cGtN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6TC4cGtN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6TC4cGtN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6TC4cGtN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6TC4cGtN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6TC4cGtN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6TC4cGtN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6TC4cGtN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6TC4cGtN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6TC4cGtN .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-uL6TC4cGtN .navbar {
    height: 70px;
  }
  .cid-uL6TC4cGtN .navbar.opened {
    height: auto;
  }
  .cid-uL6TC4cGtN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6TC5rGyq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6TC5rGyq img,
.cid-uL6TC5rGyq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6TC5rGyq .item:focus,
.cid-uL6TC5rGyq span:focus {
  outline: none;
}
.cid-uL6TC5rGyq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6TC5rGyq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6TC5rGyq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6TC5rGyq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6TC5rGyq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6TC5rGyq .mbr-section-title {
  color: #232323;
}
.cid-uL6TC8Y4uE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6TC8Y4uE .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6TC9Sk8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6TC9Sk8I img,
.cid-uL6TC9Sk8I .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6TC9Sk8I .item:focus,
.cid-uL6TC9Sk8I span:focus {
  outline: none;
}
.cid-uL6TC9Sk8I .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6TC9Sk8I .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6TC9Sk8I .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6TC9Sk8I .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6TC9Sk8I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6TC9Sk8I .mbr-section-title {
  color: #232323;
}
.cid-uLpkXkd9Qb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkXkd9Qb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkXkd9Qb .mbr-text {
  color: #000000;
}
.cid-uL6TCaVzJT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6TCbcmjK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6TCbcmjK img,
.cid-uL6TCbcmjK .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6TCbcmjK .item:focus,
.cid-uL6TCbcmjK span:focus {
  outline: none;
}
.cid-uL6TCbcmjK .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6TCbcmjK .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6TCbcmjK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6TCbcmjK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6TCbcmjK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6TCbcmjK .mbr-section-title {
  color: #232323;
}
.cid-uL6TCbCyVb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6TCbZa0f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6TCbZa0f .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFqm3Bs9y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFqm3Bs9y .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFqm3Bs9y .mbr-text {
  color: #bbbbbb;
}
.cid-uL6TCdKLVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6TCdKLVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6TCdKLVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6TCdKLVQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6TCdKLVQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6TCdKLVQ .row {
    text-align: center;
  }
  .cid-uL6TCdKLVQ .row > div {
    margin: auto;
  }
  .cid-uL6TCdKLVQ .social-row {
    justify-content: center;
  }
}
.cid-uL6TCdKLVQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6TCdKLVQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6TCdKLVQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6TCdKLVQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6TCdKLVQ .mbr-text {
  color: #bbbbbb;
}
.cid-uL6TCdKLVQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6TCdKLVQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6TCdKLVQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6U2qGUQT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6600;
}
.cid-uL6U2qGUQT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6U2qGUQT .mbr-text {
  color: #ffffff;
}
.cid-uL6U2pRHiW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6U2pRHiW nav.navbar {
  position: fixed;
}
.cid-uL6U2pRHiW .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-uL6U2pRHiW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6U2pRHiW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6U2pRHiW .dropdown-item:hover,
.cid-uL6U2pRHiW .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6U2pRHiW .dropdown-item:hover span {
  color: white;
}
.cid-uL6U2pRHiW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6U2pRHiW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6U2pRHiW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6U2pRHiW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6U2pRHiW .nav-link {
  position: relative;
}
.cid-uL6U2pRHiW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6U2pRHiW .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6U2pRHiW .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6U2pRHiW .dropdown-menu,
.cid-uL6U2pRHiW .navbar.opened {
  background: #000000 !important;
}
.cid-uL6U2pRHiW .nav-item:focus,
.cid-uL6U2pRHiW .nav-link:focus {
  outline: none;
}
.cid-uL6U2pRHiW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6U2pRHiW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6U2pRHiW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6U2pRHiW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6U2pRHiW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6U2pRHiW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6U2pRHiW .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: #000000;
}
.cid-uL6U2pRHiW .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6U2pRHiW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6U2pRHiW .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6U2pRHiW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6U2pRHiW .navbar.collapsed {
  justify-content: center;
}
.cid-uL6U2pRHiW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6U2pRHiW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6U2pRHiW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6U2pRHiW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6U2pRHiW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6U2pRHiW .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-uL6U2pRHiW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6U2pRHiW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6U2pRHiW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6U2pRHiW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6U2pRHiW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6U2pRHiW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6U2pRHiW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6U2pRHiW .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-uL6U2pRHiW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6U2pRHiW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6U2pRHiW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6U2pRHiW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6U2pRHiW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6U2pRHiW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6U2pRHiW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6U2pRHiW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6U2pRHiW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6U2pRHiW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6U2pRHiW .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-uL6U2pRHiW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6U2pRHiW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6U2pRHiW .dropdown-item.active,
.cid-uL6U2pRHiW .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6U2pRHiW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6U2pRHiW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6U2pRHiW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6U2pRHiW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6U2pRHiW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6U2pRHiW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6U2pRHiW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6U2pRHiW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6U2pRHiW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6U2pRHiW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6U2pRHiW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6U2pRHiW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6U2pRHiW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6U2pRHiW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6U2pRHiW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6U2pRHiW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6U2pRHiW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6U2pRHiW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6U2pRHiW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6U2pRHiW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6U2pRHiW .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-uL6U2pRHiW .navbar {
    height: 70px;
  }
  .cid-uL6U2pRHiW .navbar.opened {
    height: auto;
  }
  .cid-uL6U2pRHiW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6U2r9tb0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6U2r9tb0 img,
.cid-uL6U2r9tb0 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6U2r9tb0 .item:focus,
.cid-uL6U2r9tb0 span:focus {
  outline: none;
}
.cid-uL6U2r9tb0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6U2r9tb0 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6U2r9tb0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6U2r9tb0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6U2r9tb0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6U2r9tb0 .mbr-section-title {
  color: #232323;
}
.cid-uL6U2rRkDG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6U2rRkDG .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6U2slKBX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6U2slKBX img,
.cid-uL6U2slKBX .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6U2slKBX .item:focus,
.cid-uL6U2slKBX span:focus {
  outline: none;
}
.cid-uL6U2slKBX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6U2slKBX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6U2slKBX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6U2slKBX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6U2slKBX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6U2slKBX .mbr-section-title {
  color: #232323;
}
.cid-uLpkZpr8QE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpkZpr8QE .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpkZpr8QE .mbr-text {
  color: #000000;
}
.cid-uL6U2u5r4P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6U2uzzdi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6U2uzzdi img,
.cid-uL6U2uzzdi .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6U2uzzdi .item:focus,
.cid-uL6U2uzzdi span:focus {
  outline: none;
}
.cid-uL6U2uzzdi .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6U2uzzdi .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6U2uzzdi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6U2uzzdi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6U2uzzdi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6U2uzzdi .mbr-section-title {
  color: #232323;
}
.cid-uL6U2vNDKC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6U2wkXY2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6U2wkXY2 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFqo2Apkm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFqo2Apkm .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFqo2Apkm .mbr-text {
  color: #bbbbbb;
}
.cid-uL6U2wLLh8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6U2wLLh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6U2wLLh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6U2wLLh8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6U2wLLh8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6U2wLLh8 .row {
    text-align: center;
  }
  .cid-uL6U2wLLh8 .row > div {
    margin: auto;
  }
  .cid-uL6U2wLLh8 .social-row {
    justify-content: center;
  }
}
.cid-uL6U2wLLh8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6U2wLLh8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6U2wLLh8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6U2wLLh8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6U2wLLh8 .mbr-text {
  color: #bbbbbb;
}
.cid-uL6U2wLLh8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6U2wLLh8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6U2wLLh8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL6UdVT50T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-uL6UdVT50T .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6UdVT50T .mbr-text {
  color: #ffffff;
}
.cid-uL6UdUPimo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL6UdUPimo nav.navbar {
  position: fixed;
}
.cid-uL6UdUPimo .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-uL6UdUPimo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6UdUPimo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6UdUPimo .dropdown-item:hover,
.cid-uL6UdUPimo .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uL6UdUPimo .dropdown-item:hover span {
  color: white;
}
.cid-uL6UdUPimo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6UdUPimo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6UdUPimo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6UdUPimo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6UdUPimo .nav-link {
  position: relative;
}
.cid-uL6UdUPimo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6UdUPimo .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6UdUPimo .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL6UdUPimo .dropdown-menu,
.cid-uL6UdUPimo .navbar.opened {
  background: #000000 !important;
}
.cid-uL6UdUPimo .nav-item:focus,
.cid-uL6UdUPimo .nav-link:focus {
  outline: none;
}
.cid-uL6UdUPimo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6UdUPimo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6UdUPimo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6UdUPimo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6UdUPimo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6UdUPimo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6UdUPimo .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: #000000;
}
.cid-uL6UdUPimo .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6UdUPimo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6UdUPimo .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6UdUPimo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6UdUPimo .navbar.collapsed {
  justify-content: center;
}
.cid-uL6UdUPimo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6UdUPimo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6UdUPimo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6UdUPimo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6UdUPimo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6UdUPimo .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-uL6UdUPimo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6UdUPimo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6UdUPimo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6UdUPimo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6UdUPimo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6UdUPimo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6UdUPimo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6UdUPimo .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-uL6UdUPimo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6UdUPimo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6UdUPimo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6UdUPimo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6UdUPimo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6UdUPimo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6UdUPimo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6UdUPimo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6UdUPimo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6UdUPimo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL6UdUPimo .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-uL6UdUPimo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6UdUPimo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6UdUPimo .dropdown-item.active,
.cid-uL6UdUPimo .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6UdUPimo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6UdUPimo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6UdUPimo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6UdUPimo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uL6UdUPimo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6UdUPimo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6UdUPimo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6UdUPimo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6UdUPimo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6UdUPimo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uL6UdUPimo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6UdUPimo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6UdUPimo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6UdUPimo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6UdUPimo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6UdUPimo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6UdUPimo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6UdUPimo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6UdUPimo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6UdUPimo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6UdUPimo .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-uL6UdUPimo .navbar {
    height: 70px;
  }
  .cid-uL6UdUPimo .navbar.opened {
    height: auto;
  }
  .cid-uL6UdUPimo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6UdWCy0s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6UdWCy0s img,
.cid-uL6UdWCy0s .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6UdWCy0s .item:focus,
.cid-uL6UdWCy0s span:focus {
  outline: none;
}
.cid-uL6UdWCy0s .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6UdWCy0s .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6UdWCy0s .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6UdWCy0s .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6UdWCy0s .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6UdWCy0s .mbr-section-title {
  color: #232323;
}
.cid-uL6UdXLcWw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL6UdXLcWw .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uL6UdYsFSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uL6UdYsFSY img,
.cid-uL6UdYsFSY .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6UdYsFSY .item:focus,
.cid-uL6UdYsFSY span:focus {
  outline: none;
}
.cid-uL6UdYsFSY .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6UdYsFSY .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffcc00;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6UdYsFSY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6UdYsFSY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6UdYsFSY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6UdYsFSY .mbr-section-title {
  color: #232323;
}
.cid-uLpl13Gwvz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpl13Gwvz .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpl13Gwvz .mbr-text {
  color: #000000;
}
.cid-uL6UdZJmoY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6Ue0aOOp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6Ue0aOOp img,
.cid-uL6Ue0aOOp .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uL6Ue0aOOp .item:focus,
.cid-uL6Ue0aOOp span:focus {
  outline: none;
}
.cid-uL6Ue0aOOp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uL6Ue0aOOp .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL6Ue0aOOp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL6Ue0aOOp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL6Ue0aOOp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL6Ue0aOOp .mbr-section-title {
  color: #232323;
}
.cid-uL6Ue0W0x0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL6Ue1uFRR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL6Ue1uFRR .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLFqpPfwYC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFqpPfwYC .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFqpPfwYC .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Ue2y8dR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uL6Ue2y8dR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6Ue2y8dR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6Ue2y8dR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL6Ue2y8dR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL6Ue2y8dR .row {
    text-align: center;
  }
  .cid-uL6Ue2y8dR .row > div {
    margin: auto;
  }
  .cid-uL6Ue2y8dR .social-row {
    justify-content: center;
  }
}
.cid-uL6Ue2y8dR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL6Ue2y8dR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL6Ue2y8dR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL6Ue2y8dR .list {
    margin-bottom: 0rem;
  }
}
.cid-uL6Ue2y8dR .mbr-text {
  color: #bbbbbb;
}
.cid-uL6Ue2y8dR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL6Ue2y8dR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL6Ue2y8dR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLp3Vu14Ks {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLp3Vu14Ks .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLp3Vu14Ks .mbr-text {
  color: #000000;
}
.cid-uLp3VtoIwW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLp3VtoIwW nav.navbar {
  position: fixed;
}
.cid-uLp3VtoIwW .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-uLp3VtoIwW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLp3VtoIwW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLp3VtoIwW .dropdown-item:hover,
.cid-uLp3VtoIwW .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uLp3VtoIwW .dropdown-item:hover span {
  color: white;
}
.cid-uLp3VtoIwW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLp3VtoIwW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLp3VtoIwW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLp3VtoIwW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLp3VtoIwW .nav-link {
  position: relative;
}
.cid-uLp3VtoIwW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLp3VtoIwW .container {
    flex-wrap: nowrap;
  }
}
.cid-uLp3VtoIwW .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLp3VtoIwW .dropdown-menu,
.cid-uLp3VtoIwW .navbar.opened {
  background: #000000 !important;
}
.cid-uLp3VtoIwW .nav-item:focus,
.cid-uLp3VtoIwW .nav-link:focus {
  outline: none;
}
.cid-uLp3VtoIwW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLp3VtoIwW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLp3VtoIwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLp3VtoIwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLp3VtoIwW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLp3VtoIwW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLp3VtoIwW .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: #000000;
}
.cid-uLp3VtoIwW .navbar.opened {
  transition: all 0.3s;
}
.cid-uLp3VtoIwW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLp3VtoIwW .navbar .navbar-logo img {
  width: auto;
}
.cid-uLp3VtoIwW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLp3VtoIwW .navbar.collapsed {
  justify-content: center;
}
.cid-uLp3VtoIwW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLp3VtoIwW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLp3VtoIwW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLp3VtoIwW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLp3VtoIwW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLp3VtoIwW .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-uLp3VtoIwW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLp3VtoIwW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLp3VtoIwW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLp3VtoIwW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLp3VtoIwW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLp3VtoIwW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLp3VtoIwW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLp3VtoIwW .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-uLp3VtoIwW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLp3VtoIwW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLp3VtoIwW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLp3VtoIwW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLp3VtoIwW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLp3VtoIwW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLp3VtoIwW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLp3VtoIwW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLp3VtoIwW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLp3VtoIwW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLp3VtoIwW .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-uLp3VtoIwW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLp3VtoIwW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLp3VtoIwW .dropdown-item.active,
.cid-uLp3VtoIwW .dropdown-item:active {
  background-color: transparent;
}
.cid-uLp3VtoIwW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLp3VtoIwW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLp3VtoIwW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLp3VtoIwW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLp3VtoIwW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLp3VtoIwW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLp3VtoIwW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLp3VtoIwW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLp3VtoIwW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLp3VtoIwW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uLp3VtoIwW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLp3VtoIwW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLp3VtoIwW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLp3VtoIwW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLp3VtoIwW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLp3VtoIwW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLp3VtoIwW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLp3VtoIwW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLp3VtoIwW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLp3VtoIwW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLp3VtoIwW .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-uLp3VtoIwW .navbar {
    height: 70px;
  }
  .cid-uLp3VtoIwW .navbar.opened {
    height: auto;
  }
  .cid-uLp3VtoIwW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLpfFA0gf8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpfFA0gf8 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLpfFA0gf8 .mbr-text {
  color: #000000;
}
.cid-uLpfGNSrqL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLpfGNSrqL img,
.cid-uLpfGNSrqL .item-img {
  width: 100%;
}
.cid-uLpfGNSrqL .item:focus,
.cid-uLpfGNSrqL span:focus {
  outline: none;
}
.cid-uLpfGNSrqL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLpfGNSrqL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLpfGNSrqL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLpfGNSrqL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLpfGNSrqL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLpfGNSrqL .mbr-section-title {
  color: #232323;
}
.cid-uLp3VulL82 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLp3VulL82 img,
.cid-uLp3VulL82 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLp3VulL82 .item:focus,
.cid-uLp3VulL82 span:focus {
  outline: none;
}
.cid-uLp3VulL82 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLp3VulL82 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLp3VulL82 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLp3VulL82 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLp3VulL82 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLp3VulL82 .mbr-section-title {
  color: #232323;
}
.cid-uLp3Vxa0ZP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLp3VyYDUg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLp3VyYDUg .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uLp3VztOS9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLp3VztOS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLp3VztOS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLp3VztOS9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLp3VztOS9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLp3VztOS9 .row {
    text-align: center;
  }
  .cid-uLp3VztOS9 .row > div {
    margin: auto;
  }
  .cid-uLp3VztOS9 .social-row {
    justify-content: center;
  }
}
.cid-uLp3VztOS9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLp3VztOS9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLp3VztOS9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLp3VztOS9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uLp3VztOS9 .mbr-text {
  color: #bbbbbb;
}
.cid-uLp3VztOS9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLp3VztOS9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLp3VztOS9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLQc3hAQ4K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffcc00;
}
.cid-uLQc3hAQ4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3hAQ4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3hVPC7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQc3hVPC7 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLQc3hVPC7 .mbr-text {
  color: #000000;
}
.cid-uLQc3isfrH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLQc3isfrH nav.navbar {
  position: fixed;
}
.cid-uLQc3isfrH .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-uLQc3isfrH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLQc3isfrH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLQc3isfrH .dropdown-item:hover,
.cid-uLQc3isfrH .dropdown-item:focus {
  background: #ffcc00 !important;
  color: white !important;
}
.cid-uLQc3isfrH .dropdown-item:hover span {
  color: white;
}
.cid-uLQc3isfrH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLQc3isfrH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLQc3isfrH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLQc3isfrH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLQc3isfrH .nav-link {
  position: relative;
}
.cid-uLQc3isfrH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLQc3isfrH .container {
    flex-wrap: nowrap;
  }
}
.cid-uLQc3isfrH .iconfont-wrapper {
  color: #ffcc00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLQc3isfrH .dropdown-menu,
.cid-uLQc3isfrH .navbar.opened {
  background: #000000 !important;
}
.cid-uLQc3isfrH .nav-item:focus,
.cid-uLQc3isfrH .nav-link:focus {
  outline: none;
}
.cid-uLQc3isfrH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLQc3isfrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLQc3isfrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLQc3isfrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLQc3isfrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLQc3isfrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLQc3isfrH .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: #000000;
}
.cid-uLQc3isfrH .navbar.opened {
  transition: all 0.3s;
}
.cid-uLQc3isfrH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLQc3isfrH .navbar .navbar-logo img {
  width: auto;
}
.cid-uLQc3isfrH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLQc3isfrH .navbar.collapsed {
  justify-content: center;
}
.cid-uLQc3isfrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLQc3isfrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLQc3isfrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLQc3isfrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLQc3isfrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLQc3isfrH .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-uLQc3isfrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLQc3isfrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLQc3isfrH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLQc3isfrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLQc3isfrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLQc3isfrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLQc3isfrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLQc3isfrH .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-uLQc3isfrH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLQc3isfrH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLQc3isfrH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLQc3isfrH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLQc3isfrH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLQc3isfrH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLQc3isfrH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLQc3isfrH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLQc3isfrH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLQc3isfrH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLQc3isfrH .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-uLQc3isfrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLQc3isfrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLQc3isfrH .dropdown-item.active,
.cid-uLQc3isfrH .dropdown-item:active {
  background-color: transparent;
}
.cid-uLQc3isfrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLQc3isfrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLQc3isfrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLQc3isfrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLQc3isfrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLQc3isfrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLQc3isfrH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLQc3isfrH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLQc3isfrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLQc3isfrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffcc00;
}
.cid-uLQc3isfrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLQc3isfrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLQc3isfrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLQc3isfrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLQc3isfrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLQc3isfrH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLQc3isfrH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLQc3isfrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLQc3isfrH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLQc3isfrH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLQc3isfrH .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-uLQc3isfrH .navbar {
    height: 70px;
  }
  .cid-uLQc3isfrH .navbar.opened {
    height: auto;
  }
  .cid-uLQc3isfrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLQc3jGGO9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-46-1418x744.jpg");
}
.cid-uLQc3jGGO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3jGGO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3jGGO9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3jGGO9 .mbr-text,
.cid-uLQc3jGGO9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3kb00C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-2-1418x745.jpg");
}
.cid-uLQc3kb00C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3kb00C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3kb00C .mbr-text,
.cid-uLQc3kb00C .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3kb00C .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3kGGQZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-47-1418x744.jpg");
}
.cid-uLQc3kGGQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3kGGQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3kGGQZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3kGGQZ .mbr-text,
.cid-uLQc3kGGQZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3lJhfI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-48-1418x744.jpg");
}
.cid-uLQc3lJhfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3lJhfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3lJhfI .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3lJhfI .mbr-text,
.cid-uLQc3lJhfI .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3qRrgs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQc3qRrgs .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLQc3qRrgs .mbr-text {
  color: #000000;
}
.cid-uLQc3rEw02 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-2-1418x743.jpg");
}
.cid-uLQc3rEw02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3rEw02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3rEw02 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3rEw02 .mbr-text,
.cid-uLQc3rEw02 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3tjKqh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-1418x744.jpg");
}
.cid-uLQc3tjKqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3tjKqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3tjKqh .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3tjKqh .mbr-text,
.cid-uLQc3tjKqh .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3uNoWo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-1-1418x744.jpg");
}
.cid-uLQc3uNoWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3uNoWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3uNoWo .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3uNoWo .mbr-text,
.cid-uLQc3uNoWo .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3woFBD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-2-1418x744.jpg");
}
.cid-uLQc3woFBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3woFBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3woFBD .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3woFBD .mbr-text,
.cid-uLQc3woFBD .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3xxtQh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-3-1418x744.jpg");
}
.cid-uLQc3xxtQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3xxtQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3xxtQh .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3xxtQh .mbr-text,
.cid-uLQc3xxtQh .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3yQ2e5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-4-1418x744.jpg");
}
.cid-uLQc3yQ2e5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3yQ2e5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3yQ2e5 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3yQ2e5 .mbr-text,
.cid-uLQc3yQ2e5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3A8QL9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-6-1418x744.jpg");
}
.cid-uLQc3A8QL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3A8QL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3A8QL9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3A8QL9 .mbr-text,
.cid-uLQc3A8QL9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3BOuuD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-7-1418x744.jpg");
}
.cid-uLQc3BOuuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3BOuuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3BOuuD .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3BOuuD .mbr-text,
.cid-uLQc3BOuuD .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3DbAP3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-1418x745.jpg");
}
.cid-uLQc3DbAP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3DbAP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3DbAP3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3DbAP3 .mbr-text,
.cid-uLQc3DbAP3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3EiXF3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-8-1418x744.jpg");
}
.cid-uLQc3EiXF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3EiXF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3EiXF3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3EiXF3 .mbr-text,
.cid-uLQc3EiXF3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3FzdDR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-9-1418x744.jpg");
}
.cid-uLQc3FzdDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3FzdDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3FzdDR .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3FzdDR .mbr-text,
.cid-uLQc3FzdDR .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3H0WWO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-10-1418x744.jpg");
}
.cid-uLQc3H0WWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3H0WWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3H0WWO .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3H0WWO .mbr-text,
.cid-uLQc3H0WWO .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3IqTfv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-11-1418x744.jpg");
}
.cid-uLQc3IqTfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3IqTfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3IqTfv .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3IqTfv .mbr-text,
.cid-uLQc3IqTfv .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3JF6H8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQc3JF6H8 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLQc3JF6H8 .mbr-text {
  color: #000000;
}
.cid-uLQc3KSjOA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-12-1418x744.jpg");
}
.cid-uLQc3KSjOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3KSjOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3KSjOA .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3KSjOA .mbr-text,
.cid-uLQc3KSjOA .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3MlT8e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-13-1418x744.jpg");
}
.cid-uLQc3MlT8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3MlT8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3MlT8e .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3MlT8e .mbr-text,
.cid-uLQc3MlT8e .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3NOUwl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-14-1418x744.jpg");
}
.cid-uLQc3NOUwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3NOUwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3NOUwl .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3NOUwl .mbr-text,
.cid-uLQc3NOUwl .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3PIjK1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-15-1418x744.jpg");
}
.cid-uLQc3PIjK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3PIjK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3PIjK1 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3PIjK1 .mbr-text,
.cid-uLQc3PIjK1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3Rs24P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-16-1418x744.jpg");
}
.cid-uLQc3Rs24P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3Rs24P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3Rs24P .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3Rs24P .mbr-text,
.cid-uLQc3Rs24P .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3T2NuS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-17-1418x744.jpg");
}
.cid-uLQc3T2NuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3T2NuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3T2NuS .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3T2NuS .mbr-text,
.cid-uLQc3T2NuS .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3Ves1p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-1-1418x745.jpg");
}
.cid-uLQc3Ves1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3Ves1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3Ves1p .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3Ves1p .mbr-text,
.cid-uLQc3Ves1p .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3Wyg6t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-18-1418x744.jpg");
}
.cid-uLQc3Wyg6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3Wyg6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3Wyg6t .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3Wyg6t .mbr-text,
.cid-uLQc3Wyg6t .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc3Y5b5P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-19-1418x744.jpg");
}
.cid-uLQc3Y5b5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc3Y5b5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc3Y5b5P .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc3Y5b5P .mbr-text,
.cid-uLQc3Y5b5P .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc40fSuS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-20-1418x744.jpg");
}
.cid-uLQc40fSuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc40fSuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc40fSuS .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc40fSuS .mbr-text,
.cid-uLQc40fSuS .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc41GOfb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-21-1418x744.jpg");
}
.cid-uLQc41GOfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc41GOfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc41GOfb .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc41GOfb .mbr-text,
.cid-uLQc41GOfb .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc43gwWK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-22-1418x744.jpg");
}
.cid-uLQc43gwWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc43gwWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc43gwWK .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc43gwWK .mbr-text,
.cid-uLQc43gwWK .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc44PnGr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-23-1418x744.jpg");
}
.cid-uLQc44PnGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc44PnGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc44PnGr .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc44PnGr .mbr-text,
.cid-uLQc44PnGr .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc46KKfu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-24-1418x744.jpg");
}
.cid-uLQc46KKfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc46KKfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc46KKfu .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc46KKfu .mbr-text,
.cid-uLQc46KKfu .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc48q6Uj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-25-1418x744.jpg");
}
.cid-uLQc48q6Uj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc48q6Uj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc48q6Uj .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc48q6Uj .mbr-text,
.cid-uLQc48q6Uj .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc49FYAO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-26-1418x744.jpg");
}
.cid-uLQc49FYAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc49FYAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc49FYAO .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc49FYAO .mbr-text,
.cid-uLQc49FYAO .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4b07WQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-27-1418x744.jpg");
}
.cid-uLQc4b07WQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4b07WQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4b07WQ .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4b07WQ .mbr-text,
.cid-uLQc4b07WQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4cl7A8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-28-1418x744.jpg");
}
.cid-uLQc4cl7A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4cl7A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4cl7A8 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4cl7A8 .mbr-text,
.cid-uLQc4cl7A8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4dEaZ4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-29-1418x744.jpg");
}
.cid-uLQc4dEaZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4dEaZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4dEaZ4 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4dEaZ4 .mbr-text,
.cid-uLQc4dEaZ4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4eXAE0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-30-1418x744.jpg");
}
.cid-uLQc4eXAE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4eXAE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4eXAE0 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4eXAE0 .mbr-text,
.cid-uLQc4eXAE0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4gdGMM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-31-1418x744.jpg");
}
.cid-uLQc4gdGMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4gdGMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4gdGMM .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4gdGMM .mbr-text,
.cid-uLQc4gdGMM .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4hSSVx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-32-1418x744.jpg");
}
.cid-uLQc4hSSVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4hSSVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4hSSVx .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4hSSVx .mbr-text,
.cid-uLQc4hSSVx .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4koYDK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-33-1418x744.jpg");
}
.cid-uLQc4koYDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4koYDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4koYDK .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4koYDK .mbr-text,
.cid-uLQc4koYDK .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4mE4FY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-34-1418x744.jpg");
}
.cid-uLQc4mE4FY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4mE4FY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4mE4FY .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4mE4FY .mbr-text,
.cid-uLQc4mE4FY .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4oWO5O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-35-1418x744.jpg");
}
.cid-uLQc4oWO5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4oWO5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4oWO5O .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4oWO5O .mbr-text,
.cid-uLQc4oWO5O .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4qtv2J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-36-1418x744.jpg");
}
.cid-uLQc4qtv2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4qtv2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4qtv2J .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4qtv2J .mbr-text,
.cid-uLQc4qtv2J .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4svmSw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQc4svmSw .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLQc4svmSw .mbr-text {
  color: #000000;
}
.cid-uLQc4u0H4T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-37-1418x744.jpg");
}
.cid-uLQc4u0H4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4u0H4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4u0H4T .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4u0H4T .mbr-text,
.cid-uLQc4u0H4T .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4vFMjP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-38-1418x744.jpg");
}
.cid-uLQc4vFMjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4vFMjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4vFMjP .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4vFMjP .mbr-text,
.cid-uLQc4vFMjP .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4wJ9OG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-39-1418x744.jpg");
}
.cid-uLQc4wJ9OG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4wJ9OG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4wJ9OG .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4wJ9OG .mbr-text,
.cid-uLQc4wJ9OG .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4y1kRX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-40-1418x744.jpg");
}
.cid-uLQc4y1kRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4y1kRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4y1kRX .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4y1kRX .mbr-text,
.cid-uLQc4y1kRX .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4zWDpL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-41-1418x744.jpg");
}
.cid-uLQc4zWDpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4zWDpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4zWDpL .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4zWDpL .mbr-text,
.cid-uLQc4zWDpL .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4B7yj3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-42-1418x744.jpg");
}
.cid-uLQc4B7yj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4B7yj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4B7yj3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4B7yj3 .mbr-text,
.cid-uLQc4B7yj3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4CrhhN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-43-1418x744.jpg");
}
.cid-uLQc4CrhhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4CrhhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4CrhhN .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4CrhhN .mbr-text,
.cid-uLQc4CrhhN .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4EAcLz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQc4EAcLz .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLQc4EAcLz .mbr-text {
  color: #000000;
}
.cid-uLQc4G2qvk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-49-1418x744.jpg");
}
.cid-uLQc4G2qvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4G2qvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4G2qvk .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4G2qvk .mbr-text,
.cid-uLQc4G2qvk .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4HOpxr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-50-1418x744.jpg");
}
.cid-uLQc4HOpxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4HOpxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4HOpxr .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4HOpxr .mbr-text,
.cid-uLQc4HOpxr .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4JNZjl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQc4JNZjl .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLQc4JNZjl .mbr-text {
  color: #000000;
}
.cid-uLQc4MCYyU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/capa-44-1418x744.jpg");
}
.cid-uLQc4MCYyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4MCYyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4MCYyU .mbr-section-title {
  color: #ffffff;
}
.cid-uLQc4MCYyU .mbr-text,
.cid-uLQc4MCYyU .mbr-section-btn {
  color: #ffffff;
}
.cid-uLQc4Ort76 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQc4Ort76 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLQc4Ort76 .mbr-text {
  color: #000000;
}
.cid-uLQc4PUZyZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLQc4PUZyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4PUZyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLQc4PUZyZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLQc4PUZyZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLQc4PUZyZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLQc4S0wZc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLQc4S0wZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQc4S0wZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQc4S0wZc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLQc4S0wZc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLQc4S0wZc .row {
    text-align: center;
  }
  .cid-uLQc4S0wZc .row > div {
    margin: auto;
  }
  .cid-uLQc4S0wZc .social-row {
    justify-content: center;
  }
}
.cid-uLQc4S0wZc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLQc4S0wZc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLQc4S0wZc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLQc4S0wZc .list {
    margin-bottom: 0rem;
  }
}
.cid-uLQc4S0wZc .mbr-text {
  color: #bbbbbb;
}
.cid-uLQc4S0wZc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uLQc4S0wZc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLQc4S0wZc div > *:last-child {
    margin-top: 0 !important;
  }
}
