.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  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: #ff0f0f !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: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !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: #cccccc !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: #000000;
}
.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: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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 a {
  border-radius: 100px;
}
.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: #000000 !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: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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='%23000000' %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-tMWKKOMaZv {
  z-index: 1000;
  width: 100%;
}
.cid-tMWKKOMaZv nav.navbar {
  position: fixed;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMWKKOMaZv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWKKOMaZv .dropdown-item:hover,
.cid-tMWKKOMaZv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMWKKOMaZv .dropdown-item:hover span {
  color: white;
}
.cid-tMWKKOMaZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMWKKOMaZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMWKKOMaZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMWKKOMaZv .nav-link {
  position: relative;
}
.cid-tMWKKOMaZv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMWKKOMaZv .container {
    flex-wrap: nowrap;
  }
}
.cid-tMWKKOMaZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown-menu,
.cid-tMWKKOMaZv .navbar.opened {
  background: #000000 !important;
}
.cid-tMWKKOMaZv .nav-item:focus,
.cid-tMWKKOMaZv .nav-link:focus {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMWKKOMaZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMWKKOMaZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tMWKKOMaZv .navbar.opened {
  transition: all 0.3s;
}
.cid-tMWKKOMaZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMWKKOMaZv .navbar .navbar-logo img {
  width: auto;
}
.cid-tMWKKOMaZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMWKKOMaZv .navbar.collapsed {
  justify-content: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMWKKOMaZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMWKKOMaZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMWKKOMaZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMWKKOMaZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMWKKOMaZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMWKKOMaZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMWKKOMaZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMWKKOMaZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMWKKOMaZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown-item.active,
.cid-tMWKKOMaZv .dropdown-item:active {
  background-color: transparent;
}
.cid-tMWKKOMaZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMWKKOMaZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMWKKOMaZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMWKKOMaZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMWKKOMaZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMWKKOMaZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar {
    height: 70px;
  }
  .cid-tMWKKOMaZv .navbar.opened {
    height: auto;
  }
  .cid-tMWKKOMaZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP6A6bcVoa {
  background-image: url("../../../assets/images/dji-53-2000x1332.jpg");
}
.cid-tP6A6bcVoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6A6bcVoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4f8776H0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tR4f8776H0 .mbr-text {
  text-align: right;
}
.cid-tR4f8776H0 .mbr-section-subtitle {
  text-align: right;
}
.cid-u2qj557gkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMWL29haVS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tMWL29haVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWL29haVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWL29haVS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMWL29haVS .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;
}
@media (max-width: 767px) {
  .cid-tMWL29haVS .row {
    text-align: center;
  }
  .cid-tMWL29haVS .social-row {
    justify-content: center;
  }
}
.cid-tMWL29haVS .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 0rem;
  }
}
.cid-tMWL29haVS .mbr-text {
  color: #bbbbbb;
}
.cid-tMWL29haVS .mbr-iconfont {
  color: black;
}
.cid-tMWL9FUqal {
  background-color: #000000;
}
.cid-tMWL9FUqal .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWL9FUqal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWLa7pHUw {
  background-color: #000000;
}
.cid-tMWLa7pHUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWLa7pHUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWKKOMaZv {
  z-index: 1000;
  width: 100%;
}
.cid-tMWKKOMaZv nav.navbar {
  position: fixed;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMWKKOMaZv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWKKOMaZv .dropdown-item:hover,
.cid-tMWKKOMaZv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMWKKOMaZv .dropdown-item:hover span {
  color: white;
}
.cid-tMWKKOMaZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMWKKOMaZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMWKKOMaZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMWKKOMaZv .nav-link {
  position: relative;
}
.cid-tMWKKOMaZv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMWKKOMaZv .container {
    flex-wrap: nowrap;
  }
}
.cid-tMWKKOMaZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown-menu,
.cid-tMWKKOMaZv .navbar.opened {
  background: #000000 !important;
}
.cid-tMWKKOMaZv .nav-item:focus,
.cid-tMWKKOMaZv .nav-link:focus {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMWKKOMaZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMWKKOMaZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tMWKKOMaZv .navbar.opened {
  transition: all 0.3s;
}
.cid-tMWKKOMaZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMWKKOMaZv .navbar .navbar-logo img {
  width: auto;
}
.cid-tMWKKOMaZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMWKKOMaZv .navbar.collapsed {
  justify-content: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMWKKOMaZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMWKKOMaZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMWKKOMaZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMWKKOMaZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMWKKOMaZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMWKKOMaZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMWKKOMaZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMWKKOMaZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMWKKOMaZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown-item.active,
.cid-tMWKKOMaZv .dropdown-item:active {
  background-color: transparent;
}
.cid-tMWKKOMaZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMWKKOMaZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMWKKOMaZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMWKKOMaZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMWKKOMaZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMWKKOMaZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar {
    height: 70px;
  }
  .cid-tMWKKOMaZv .navbar.opened {
    height: auto;
  }
  .cid-tMWKKOMaZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMWMV3gb3J {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-tMWMV3gb3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWMV3gb3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWMV3gb3J .mbr-section-title {
  color: #ffffff;
}
.cid-tMWMV3gb3J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tO5QxkreKC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tO5QxkreKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO5QxkreKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO5QxkreKC .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tO5QxkreKC .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tO5QxkreKC .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tO5QxkreKC .card-wrapper {
    padding: 4rem;
  }
}
.cid-tO5QxkreKC .mbr-text,
.cid-tO5QxkreKC .mbr-section-btn {
  color: #232323;
}
.cid-tO5QxkreKC .card-title,
.cid-tO5QxkreKC .card-box {
  text-align: left;
  color: #232323;
}
.cid-tNOQjPjahW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNOQjPjahW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNOQjPjahW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNOQjPjahW .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tNOQjPjahW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNOQjPjahW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNOQjPjahW .card-wrapper {
    padding: 4rem;
  }
}
.cid-tNOQjPjahW .mbr-text,
.cid-tNOQjPjahW .mbr-section-btn {
  color: #232323;
}
.cid-tNOQjPjahW .card-title,
.cid-tNOQjPjahW .card-box {
  text-align: left;
  color: #232323;
}
.cid-tMWST6FdVX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMWST6FdVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWST6FdVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWST6FdVX .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMWST6FdVX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMWST6FdVX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWST6FdVX .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMWST6FdVX .mbr-text,
.cid-tMWST6FdVX .mbr-section-btn {
  color: #232323;
}
.cid-tMWST6FdVX .card-title,
.cid-tMWST6FdVX .card-box {
  text-align: left;
  color: #232323;
}
.cid-tMWROMtAHy {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tMWROMtAHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWROMtAHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWROMtAHy .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tMWROMtAHy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tMWROMtAHy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWROMtAHy .card-wrapper {
    padding: 4rem;
  }
}
.cid-tMWROMtAHy .mbr-text,
.cid-tMWROMtAHy .mbr-section-btn {
  color: #232323;
}
.cid-tMWROMtAHy .card-title,
.cid-tMWROMtAHy .card-box {
  text-align: left;
  color: #232323;
}
.cid-tMWL29haVS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tMWL29haVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWL29haVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWL29haVS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMWL29haVS .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;
}
@media (max-width: 767px) {
  .cid-tMWL29haVS .row {
    text-align: center;
  }
  .cid-tMWL29haVS .social-row {
    justify-content: center;
  }
}
.cid-tMWL29haVS .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 0rem;
  }
}
.cid-tMWL29haVS .mbr-text {
  color: #bbbbbb;
}
.cid-tMWL29haVS .mbr-iconfont {
  color: black;
}
.cid-tMWMNhpT6i {
  background-color: #000000;
}
.cid-tMWMNhpT6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWMNhpT6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWMNAR7Qa {
  background-color: #000000;
}
.cid-tMWMNAR7Qa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWMNAR7Qa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWKKOMaZv {
  z-index: 1000;
  width: 100%;
}
.cid-tMWKKOMaZv nav.navbar {
  position: fixed;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMWKKOMaZv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWKKOMaZv .dropdown-item:hover,
.cid-tMWKKOMaZv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMWKKOMaZv .dropdown-item:hover span {
  color: white;
}
.cid-tMWKKOMaZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMWKKOMaZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMWKKOMaZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMWKKOMaZv .nav-link {
  position: relative;
}
.cid-tMWKKOMaZv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMWKKOMaZv .container {
    flex-wrap: nowrap;
  }
}
.cid-tMWKKOMaZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown-menu,
.cid-tMWKKOMaZv .navbar.opened {
  background: #000000 !important;
}
.cid-tMWKKOMaZv .nav-item:focus,
.cid-tMWKKOMaZv .nav-link:focus {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMWKKOMaZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMWKKOMaZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tMWKKOMaZv .navbar.opened {
  transition: all 0.3s;
}
.cid-tMWKKOMaZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMWKKOMaZv .navbar .navbar-logo img {
  width: auto;
}
.cid-tMWKKOMaZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMWKKOMaZv .navbar.collapsed {
  justify-content: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMWKKOMaZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMWKKOMaZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMWKKOMaZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMWKKOMaZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMWKKOMaZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMWKKOMaZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMWKKOMaZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMWKKOMaZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMWKKOMaZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown-item.active,
.cid-tMWKKOMaZv .dropdown-item:active {
  background-color: transparent;
}
.cid-tMWKKOMaZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMWKKOMaZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMWKKOMaZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMWKKOMaZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMWKKOMaZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMWKKOMaZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar {
    height: 70px;
  }
  .cid-tMWKKOMaZv .navbar.opened {
    height: auto;
  }
  .cid-tMWKKOMaZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMX7Xys0iE {
  background-image: linear-gradient(0deg, #000000 10%, #232323 100%) !important;
}
.cid-tMX7Xys0iE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMX7Xys0iE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMX7Xys0iE .mbr-section-title {
  color: #ffffff;
}
.cid-tMX7Xys0iE .mbr-text,
.cid-tMX7Xys0iE .mbr-section-btn {
  color: #ffffff;
}
.cid-tMX7Xys0iE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMWL29haVS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tMWL29haVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWL29haVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWL29haVS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMWL29haVS .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;
}
@media (max-width: 767px) {
  .cid-tMWL29haVS .row {
    text-align: center;
  }
  .cid-tMWL29haVS .social-row {
    justify-content: center;
  }
}
.cid-tMWL29haVS .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 0rem;
  }
}
.cid-tMWL29haVS .mbr-text {
  color: #bbbbbb;
}
.cid-tMWL29haVS .mbr-iconfont {
  color: black;
}
.cid-tMX7WrsTtC {
  background-color: #000000;
}
.cid-tMX7WrsTtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMX7WrsTtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMX7WJtKOq {
  background-color: #000000;
}
.cid-tMX7WJtKOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMX7WJtKOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWKKOMaZv {
  z-index: 1000;
  width: 100%;
}
.cid-tMWKKOMaZv nav.navbar {
  position: fixed;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMWKKOMaZv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWKKOMaZv .dropdown-item:hover,
.cid-tMWKKOMaZv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMWKKOMaZv .dropdown-item:hover span {
  color: white;
}
.cid-tMWKKOMaZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMWKKOMaZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMWKKOMaZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMWKKOMaZv .nav-link {
  position: relative;
}
.cid-tMWKKOMaZv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMWKKOMaZv .container {
    flex-wrap: nowrap;
  }
}
.cid-tMWKKOMaZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown-menu,
.cid-tMWKKOMaZv .navbar.opened {
  background: #000000 !important;
}
.cid-tMWKKOMaZv .nav-item:focus,
.cid-tMWKKOMaZv .nav-link:focus {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMWKKOMaZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMWKKOMaZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tMWKKOMaZv .navbar.opened {
  transition: all 0.3s;
}
.cid-tMWKKOMaZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMWKKOMaZv .navbar .navbar-logo img {
  width: auto;
}
.cid-tMWKKOMaZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMWKKOMaZv .navbar.collapsed {
  justify-content: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMWKKOMaZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMWKKOMaZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMWKKOMaZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMWKKOMaZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMWKKOMaZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMWKKOMaZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMWKKOMaZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMWKKOMaZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMWKKOMaZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown-item.active,
.cid-tMWKKOMaZv .dropdown-item:active {
  background-color: transparent;
}
.cid-tMWKKOMaZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMWKKOMaZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMWKKOMaZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMWKKOMaZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMWKKOMaZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMWKKOMaZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar {
    height: 70px;
  }
  .cid-tMWKKOMaZv .navbar.opened {
    height: auto;
  }
  .cid-tMWKKOMaZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNORoIRGgW {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tNORoIRGgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNORoIRGgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNORoIRGgW .mbr-section-title {
  color: #ffffff;
}
.cid-tNORoIRGgW .mbr-text,
.cid-tNORoIRGgW .mbr-section-btn {
  color: #ffffff;
}
.cid-tPHivcanwt {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tPHivcanwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPHivcanwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPHivcanwt .mbr-section-title {
  color: #ffffff;
}
.cid-tPHivcanwt .mbr-text,
.cid-tPHivcanwt .mbr-section-btn {
  color: #ffffff;
}
.cid-tUTV6y2BOu {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ff9966;
}
.cid-tUTV6y2BOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUTV6y2BOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUTV6y2BOu .mbr-section-title {
  color: #ffffff;
}
.cid-tUTV6y2BOu .mbr-text,
.cid-tUTV6y2BOu .mbr-section-btn {
  color: #ffffff;
}
.cid-tVv3oy7MHf {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-tVv3oy7MHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVv3oy7MHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVv3oy7MHf .mbr-section-title {
  color: #ffffff;
}
.cid-tVv3MxdUkL {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ff9966;
}
.cid-tVv3MxdUkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVv3MxdUkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVv3MxdUkL .mbr-section-title {
  color: #ffffff;
}
.cid-tUUCLVCiAa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVvh2Wrck6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVvksiNzDt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVvksiNzDt .line {
  background-color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVvksiNzDt .mbr-text {
  color: #000000;
}
.cid-tVwYcVnUmR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVwYcVnUmR .line {
  background-color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVwYcVnUmR .mbr-text {
  color: #000000;
}
.cid-tMWL29haVS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tMWL29haVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWL29haVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWL29haVS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMWL29haVS .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;
}
@media (max-width: 767px) {
  .cid-tMWL29haVS .row {
    text-align: center;
  }
  .cid-tMWL29haVS .social-row {
    justify-content: center;
  }
}
.cid-tMWL29haVS .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 0rem;
  }
}
.cid-tMWL29haVS .mbr-text {
  color: #bbbbbb;
}
.cid-tMWL29haVS .mbr-iconfont {
  color: black;
}
.cid-tNORm4yUV5 {
  background-color: #000000;
}
.cid-tNORm4yUV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNORm4yUV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNORmrxCwK {
  background-color: #000000;
}
.cid-tNORmrxCwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNORmrxCwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWKKOMaZv {
  z-index: 1000;
  width: 100%;
}
.cid-tMWKKOMaZv nav.navbar {
  position: fixed;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMWKKOMaZv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWKKOMaZv .dropdown-item:hover,
.cid-tMWKKOMaZv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMWKKOMaZv .dropdown-item:hover span {
  color: white;
}
.cid-tMWKKOMaZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMWKKOMaZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMWKKOMaZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMWKKOMaZv .nav-link {
  position: relative;
}
.cid-tMWKKOMaZv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMWKKOMaZv .container {
    flex-wrap: nowrap;
  }
}
.cid-tMWKKOMaZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown-menu,
.cid-tMWKKOMaZv .navbar.opened {
  background: #000000 !important;
}
.cid-tMWKKOMaZv .nav-item:focus,
.cid-tMWKKOMaZv .nav-link:focus {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMWKKOMaZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMWKKOMaZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tMWKKOMaZv .navbar.opened {
  transition: all 0.3s;
}
.cid-tMWKKOMaZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMWKKOMaZv .navbar .navbar-logo img {
  width: auto;
}
.cid-tMWKKOMaZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMWKKOMaZv .navbar.collapsed {
  justify-content: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMWKKOMaZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMWKKOMaZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMWKKOMaZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMWKKOMaZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMWKKOMaZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMWKKOMaZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMWKKOMaZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMWKKOMaZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMWKKOMaZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown-item.active,
.cid-tMWKKOMaZv .dropdown-item:active {
  background-color: transparent;
}
.cid-tMWKKOMaZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMWKKOMaZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMWKKOMaZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMWKKOMaZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMWKKOMaZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMWKKOMaZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar {
    height: 70px;
  }
  .cid-tMWKKOMaZv .navbar.opened {
    height: auto;
  }
  .cid-tMWKKOMaZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP6bcNjqOL {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dji-0450-dng-dxo-deepprime-hdr-2000x1332.jpg");
}
.cid-tP6bcNjqOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6bcNjqOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP6bcNjqOL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tP6bcNjqOL .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tP6bcNjqOL .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tP6bcNjqOL .mbr-section-title {
  color: #ffffff;
}
.cid-tP6bcNjqOL .mbr-text,
.cid-tP6bcNjqOL .mbr-section-btn,
.cid-tP6bcNjqOL .social-row {
  color: #ffffff;
}
.cid-tP5rvfcMad {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP5isc678N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP5mWbhXQp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP5mWbhXQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5mWbhXQp .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-tP5mWbhXQp .container {
    max-width: 1400px;
  }
}
.cid-tP5mWbhXQp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-tP5mWbhXQp .card-wrapper {
  margin-top: 3rem;
}
.cid-tP5mWbhXQp .row {
  justify-content: center;
}
.cid-tP5n6aqojF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tP5tkYCOeB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tP5DHaQZrv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tP5DHaQZrv .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tP62YfT2SN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP63lP1YrA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e43f3f;
}
.cid-tP63lP1YrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP63lP1YrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP63lP1YrA .mbr-section-title {
  color: #ffffff;
}
.cid-tP5GsCQKuT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP62s3z1YC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tP62s3z1YC .mbr-text {
  color: #000000;
}
.cid-tP68L2WLKt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP68L2WLKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP68L2WLKt .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-tP68L2WLKt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP68L2WLKt .row {
  flex-direction: row-reverse;
}
.cid-tP68L2WLKt img {
  width: 100%;
}
.cid-tP6569Umqm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP6569Umqm blockquote {
  border-color: #4479d9;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tP6569Umqm .mbr-section-title {
  color: #4479d9;
}
.cid-tP6arZcemK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP6arZcemK blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tP6arZcemK .mbr-section-title {
  color: #e43f3f;
}
.cid-tP6uVabURt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP6uVabURt blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tP6uVabURt .mbr-section-title {
  color: #4479d9;
}
.cid-tP6dZYEjop {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP6dZYEjop blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tP6dZYEjop .mbr-section-title {
  color: #e43f3f;
}
.cid-tP6hWRyTA0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP6z54Y2FR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tSiBjN9BXz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tSiBjN9BXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSiBjN9BXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSiBjN9BXz .mbr-section-title {
  color: #ffffff;
}
.cid-tP5qkJzel4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tP5qkJzel4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5qkJzel4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP5qkJzel4 .card-wrapper {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tP5qkJzel4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tP5qkJzel4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tP5qkJzel4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tP5qkJzel4 .mbr-text,
.cid-tP5qkJzel4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tP5qkJzel4 .card-title,
.cid-tP5qkJzel4 .card-box {
  text-align: left;
}
.cid-tMWL29haVS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tMWL29haVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWL29haVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWL29haVS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMWL29haVS .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;
}
@media (max-width: 767px) {
  .cid-tMWL29haVS .row {
    text-align: center;
  }
  .cid-tMWL29haVS .social-row {
    justify-content: center;
  }
}
.cid-tMWL29haVS .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 0rem;
  }
}
.cid-tMWL29haVS .mbr-text {
  color: #bbbbbb;
}
.cid-tMWL29haVS .mbr-iconfont {
  color: black;
}
.cid-tP5erNg0gw {
  background-color: #000000;
}
.cid-tP5erNg0gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5erNg0gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP5esFyvXJ {
  background-color: #000000;
}
.cid-tP5esFyvXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5esFyvXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWKKOMaZv {
  z-index: 1000;
  width: 100%;
}
.cid-tMWKKOMaZv nav.navbar {
  position: fixed;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMWKKOMaZv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWKKOMaZv .dropdown-item:hover,
.cid-tMWKKOMaZv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMWKKOMaZv .dropdown-item:hover span {
  color: white;
}
.cid-tMWKKOMaZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMWKKOMaZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMWKKOMaZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMWKKOMaZv .nav-link {
  position: relative;
}
.cid-tMWKKOMaZv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMWKKOMaZv .container {
    flex-wrap: nowrap;
  }
}
.cid-tMWKKOMaZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown-menu,
.cid-tMWKKOMaZv .navbar.opened {
  background: #000000 !important;
}
.cid-tMWKKOMaZv .nav-item:focus,
.cid-tMWKKOMaZv .nav-link:focus {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMWKKOMaZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMWKKOMaZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tMWKKOMaZv .navbar.opened {
  transition: all 0.3s;
}
.cid-tMWKKOMaZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMWKKOMaZv .navbar .navbar-logo img {
  width: auto;
}
.cid-tMWKKOMaZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMWKKOMaZv .navbar.collapsed {
  justify-content: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMWKKOMaZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMWKKOMaZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMWKKOMaZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMWKKOMaZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMWKKOMaZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMWKKOMaZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMWKKOMaZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMWKKOMaZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMWKKOMaZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown-item.active,
.cid-tMWKKOMaZv .dropdown-item:active {
  background-color: transparent;
}
.cid-tMWKKOMaZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMWKKOMaZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMWKKOMaZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMWKKOMaZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMWKKOMaZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMWKKOMaZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar {
    height: 70px;
  }
  .cid-tMWKKOMaZv .navbar.opened {
    height: auto;
  }
  .cid-tMWKKOMaZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPyD8aabdw {
  background-image: linear-gradient(0deg, #000000 10%, #232323 100%) !important;
}
.cid-tPyD8aabdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPyD8aabdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPyD8aabdw .mbr-section-title {
  color: #ffffff;
}
.cid-tPyD8aabdw .mbr-text,
.cid-tPyD8aabdw .mbr-section-btn {
  color: #ffffff;
}
.cid-tPyD8aabdw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMWL29haVS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tMWL29haVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWL29haVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWL29haVS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMWL29haVS .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;
}
@media (max-width: 767px) {
  .cid-tMWL29haVS .row {
    text-align: center;
  }
  .cid-tMWL29haVS .social-row {
    justify-content: center;
  }
}
.cid-tMWL29haVS .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 0rem;
  }
}
.cid-tMWL29haVS .mbr-text {
  color: #bbbbbb;
}
.cid-tMWL29haVS .mbr-iconfont {
  color: black;
}
.cid-tPyD8Zcr5q {
  background-color: #000000;
}
.cid-tPyD8Zcr5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPyD8Zcr5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPyD8Es94Z {
  background-color: #000000;
}
.cid-tPyD8Es94Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPyD8Es94Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWKKOMaZv {
  z-index: 1000;
  width: 100%;
}
.cid-tMWKKOMaZv nav.navbar {
  position: fixed;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMWKKOMaZv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWKKOMaZv .dropdown-item:hover,
.cid-tMWKKOMaZv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMWKKOMaZv .dropdown-item:hover span {
  color: white;
}
.cid-tMWKKOMaZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMWKKOMaZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMWKKOMaZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMWKKOMaZv .nav-link {
  position: relative;
}
.cid-tMWKKOMaZv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMWKKOMaZv .container {
    flex-wrap: nowrap;
  }
}
.cid-tMWKKOMaZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown-menu,
.cid-tMWKKOMaZv .navbar.opened {
  background: #000000 !important;
}
.cid-tMWKKOMaZv .nav-item:focus,
.cid-tMWKKOMaZv .nav-link:focus {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMWKKOMaZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMWKKOMaZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tMWKKOMaZv .navbar.opened {
  transition: all 0.3s;
}
.cid-tMWKKOMaZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMWKKOMaZv .navbar .navbar-logo img {
  width: auto;
}
.cid-tMWKKOMaZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMWKKOMaZv .navbar.collapsed {
  justify-content: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMWKKOMaZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMWKKOMaZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMWKKOMaZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMWKKOMaZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMWKKOMaZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMWKKOMaZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMWKKOMaZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMWKKOMaZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMWKKOMaZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown-item.active,
.cid-tMWKKOMaZv .dropdown-item:active {
  background-color: transparent;
}
.cid-tMWKKOMaZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMWKKOMaZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMWKKOMaZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMWKKOMaZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMWKKOMaZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMWKKOMaZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar {
    height: 70px;
  }
  .cid-tMWKKOMaZv .navbar.opened {
    height: auto;
  }
  .cid-tMWKKOMaZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPF7Rishjz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPF7Rishjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPF7Rishjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPFlROYiIT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tPFlROYiIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPFlROYiIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPFlROYiIT .card-wrapper {
  background: #e43f3f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tPFlROYiIT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tPFlROYiIT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPFlROYiIT .card-wrapper {
    padding: 4rem;
  }
}
.cid-tPFlROYiIT .mbr-text,
.cid-tPFlROYiIT .mbr-section-btn {
  color: #ffffff;
}
.cid-tPFlROYiIT .card-title,
.cid-tPFlROYiIT .card-box {
  text-align: left;
}
.cid-tPF8ugsQSA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPFiB7sMdM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPFiB7sMdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPFiB7sMdM .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-tPFiB7sMdM .container {
    max-width: 1400px;
  }
}
.cid-tPFiB7sMdM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bbbbbb;
  margin-bottom: 2rem;
}
.cid-tPFiB7sMdM .card-wrapper {
  margin-top: 3rem;
}
.cid-tPFiB7sMdM .row {
  justify-content: center;
}
.cid-tPFkiTtLdw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSiB3BiEhr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tSiB3BiEhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSiB3BiEhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSiB3BiEhr .mbr-section-title {
  color: #ffffff;
}
.cid-tMWL29haVS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tMWL29haVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWL29haVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWL29haVS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMWL29haVS .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;
}
@media (max-width: 767px) {
  .cid-tMWL29haVS .row {
    text-align: center;
  }
  .cid-tMWL29haVS .social-row {
    justify-content: center;
  }
}
.cid-tMWL29haVS .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 0rem;
  }
}
.cid-tMWL29haVS .mbr-text {
  color: #bbbbbb;
}
.cid-tMWL29haVS .mbr-iconfont {
  color: black;
}
.cid-tPF7NBWcGv {
  background-color: #000000;
}
.cid-tPF7NBWcGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPF7NBWcGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPF7OatrWB {
  background-color: #000000;
}
.cid-tPF7OatrWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPF7OatrWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWKKOMaZv {
  z-index: 1000;
  width: 100%;
}
.cid-tMWKKOMaZv nav.navbar {
  position: fixed;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMWKKOMaZv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMWKKOMaZv .dropdown-item:hover,
.cid-tMWKKOMaZv .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMWKKOMaZv .dropdown-item:hover span {
  color: white;
}
.cid-tMWKKOMaZv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMWKKOMaZv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMWKKOMaZv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMWKKOMaZv .nav-link {
  position: relative;
}
.cid-tMWKKOMaZv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMWKKOMaZv .container {
    flex-wrap: nowrap;
  }
}
.cid-tMWKKOMaZv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown-menu,
.cid-tMWKKOMaZv .navbar.opened {
  background: #000000 !important;
}
.cid-tMWKKOMaZv .nav-item:focus,
.cid-tMWKKOMaZv .nav-link:focus {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMWKKOMaZv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMWKKOMaZv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMWKKOMaZv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMWKKOMaZv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tMWKKOMaZv .navbar.opened {
  transition: all 0.3s;
}
.cid-tMWKKOMaZv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMWKKOMaZv .navbar .navbar-logo img {
  width: auto;
}
.cid-tMWKKOMaZv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMWKKOMaZv .navbar.collapsed {
  justify-content: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMWKKOMaZv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMWKKOMaZv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMWKKOMaZv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMWKKOMaZv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMWKKOMaZv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMWKKOMaZv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMWKKOMaZv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMWKKOMaZv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMWKKOMaZv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMWKKOMaZv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMWKKOMaZv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMWKKOMaZv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMWKKOMaZv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMWKKOMaZv .dropdown-item.active,
.cid-tMWKKOMaZv .dropdown-item:active {
  background-color: transparent;
}
.cid-tMWKKOMaZv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMWKKOMaZv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tMWKKOMaZv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMWKKOMaZv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMWKKOMaZv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMWKKOMaZv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMWKKOMaZv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMWKKOMaZv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMWKKOMaZv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMWKKOMaZv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMWKKOMaZv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMWKKOMaZv .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-tMWKKOMaZv .navbar {
    height: 70px;
  }
  .cid-tMWKKOMaZv .navbar.opened {
    height: auto;
  }
  .cid-tMWKKOMaZv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR4ZE2BlB4 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-tR4ZE2BlB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4ZE2BlB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4ZE2BlB4 .mbr-section-title {
  color: #ffffff;
}
.cid-tR4iUvOfaz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR4iUvOfaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4iUvOfaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4iUvOfaz .mbr-section-title {
  text-align: center;
}
.cid-tR4iUvOfaz .mbr-section-subtitle {
  text-align: left;
}
.cid-tR4jXBkRWF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR4jXBkRWF .mbr-section-subtitle {
  text-align: center;
}
.cid-tR4veBXpgI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR4veBXpgI .mbr-section-subtitle {
  text-align: left;
}
.cid-tR4C6tOtd3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR4C6tOtd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4C6tOtd3 .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-tR4C6tOtd3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR4C6tOtd3 .row {
  flex-direction: row-reverse;
}
.cid-tR4C6tOtd3 img {
  width: 100%;
}
.cid-tR4Ckv5naY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR4Ckv5naY .mbr-section-subtitle {
  text-align: left;
}
.cid-tR4VmKr2fb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR4VmKr2fb .mbr-section-subtitle {
  text-align: left;
}
.cid-tR54WjXMml {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR54WjXMml .mbr-section-subtitle {
  text-align: left;
}
.cid-tR5XlF2RMz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR5XlF2RMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5XlF2RMz .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-tR5XlF2RMz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR5XlF2RMz .row {
  flex-direction: row-reverse;
}
.cid-tR5XlF2RMz img {
  width: 100%;
}
.cid-u2fMedC1Rk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tR5XmivXEN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR5XmivXEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5XmivXEN .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-tR5XmivXEN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR5XmivXEN .row {
  flex-direction: row-reverse;
}
.cid-tR5XmivXEN img {
  width: 100%;
}
.cid-tR566gm8ft {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR566gm8ft .mbr-section-subtitle {
  text-align: left;
}
.cid-tR5YdZX2td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR5YdZX2td .mbr-section-subtitle {
  text-align: left;
}
.cid-tR62GXqLOd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR62GXqLOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR62GXqLOd .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-tR62GXqLOd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR62GXqLOd .row {
  flex-direction: row-reverse;
}
.cid-tR62GXqLOd img {
  width: 100%;
}
.cid-tR69cgETEG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR69cgETEG .mbr-section-subtitle {
  text-align: left;
}
.cid-tR6btlmpKb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR6btlmpKb .mbr-section-subtitle {
  text-align: left;
}
.cid-tR6eVr1GwW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR6eVr1GwW .mbr-section-subtitle {
  text-align: left;
}
.cid-tSiwef9FuN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSiwef9FuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSiwef9FuN .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-tSiwef9FuN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSiwef9FuN .row {
  flex-direction: row-reverse;
}
.cid-tSiwef9FuN img {
  width: 100%;
}
.cid-tR6BYhWc0k {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tR6BYhWc0k img,
.cid-tR6BYhWc0k .item-img {
  width: 100%;
}
.cid-tR6BYhWc0k .item:focus,
.cid-tR6BYhWc0k span:focus {
  outline: none;
}
.cid-tR6BYhWc0k .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tR6BYhWc0k .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tR6BYhWc0k .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR6BYhWc0k .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tR6BYhWc0k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tR6BYhWc0k .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tR6BYhWc0k .item-subtitle {
  text-align: center;
}
.cid-tSiAC9yPZc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tSiAC9yPZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSiAC9yPZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSiAC9yPZc .mbr-section-title {
  color: #ffffff;
}
.cid-tMWL29haVS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tMWL29haVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWL29haVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWL29haVS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMWL29haVS .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;
}
@media (max-width: 767px) {
  .cid-tMWL29haVS .row {
    text-align: center;
  }
  .cid-tMWL29haVS .social-row {
    justify-content: center;
  }
}
.cid-tMWL29haVS .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMWL29haVS .list {
    margin-bottom: 0rem;
  }
}
.cid-tMWL29haVS .mbr-text {
  color: #bbbbbb;
}
.cid-tMWL29haVS .mbr-iconfont {
  color: black;
}
.cid-tR4ihdoOpe {
  background-color: #000000;
}
.cid-tR4ihdoOpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4ihdoOpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4ihDpJ0o {
  background-color: #000000;
}
.cid-tR4ihDpJ0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4ihDpJ0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR5Zdr3ejh {
  z-index: 1000;
  width: 100%;
}
.cid-tR5Zdr3ejh nav.navbar {
  position: fixed;
}
.cid-tR5Zdr3ejh .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-tR5Zdr3ejh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR5Zdr3ejh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR5Zdr3ejh .dropdown-item:hover,
.cid-tR5Zdr3ejh .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tR5Zdr3ejh .dropdown-item:hover span {
  color: white;
}
.cid-tR5Zdr3ejh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR5Zdr3ejh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR5Zdr3ejh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR5Zdr3ejh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR5Zdr3ejh .nav-link {
  position: relative;
}
.cid-tR5Zdr3ejh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR5Zdr3ejh .container {
    flex-wrap: nowrap;
  }
}
.cid-tR5Zdr3ejh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR5Zdr3ejh .dropdown-menu,
.cid-tR5Zdr3ejh .navbar.opened {
  background: #000000 !important;
}
.cid-tR5Zdr3ejh .nav-item:focus,
.cid-tR5Zdr3ejh .nav-link:focus {
  outline: none;
}
.cid-tR5Zdr3ejh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR5Zdr3ejh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR5Zdr3ejh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR5Zdr3ejh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5Zdr3ejh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR5Zdr3ejh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR5Zdr3ejh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tR5Zdr3ejh .navbar.opened {
  transition: all 0.3s;
}
.cid-tR5Zdr3ejh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR5Zdr3ejh .navbar .navbar-logo img {
  width: auto;
}
.cid-tR5Zdr3ejh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR5Zdr3ejh .navbar.collapsed {
  justify-content: center;
}
.cid-tR5Zdr3ejh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR5Zdr3ejh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tR5Zdr3ejh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR5Zdr3ejh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR5Zdr3ejh .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-tR5Zdr3ejh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR5Zdr3ejh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR5Zdr3ejh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR5Zdr3ejh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR5Zdr3ejh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR5Zdr3ejh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR5Zdr3ejh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR5Zdr3ejh .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-tR5Zdr3ejh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR5Zdr3ejh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR5Zdr3ejh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR5Zdr3ejh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR5Zdr3ejh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR5Zdr3ejh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tR5Zdr3ejh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR5Zdr3ejh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR5Zdr3ejh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR5Zdr3ejh .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-tR5Zdr3ejh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR5Zdr3ejh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR5Zdr3ejh .dropdown-item.active,
.cid-tR5Zdr3ejh .dropdown-item:active {
  background-color: transparent;
}
.cid-tR5Zdr3ejh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR5Zdr3ejh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR5Zdr3ejh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR5Zdr3ejh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tR5Zdr3ejh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR5Zdr3ejh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR5Zdr3ejh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR5Zdr3ejh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR5Zdr3ejh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR5Zdr3ejh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tR5Zdr3ejh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR5Zdr3ejh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5Zdr3ejh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5Zdr3ejh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR5Zdr3ejh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5Zdr3ejh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR5Zdr3ejh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR5Zdr3ejh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5Zdr3ejh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR5Zdr3ejh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR5Zdr3ejh .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-tR5Zdr3ejh .navbar {
    height: 70px;
  }
  .cid-tR5Zdr3ejh .navbar.opened {
    height: auto;
  }
  .cid-tR5Zdr3ejh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR5ZdrIqe4 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-tR5ZdrIqe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5ZdrIqe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR5ZdrIqe4 .mbr-section-title {
  color: #ffffff;
}
.cid-tR5Zds0uQf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR5Zds0uQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5Zds0uQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR5Zds0uQf .mbr-section-title {
  text-align: center;
}
.cid-tR5Zds0uQf .mbr-section-subtitle {
  text-align: left;
}
.cid-tR5ZdsfNZ2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR5ZdsfNZ2 .mbr-section-subtitle {
  text-align: center;
}
.cid-tR5Zdslmvj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR5Zdslmvj .mbr-section-subtitle {
  text-align: left;
}
.cid-tR5ZdsrOFT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR5ZdsrOFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5ZdsrOFT .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-tR5ZdsrOFT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR5ZdsrOFT .row {
  flex-direction: row-reverse;
}
.cid-tR5ZdsrOFT img {
  width: 100%;
}
.cid-tR5ZdsCvK8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR5ZdsCvK8 .mbr-section-subtitle {
  text-align: center;
}
.cid-tR5ZdsLt81 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR5ZdsLt81 .mbr-section-subtitle {
  text-align: left;
}
.cid-tR5ZdsRNUH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR5ZdsRNUH .mbr-section-subtitle {
  text-align: left;
}
.cid-tSd6z1nJPr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR5Zdtup4h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR5Zdtup4h .mbr-section-subtitle {
  text-align: left;
}
.cid-tR6B2Nr9NJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR6B2Nr9NJ .mbr-section-subtitle {
  text-align: left;
}
.cid-tR6B5oxUEQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR6B5oxUEQ .mbr-section-subtitle {
  text-align: left;
}
.cid-tSp7MwiFSg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSp7MwiFSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSp7MwiFSg .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-tSp7MwiFSg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSp7MwiFSg .row {
  flex-direction: row-reverse;
}
.cid-tSp7MwiFSg img {
  width: 100%;
}
.cid-tStjiEDvjd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tU23b0K9tM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tU23b0K9tM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU23b0K9tM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU2308Hf78 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tU2fkqtSDe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tU2fkqtSDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU2fkqtSDe .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-tU2fkqtSDe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tU2fkqtSDe .row {
  flex-direction: row-reverse;
}
.cid-tU2fkqtSDe img {
  width: 100%;
}
.cid-tU2j6As6yd {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tStlNTbDvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tStlNTbDvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStlNTbDvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStlNTbDvZ .mbr-section-title {
  color: #ffffff;
}
.cid-tR5ZdtAKHA {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tR5ZdtAKHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5ZdtAKHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR5ZdtAKHA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tR5ZdtAKHA .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;
}
@media (max-width: 767px) {
  .cid-tR5ZdtAKHA .row {
    text-align: center;
  }
  .cid-tR5ZdtAKHA .social-row {
    justify-content: center;
  }
}
.cid-tR5ZdtAKHA .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tR5ZdtAKHA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tR5ZdtAKHA .list {
    margin-bottom: 0rem;
  }
}
.cid-tR5ZdtAKHA .mbr-text {
  color: #bbbbbb;
}
.cid-tR5ZdtAKHA .mbr-iconfont {
  color: black;
}
.cid-tR5ZdtNpNa {
  background-color: #000000;
}
.cid-tR5ZdtNpNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5ZdtNpNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR5ZdtYlSO {
  background-color: #000000;
}
.cid-tR5ZdtYlSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR5ZdtYlSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStkyQ9l3c {
  z-index: 1000;
  width: 100%;
}
.cid-tStkyQ9l3c nav.navbar {
  position: fixed;
}
.cid-tStkyQ9l3c .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-tStkyQ9l3c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tStkyQ9l3c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tStkyQ9l3c .dropdown-item:hover,
.cid-tStkyQ9l3c .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tStkyQ9l3c .dropdown-item:hover span {
  color: white;
}
.cid-tStkyQ9l3c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tStkyQ9l3c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tStkyQ9l3c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tStkyQ9l3c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tStkyQ9l3c .nav-link {
  position: relative;
}
.cid-tStkyQ9l3c .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tStkyQ9l3c .container {
    flex-wrap: nowrap;
  }
}
.cid-tStkyQ9l3c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tStkyQ9l3c .dropdown-menu,
.cid-tStkyQ9l3c .navbar.opened {
  background: #000000 !important;
}
.cid-tStkyQ9l3c .nav-item:focus,
.cid-tStkyQ9l3c .nav-link:focus {
  outline: none;
}
.cid-tStkyQ9l3c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tStkyQ9l3c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tStkyQ9l3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tStkyQ9l3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tStkyQ9l3c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tStkyQ9l3c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tStkyQ9l3c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tStkyQ9l3c .navbar.opened {
  transition: all 0.3s;
}
.cid-tStkyQ9l3c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tStkyQ9l3c .navbar .navbar-logo img {
  width: auto;
}
.cid-tStkyQ9l3c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tStkyQ9l3c .navbar.collapsed {
  justify-content: center;
}
.cid-tStkyQ9l3c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tStkyQ9l3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tStkyQ9l3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tStkyQ9l3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tStkyQ9l3c .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-tStkyQ9l3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tStkyQ9l3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tStkyQ9l3c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tStkyQ9l3c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tStkyQ9l3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tStkyQ9l3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tStkyQ9l3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tStkyQ9l3c .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-tStkyQ9l3c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tStkyQ9l3c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tStkyQ9l3c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tStkyQ9l3c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tStkyQ9l3c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tStkyQ9l3c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tStkyQ9l3c .navbar.navbar-short {
  min-height: 60px;
}
.cid-tStkyQ9l3c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tStkyQ9l3c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tStkyQ9l3c .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-tStkyQ9l3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tStkyQ9l3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tStkyQ9l3c .dropdown-item.active,
.cid-tStkyQ9l3c .dropdown-item:active {
  background-color: transparent;
}
.cid-tStkyQ9l3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tStkyQ9l3c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tStkyQ9l3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tStkyQ9l3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tStkyQ9l3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tStkyQ9l3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tStkyQ9l3c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tStkyQ9l3c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tStkyQ9l3c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tStkyQ9l3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tStkyQ9l3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tStkyQ9l3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tStkyQ9l3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tStkyQ9l3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tStkyQ9l3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tStkyQ9l3c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tStkyQ9l3c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tStkyQ9l3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tStkyQ9l3c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tStkyQ9l3c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tStkyQ9l3c .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-tStkyQ9l3c .navbar {
    height: 70px;
  }
  .cid-tStkyQ9l3c .navbar.opened {
    height: auto;
  }
  .cid-tStkyQ9l3c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tStkyQIFyg {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-tStkyQIFyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStkyQIFyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStkyQIFyg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tStkyR09eY {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tStkyR09eY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStkyR09eY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStkyR09eY .mbr-section-title {
  text-align: center;
}
.cid-tStkyR09eY .mbr-section-subtitle {
  text-align: left;
}
.cid-tSWH0hLHFe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSWH0hLHFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSWH0hLHFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSWH0hLHFe .mbr-section-title {
  text-align: center;
}
.cid-tSWHsOOuyW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSWH8Jgj9Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSWH8Jgj9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSWH8Jgj9Y .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-tSWH8Jgj9Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSWH8Jgj9Y .row {
  flex-direction: row-reverse;
}
.cid-tSWH8Jgj9Y img {
  width: 100%;
}
.cid-tSWJ9Bvke2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSWJKUa4zu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSWJKUa4zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSWJKUa4zu .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-tSWJKUa4zu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSWJKUa4zu .row {
  flex-direction: row-reverse;
}
.cid-tSWJKUa4zu img {
  width: 100%;
}
.cid-tSWL5ha4SG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSWMcou4PN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSZn3MZFLJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSZn3MZFLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSZn3MZFLJ .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-tSZn3MZFLJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSZn3MZFLJ .row {
  flex-direction: row-reverse;
}
.cid-tSZn3MZFLJ img {
  width: 100%;
}
.cid-tSWO2OgEGy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSWO2OgEGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSWO2OgEGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSWO2OgEGy .mbr-section-title {
  text-align: center;
}
.cid-tSWOeINtiq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSWOhVyGxJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSWOhVyGxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSWOhVyGxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSWOhVyGxJ .mbr-section-subtitle {
  text-align: left;
}
.cid-u2fXYcFimH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2fXYcFimH .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u2fXYcFimH .mbr-section-subtitle {
  text-align: center;
}
.cid-tSWQ74VoKS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSWQ74VoKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSWQ74VoKS .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-tSWQ74VoKS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSWQ74VoKS .row {
  flex-direction: row-reverse;
}
.cid-tSWQ74VoKS img {
  width: 100%;
}
.cid-tSZte1xATe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUzfqsFqqk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUzfqsFqqk .mbr-section-subtitle {
  text-align: center;
}
.cid-tUS6ezHJlC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUS6ezHJlC .mbr-section-subtitle {
  text-align: center;
}
.cid-tUS7bBvSNZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUS7bBvSNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUS7bBvSNZ .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-tUS7bBvSNZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUS7bBvSNZ .row {
  flex-direction: row-reverse;
}
.cid-tUS7bBvSNZ img {
  width: 100%;
}
.cid-tUS7NiUr2D {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUS7NiUr2D .mbr-section-subtitle {
  text-align: center;
}
.cid-tUSobSlegE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tUSobSlegE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUSobSlegE .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-tUSobSlegE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUSobSlegE .row {
  flex-direction: row-reverse;
}
.cid-tUSobSlegE img {
  width: 100%;
}
.cid-tUUArUOCR0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ff9966;
}
.cid-tStkyTFwF0 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tStkyTFwF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStkyTFwF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStkyTFwF0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tStkyTFwF0 .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;
}
@media (max-width: 767px) {
  .cid-tStkyTFwF0 .row {
    text-align: center;
  }
  .cid-tStkyTFwF0 .social-row {
    justify-content: center;
  }
}
.cid-tStkyTFwF0 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tStkyTFwF0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tStkyTFwF0 .list {
    margin-bottom: 0rem;
  }
}
.cid-tStkyTFwF0 .mbr-text {
  color: #bbbbbb;
}
.cid-tStkyTFwF0 .mbr-iconfont {
  color: black;
}
.cid-tStkyTTxty {
  background-color: #000000;
}
.cid-tStkyTTxty .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStkyTTxty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStkyU6sOS {
  background-color: #000000;
}
.cid-tStkyU6sOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStkyU6sOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUSpPwjAwu {
  z-index: 1000;
  width: 100%;
}
.cid-tUSpPwjAwu nav.navbar {
  position: fixed;
}
.cid-tUSpPwjAwu .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-tUSpPwjAwu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUSpPwjAwu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUSpPwjAwu .dropdown-item:hover,
.cid-tUSpPwjAwu .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tUSpPwjAwu .dropdown-item:hover span {
  color: white;
}
.cid-tUSpPwjAwu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUSpPwjAwu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUSpPwjAwu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUSpPwjAwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUSpPwjAwu .nav-link {
  position: relative;
}
.cid-tUSpPwjAwu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUSpPwjAwu .container {
    flex-wrap: nowrap;
  }
}
.cid-tUSpPwjAwu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUSpPwjAwu .dropdown-menu,
.cid-tUSpPwjAwu .navbar.opened {
  background: #000000 !important;
}
.cid-tUSpPwjAwu .nav-item:focus,
.cid-tUSpPwjAwu .nav-link:focus {
  outline: none;
}
.cid-tUSpPwjAwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUSpPwjAwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUSpPwjAwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUSpPwjAwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUSpPwjAwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUSpPwjAwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUSpPwjAwu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-tUSpPwjAwu .navbar.opened {
  transition: all 0.3s;
}
.cid-tUSpPwjAwu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUSpPwjAwu .navbar .navbar-logo img {
  width: auto;
}
.cid-tUSpPwjAwu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUSpPwjAwu .navbar.collapsed {
  justify-content: center;
}
.cid-tUSpPwjAwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUSpPwjAwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUSpPwjAwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUSpPwjAwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUSpPwjAwu .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-tUSpPwjAwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUSpPwjAwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUSpPwjAwu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUSpPwjAwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUSpPwjAwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUSpPwjAwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUSpPwjAwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUSpPwjAwu .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-tUSpPwjAwu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUSpPwjAwu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUSpPwjAwu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUSpPwjAwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUSpPwjAwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUSpPwjAwu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUSpPwjAwu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUSpPwjAwu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUSpPwjAwu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUSpPwjAwu .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-tUSpPwjAwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUSpPwjAwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUSpPwjAwu .dropdown-item.active,
.cid-tUSpPwjAwu .dropdown-item:active {
  background-color: transparent;
}
.cid-tUSpPwjAwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUSpPwjAwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUSpPwjAwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUSpPwjAwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tUSpPwjAwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUSpPwjAwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUSpPwjAwu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUSpPwjAwu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUSpPwjAwu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUSpPwjAwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUSpPwjAwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUSpPwjAwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUSpPwjAwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUSpPwjAwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUSpPwjAwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUSpPwjAwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUSpPwjAwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUSpPwjAwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUSpPwjAwu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUSpPwjAwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUSpPwjAwu .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-tUSpPwjAwu .navbar {
    height: 70px;
  }
  .cid-tUSpPwjAwu .navbar.opened {
    height: auto;
  }
  .cid-tUSpPwjAwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUSpPwSVyI {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #22a5e5;
}
.cid-tUSpPwSVyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUSpPwSVyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUSpPwSVyI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tUSpPxdcLn {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tUSpPxdcLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUSpPxdcLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUSpPxdcLn .mbr-section-title {
  text-align: center;
}
.cid-tUSpPxdcLn .mbr-section-subtitle {
  text-align: left;
}
.cid-u2lnHNxc20 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2lnHNxc20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lnHNxc20 .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-u2lnHNxc20 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2lnHNxc20 .row {
  flex-direction: row-reverse;
}
.cid-u2lnHNxc20 img {
  width: 100%;
}
.cid-tUSpPxs3Uw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUSpPxs3Uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUSpPxs3Uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUSpPxs3Uw .mbr-section-title {
  text-align: center;
}
.cid-tUSpPxBlFd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2luyUBIVo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lyzr9rI2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lERY8W8L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2lJTlBT6H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lJTlBT6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2lJTlBT6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2lJTlBT6H .mbr-section-subtitle {
  text-align: left;
}
.cid-u2lPumK989 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lPumK989 .mbr-section-subtitle {
  text-align: left;
}
.cid-u2lUjzZxIa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lUjzZxIa .mbr-section-subtitle {
  text-align: left;
}
.cid-u2lV4D5X56 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lV4D5X56 .mbr-section-subtitle {
  text-align: left;
}
.cid-u2lWBYUwWW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lWBYUwWW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u2lY6k5YcM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2lY6k5YcM .mbr-section-subtitle {
  text-align: left;
}
.cid-u2lZxtLtYU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUSpPAhwLa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-tUSpPAhwLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUSpPAhwLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUSpPAhwLa .mbr-section-title {
  color: #ffffff;
}
.cid-tUSpPAsbdx {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tUSpPAsbdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUSpPAsbdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUSpPAsbdx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tUSpPAsbdx .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;
}
@media (max-width: 767px) {
  .cid-tUSpPAsbdx .row {
    text-align: center;
  }
  .cid-tUSpPAsbdx .social-row {
    justify-content: center;
  }
}
.cid-tUSpPAsbdx .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tUSpPAsbdx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUSpPAsbdx .list {
    margin-bottom: 0rem;
  }
}
.cid-tUSpPAsbdx .mbr-text {
  color: #bbbbbb;
}
.cid-tUSpPAsbdx .mbr-iconfont {
  color: black;
}
.cid-tUSpPALYAt {
  background-color: #000000;
}
.cid-tUSpPALYAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUSpPALYAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUSpPAYcOD {
  background-color: #000000;
}
.cid-tUSpPAYcOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUSpPAYcOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2m0yyAGZY {
  z-index: 1000;
  width: 100%;
}
.cid-u2m0yyAGZY nav.navbar {
  position: fixed;
}
.cid-u2m0yyAGZY .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-u2m0yyAGZY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2m0yyAGZY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2m0yyAGZY .dropdown-item:hover,
.cid-u2m0yyAGZY .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u2m0yyAGZY .dropdown-item:hover span {
  color: white;
}
.cid-u2m0yyAGZY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2m0yyAGZY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2m0yyAGZY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2m0yyAGZY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2m0yyAGZY .nav-link {
  position: relative;
}
.cid-u2m0yyAGZY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2m0yyAGZY .container {
    flex-wrap: nowrap;
  }
}
.cid-u2m0yyAGZY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2m0yyAGZY .dropdown-menu,
.cid-u2m0yyAGZY .navbar.opened {
  background: #000000 !important;
}
.cid-u2m0yyAGZY .nav-item:focus,
.cid-u2m0yyAGZY .nav-link:focus {
  outline: none;
}
.cid-u2m0yyAGZY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2m0yyAGZY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2m0yyAGZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2m0yyAGZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2m0yyAGZY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2m0yyAGZY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2m0yyAGZY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-u2m0yyAGZY .navbar.opened {
  transition: all 0.3s;
}
.cid-u2m0yyAGZY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2m0yyAGZY .navbar .navbar-logo img {
  width: auto;
}
.cid-u2m0yyAGZY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2m0yyAGZY .navbar.collapsed {
  justify-content: center;
}
.cid-u2m0yyAGZY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2m0yyAGZY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2m0yyAGZY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2m0yyAGZY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2m0yyAGZY .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-u2m0yyAGZY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2m0yyAGZY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2m0yyAGZY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2m0yyAGZY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2m0yyAGZY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2m0yyAGZY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2m0yyAGZY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2m0yyAGZY .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-u2m0yyAGZY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2m0yyAGZY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2m0yyAGZY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2m0yyAGZY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2m0yyAGZY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2m0yyAGZY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2m0yyAGZY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2m0yyAGZY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2m0yyAGZY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2m0yyAGZY .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-u2m0yyAGZY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2m0yyAGZY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2m0yyAGZY .dropdown-item.active,
.cid-u2m0yyAGZY .dropdown-item:active {
  background-color: transparent;
}
.cid-u2m0yyAGZY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2m0yyAGZY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2m0yyAGZY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2m0yyAGZY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2m0yyAGZY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2m0yyAGZY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2m0yyAGZY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2m0yyAGZY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2m0yyAGZY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2m0yyAGZY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2m0yyAGZY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2m0yyAGZY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2m0yyAGZY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2m0yyAGZY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2m0yyAGZY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2m0yyAGZY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2m0yyAGZY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2m0yyAGZY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2m0yyAGZY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2m0yyAGZY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2m0yyAGZY .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-u2m0yyAGZY .navbar {
    height: 70px;
  }
  .cid-u2m0yyAGZY .navbar.opened {
    height: auto;
  }
  .cid-u2m0yyAGZY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2m0yAeNWL {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #22a5e5;
}
.cid-u2m0yAeNWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2m0yAeNWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2m0yAeNWL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2m0yAH4vM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2m0yAH4vM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2m0yAH4vM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2m0yAH4vM .mbr-section-title {
  text-align: center;
}
.cid-u2m0yAH4vM .mbr-section-subtitle {
  text-align: left;
}
.cid-u2m0yASbNq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2m0yASbNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2m0yASbNq .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-u2m0yASbNq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2m0yASbNq .row {
  flex-direction: row-reverse;
}
.cid-u2m0yASbNq img {
  width: 100%;
}
.cid-u2m0yB0yVG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2m0yB0yVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2m0yB0yVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2m0yB0yVG .mbr-section-title {
  text-align: center;
}
.cid-u2nZwJlol8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2nZwJlol8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2nZwJlol8 .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-u2nZwJlol8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2nZwJlol8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2nZwJlol8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2o34BBBGS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2o34BBBGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2o34BBBGS .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-u2o34BBBGS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2o34BBBGS .row {
  flex-direction: row-reverse;
}
.cid-u2o34BBBGS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2o34BBBGS .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2oeZZFL82 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2oeZZFL82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oeZZFL82 .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-u2oeZZFL82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2oeZZFL82 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2oeZZFL82 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2omSEVT7F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2omSEVT7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2omSEVT7F .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-u2omSEVT7F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2omSEVT7F .row {
  flex-direction: row-reverse;
}
.cid-u2omSEVT7F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2omSEVT7F .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2m0yD4N6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-u2m0yD4N6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2m0yD4N6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2m0yD4N6f .mbr-section-title {
  color: #ffffff;
}
.cid-u2m0yDfCy9 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u2m0yDfCy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2m0yDfCy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2m0yDfCy9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u2m0yDfCy9 .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;
}
@media (max-width: 767px) {
  .cid-u2m0yDfCy9 .row {
    text-align: center;
  }
  .cid-u2m0yDfCy9 .social-row {
    justify-content: center;
  }
}
.cid-u2m0yDfCy9 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2m0yDfCy9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2m0yDfCy9 .list {
    margin-bottom: 0rem;
  }
}
.cid-u2m0yDfCy9 .mbr-text {
  color: #bbbbbb;
}
.cid-u2m0yDfCy9 .mbr-iconfont {
  color: black;
}
.cid-u2m0yDza1x {
  background-color: #000000;
}
.cid-u2m0yDza1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2m0yDza1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2m0yDJQ9n {
  background-color: #000000;
}
.cid-u2m0yDJQ9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2m0yDJQ9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2oslqb2Aj {
  z-index: 1000;
  width: 100%;
}
.cid-u2oslqb2Aj nav.navbar {
  position: fixed;
}
.cid-u2oslqb2Aj .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-u2oslqb2Aj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2oslqb2Aj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2oslqb2Aj .dropdown-item:hover,
.cid-u2oslqb2Aj .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u2oslqb2Aj .dropdown-item:hover span {
  color: white;
}
.cid-u2oslqb2Aj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2oslqb2Aj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2oslqb2Aj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2oslqb2Aj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2oslqb2Aj .nav-link {
  position: relative;
}
.cid-u2oslqb2Aj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2oslqb2Aj .container {
    flex-wrap: nowrap;
  }
}
.cid-u2oslqb2Aj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2oslqb2Aj .dropdown-menu,
.cid-u2oslqb2Aj .navbar.opened {
  background: #000000 !important;
}
.cid-u2oslqb2Aj .nav-item:focus,
.cid-u2oslqb2Aj .nav-link:focus {
  outline: none;
}
.cid-u2oslqb2Aj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2oslqb2Aj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2oslqb2Aj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2oslqb2Aj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2oslqb2Aj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2oslqb2Aj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2oslqb2Aj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-u2oslqb2Aj .navbar.opened {
  transition: all 0.3s;
}
.cid-u2oslqb2Aj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2oslqb2Aj .navbar .navbar-logo img {
  width: auto;
}
.cid-u2oslqb2Aj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2oslqb2Aj .navbar.collapsed {
  justify-content: center;
}
.cid-u2oslqb2Aj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2oslqb2Aj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2oslqb2Aj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2oslqb2Aj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2oslqb2Aj .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-u2oslqb2Aj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2oslqb2Aj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2oslqb2Aj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2oslqb2Aj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2oslqb2Aj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2oslqb2Aj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2oslqb2Aj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2oslqb2Aj .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-u2oslqb2Aj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2oslqb2Aj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2oslqb2Aj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2oslqb2Aj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2oslqb2Aj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2oslqb2Aj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2oslqb2Aj .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2oslqb2Aj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2oslqb2Aj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2oslqb2Aj .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-u2oslqb2Aj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2oslqb2Aj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2oslqb2Aj .dropdown-item.active,
.cid-u2oslqb2Aj .dropdown-item:active {
  background-color: transparent;
}
.cid-u2oslqb2Aj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2oslqb2Aj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2oslqb2Aj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2oslqb2Aj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2oslqb2Aj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2oslqb2Aj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2oslqb2Aj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2oslqb2Aj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2oslqb2Aj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2oslqb2Aj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2oslqb2Aj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2oslqb2Aj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2oslqb2Aj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2oslqb2Aj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2oslqb2Aj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2oslqb2Aj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2oslqb2Aj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2oslqb2Aj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2oslqb2Aj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2oslqb2Aj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2oslqb2Aj .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-u2oslqb2Aj .navbar {
    height: 70px;
  }
  .cid-u2oslqb2Aj .navbar.opened {
    height: auto;
  }
  .cid-u2oslqb2Aj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2oslqNbi7 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #47b5ed;
}
.cid-u2oslqNbi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslqNbi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2oslqNbi7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2oslr4Rki {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2oslr4Rki .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslr4Rki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2oslr4Rki .mbr-section-title {
  text-align: center;
}
.cid-u2oslr4Rki .mbr-section-subtitle {
  text-align: left;
}
.cid-u2oslrjBzo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2oslrjBzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslrjBzo .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-u2oslrjBzo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2oslrjBzo .row {
  flex-direction: row-reverse;
}
.cid-u2oslrjBzo img {
  width: 100%;
}
.cid-u2oslrtIx5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2oslrtIx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslrtIx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2oslrtIx5 .mbr-section-title {
  text-align: center;
}
.cid-u2oslrWFf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2oslrWFf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslrWFf5 .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-u2oslrWFf5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2oslrWFf5 .row {
  flex-direction: row-reverse;
}
.cid-u2oslrWFf5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2oslrWFf5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2oslrG3kq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2oslrG3kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslrG3kq .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-u2oslrG3kq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2oslrG3kq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2oslrG3kq .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2oslso4G0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2oslso4G0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslso4G0 .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-u2oslso4G0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2oslso4G0 .row {
  flex-direction: row-reverse;
}
.cid-u2oslso4G0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2oslso4G0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2oslscvi3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2oslscvi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslscvi3 .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-u2oslscvi3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2oslscvi3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2oslscvi3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2oWhjVNzH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2oWhjVNzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oWhjVNzH .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-u2oWhjVNzH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2oWhjVNzH .row {
  flex-direction: row-reverse;
}
.cid-u2oWhjVNzH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2oWhjVNzH .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2oZEYYZHL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2oZEYYZHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oZEYYZHL .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-u2oZEYYZHL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2oZEYYZHL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2oZEYYZHL .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2p22sZvSN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2p22sZvSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2p22sZvSN .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-u2p22sZvSN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2p22sZvSN .row {
  flex-direction: row-reverse;
}
.cid-u2p22sZvSN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2p22sZvSN .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2p5gfuhOY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2p5gfuhOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2p5gfuhOY .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-u2p5gfuhOY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2p5gfuhOY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2p5gfuhOY .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2pab7pVd7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2pab7pVd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2pab7pVd7 .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-u2pab7pVd7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2pab7pVd7 .row {
  flex-direction: row-reverse;
}
.cid-u2pab7pVd7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2pab7pVd7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2pbgz6l6p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2pbgz6l6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2pbgz6l6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2pbgz6l6p .mbr-section-subtitle {
  text-align: left;
}
.cid-u2oslsC8um {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-u2oslsC8um .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslsC8um .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2oslsC8um .mbr-section-title {
  color: #ffffff;
}
.cid-u2oslsN1Gg {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u2oslsN1Gg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslsN1Gg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2oslsN1Gg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u2oslsN1Gg .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;
}
@media (max-width: 767px) {
  .cid-u2oslsN1Gg .row {
    text-align: center;
  }
  .cid-u2oslsN1Gg .social-row {
    justify-content: center;
  }
}
.cid-u2oslsN1Gg .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2oslsN1Gg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2oslsN1Gg .list {
    margin-bottom: 0rem;
  }
}
.cid-u2oslsN1Gg .mbr-text {
  color: #bbbbbb;
}
.cid-u2oslsN1Gg .mbr-iconfont {
  color: black;
}
.cid-u2oslt2o9I {
  background-color: #000000;
}
.cid-u2oslt2o9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2oslt2o9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2osltfEVj {
  background-color: #000000;
}
.cid-u2osltfEVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2osltfEVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qfJexpZw {
  z-index: 1000;
  width: 100%;
}
.cid-u2qfJexpZw nav.navbar {
  position: fixed;
}
.cid-u2qfJexpZw .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-u2qfJexpZw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2qfJexpZw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2qfJexpZw .dropdown-item:hover,
.cid-u2qfJexpZw .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u2qfJexpZw .dropdown-item:hover span {
  color: white;
}
.cid-u2qfJexpZw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2qfJexpZw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2qfJexpZw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2qfJexpZw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2qfJexpZw .nav-link {
  position: relative;
}
.cid-u2qfJexpZw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2qfJexpZw .container {
    flex-wrap: nowrap;
  }
}
.cid-u2qfJexpZw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2qfJexpZw .dropdown-menu,
.cid-u2qfJexpZw .navbar.opened {
  background: #000000 !important;
}
.cid-u2qfJexpZw .nav-item:focus,
.cid-u2qfJexpZw .nav-link:focus {
  outline: none;
}
.cid-u2qfJexpZw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2qfJexpZw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2qfJexpZw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2qfJexpZw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2qfJexpZw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2qfJexpZw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2qfJexpZw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-u2qfJexpZw .navbar.opened {
  transition: all 0.3s;
}
.cid-u2qfJexpZw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2qfJexpZw .navbar .navbar-logo img {
  width: auto;
}
.cid-u2qfJexpZw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2qfJexpZw .navbar.collapsed {
  justify-content: center;
}
.cid-u2qfJexpZw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2qfJexpZw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2qfJexpZw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2qfJexpZw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2qfJexpZw .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-u2qfJexpZw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2qfJexpZw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2qfJexpZw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2qfJexpZw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2qfJexpZw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2qfJexpZw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2qfJexpZw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2qfJexpZw .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-u2qfJexpZw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2qfJexpZw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2qfJexpZw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2qfJexpZw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2qfJexpZw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2qfJexpZw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2qfJexpZw .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2qfJexpZw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2qfJexpZw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2qfJexpZw .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-u2qfJexpZw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2qfJexpZw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2qfJexpZw .dropdown-item.active,
.cid-u2qfJexpZw .dropdown-item:active {
  background-color: transparent;
}
.cid-u2qfJexpZw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2qfJexpZw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2qfJexpZw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2qfJexpZw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2qfJexpZw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2qfJexpZw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2qfJexpZw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2qfJexpZw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2qfJexpZw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2qfJexpZw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2qfJexpZw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2qfJexpZw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2qfJexpZw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2qfJexpZw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2qfJexpZw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2qfJexpZw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2qfJexpZw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2qfJexpZw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2qfJexpZw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2qfJexpZw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2qfJexpZw .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-u2qfJexpZw .navbar {
    height: 70px;
  }
  .cid-u2qfJexpZw .navbar.opened {
    height: auto;
  }
  .cid-u2qfJexpZw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2qfJfuquB {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #2299aa;
}
.cid-u2qfJfuquB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qfJfuquB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qfJfuquB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2qfJfWKE4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2qfJfWKE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qfJfWKE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qfJfWKE4 .mbr-section-title {
  text-align: center;
}
.cid-u2qfJfWKE4 .mbr-section-subtitle {
  text-align: left;
}
.cid-u2qfJgb8Iu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qfJgb8Iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qfJgb8Iu .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-u2qfJgb8Iu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2qfJgb8Iu .row {
  flex-direction: row-reverse;
}
.cid-u2qfJgb8Iu img {
  width: 100%;
}
.cid-u2qqAeFDAl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2qfJglp7w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qfJglp7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qfJglp7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qfJglp7w .mbr-section-title {
  text-align: center;
}
.cid-u2qqbSsjo7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2qqbSsjo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qqbSsjo7 .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-u2qqbSsjo7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2qqbSsjo7 .row {
  flex-direction: row-reverse;
}
.cid-u2qqbSsjo7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2qqbSsjo7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2quNh6Gd1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2quNh6Gd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2quNh6Gd1 .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-u2quNh6Gd1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2quNh6Gd1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2quNh6Gd1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2qBaChJPV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2qBaChJPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qBaChJPV .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-u2qBaChJPV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2qBaChJPV .row {
  flex-direction: row-reverse;
}
.cid-u2qBaChJPV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2qBaChJPV .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2qEkK9Tyg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2qEkK9Tyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qEkK9Tyg .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-u2qEkK9Tyg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2qEkK9Tyg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2qEkK9Tyg .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2qfJh24jV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qfJh24jV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qfJh24jV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qfJh24jV .mbr-section-subtitle {
  text-align: left;
}
.cid-u2qfJhcw5X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2qfJhcw5X .mbr-section-subtitle {
  text-align: left;
}
.cid-u2qfJhjRaM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2qfJhjRaM .mbr-section-subtitle {
  text-align: left;
}
.cid-u2r1LJB2rR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2r1LJB2rR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2r1LJB2rR .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-u2r1LJB2rR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2r1LJB2rR .row {
  flex-direction: row-reverse;
}
.cid-u2r1LJB2rR img {
  width: 100%;
}
.cid-u2r1DIinlB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2r1u8oGd2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2r1u8oGd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2r1u8oGd2 .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-u2r1u8oGd2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2r1u8oGd2 .row {
  flex-direction: row-reverse;
}
.cid-u2r1u8oGd2 img {
  width: 100%;
}
.cid-u2qfJhCK2r {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2qfJhCK2r .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u2qfJhZMny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-u2qfJhZMny .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qfJhZMny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qfJhZMny .mbr-section-title {
  color: #ffffff;
}
.cid-u2qfJiacvD {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u2qfJiacvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qfJiacvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qfJiacvD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u2qfJiacvD .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;
}
@media (max-width: 767px) {
  .cid-u2qfJiacvD .row {
    text-align: center;
  }
  .cid-u2qfJiacvD .social-row {
    justify-content: center;
  }
}
.cid-u2qfJiacvD .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2qfJiacvD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2qfJiacvD .list {
    margin-bottom: 0rem;
  }
}
.cid-u2qfJiacvD .mbr-text {
  color: #bbbbbb;
}
.cid-u2qfJiacvD .mbr-iconfont {
  color: black;
}
.cid-u2qfJiru0g {
  background-color: #000000;
}
.cid-u2qfJiru0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qfJiru0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2qfJiEydq {
  background-color: #000000;
}
.cid-u2qfJiEydq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2qfJiEydq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rmxWa5WD {
  z-index: 1000;
  width: 100%;
}
.cid-u2rmxWa5WD nav.navbar {
  position: fixed;
}
.cid-u2rmxWa5WD .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-u2rmxWa5WD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2rmxWa5WD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2rmxWa5WD .dropdown-item:hover,
.cid-u2rmxWa5WD .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u2rmxWa5WD .dropdown-item:hover span {
  color: white;
}
.cid-u2rmxWa5WD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2rmxWa5WD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2rmxWa5WD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2rmxWa5WD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2rmxWa5WD .nav-link {
  position: relative;
}
.cid-u2rmxWa5WD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2rmxWa5WD .container {
    flex-wrap: nowrap;
  }
}
.cid-u2rmxWa5WD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2rmxWa5WD .dropdown-menu,
.cid-u2rmxWa5WD .navbar.opened {
  background: #000000 !important;
}
.cid-u2rmxWa5WD .nav-item:focus,
.cid-u2rmxWa5WD .nav-link:focus {
  outline: none;
}
.cid-u2rmxWa5WD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2rmxWa5WD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2rmxWa5WD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2rmxWa5WD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2rmxWa5WD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2rmxWa5WD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2rmxWa5WD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-u2rmxWa5WD .navbar.opened {
  transition: all 0.3s;
}
.cid-u2rmxWa5WD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2rmxWa5WD .navbar .navbar-logo img {
  width: auto;
}
.cid-u2rmxWa5WD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2rmxWa5WD .navbar.collapsed {
  justify-content: center;
}
.cid-u2rmxWa5WD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2rmxWa5WD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2rmxWa5WD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2rmxWa5WD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2rmxWa5WD .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-u2rmxWa5WD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2rmxWa5WD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2rmxWa5WD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2rmxWa5WD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2rmxWa5WD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2rmxWa5WD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2rmxWa5WD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2rmxWa5WD .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-u2rmxWa5WD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2rmxWa5WD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2rmxWa5WD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2rmxWa5WD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2rmxWa5WD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2rmxWa5WD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2rmxWa5WD .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2rmxWa5WD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2rmxWa5WD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2rmxWa5WD .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-u2rmxWa5WD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2rmxWa5WD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2rmxWa5WD .dropdown-item.active,
.cid-u2rmxWa5WD .dropdown-item:active {
  background-color: transparent;
}
.cid-u2rmxWa5WD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2rmxWa5WD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2rmxWa5WD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2rmxWa5WD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2rmxWa5WD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2rmxWa5WD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2rmxWa5WD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2rmxWa5WD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2rmxWa5WD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2rmxWa5WD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2rmxWa5WD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2rmxWa5WD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2rmxWa5WD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2rmxWa5WD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2rmxWa5WD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2rmxWa5WD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2rmxWa5WD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2rmxWa5WD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2rmxWa5WD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2rmxWa5WD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2rmxWa5WD .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-u2rmxWa5WD .navbar {
    height: 70px;
  }
  .cid-u2rmxWa5WD .navbar.opened {
    height: auto;
  }
  .cid-u2rmxWa5WD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2rmxWRKBh {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #2299aa;
}
.cid-u2rmxWRKBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxWRKBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rmxWRKBh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2rmxX818i {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2rmxX818i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxX818i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rmxX818i .mbr-section-title {
  text-align: center;
}
.cid-u2rmxX818i .mbr-section-subtitle {
  text-align: left;
}
.cid-u2rmxXlhnG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2rmxXlhnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxXlhnG .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-u2rmxXlhnG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2rmxXlhnG .row {
  flex-direction: row-reverse;
}
.cid-u2rmxXlhnG img {
  width: 100%;
}
.cid-u2rmxXxq0g {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2rmxXEbpa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2rmxXEbpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxXEbpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rmxXEbpa .mbr-section-title {
  text-align: center;
}
.cid-u2rmxXQhqS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2rmxXQhqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxXQhqS .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-u2rmxXQhqS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2rmxXQhqS .row {
  flex-direction: row-reverse;
}
.cid-u2rmxXQhqS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2rmxXQhqS .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2rmxY56RH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2rmxY56RH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxY56RH .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-u2rmxY56RH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2rmxY56RH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2rmxY56RH .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2rmxYiUsi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2rmxYiUsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxYiUsi .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-u2rmxYiUsi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2rmxYiUsi .row {
  flex-direction: row-reverse;
}
.cid-u2rmxYiUsi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2rmxYiUsi .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2rmxYt05o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2rmxYt05o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxYt05o .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-u2rmxYt05o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2rmxYt05o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2rmxYt05o .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2rmxYJ5fa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2rmxYJ5fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxYJ5fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rmxYJ5fa .mbr-section-subtitle {
  text-align: left;
}
.cid-u2rmxYVoMk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2rmxYVoMk .mbr-section-subtitle {
  text-align: left;
}
.cid-u2rmxZ4ISF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2rmxZ4ISF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmxZ4ISF .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-u2rmxZ4ISF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2rmxZ4ISF .row {
  flex-direction: row-reverse;
}
.cid-u2rmxZ4ISF img {
  width: 100%;
}
.cid-u2rx0jvjPT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2rwX0f5gH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2rwX0f5gH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rwX0f5gH .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-u2rwX0f5gH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2rwX0f5gH .row {
  flex-direction: row-reverse;
}
.cid-u2rwX0f5gH img {
  width: 100%;
}
.cid-u2rR6Zer8m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2rR6Zer8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rR6Zer8m .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-u2rR6Zer8m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2rR6Zer8m .row {
  flex-direction: row-reverse;
}
.cid-u2rR6Zer8m img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2rR6Zer8m .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2rmxZf7e5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2rmxZf7e5 .mbr-section-subtitle {
  text-align: left;
}
.cid-u2rsLzCTuQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2rsLzCTuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rsLzCTuQ .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-u2rsLzCTuQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2rsLzCTuQ .row {
  flex-direction: row-reverse;
}
.cid-u2rsLzCTuQ img {
  width: 100%;
}
.cid-u2rmxZWA1H {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2rmxZWA1H .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u2rmy04Tb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-u2rmy04Tb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmy04Tb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rmy04Tb8 .mbr-section-title {
  color: #ffffff;
}
.cid-u2rmy0deIt {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u2rmy0deIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmy0deIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rmy0deIt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u2rmy0deIt .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;
}
@media (max-width: 767px) {
  .cid-u2rmy0deIt .row {
    text-align: center;
  }
  .cid-u2rmy0deIt .social-row {
    justify-content: center;
  }
}
.cid-u2rmy0deIt .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2rmy0deIt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2rmy0deIt .list {
    margin-bottom: 0rem;
  }
}
.cid-u2rmy0deIt .mbr-text {
  color: #bbbbbb;
}
.cid-u2rmy0deIt .mbr-iconfont {
  color: black;
}
.cid-u2rmy0t01O {
  background-color: #000000;
}
.cid-u2rmy0t01O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmy0t01O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rmy0FphM {
  background-color: #000000;
}
.cid-u2rmy0FphM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rmy0FphM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rX5S2z3w {
  z-index: 1000;
  width: 100%;
}
.cid-u2rX5S2z3w nav.navbar {
  position: fixed;
}
.cid-u2rX5S2z3w .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-u2rX5S2z3w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2rX5S2z3w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2rX5S2z3w .dropdown-item:hover,
.cid-u2rX5S2z3w .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u2rX5S2z3w .dropdown-item:hover span {
  color: white;
}
.cid-u2rX5S2z3w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2rX5S2z3w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2rX5S2z3w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2rX5S2z3w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2rX5S2z3w .nav-link {
  position: relative;
}
.cid-u2rX5S2z3w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2rX5S2z3w .container {
    flex-wrap: nowrap;
  }
}
.cid-u2rX5S2z3w .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2rX5S2z3w .dropdown-menu,
.cid-u2rX5S2z3w .navbar.opened {
  background: #000000 !important;
}
.cid-u2rX5S2z3w .nav-item:focus,
.cid-u2rX5S2z3w .nav-link:focus {
  outline: none;
}
.cid-u2rX5S2z3w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2rX5S2z3w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2rX5S2z3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2rX5S2z3w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2rX5S2z3w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2rX5S2z3w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2rX5S2z3w .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-u2rX5S2z3w .navbar.opened {
  transition: all 0.3s;
}
.cid-u2rX5S2z3w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2rX5S2z3w .navbar .navbar-logo img {
  width: auto;
}
.cid-u2rX5S2z3w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2rX5S2z3w .navbar.collapsed {
  justify-content: center;
}
.cid-u2rX5S2z3w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2rX5S2z3w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2rX5S2z3w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2rX5S2z3w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2rX5S2z3w .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-u2rX5S2z3w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2rX5S2z3w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2rX5S2z3w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2rX5S2z3w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2rX5S2z3w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2rX5S2z3w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2rX5S2z3w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2rX5S2z3w .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-u2rX5S2z3w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2rX5S2z3w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2rX5S2z3w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2rX5S2z3w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2rX5S2z3w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2rX5S2z3w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2rX5S2z3w .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2rX5S2z3w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2rX5S2z3w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2rX5S2z3w .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-u2rX5S2z3w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2rX5S2z3w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2rX5S2z3w .dropdown-item.active,
.cid-u2rX5S2z3w .dropdown-item:active {
  background-color: transparent;
}
.cid-u2rX5S2z3w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2rX5S2z3w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2rX5S2z3w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2rX5S2z3w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2rX5S2z3w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2rX5S2z3w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2rX5S2z3w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2rX5S2z3w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2rX5S2z3w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2rX5S2z3w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2rX5S2z3w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2rX5S2z3w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2rX5S2z3w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2rX5S2z3w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2rX5S2z3w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2rX5S2z3w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2rX5S2z3w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2rX5S2z3w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2rX5S2z3w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2rX5S2z3w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2rX5S2z3w .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-u2rX5S2z3w .navbar {
    height: 70px;
  }
  .cid-u2rX5S2z3w .navbar.opened {
    height: auto;
  }
  .cid-u2rX5S2z3w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2rX5STqaD {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-u2rX5STqaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rX5STqaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rX5STqaD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2rX5Tdth5 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2rX5Tdth5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rX5Tdth5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rX5Tdth5 .mbr-section-title {
  text-align: center;
}
.cid-u2rX5Tdth5 .mbr-section-subtitle {
  text-align: left;
}
.cid-u2rX5Wt2yv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-u2rX5Wt2yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rX5Wt2yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rX5Wt2yv .mbr-section-title {
  color: #ffffff;
}
.cid-u2rX5WFA9h {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u2rX5WFA9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rX5WFA9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rX5WFA9h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u2rX5WFA9h .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;
}
@media (max-width: 767px) {
  .cid-u2rX5WFA9h .row {
    text-align: center;
  }
  .cid-u2rX5WFA9h .social-row {
    justify-content: center;
  }
}
.cid-u2rX5WFA9h .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2rX5WFA9h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2rX5WFA9h .list {
    margin-bottom: 0rem;
  }
}
.cid-u2rX5WFA9h .mbr-text {
  color: #bbbbbb;
}
.cid-u2rX5WFA9h .mbr-iconfont {
  color: black;
}
.cid-u2rX5WTzl0 {
  background-color: #000000;
}
.cid-u2rX5WTzl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rX5WTzl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rX5X5WNP {
  background-color: #000000;
}
.cid-u2rX5X5WNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rX5X5WNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rYpMtbrr {
  z-index: 1000;
  width: 100%;
}
.cid-u2rYpMtbrr nav.navbar {
  position: fixed;
}
.cid-u2rYpMtbrr .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-u2rYpMtbrr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2rYpMtbrr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2rYpMtbrr .dropdown-item:hover,
.cid-u2rYpMtbrr .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u2rYpMtbrr .dropdown-item:hover span {
  color: white;
}
.cid-u2rYpMtbrr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2rYpMtbrr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2rYpMtbrr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2rYpMtbrr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2rYpMtbrr .nav-link {
  position: relative;
}
.cid-u2rYpMtbrr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2rYpMtbrr .container {
    flex-wrap: nowrap;
  }
}
.cid-u2rYpMtbrr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2rYpMtbrr .dropdown-menu,
.cid-u2rYpMtbrr .navbar.opened {
  background: #000000 !important;
}
.cid-u2rYpMtbrr .nav-item:focus,
.cid-u2rYpMtbrr .nav-link:focus {
  outline: none;
}
.cid-u2rYpMtbrr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2rYpMtbrr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2rYpMtbrr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2rYpMtbrr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2rYpMtbrr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2rYpMtbrr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2rYpMtbrr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.7);
}
.cid-u2rYpMtbrr .navbar.opened {
  transition: all 0.3s;
}
.cid-u2rYpMtbrr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2rYpMtbrr .navbar .navbar-logo img {
  width: auto;
}
.cid-u2rYpMtbrr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2rYpMtbrr .navbar.collapsed {
  justify-content: center;
}
.cid-u2rYpMtbrr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2rYpMtbrr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2rYpMtbrr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2rYpMtbrr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2rYpMtbrr .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-u2rYpMtbrr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2rYpMtbrr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2rYpMtbrr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2rYpMtbrr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2rYpMtbrr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2rYpMtbrr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2rYpMtbrr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2rYpMtbrr .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-u2rYpMtbrr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2rYpMtbrr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2rYpMtbrr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2rYpMtbrr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2rYpMtbrr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2rYpMtbrr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2rYpMtbrr .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2rYpMtbrr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2rYpMtbrr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2rYpMtbrr .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-u2rYpMtbrr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2rYpMtbrr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2rYpMtbrr .dropdown-item.active,
.cid-u2rYpMtbrr .dropdown-item:active {
  background-color: transparent;
}
.cid-u2rYpMtbrr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2rYpMtbrr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2rYpMtbrr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2rYpMtbrr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2rYpMtbrr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2rYpMtbrr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2rYpMtbrr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2rYpMtbrr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2rYpMtbrr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2rYpMtbrr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2rYpMtbrr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2rYpMtbrr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2rYpMtbrr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2rYpMtbrr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2rYpMtbrr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2rYpMtbrr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2rYpMtbrr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2rYpMtbrr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2rYpMtbrr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2rYpMtbrr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2rYpMtbrr .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-u2rYpMtbrr .navbar {
    height: 70px;
  }
  .cid-u2rYpMtbrr .navbar.opened {
    height: auto;
  }
  .cid-u2rYpMtbrr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2rYpN9Tob {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-u2rYpN9Tob .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rYpN9Tob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rYpN9Tob .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2rYpNuXzu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2rYpNuXzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rYpNuXzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rYpNuXzu .mbr-section-title {
  text-align: center;
}
.cid-u2rYpNuXzu .mbr-section-subtitle {
  text-align: left;
}
.cid-u2rYpNGF08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-u2rYpNGF08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rYpNGF08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rYpNGF08 .mbr-section-title {
  color: #ffffff;
}
.cid-u2rYpNPMPu {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u2rYpNPMPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rYpNPMPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rYpNPMPu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u2rYpNPMPu .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;
}
@media (max-width: 767px) {
  .cid-u2rYpNPMPu .row {
    text-align: center;
  }
  .cid-u2rYpNPMPu .social-row {
    justify-content: center;
  }
}
.cid-u2rYpNPMPu .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2rYpNPMPu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2rYpNPMPu .list {
    margin-bottom: 0rem;
  }
}
.cid-u2rYpNPMPu .mbr-text {
  color: #bbbbbb;
}
.cid-u2rYpNPMPu .mbr-iconfont {
  color: black;
}
.cid-u2rYpO5Nwv {
  background-color: #000000;
}
.cid-u2rYpO5Nwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rYpO5Nwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2rYpOiyVw {
  background-color: #000000;
}
.cid-u2rYpOiyVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2rYpOiyVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
