.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.125rem;
}
/* ---- 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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: #e85a4f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e85a4f !important;
  border-color: #e85a4f !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: #c6261a !important;
  border-color: #c6261a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c6261a !important;
  border-color: #c6261a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e85a4f;
  color: #e85a4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c6261a !important;
  background-color: transparent!important;
  border-color: #c6261a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e85a4f !important;
  border-color: #e85a4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d8c3a5;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !important;
  background-color: transparent!important;
  border-color: #be9b69 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e85a4f !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b92418 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e85a4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-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: #e85a4f;
  border-color: #e85a4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e85a4f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', 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: #e85a4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', 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: #e85a4f;
}
/* 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: #e85a4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e85a4f;
}
.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: #e85a4f;
  border-bottom-color: #e85a4f;
}
.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: #e85a4f !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: #d8c3a5 !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='%23e85a4f' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.body-font {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.body-font > .mbr-iconfont {
  font-size: 1.25rem;
}
.text-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.text-2 > .mbr-iconfont {
  font-size: 1.2rem;
}
.title-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.title-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.footer-font {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.footer-font > .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #000000 !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFF0SGinka {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ccac34c1e02884cab1b3d3ef089e40f8.jpeg");
}
.cid-sFF0SGinka .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFF0SGinka .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF0SGinka .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sFF0SGinka .mbr-section-title {
  color: #ffffff;
  font-size: 2.5rem;
}
.cid-sFF0SGinka .mbr-text,
.cid-sFF0SGinka .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-sFF0SGinka .mbr-section-title DIV {
  text-align: right;
}
.cid-sFF0SGinka section.header11 {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.cid-v9j0wSLg7d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v9j0wSLg7d .mbr-text {
  text-align: justify;
}
.cid-v9j0wSLg7d .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-v9j1GAAivK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-v9j1GAAivK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9j1GAAivK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9j1GAAivK .video-wrapper iframe {
  width: 100%;
}
.cid-v9j1GAAivK .mbr-section-title,
.cid-v9j1GAAivK .mbr-section-subtitle,
.cid-v9j1GAAivK .mbr-text {
  text-align: center;
}
.cid-v9j1GAAivK .mbr-section-title P {
  text-align: justify;
}
.cid-v9j1GAAivK .mbr-section-title {
  color: #e43f3f;
}
.cid-v9jz69gMHw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9jz69gMHw .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v9jz69gMHw .mbr-text {
  text-align: justify;
  color: #e43f3f;
}
.cid-v9jA2rcAqR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9jA2rcAqR .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v9jA2rcAqR .mbr-text {
  text-align: justify;
}
.cid-v9p5CmMRs6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v9p5CmMRs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9p5CmMRs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v9p5CmMRs6 .row {
    flex-direction: column-reverse;
  }
  .cid-v9p5CmMRs6 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9p5CmMRs6 .google-map {
  height: 100%;
  position: relative;
}
.cid-v9p5CmMRs6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v9p5CmMRs6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v9p5CmMRs6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v9p5CmMRs6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v9p5CmMRs6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v9p5CmMRs6 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-v9p5CmMRs6 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v9p5CmMRs6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9p5CmMRs6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v9p5CmMRs6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-v9p5CmMRs6 .mbr-section-title {
  color: #e43f3f;
}
.cid-v9p52O5Hns {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9p52O5Hns .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9p52O5Hns .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9p52O5Hns .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9p52O5Hns .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9p52O5Hns .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9p52O5Hns .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9p52O5Hns .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9p52O5Hns .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9p52O5Hns .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9p52O5Hns .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9p52O5Hns .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9p52O5Hns .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9p52O5Hns .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9p52O5Hns .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9pb77uh3E .navbar-dropdown {
  position: relative !important;
}
.cid-v9pb77uh3E .navbar-dropdown {
  position: absolute !important;
}
.cid-v9pb77uh3E .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-v9pb77uh3E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9pb77uh3E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9pb77uh3E .dropdown-item:hover,
.cid-v9pb77uh3E .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9pb77uh3E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9pb77uh3E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9pb77uh3E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9pb77uh3E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9pb77uh3E .nav-link {
  position: relative;
}
.cid-v9pb77uh3E .container {
  display: flex;
  margin: auto;
}
.cid-v9pb77uh3E .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9pb77uh3E .dropdown-menu,
.cid-v9pb77uh3E .navbar.opened {
  background: #000000 !important;
}
.cid-v9pb77uh3E .nav-item:focus,
.cid-v9pb77uh3E .nav-link:focus {
  outline: none;
}
.cid-v9pb77uh3E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9pb77uh3E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9pb77uh3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9pb77uh3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9pb77uh3E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9pb77uh3E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9pb77uh3E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-v9pb77uh3E .navbar.opened {
  transition: all 0.3s;
}
.cid-v9pb77uh3E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9pb77uh3E .navbar .navbar-logo img {
  width: auto;
}
.cid-v9pb77uh3E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9pb77uh3E .navbar.collapsed {
  justify-content: center;
}
.cid-v9pb77uh3E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9pb77uh3E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9pb77uh3E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9pb77uh3E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9pb77uh3E .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-v9pb77uh3E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9pb77uh3E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9pb77uh3E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9pb77uh3E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9pb77uh3E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9pb77uh3E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9pb77uh3E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9pb77uh3E .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-v9pb77uh3E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9pb77uh3E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9pb77uh3E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9pb77uh3E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9pb77uh3E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9pb77uh3E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9pb77uh3E .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9pb77uh3E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9pb77uh3E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9pb77uh3E .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-v9pb77uh3E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9pb77uh3E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9pb77uh3E .dropdown-item.active,
.cid-v9pb77uh3E .dropdown-item:active {
  background-color: transparent;
}
.cid-v9pb77uh3E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9pb77uh3E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9pb77uh3E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9pb77uh3E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9pb77uh3E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9pb77uh3E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9pb77uh3E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9pb77uh3E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9pb77uh3E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9pb77uh3E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9pb77uh3E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9pb77uh3E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9pb77uh3E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9pb77uh3E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9pb77uh3E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9pb77uh3E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9pb77uh3E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9pb77uh3E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9pb77uh3E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9pb77uh3E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9pb77uh3E .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-v9pb77uh3E .navbar {
    height: 70px;
  }
  .cid-v9pb77uh3E .navbar.opened {
    height: auto;
  }
  .cid-v9pb77uh3E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9pb78u9yh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dd49437a6a0c809b4b215042bd544e18.jpg");
}
.cid-v9pb78u9yh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9pb78u9yh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9pb78u9yh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9pb78u9yh .mbr-section-title {
  color: #ffffff;
}
.cid-v9pb78u9yh .mbr-text,
.cid-v9pb78u9yh .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v9pb78u9yh .mbr-section-title DIV {
  text-align: right;
}
.cid-v9ph67AErN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9ph67AErN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ph67AErN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ph67AErN .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-v9ph67AErN .mbr-section-title,
.cid-v9ph67AErN .mbr-section-subtitle {
  text-align: center;
}
.cid-v9ph67AErN .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v9ph67AErN .item-wrapper {
  border-radius: 4px;
  background-color: #ececec;
}
.cid-v9ph67AErN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ph67AErN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v9ph67AErN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9ph67AErN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v9ph67AErN .mbr-section-title {
  color: #e43f3f;
}
.cid-v9ph67AErN .mbr-text {
  text-align: justify;
}
.cid-v9pb7cDxWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9pb7cDxWX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9pb7cDxWX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9pb7cDxWX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9pb7cDxWX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9pb7cDxWX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9pb7cDxWX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9pb7cDxWX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9pb7cDxWX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9pb7cDxWX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9pb7cDxWX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9pb7cDxWX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9pb7cDxWX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9pb7cDxWX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9pb7cDxWX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9tGmh1xdl .navbar-dropdown {
  position: relative !important;
}
.cid-v9tGmh1xdl .navbar-dropdown {
  position: absolute !important;
}
.cid-v9tGmh1xdl .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-v9tGmh1xdl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9tGmh1xdl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9tGmh1xdl .dropdown-item:hover,
.cid-v9tGmh1xdl .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9tGmh1xdl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9tGmh1xdl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9tGmh1xdl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9tGmh1xdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9tGmh1xdl .nav-link {
  position: relative;
}
.cid-v9tGmh1xdl .container {
  display: flex;
  margin: auto;
}
.cid-v9tGmh1xdl .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9tGmh1xdl .dropdown-menu,
.cid-v9tGmh1xdl .navbar.opened {
  background: #000000 !important;
}
.cid-v9tGmh1xdl .nav-item:focus,
.cid-v9tGmh1xdl .nav-link:focus {
  outline: none;
}
.cid-v9tGmh1xdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9tGmh1xdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tGmh1xdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9tGmh1xdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9tGmh1xdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9tGmh1xdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9tGmh1xdl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-v9tGmh1xdl .navbar.opened {
  transition: all 0.3s;
}
.cid-v9tGmh1xdl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9tGmh1xdl .navbar .navbar-logo img {
  width: auto;
}
.cid-v9tGmh1xdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9tGmh1xdl .navbar.collapsed {
  justify-content: center;
}
.cid-v9tGmh1xdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9tGmh1xdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9tGmh1xdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9tGmh1xdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9tGmh1xdl .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-v9tGmh1xdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9tGmh1xdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9tGmh1xdl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9tGmh1xdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9tGmh1xdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9tGmh1xdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9tGmh1xdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9tGmh1xdl .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-v9tGmh1xdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9tGmh1xdl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9tGmh1xdl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9tGmh1xdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9tGmh1xdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9tGmh1xdl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9tGmh1xdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9tGmh1xdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9tGmh1xdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9tGmh1xdl .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-v9tGmh1xdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9tGmh1xdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9tGmh1xdl .dropdown-item.active,
.cid-v9tGmh1xdl .dropdown-item:active {
  background-color: transparent;
}
.cid-v9tGmh1xdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9tGmh1xdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9tGmh1xdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9tGmh1xdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9tGmh1xdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9tGmh1xdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tGmh1xdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9tGmh1xdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9tGmh1xdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9tGmh1xdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tGmh1xdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9tGmh1xdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tGmh1xdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tGmh1xdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9tGmh1xdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tGmh1xdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9tGmh1xdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9tGmh1xdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tGmh1xdl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9tGmh1xdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9tGmh1xdl .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-v9tGmh1xdl .navbar {
    height: 70px;
  }
  .cid-v9tGmh1xdl .navbar.opened {
    height: auto;
  }
  .cid-v9tGmh1xdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9tGmhuoLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dd49437a6a0c809b4b215042bd544e18.jpg");
}
.cid-v9tGmhuoLu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9tGmhuoLu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9tGmhuoLu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9tGmhuoLu .mbr-section-title {
  color: #ffffff;
}
.cid-v9tGmhuoLu .mbr-text,
.cid-v9tGmhuoLu .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v9tGmhuoLu .mbr-section-title DIV {
  text-align: center;
}
.cid-v9tHzG4c23 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tHzG4c23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tHzG4c23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tHzG4c23 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tHzG4c23 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tHzG4c23 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tHzG4c23 .list {
  text-align: justify;
}
.cid-v9tIa3GDYr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tIa3GDYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tIa3GDYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tIa3GDYr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tIa3GDYr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tIa3GDYr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tIa3GDYr .list {
  text-align: justify;
}
.cid-v9tGmigYlt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9tGmigYlt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9tGmigYlt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9tGmigYlt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9tGmigYlt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9tGmigYlt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9tGmigYlt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9tGmigYlt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9tGmigYlt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9tGmigYlt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9tGmigYlt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9tGmigYlt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9tGmigYlt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9tGmigYlt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9tGmigYlt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9tIIy64pc .navbar-dropdown {
  position: relative !important;
}
.cid-v9tIIy64pc .navbar-dropdown {
  position: absolute !important;
}
.cid-v9tIIy64pc .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-v9tIIy64pc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9tIIy64pc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9tIIy64pc .dropdown-item:hover,
.cid-v9tIIy64pc .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9tIIy64pc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9tIIy64pc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9tIIy64pc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9tIIy64pc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9tIIy64pc .nav-link {
  position: relative;
}
.cid-v9tIIy64pc .container {
  display: flex;
  margin: auto;
}
.cid-v9tIIy64pc .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9tIIy64pc .dropdown-menu,
.cid-v9tIIy64pc .navbar.opened {
  background: #000000 !important;
}
.cid-v9tIIy64pc .nav-item:focus,
.cid-v9tIIy64pc .nav-link:focus {
  outline: none;
}
.cid-v9tIIy64pc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9tIIy64pc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tIIy64pc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9tIIy64pc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9tIIy64pc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9tIIy64pc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9tIIy64pc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-v9tIIy64pc .navbar.opened {
  transition: all 0.3s;
}
.cid-v9tIIy64pc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9tIIy64pc .navbar .navbar-logo img {
  width: auto;
}
.cid-v9tIIy64pc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9tIIy64pc .navbar.collapsed {
  justify-content: center;
}
.cid-v9tIIy64pc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9tIIy64pc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9tIIy64pc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9tIIy64pc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9tIIy64pc .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-v9tIIy64pc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9tIIy64pc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9tIIy64pc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9tIIy64pc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9tIIy64pc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9tIIy64pc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9tIIy64pc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9tIIy64pc .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-v9tIIy64pc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9tIIy64pc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9tIIy64pc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9tIIy64pc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9tIIy64pc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9tIIy64pc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9tIIy64pc .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9tIIy64pc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9tIIy64pc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9tIIy64pc .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-v9tIIy64pc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9tIIy64pc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9tIIy64pc .dropdown-item.active,
.cid-v9tIIy64pc .dropdown-item:active {
  background-color: transparent;
}
.cid-v9tIIy64pc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9tIIy64pc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9tIIy64pc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9tIIy64pc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9tIIy64pc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9tIIy64pc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tIIy64pc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9tIIy64pc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9tIIy64pc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9tIIy64pc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tIIy64pc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9tIIy64pc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tIIy64pc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tIIy64pc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9tIIy64pc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tIIy64pc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9tIIy64pc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9tIIy64pc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tIIy64pc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9tIIy64pc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9tIIy64pc .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-v9tIIy64pc .navbar {
    height: 70px;
  }
  .cid-v9tIIy64pc .navbar.opened {
    height: auto;
  }
  .cid-v9tIIy64pc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9tIIyt9U9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dd49437a6a0c809b4b215042bd544e18.jpg");
}
.cid-v9tIIyt9U9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9tIIyt9U9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9tIIyt9U9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9tIIyt9U9 .mbr-section-title {
  color: #ffffff;
}
.cid-v9tIIyt9U9 .mbr-text,
.cid-v9tIIyt9U9 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v9tIIyt9U9 .mbr-section-title DIV {
  text-align: center;
}
.cid-v9tIIyIOvA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tIIyIOvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tIIyIOvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tIIyIOvA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tIIyIOvA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tIIyIOvA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tIIyIOvA .list {
  text-align: justify;
}
.cid-v9tIIzaPRS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tIIzaPRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tIIzaPRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tIIzaPRS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tIIzaPRS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tIIzaPRS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tIIzaPRS .list {
  text-align: justify;
}
.cid-v9tIIzzUR2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9tIIzzUR2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9tIIzzUR2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9tIIzzUR2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9tIIzzUR2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9tIIzzUR2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9tIIzzUR2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9tIIzzUR2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9tIIzzUR2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9tIIzzUR2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9tIIzzUR2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9tIIzzUR2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9tIIzzUR2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9tIIzzUR2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9tIIzzUR2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9tJ7iVGxu .navbar-dropdown {
  position: relative !important;
}
.cid-v9tJ7iVGxu .navbar-dropdown {
  position: absolute !important;
}
.cid-v9tJ7iVGxu .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-v9tJ7iVGxu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9tJ7iVGxu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9tJ7iVGxu .dropdown-item:hover,
.cid-v9tJ7iVGxu .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9tJ7iVGxu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9tJ7iVGxu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9tJ7iVGxu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9tJ7iVGxu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9tJ7iVGxu .nav-link {
  position: relative;
}
.cid-v9tJ7iVGxu .container {
  display: flex;
  margin: auto;
}
.cid-v9tJ7iVGxu .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9tJ7iVGxu .dropdown-menu,
.cid-v9tJ7iVGxu .navbar.opened {
  background: #000000 !important;
}
.cid-v9tJ7iVGxu .nav-item:focus,
.cid-v9tJ7iVGxu .nav-link:focus {
  outline: none;
}
.cid-v9tJ7iVGxu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9tJ7iVGxu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tJ7iVGxu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9tJ7iVGxu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9tJ7iVGxu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9tJ7iVGxu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9tJ7iVGxu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-v9tJ7iVGxu .navbar.opened {
  transition: all 0.3s;
}
.cid-v9tJ7iVGxu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9tJ7iVGxu .navbar .navbar-logo img {
  width: auto;
}
.cid-v9tJ7iVGxu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9tJ7iVGxu .navbar.collapsed {
  justify-content: center;
}
.cid-v9tJ7iVGxu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9tJ7iVGxu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9tJ7iVGxu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9tJ7iVGxu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9tJ7iVGxu .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-v9tJ7iVGxu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9tJ7iVGxu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9tJ7iVGxu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9tJ7iVGxu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9tJ7iVGxu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9tJ7iVGxu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9tJ7iVGxu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9tJ7iVGxu .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-v9tJ7iVGxu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9tJ7iVGxu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9tJ7iVGxu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9tJ7iVGxu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9tJ7iVGxu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9tJ7iVGxu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9tJ7iVGxu .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9tJ7iVGxu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9tJ7iVGxu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9tJ7iVGxu .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-v9tJ7iVGxu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9tJ7iVGxu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9tJ7iVGxu .dropdown-item.active,
.cid-v9tJ7iVGxu .dropdown-item:active {
  background-color: transparent;
}
.cid-v9tJ7iVGxu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9tJ7iVGxu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9tJ7iVGxu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9tJ7iVGxu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9tJ7iVGxu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9tJ7iVGxu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tJ7iVGxu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9tJ7iVGxu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9tJ7iVGxu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9tJ7iVGxu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tJ7iVGxu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9tJ7iVGxu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tJ7iVGxu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tJ7iVGxu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9tJ7iVGxu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tJ7iVGxu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9tJ7iVGxu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9tJ7iVGxu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tJ7iVGxu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9tJ7iVGxu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9tJ7iVGxu .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-v9tJ7iVGxu .navbar {
    height: 70px;
  }
  .cid-v9tJ7iVGxu .navbar.opened {
    height: auto;
  }
  .cid-v9tJ7iVGxu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9tJ7jmETl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dd49437a6a0c809b4b215042bd544e18.jpg");
}
.cid-v9tJ7jmETl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9tJ7jmETl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9tJ7jmETl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9tJ7jmETl .mbr-section-title {
  color: #ffffff;
}
.cid-v9tJ7jmETl .mbr-text,
.cid-v9tJ7jmETl .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v9tJ7jmETl .mbr-section-title DIV {
  text-align: center;
}
.cid-v9tJ7jCNzP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tJ7jCNzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tJ7jCNzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tJ7jCNzP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tJ7jCNzP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tJ7jCNzP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tJ7jCNzP .list {
  text-align: justify;
}
.cid-v9tJ7jMEoK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tJ7jMEoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tJ7jMEoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tJ7jMEoK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tJ7jMEoK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tJ7jMEoK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tJ7jMEoK .list {
  text-align: justify;
}
.cid-v9tJ7jXIHD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9tJ7jXIHD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9tJ7jXIHD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9tJ7jXIHD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9tJ7jXIHD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9tJ7jXIHD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9tJ7jXIHD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9tJ7jXIHD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9tJ7jXIHD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9tJ7jXIHD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9tJ7jXIHD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9tJ7jXIHD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9tJ7jXIHD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9tJ7jXIHD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9tJ7jXIHD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9tJiV1Klm .navbar-dropdown {
  position: relative !important;
}
.cid-v9tJiV1Klm .navbar-dropdown {
  position: absolute !important;
}
.cid-v9tJiV1Klm .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-v9tJiV1Klm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9tJiV1Klm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9tJiV1Klm .dropdown-item:hover,
.cid-v9tJiV1Klm .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9tJiV1Klm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9tJiV1Klm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9tJiV1Klm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9tJiV1Klm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9tJiV1Klm .nav-link {
  position: relative;
}
.cid-v9tJiV1Klm .container {
  display: flex;
  margin: auto;
}
.cid-v9tJiV1Klm .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9tJiV1Klm .dropdown-menu,
.cid-v9tJiV1Klm .navbar.opened {
  background: #000000 !important;
}
.cid-v9tJiV1Klm .nav-item:focus,
.cid-v9tJiV1Klm .nav-link:focus {
  outline: none;
}
.cid-v9tJiV1Klm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9tJiV1Klm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tJiV1Klm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9tJiV1Klm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9tJiV1Klm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9tJiV1Klm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9tJiV1Klm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-v9tJiV1Klm .navbar.opened {
  transition: all 0.3s;
}
.cid-v9tJiV1Klm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9tJiV1Klm .navbar .navbar-logo img {
  width: auto;
}
.cid-v9tJiV1Klm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9tJiV1Klm .navbar.collapsed {
  justify-content: center;
}
.cid-v9tJiV1Klm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9tJiV1Klm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9tJiV1Klm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9tJiV1Klm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9tJiV1Klm .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-v9tJiV1Klm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9tJiV1Klm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9tJiV1Klm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9tJiV1Klm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9tJiV1Klm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9tJiV1Klm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9tJiV1Klm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9tJiV1Klm .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-v9tJiV1Klm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9tJiV1Klm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9tJiV1Klm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9tJiV1Klm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9tJiV1Klm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9tJiV1Klm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9tJiV1Klm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9tJiV1Klm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9tJiV1Klm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9tJiV1Klm .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-v9tJiV1Klm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9tJiV1Klm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9tJiV1Klm .dropdown-item.active,
.cid-v9tJiV1Klm .dropdown-item:active {
  background-color: transparent;
}
.cid-v9tJiV1Klm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9tJiV1Klm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9tJiV1Klm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9tJiV1Klm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9tJiV1Klm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9tJiV1Klm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tJiV1Klm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9tJiV1Klm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9tJiV1Klm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9tJiV1Klm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tJiV1Klm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9tJiV1Klm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tJiV1Klm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tJiV1Klm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9tJiV1Klm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tJiV1Klm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9tJiV1Klm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9tJiV1Klm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tJiV1Klm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9tJiV1Klm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9tJiV1Klm .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-v9tJiV1Klm .navbar {
    height: 70px;
  }
  .cid-v9tJiV1Klm .navbar.opened {
    height: auto;
  }
  .cid-v9tJiV1Klm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9tJiVmM5l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dd49437a6a0c809b4b215042bd544e18.jpg");
}
.cid-v9tJiVmM5l .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9tJiVmM5l .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9tJiVmM5l .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9tJiVmM5l .mbr-section-title {
  color: #ffffff;
}
.cid-v9tJiVmM5l .mbr-text,
.cid-v9tJiVmM5l .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v9tJiVmM5l .mbr-section-title DIV {
  text-align: center;
}
.cid-v9tJiVA9aq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tJiVA9aq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tJiVA9aq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tJiVA9aq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tJiVA9aq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tJiVA9aq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tJiVA9aq .list {
  text-align: justify;
}
.cid-v9tJLwdRtC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tJiVOWqv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tJiVOWqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tJiVOWqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tJiVOWqv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tJiVOWqv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tJiVOWqv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tJiVOWqv .list {
  text-align: justify;
}
.cid-v9tLBXz3DQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tLBXz3DQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tLBXz3DQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tLBXz3DQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tLBXz3DQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tLBXz3DQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tLBXz3DQ .list {
  text-align: justify;
}
.cid-v9tLGHBZAK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tLGHBZAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tLGHBZAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tLGHBZAK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tLGHBZAK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tLGHBZAK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tLGHBZAK .list {
  text-align: justify;
}
.cid-v9tLKu55e7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tLKu55e7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tLKu55e7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tLKu55e7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tLKu55e7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tLKu55e7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tLKu55e7 .list {
  text-align: justify;
}
.cid-v9tLPyiWrO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tLPyiWrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tLPyiWrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tLPyiWrO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tLPyiWrO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tLPyiWrO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tLPyiWrO .list {
  text-align: justify;
}
.cid-v9tJiW1Zn6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9tJiW1Zn6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9tJiW1Zn6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9tJiW1Zn6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9tJiW1Zn6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9tJiW1Zn6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9tJiW1Zn6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9tJiW1Zn6 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9tJiW1Zn6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9tJiW1Zn6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9tJiW1Zn6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9tJiW1Zn6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9tJiW1Zn6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9tJiW1Zn6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9tJiW1Zn6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9tNI4D7Qa .navbar-dropdown {
  position: relative !important;
}
.cid-v9tNI4D7Qa .navbar-dropdown {
  position: absolute !important;
}
.cid-v9tNI4D7Qa .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-v9tNI4D7Qa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9tNI4D7Qa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9tNI4D7Qa .dropdown-item:hover,
.cid-v9tNI4D7Qa .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9tNI4D7Qa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9tNI4D7Qa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9tNI4D7Qa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9tNI4D7Qa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9tNI4D7Qa .nav-link {
  position: relative;
}
.cid-v9tNI4D7Qa .container {
  display: flex;
  margin: auto;
}
.cid-v9tNI4D7Qa .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9tNI4D7Qa .dropdown-menu,
.cid-v9tNI4D7Qa .navbar.opened {
  background: #000000 !important;
}
.cid-v9tNI4D7Qa .nav-item:focus,
.cid-v9tNI4D7Qa .nav-link:focus {
  outline: none;
}
.cid-v9tNI4D7Qa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9tNI4D7Qa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tNI4D7Qa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9tNI4D7Qa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9tNI4D7Qa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9tNI4D7Qa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9tNI4D7Qa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-v9tNI4D7Qa .navbar.opened {
  transition: all 0.3s;
}
.cid-v9tNI4D7Qa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9tNI4D7Qa .navbar .navbar-logo img {
  width: auto;
}
.cid-v9tNI4D7Qa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9tNI4D7Qa .navbar.collapsed {
  justify-content: center;
}
.cid-v9tNI4D7Qa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9tNI4D7Qa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9tNI4D7Qa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9tNI4D7Qa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9tNI4D7Qa .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-v9tNI4D7Qa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9tNI4D7Qa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9tNI4D7Qa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9tNI4D7Qa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9tNI4D7Qa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9tNI4D7Qa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9tNI4D7Qa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9tNI4D7Qa .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-v9tNI4D7Qa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9tNI4D7Qa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9tNI4D7Qa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9tNI4D7Qa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9tNI4D7Qa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9tNI4D7Qa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9tNI4D7Qa .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9tNI4D7Qa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9tNI4D7Qa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9tNI4D7Qa .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-v9tNI4D7Qa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9tNI4D7Qa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9tNI4D7Qa .dropdown-item.active,
.cid-v9tNI4D7Qa .dropdown-item:active {
  background-color: transparent;
}
.cid-v9tNI4D7Qa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9tNI4D7Qa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9tNI4D7Qa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9tNI4D7Qa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9tNI4D7Qa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9tNI4D7Qa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tNI4D7Qa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9tNI4D7Qa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9tNI4D7Qa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9tNI4D7Qa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tNI4D7Qa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9tNI4D7Qa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tNI4D7Qa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tNI4D7Qa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9tNI4D7Qa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tNI4D7Qa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9tNI4D7Qa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9tNI4D7Qa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tNI4D7Qa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9tNI4D7Qa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9tNI4D7Qa .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-v9tNI4D7Qa .navbar {
    height: 70px;
  }
  .cid-v9tNI4D7Qa .navbar.opened {
    height: auto;
  }
  .cid-v9tNI4D7Qa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9tNI57gG3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dd49437a6a0c809b4b215042bd544e18.jpg");
}
.cid-v9tNI57gG3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v9tNI57gG3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v9tNI57gG3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v9tNI57gG3 .mbr-section-title {
  color: #ffffff;
}
.cid-v9tNI57gG3 .mbr-text,
.cid-v9tNI57gG3 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-v9tNI57gG3 .mbr-section-title DIV {
  text-align: center;
}
.cid-v9tNI5nzPQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tNI5nzPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tNI5nzPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tNI5nzPQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v9tNI5nzPQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v9tNI5nzPQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v9tNI5nzPQ .list {
  text-align: justify;
}
.cid-v9tNI6YsDc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9tNI6YsDc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9tNI6YsDc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9tNI6YsDc .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9tNI6YsDc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9tNI6YsDc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9tNI6YsDc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9tNI6YsDc .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9tNI6YsDc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9tNI6YsDc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9tNI6YsDc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9tNI6YsDc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9tNI6YsDc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9tNI6YsDc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9tNI6YsDc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9tP87F0Lm .navbar-dropdown {
  position: relative !important;
}
.cid-v9tP87F0Lm .navbar-dropdown {
  position: absolute !important;
}
.cid-v9tP87F0Lm .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-v9tP87F0Lm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9tP87F0Lm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9tP87F0Lm .dropdown-item:hover,
.cid-v9tP87F0Lm .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9tP87F0Lm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9tP87F0Lm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9tP87F0Lm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9tP87F0Lm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9tP87F0Lm .nav-link {
  position: relative;
}
.cid-v9tP87F0Lm .container {
  display: flex;
  margin: auto;
}
.cid-v9tP87F0Lm .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9tP87F0Lm .dropdown-menu,
.cid-v9tP87F0Lm .navbar.opened {
  background: #000000 !important;
}
.cid-v9tP87F0Lm .nav-item:focus,
.cid-v9tP87F0Lm .nav-link:focus {
  outline: none;
}
.cid-v9tP87F0Lm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9tP87F0Lm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tP87F0Lm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9tP87F0Lm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9tP87F0Lm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9tP87F0Lm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9tP87F0Lm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-v9tP87F0Lm .navbar.opened {
  transition: all 0.3s;
}
.cid-v9tP87F0Lm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9tP87F0Lm .navbar .navbar-logo img {
  width: auto;
}
.cid-v9tP87F0Lm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9tP87F0Lm .navbar.collapsed {
  justify-content: center;
}
.cid-v9tP87F0Lm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9tP87F0Lm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9tP87F0Lm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9tP87F0Lm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9tP87F0Lm .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-v9tP87F0Lm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9tP87F0Lm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9tP87F0Lm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9tP87F0Lm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9tP87F0Lm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9tP87F0Lm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9tP87F0Lm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9tP87F0Lm .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-v9tP87F0Lm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9tP87F0Lm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9tP87F0Lm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9tP87F0Lm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9tP87F0Lm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9tP87F0Lm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9tP87F0Lm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9tP87F0Lm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9tP87F0Lm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9tP87F0Lm .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-v9tP87F0Lm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9tP87F0Lm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9tP87F0Lm .dropdown-item.active,
.cid-v9tP87F0Lm .dropdown-item:active {
  background-color: transparent;
}
.cid-v9tP87F0Lm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9tP87F0Lm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9tP87F0Lm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9tP87F0Lm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9tP87F0Lm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9tP87F0Lm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tP87F0Lm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9tP87F0Lm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9tP87F0Lm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9tP87F0Lm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tP87F0Lm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9tP87F0Lm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tP87F0Lm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tP87F0Lm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9tP87F0Lm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tP87F0Lm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9tP87F0Lm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9tP87F0Lm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tP87F0Lm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9tP87F0Lm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9tP87F0Lm .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-v9tP87F0Lm .navbar {
    height: 70px;
  }
  .cid-v9tP87F0Lm .navbar.opened {
    height: auto;
  }
  .cid-v9tP87F0Lm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9tWpxeJUE {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/825649305af785a985a6895f3f86c881-1824x476.jpeg");
}
.cid-v9tWpxeJUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tWpxeJUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tUOUxDEw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tUOUxDEw .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v9tUOUxDEw .mbr-text {
  text-align: justify;
}
.cid-v9tPVPkdM4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tPVPkdM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tPVPkdM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tPVPkdM4 .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-v9tPVPkdM4 .mbr-section-title,
.cid-v9tPVPkdM4 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9tPVPkdM4 .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v9tPVPkdM4 .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v9tPVPkdM4 .mbr-section-title {
  color: #e43f3f;
}
.cid-v9tPVPkdM4 .card-title {
  color: #e43f3f;
}
.cid-v9tPVPkdM4 .list {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
}
.cid-v9tV3AAii6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9tV3AAii6 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v9tV3AAii6 .mbr-text {
  text-align: justify;
}
.cid-v9tP88ZScO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9tP88ZScO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9tP88ZScO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9tP88ZScO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9tP88ZScO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9tP88ZScO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9tP88ZScO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9tP88ZScO .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9tP88ZScO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9tP88ZScO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9tP88ZScO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9tP88ZScO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9tP88ZScO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9tP88ZScO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9tP88ZScO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9tVtI5QXv .navbar-dropdown {
  position: relative !important;
}
.cid-v9tVtI5QXv .navbar-dropdown {
  position: absolute !important;
}
.cid-v9tVtI5QXv .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-v9tVtI5QXv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9tVtI5QXv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9tVtI5QXv .dropdown-item:hover,
.cid-v9tVtI5QXv .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9tVtI5QXv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9tVtI5QXv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9tVtI5QXv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9tVtI5QXv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9tVtI5QXv .nav-link {
  position: relative;
}
.cid-v9tVtI5QXv .container {
  display: flex;
  margin: auto;
}
.cid-v9tVtI5QXv .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9tVtI5QXv .dropdown-menu,
.cid-v9tVtI5QXv .navbar.opened {
  background: #000000 !important;
}
.cid-v9tVtI5QXv .nav-item:focus,
.cid-v9tVtI5QXv .nav-link:focus {
  outline: none;
}
.cid-v9tVtI5QXv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9tVtI5QXv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9tVtI5QXv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9tVtI5QXv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9tVtI5QXv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9tVtI5QXv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9tVtI5QXv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-v9tVtI5QXv .navbar.opened {
  transition: all 0.3s;
}
.cid-v9tVtI5QXv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9tVtI5QXv .navbar .navbar-logo img {
  width: auto;
}
.cid-v9tVtI5QXv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9tVtI5QXv .navbar.collapsed {
  justify-content: center;
}
.cid-v9tVtI5QXv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9tVtI5QXv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9tVtI5QXv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9tVtI5QXv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9tVtI5QXv .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-v9tVtI5QXv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9tVtI5QXv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9tVtI5QXv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9tVtI5QXv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9tVtI5QXv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9tVtI5QXv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9tVtI5QXv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9tVtI5QXv .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-v9tVtI5QXv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9tVtI5QXv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9tVtI5QXv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9tVtI5QXv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9tVtI5QXv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9tVtI5QXv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9tVtI5QXv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9tVtI5QXv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9tVtI5QXv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9tVtI5QXv .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-v9tVtI5QXv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9tVtI5QXv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9tVtI5QXv .dropdown-item.active,
.cid-v9tVtI5QXv .dropdown-item:active {
  background-color: transparent;
}
.cid-v9tVtI5QXv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9tVtI5QXv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9tVtI5QXv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9tVtI5QXv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9tVtI5QXv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9tVtI5QXv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9tVtI5QXv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9tVtI5QXv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9tVtI5QXv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9tVtI5QXv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9tVtI5QXv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9tVtI5QXv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tVtI5QXv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9tVtI5QXv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9tVtI5QXv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tVtI5QXv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9tVtI5QXv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9tVtI5QXv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9tVtI5QXv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9tVtI5QXv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9tVtI5QXv .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-v9tVtI5QXv .navbar {
    height: 70px;
  }
  .cid-v9tVtI5QXv .navbar.opened {
    height: auto;
  }
  .cid-v9tVtI5QXv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9tVILpCJB {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/b4fb9ea129bf47491457eb84faf8d3cc-1280x853.jpeg");
}
.cid-v9tVILpCJB .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-v9tVILpCJB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v9tVILpCJB {
    align-items: flex-end;
  }
  .cid-v9tVILpCJB .row {
    justify-content: flex-start;
  }
  .cid-v9tVILpCJB .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9tVILpCJB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9tVILpCJB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9tVILpCJB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9tVILpCJB .content-wrap {
    width: 100%;
  }
}
.cid-v9tVILpCJB .mbr-section-title {
  text-align: center;
}
.cid-v9tXGOpheJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tXGOpheJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tXGOpheJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tXGOpheJ .mbr-section-title {
  text-align: justify;
  color: #e43f3f;
}
.cid-v9tYkfBAZj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9tYkfBAZj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v9tYkfBAZj .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-v9tYkfBAZj .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-v9tZUJ0Hs2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9tZUJ0Hs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9tZUJ0Hs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9tZUJ0Hs2 .mbr-section-title {
  text-align: justify;
  color: #e43f3f;
}
.cid-v9u0g7Qf0x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9u0g7Qf0x .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v9u0g7Qf0x .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-v9u0g7Qf0x .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-v9u2CoWdci {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9u2CoWdci .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9u2CoWdci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9u2CoWdci .mbr-section-title {
  text-align: justify;
  color: #e43f3f;
}
.cid-v9u2FyaNBv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9u2FyaNBv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v9u2FyaNBv .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-v9u2FyaNBv .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e43f3f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-v9tVtJaYxw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9tVtJaYxw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9tVtJaYxw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9tVtJaYxw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9tVtJaYxw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9tVtJaYxw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9tVtJaYxw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9tVtJaYxw .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9tVtJaYxw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9tVtJaYxw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9tVtJaYxw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9tVtJaYxw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9tVtJaYxw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9tVtJaYxw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9tVtJaYxw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v9u3jZSXXw .navbar-dropdown {
  position: relative !important;
}
.cid-v9u3jZSXXw .navbar-dropdown {
  position: absolute !important;
}
.cid-v9u3jZSXXw .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-v9u3jZSXXw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9u3jZSXXw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9u3jZSXXw .dropdown-item:hover,
.cid-v9u3jZSXXw .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-v9u3jZSXXw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9u3jZSXXw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9u3jZSXXw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9u3jZSXXw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9u3jZSXXw .nav-link {
  position: relative;
}
.cid-v9u3jZSXXw .container {
  display: flex;
  margin: auto;
}
.cid-v9u3jZSXXw .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9u3jZSXXw .dropdown-menu,
.cid-v9u3jZSXXw .navbar.opened {
  background: #000000 !important;
}
.cid-v9u3jZSXXw .nav-item:focus,
.cid-v9u3jZSXXw .nav-link:focus {
  outline: none;
}
.cid-v9u3jZSXXw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9u3jZSXXw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9u3jZSXXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9u3jZSXXw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9u3jZSXXw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9u3jZSXXw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9u3jZSXXw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.cid-v9u3jZSXXw .navbar.opened {
  transition: all 0.3s;
}
.cid-v9u3jZSXXw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9u3jZSXXw .navbar .navbar-logo img {
  width: auto;
}
.cid-v9u3jZSXXw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9u3jZSXXw .navbar.collapsed {
  justify-content: center;
}
.cid-v9u3jZSXXw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9u3jZSXXw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9u3jZSXXw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9u3jZSXXw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9u3jZSXXw .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-v9u3jZSXXw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9u3jZSXXw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9u3jZSXXw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9u3jZSXXw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9u3jZSXXw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9u3jZSXXw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9u3jZSXXw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9u3jZSXXw .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-v9u3jZSXXw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9u3jZSXXw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9u3jZSXXw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9u3jZSXXw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9u3jZSXXw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9u3jZSXXw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9u3jZSXXw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9u3jZSXXw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9u3jZSXXw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9u3jZSXXw .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-v9u3jZSXXw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9u3jZSXXw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9u3jZSXXw .dropdown-item.active,
.cid-v9u3jZSXXw .dropdown-item:active {
  background-color: transparent;
}
.cid-v9u3jZSXXw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9u3jZSXXw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9u3jZSXXw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9u3jZSXXw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9u3jZSXXw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9u3jZSXXw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9u3jZSXXw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9u3jZSXXw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9u3jZSXXw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9u3jZSXXw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9u3jZSXXw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9u3jZSXXw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9u3jZSXXw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9u3jZSXXw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9u3jZSXXw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9u3jZSXXw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9u3jZSXXw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9u3jZSXXw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9u3jZSXXw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v9u3jZSXXw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9u3jZSXXw .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-v9u3jZSXXw .navbar {
    height: 70px;
  }
  .cid-v9u3jZSXXw .navbar.opened {
    height: auto;
  }
  .cid-v9u3jZSXXw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9uNb2Njb1 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/5531495879faa2228416a25bd387554f-1024x1024.jpg");
}
.cid-v9uNb2Njb1 .mbr-overlay {
  background-color: #353535;
  opacity: 0.7;
}
.cid-v9uNb2Njb1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v9uNb2Njb1 {
    align-items: flex-end;
  }
  .cid-v9uNb2Njb1 .row {
    justify-content: center;
  }
  .cid-v9uNb2Njb1 .content-wrap {
    width: 39%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9uNb2Njb1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9uNb2Njb1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9uNb2Njb1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9uNb2Njb1 .content-wrap {
    width: 100%;
  }
}
.cid-v9uNb2Njb1 .mbr-section-title {
  text-align: center;
}
.cid-v9u8drGQIp {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9u8drGQIp .item-img,
.cid-v9u8drGQIp .img-wrap,
.cid-v9u8drGQIp img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-v9u8drGQIp img,
.cid-v9u8drGQIp .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-v9u8drGQIp img,
  .cid-v9u8drGQIp .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-v9u8drGQIp .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v9u8drGQIp .item:focus,
.cid-v9u8drGQIp span:focus {
  outline: none;
}
.cid-v9u8drGQIp .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v9u8drGQIp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9u8drGQIp .item {
    margin-bottom: 1rem;
  }
}
.cid-v9u8drGQIp h5 {
  margin: 0;
}
.cid-v9u8drGQIp .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9u8drGQIp .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v9u8drGQIp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9u8drGQIp .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-v9u8drGQIp .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-v9u8drGQIp .item-wrapper {
    height: auto;
  }
}
.cid-v9u8drGQIp .mbr-section-title {
  color: #e43f3f;
  text-align: left;
}
.cid-v9u8drGQIp .item-title {
  text-align: center;
}
.cid-v9u8drGQIp .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v9u8drGQIp .mbr-text,
.cid-v9u8drGQIp .item .mbr-section-btn {
  text-align: center;
}
.cid-v9u8drGQIp .mbr-section-subtitle,
.cid-v9u8drGQIp .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v9u9OpCwd2 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9u9OpCwd2 .item-img,
.cid-v9u9OpCwd2 .img-wrap,
.cid-v9u9OpCwd2 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-v9u9OpCwd2 img,
.cid-v9u9OpCwd2 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-v9u9OpCwd2 img,
  .cid-v9u9OpCwd2 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-v9u9OpCwd2 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v9u9OpCwd2 .item:focus,
.cid-v9u9OpCwd2 span:focus {
  outline: none;
}
.cid-v9u9OpCwd2 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v9u9OpCwd2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9u9OpCwd2 .item {
    margin-bottom: 1rem;
  }
}
.cid-v9u9OpCwd2 h5 {
  margin: 0;
}
.cid-v9u9OpCwd2 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9u9OpCwd2 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v9u9OpCwd2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9u9OpCwd2 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-v9u9OpCwd2 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-v9u9OpCwd2 .item-wrapper {
    height: auto;
  }
}
.cid-v9u9OpCwd2 .mbr-section-title {
  color: #e43f3f;
  text-align: left;
}
.cid-v9u9OpCwd2 .item-title {
  text-align: center;
}
.cid-v9u9OpCwd2 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v9u9OpCwd2 .mbr-text,
.cid-v9u9OpCwd2 .item .mbr-section-btn {
  text-align: center;
}
.cid-v9u9OpCwd2 .mbr-section-subtitle,
.cid-v9u9OpCwd2 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v9uerApciO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9uerApciO .item-img,
.cid-v9uerApciO .img-wrap,
.cid-v9uerApciO img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-v9uerApciO img,
.cid-v9uerApciO .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-v9uerApciO img,
  .cid-v9uerApciO .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-v9uerApciO .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v9uerApciO .item:focus,
.cid-v9uerApciO span:focus {
  outline: none;
}
.cid-v9uerApciO .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v9uerApciO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9uerApciO .item {
    margin-bottom: 1rem;
  }
}
.cid-v9uerApciO h5 {
  margin: 0;
}
.cid-v9uerApciO .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9uerApciO .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v9uerApciO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9uerApciO .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-v9uerApciO .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-v9uerApciO .item-wrapper {
    height: auto;
  }
}
.cid-v9uerApciO .mbr-section-title {
  color: #e43f3f;
  text-align: left;
}
.cid-v9uerApciO .item-title {
  text-align: center;
}
.cid-v9uerApciO .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v9uerApciO .mbr-text,
.cid-v9uerApciO .item .mbr-section-btn {
  text-align: center;
}
.cid-v9uerApciO .mbr-section-subtitle,
.cid-v9uerApciO .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v9uAjIK9ub {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9uAjIK9ub .list {
  list-style-type: disc;
  padding-left: 20px;
}
.cid-v9uAjIK9ub .list .item-wrap {
  padding: 0.2rem 0;
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
  font-family: Roboto, sans-serif;
}
.cid-v9uAjIK9ub .list li {
  list-style-color: red;
}
.cid-v9uAjIK9ub .mbr-section-title {
  text-align: justify;
  color: #e43f3f;
}
.cid-v9uAjIK9ub .mbr-section-subtitle {
  text-align: justify;
  color: #e43f3f;
}
.cid-v9u3k1FGCF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v9u3k1FGCF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9u3k1FGCF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v9u3k1FGCF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v9u3k1FGCF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9u3k1FGCF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9u3k1FGCF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v9u3k1FGCF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v9u3k1FGCF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v9u3k1FGCF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v9u3k1FGCF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v9u3k1FGCF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v9u3k1FGCF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v9u3k1FGCF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v9u3k1FGCF .media-container-row .row-copirayt p {
  width: 100%;
}
