body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'BAHNSCHRIFT 1';
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Hand_Of_Sean_Demo';
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #010320 !important;
}
.bg-success {
  background-color: #002151 !important;
}
.bg-info {
  background-color: #0f7fb1 !important;
}
.bg-warning {
  background-color: #353535 !important;
}
.bg-danger {
  background-color: #fbb538 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #010320 !important;
  border-color: #010320 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec1111 !important;
  border-color: #ec1111 !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: #9b0b0b !important;
  border-color: #9b0b0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9b0b0b !important;
  border-color: #9b0b0b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0f7fb1 !important;
  border-color: #0f7fb1 !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: #084661 !important;
  border-color: #084661 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #084661 !important;
  border-color: #084661 !important;
}
.btn-success,
.btn-success:active {
  background-color: #002151 !important;
  border-color: #002151 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fbb538 !important;
  border-color: #fbb538 !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: #d88c04 !important;
  border-color: #d88c04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d88c04 !important;
  border-color: #d88c04 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #010320;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #010320 !important;
  border-color: #010320 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1111;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9b0b0b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1111 !important;
  border-color: #ec1111 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f7fb1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #084661 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7fb1 !important;
  border-color: #0f7fb1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002151;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #002151 !important;
  border-color: #002151 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbb538;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d88c04 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fbb538 !important;
  border-color: #fbb538 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #010320 !important;
}
.text-secondary {
  color: #ec1111 !important;
}
.text-success {
  color: #002151 !important;
}
.text-info {
  color: #0f7fb1 !important;
}
.text-warning {
  color: #353535 !important;
}
.text-danger {
  color: #fbb538 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8d0a0a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #073c53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c98204 !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: #010320;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0f7fb1;
}
.alert-warning {
  background-color: #353535;
}
.alert-danger {
  background-color: #fbb538;
}
.mbr-gallery-filter li.active .btn {
  background-color: #010320;
  border-color: #010320;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #010320;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8b92fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3889ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4fbff0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #010320 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #010320;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #010320;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #010320;
}
.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: #010320;
  border-bottom-color: #010320;
}
.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: #010320 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ec1111 !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='%23010320' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sdey8J5ce9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/beautiful-shining-stars-night-sky-2000x1333.jpg");
}
@media (max-width: 991px) {
  .cid-sdey8J5ce9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdey8J5ce9 .row {
  flex-direction: row-reverse;
}
.cid-sdey8J5ce9 img {
  width: 100%;
}
.cid-sdey8Hu1Sx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdey8Hu1Sx nav.navbar {
  position: fixed;
}
.cid-sdey8Hu1Sx .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-sdey8Hu1Sx .dropdown-menu {
  padding: 0;
}
.cid-sdey8Hu1Sx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdey8Hu1Sx .dropdown-item:hover,
.cid-sdey8Hu1Sx .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sdey8Hu1Sx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdey8Hu1Sx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdey8Hu1Sx .nav-link {
  position: relative;
}
.cid-sdey8Hu1Sx .container {
  display: flex;
  margin: auto;
}
.cid-sdey8Hu1Sx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdey8Hu1Sx .navbar-caption {
  padding-right: 4rem;
}
.cid-sdey8Hu1Sx .dropdown-menu,
.cid-sdey8Hu1Sx .navbar.opened {
  background: #fafafa !important;
}
.cid-sdey8Hu1Sx .nav-item:focus,
.cid-sdey8Hu1Sx .nav-link:focus {
  outline: none;
}
.cid-sdey8Hu1Sx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdey8Hu1Sx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdey8Hu1Sx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdey8Hu1Sx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdey8Hu1Sx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdey8Hu1Sx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdey8Hu1Sx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdey8Hu1Sx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdey8Hu1Sx .navbar.opened {
  transition: all .3s;
}
.cid-sdey8Hu1Sx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdey8Hu1Sx .navbar .navbar-logo img {
  width: auto;
}
.cid-sdey8Hu1Sx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdey8Hu1Sx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdey8Hu1Sx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdey8Hu1Sx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sdey8Hu1Sx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdey8Hu1Sx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdey8Hu1Sx .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: 55%;
}
.cid-sdey8Hu1Sx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdey8Hu1Sx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdey8Hu1Sx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdey8Hu1Sx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdey8Hu1Sx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdey8Hu1Sx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdey8Hu1Sx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdey8Hu1Sx .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: 55%;
  }
  .cid-sdey8Hu1Sx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdey8Hu1Sx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdey8Hu1Sx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdey8Hu1Sx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdey8Hu1Sx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdey8Hu1Sx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdey8Hu1Sx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdey8Hu1Sx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdey8Hu1Sx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdey8Hu1Sx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdey8Hu1Sx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdey8Hu1Sx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdey8Hu1Sx .dropdown-item.active,
.cid-sdey8Hu1Sx .dropdown-item:active {
  background-color: transparent;
}
.cid-sdey8Hu1Sx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdey8Hu1Sx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdey8Hu1Sx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdey8Hu1Sx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdey8Hu1Sx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdey8Hu1Sx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdey8Hu1Sx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdey8Hu1Sx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdey8Hu1Sx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdey8Hu1Sx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sdey8Hu1Sx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdey8Hu1Sx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdey8Hu1Sx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdey8Hu1Sx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdey8Hu1Sx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdey8Hu1Sx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdey8Hu1Sx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdey8Hu1Sx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdey8Hu1Sx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdey8Hu1Sx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdey8Hu1Sx .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-sdey8Hu1Sx .navbar {
    height: 77px;
  }
  .cid-sdey8Hu1Sx .navbar.opened {
    height: auto;
  }
  .cid-sdey8Hu1Sx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOQwk3hGMi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sOQwk3hGMi .mbr-text {
    text-align: justify;
  }
}
.cid-sOQwk3hGMi .container-fluid {
  padding: 0;
}
.cid-sOQwk3hGMi .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sOQwk3hGMi img {
  height: 100%;
  object-fit: cover;
}
.cid-sOQwk3hGMi .mbr-figure {
  height: 100%;
}
.cid-sOQwk3hGMi .col-lg-7 {
  padding: 0;
}
.cid-sOQwk3hGMi .row {
  margin: 0;
}
.cid-sOQwk3hGMi .mbr-text,
.cid-sOQwk3hGMi .mbr-section-btn {
  text-align: center;
}
.cid-sOQwk3hGMi H1 {
  text-align: center;
}
.cid-sKe8N1qtzX {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-sKe8N1qtzX img,
.cid-sKe8N1qtzX .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sKe8N1qtzX .item:focus,
.cid-sKe8N1qtzX span:focus {
  outline: none;
}
.cid-sKe8N1qtzX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKe8N1qtzX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sKe8N1qtzX .item {
  padding: 0;
  margin: 0;
}
.cid-sKe8N1qtzX .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sKe8N1qtzX .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sKe8N1qtzX .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sKe8N1qtzX .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sKe8N1qtzX .item-content {
    padding: 1rem 0;
  }
}
.cid-sKe8N1qtzX .mbr-section-title {
  color: #36187d;
}
.cid-sKe8N1qtzX .item-title {
  color: #001760;
  text-align: center;
}
.cid-sKe8N1qtzX .item-subtitle {
  color: #bec2cf;
}
.cid-sKe8N1qtzX .mbr-text,
.cid-sKe8N1qtzX .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sKe8N1qtzX .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sKeb8Qagj1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-sKeb8Qagj1 img,
.cid-sKeb8Qagj1 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sKeb8Qagj1 .item:focus,
.cid-sKeb8Qagj1 span:focus {
  outline: none;
}
.cid-sKeb8Qagj1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKeb8Qagj1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sKeb8Qagj1 .item {
  padding: 0;
  margin: 0;
}
.cid-sKeb8Qagj1 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sKeb8Qagj1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sKeb8Qagj1 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sKeb8Qagj1 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sKeb8Qagj1 .item-content {
    padding: 1rem 0;
  }
}
.cid-sKeb8Qagj1 .mbr-section-title {
  color: #36187d;
}
.cid-sKeb8Qagj1 .item-title {
  color: #001760;
  text-align: center;
}
.cid-sKeb8Qagj1 .item-subtitle {
  color: #bec2cf;
}
.cid-sKeb8Qagj1 .mbr-text,
.cid-sKeb8Qagj1 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sKeb8Qagj1 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sKebLCFsFb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-sKebLCFsFb img,
.cid-sKebLCFsFb .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sKebLCFsFb .item:focus,
.cid-sKebLCFsFb span:focus {
  outline: none;
}
.cid-sKebLCFsFb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKebLCFsFb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sKebLCFsFb .item {
  padding: 0;
  margin: 0;
}
.cid-sKebLCFsFb .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sKebLCFsFb .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sKebLCFsFb .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sKebLCFsFb .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sKebLCFsFb .item-content {
    padding: 1rem 0;
  }
}
.cid-sKebLCFsFb .mbr-section-title {
  color: #36187d;
}
.cid-sKebLCFsFb .item-title {
  color: #001760;
  text-align: center;
}
.cid-sKebLCFsFb .item-subtitle {
  color: #bec2cf;
}
.cid-sKebLCFsFb .mbr-text,
.cid-sKebLCFsFb .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sKebLCFsFb .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sdey8JlZ8h {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdey8JlZ8h .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdey8JlZ8h .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdey8JlZ8h .row {
    text-align: center;
  }
  .cid-sdey8JlZ8h .row > div {
    margin: auto;
  }
  .cid-sdey8JlZ8h .social-row {
    justify-content: center;
  }
}
.cid-sdey8JlZ8h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdey8JlZ8h .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdey8JlZ8h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdey8JlZ8h .list {
    margin-bottom: 0rem;
  }
}
.cid-sdey8JlZ8h .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdey8JlZ8h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdey8JlZ8h .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdey8JlZ8h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdey8JlZ8h .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #fafafa !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scRo6Cqfsi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-scRo6Cqfsi .carousel {
    min-height: 400px;
  }
  .cid-scRo6Cqfsi .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-scRo6Cqfsi .carousel {
    min-height: 260px;
  }
  .cid-scRo6Cqfsi .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-scRo6Cqfsi .carousel {
    min-height: 220px;
  }
  .cid-scRo6Cqfsi .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-scRo6Cqfsi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scRo6Cqfsi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-scRo6Cqfsi .carousel,
.cid-scRo6Cqfsi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-scRo6Cqfsi .item-wrapper {
  width: 100%;
}
.cid-scRo6Cqfsi .carousel-caption {
  bottom: 40px;
}
.cid-scRo6Cqfsi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-scRo6Cqfsi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-scRo6Cqfsi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-scRo6Cqfsi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scRo6Cqfsi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-scRo6Cqfsi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scRo6Cqfsi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-scRo6Cqfsi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scRo6Cqfsi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scRo6Cqfsi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-scRo6Cqfsi .carousel-indicators li.active,
.cid-scRo6Cqfsi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-scRo6Cqfsi .carousel-indicators li::after,
.cid-scRo6Cqfsi .carousel-indicators li::before {
  content: none;
}
.cid-scRo6Cqfsi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-scRo6Cqfsi .carousel-indicators {
    display: none !important;
  }
}
.cid-scRo6Cqfsi H5 {
  text-align: right;
}
.cid-scRo6Cqfsi P {
  text-align: right;
}
.cid-sdetXvzc8T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sdetXvzc8T .item:focus,
.cid-sdetXvzc8T span:focus {
  outline: none;
}
.cid-sdetXvzc8T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sdetXvzc8T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fbb538;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sdetXvzc8T .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sdetXvzc8T .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sdetXvzc8T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sdetXvzc8T .mbr-section-title {
  color: #000000;
}
.cid-sdetXvzc8T .mbr-text,
.cid-sdetXvzc8T .mbr-section-btn {
  text-align: center;
}
.cid-sdetXvzc8T .item-title {
  text-align: center;
}
.cid-sdetXvzc8T .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sde1o9nuZV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/adobestock-300257228-2000x1125.png");
}
@media (max-width: 991px) {
  .cid-sde1o9nuZV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sde1o9nuZV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sde1o9nuZV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sde1o9nuZV .mbr-section-title {
  color: #ffffff;
}
.cid-sde1o9nuZV .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-sde1o9nuZV .mbr-description {
  text-align: center;
}
.cid-sdSFeneQLI {
  padding-top: 30px;
  padding-bottom: -75px;
  background-color: #efefef;
}
.cid-sdSFeneQLI .container-fluid {
  padding: 0 3rem;
}
.cid-sdSFeneQLI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-sdSFeneQLI .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdSFeneQLI .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sdSFeneQLI .card .card-wrapper {
  height: 1%;
}
.cid-sdSFeneQLI .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sdSFeneQLI .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sdSFeneQLI .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-sdSFeneQLI .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sdSFeneQLI .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-sdSFeneQLI .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sdSFeneQLI .mbr-card-text,
.cid-sdSFeneQLI .mbr-section-btn {
  color: #000000;
}
.cid-sDf5PpdYLa {
  padding-top: -75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sDf5PpdYLa .container-fluid {
  padding: 0 3rem;
}
.cid-sDf5PpdYLa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-sDf5PpdYLa .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDf5PpdYLa .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sDf5PpdYLa .card .card-wrapper {
  height: 1%;
}
.cid-sDf5PpdYLa .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sDf5PpdYLa .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sDf5PpdYLa .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-sDf5PpdYLa .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sDf5PpdYLa .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-sDf5PpdYLa .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sDf5PpdYLa .mbr-card-text,
.cid-sDf5PpdYLa .mbr-section-btn {
  color: #000000;
}
.cid-sfdVLDDsSq {
  padding-top: -75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sfdVLDDsSq .container-fluid {
  padding: 0 3rem;
}
.cid-sfdVLDDsSq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-sfdVLDDsSq .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfdVLDDsSq .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sfdVLDDsSq .card .card-wrapper {
  height: 1%;
}
.cid-sfdVLDDsSq .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sfdVLDDsSq .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sfdVLDDsSq .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-sfdVLDDsSq .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sfdVLDDsSq .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-sfdVLDDsSq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sfdVLDDsSq .mbr-card-text,
.cid-sfdVLDDsSq .mbr-section-btn {
  color: #000000;
}
.cid-soVBCoxjFq {
  padding-top: -75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soVBCoxjFq .container-fluid {
  padding: 0 3rem;
}
.cid-soVBCoxjFq .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-soVBCoxjFq .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soVBCoxjFq .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-soVBCoxjFq .card .card-wrapper {
  height: 1%;
}
.cid-soVBCoxjFq .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-soVBCoxjFq .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-soVBCoxjFq .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-soVBCoxjFq .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-soVBCoxjFq .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-soVBCoxjFq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-soVBCoxjFq .mbr-card-text,
.cid-soVBCoxjFq .mbr-section-btn {
  color: #000000;
}
.cid-sptot7SZOV {
  padding-top: -75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sptot7SZOV .container-fluid {
  padding: 0 3rem;
}
.cid-sptot7SZOV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-sptot7SZOV .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sptot7SZOV .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sptot7SZOV .card .card-wrapper {
  height: 1%;
}
.cid-sptot7SZOV .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-sptot7SZOV .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sptot7SZOV .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-sptot7SZOV .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-sptot7SZOV .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-sptot7SZOV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sptot7SZOV .mbr-card-text,
.cid-sptot7SZOV .mbr-section-btn {
  color: #000000;
}
.cid-tl1WeK7m1q {
  padding-top: -75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tl1WeK7m1q .container-fluid {
  padding: 0 3rem;
}
.cid-tl1WeK7m1q .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-tl1WeK7m1q .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tl1WeK7m1q .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tl1WeK7m1q .card .card-wrapper {
  height: 1%;
}
.cid-tl1WeK7m1q .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tl1WeK7m1q .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tl1WeK7m1q .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-tl1WeK7m1q .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tl1WeK7m1q .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tl1WeK7m1q .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tl1WeK7m1q .mbr-card-text,
.cid-tl1WeK7m1q .mbr-section-btn {
  color: #000000;
}
.cid-sD3PzC1J3k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sD3PzC1J3k .carousel {
    min-height: 800px;
  }
  .cid-sD3PzC1J3k .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sD3PzC1J3k .carousel {
    min-height: 520px;
  }
  .cid-sD3PzC1J3k .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sD3PzC1J3k .carousel {
    min-height: 440px;
  }
  .cid-sD3PzC1J3k .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-sD3PzC1J3k .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sD3PzC1J3k .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sD3PzC1J3k .carousel,
.cid-sD3PzC1J3k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sD3PzC1J3k .item-wrapper {
  width: 100%;
}
.cid-sD3PzC1J3k .carousel-caption {
  bottom: 40px;
}
.cid-sD3PzC1J3k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sD3PzC1J3k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sD3PzC1J3k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sD3PzC1J3k .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sD3PzC1J3k .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sD3PzC1J3k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sD3PzC1J3k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sD3PzC1J3k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sD3PzC1J3k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sD3PzC1J3k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sD3PzC1J3k .carousel-indicators li.active,
.cid-sD3PzC1J3k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sD3PzC1J3k .carousel-indicators li::after,
.cid-sD3PzC1J3k .carousel-indicators li::before {
  content: none;
}
.cid-sD3PzC1J3k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sD3PzC1J3k .carousel-indicators {
    display: none !important;
  }
}
.cid-sD3PzC1J3k H5 {
  text-align: right;
}
.cid-sD3PzC1J3k P {
  text-align: right;
}
.cid-sdeqCgJWHg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdeqCgJWHg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdeqCgJWHg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdeqCgJWHg .row {
    text-align: center;
  }
  .cid-sdeqCgJWHg .row > div {
    margin: auto;
  }
  .cid-sdeqCgJWHg .social-row {
    justify-content: center;
  }
}
.cid-sdeqCgJWHg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdeqCgJWHg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdeqCgJWHg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdeqCgJWHg .list {
    margin-bottom: 0rem;
  }
}
.cid-sdeqCgJWHg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdeqCgJWHg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdeqCgJWHg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdeqCgJWHg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdeqCgJWHg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sdeyW0vC6j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdeyW0vC6j nav.navbar {
  position: fixed;
}
.cid-sdeyW0vC6j .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-sdeyW0vC6j .dropdown-menu {
  padding: 0;
}
.cid-sdeyW0vC6j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdeyW0vC6j .dropdown-item:hover,
.cid-sdeyW0vC6j .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sdeyW0vC6j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdeyW0vC6j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdeyW0vC6j .nav-link {
  position: relative;
}
.cid-sdeyW0vC6j .container {
  display: flex;
  margin: auto;
}
.cid-sdeyW0vC6j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdeyW0vC6j .navbar-caption {
  padding-right: 4rem;
}
.cid-sdeyW0vC6j .dropdown-menu,
.cid-sdeyW0vC6j .navbar.opened {
  background: #fafafa !important;
}
.cid-sdeyW0vC6j .nav-item:focus,
.cid-sdeyW0vC6j .nav-link:focus {
  outline: none;
}
.cid-sdeyW0vC6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdeyW0vC6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdeyW0vC6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdeyW0vC6j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdeyW0vC6j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdeyW0vC6j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdeyW0vC6j .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdeyW0vC6j .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdeyW0vC6j .navbar.opened {
  transition: all .3s;
}
.cid-sdeyW0vC6j .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdeyW0vC6j .navbar .navbar-logo img {
  width: auto;
}
.cid-sdeyW0vC6j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdeyW0vC6j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdeyW0vC6j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdeyW0vC6j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sdeyW0vC6j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdeyW0vC6j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdeyW0vC6j .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: 55%;
}
.cid-sdeyW0vC6j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdeyW0vC6j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdeyW0vC6j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdeyW0vC6j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdeyW0vC6j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdeyW0vC6j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdeyW0vC6j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdeyW0vC6j .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: 55%;
  }
  .cid-sdeyW0vC6j .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdeyW0vC6j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdeyW0vC6j .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdeyW0vC6j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdeyW0vC6j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdeyW0vC6j .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdeyW0vC6j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdeyW0vC6j .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdeyW0vC6j .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdeyW0vC6j .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdeyW0vC6j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdeyW0vC6j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdeyW0vC6j .dropdown-item.active,
.cid-sdeyW0vC6j .dropdown-item:active {
  background-color: transparent;
}
.cid-sdeyW0vC6j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdeyW0vC6j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdeyW0vC6j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdeyW0vC6j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdeyW0vC6j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdeyW0vC6j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdeyW0vC6j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdeyW0vC6j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdeyW0vC6j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdeyW0vC6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sdeyW0vC6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdeyW0vC6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdeyW0vC6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdeyW0vC6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdeyW0vC6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdeyW0vC6j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdeyW0vC6j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdeyW0vC6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdeyW0vC6j .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdeyW0vC6j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdeyW0vC6j .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-sdeyW0vC6j .navbar {
    height: 77px;
  }
  .cid-sdeyW0vC6j .navbar.opened {
    height: auto;
  }
  .cid-sdeyW0vC6j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdeyW1LYR3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sdeyW1LYR3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdeyW1LYR3 .row {
  flex-direction: row-reverse;
}
.cid-sdeyW1LYR3 img {
  width: 100%;
}
.cid-sdCFOIWGoG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdCFOIWGoG .card-icon {
  font-size: 72px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sdCFOIWGoG .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sdCFOIWGoG .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sdCFOIWGoG p {
  font-weight: 400;
}
.cid-sdCFOIWGoG .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sdCFOIWGoG .link-ico:hover {
  background-color: #efefef;
  border-color: #efefef;
  color: gray!important;
}
.cid-sdCFOIWGoG .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sdCFOIWGoG .bg1 {
  background: #0c1140;
}
.cid-sdCFOIWGoG .bg2 {
  background: #082964;
}
.cid-sdCFOIWGoG .bg3 {
  background: #0f3d91;
}
.cid-sdCFOIWGoG .bg4 {
  background: #1e53b4;
}
.cid-sdCFOIWGoG .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sdCFOIWGoG .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: gray!important;
}
.cid-sdCFOIWGoG .col-lg-x {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-sdCFOIWGoG .card-title,
.cid-sdCFOIWGoG .card-ico,
.cid-sdCFOIWGoG .line-wrap {
  text-align: justify;
  color: #ffffff;
}
.cid-sdCFOIWGoG .mbr-text,
.cid-sdCFOIWGoG .card-link {
  text-align: justify;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdCFOIWGoG .row {
    padding: 0 1rem;
  }
}
.cid-soVket9G2W {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-soVket9G2W .google-map {
  height: 350px;
  position: relative;
}
.cid-soVket9G2W .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-soVket9G2W .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-soVket9G2W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-soVket9G2W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sftS7wW4gR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f2f2;
}
.cid-sftS7wW4gR .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-sftS7wW4gR h2,
.cid-sftS7wW4gR h3,
.cid-sftS7wW4gR h4,
.cid-sftS7wW4gR p {
  color: #ffffff;
}
.cid-sftS7wW4gR .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sftS7wW4gR .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sftS7wW4gR .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sftS7wW4gR .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #e7e7e7;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sftS7wW4gR .form-control:focus,
.cid-sftS7wW4gR .form-control:hover {
  border: 1px solid #ffffff;
  background-color: #f5f5f5;
}
.cid-sftS7wW4gR .form-group {
  margin-bottom: 1rem;
}
.cid-sftS7wW4gR input::-webkit-input-placeholder,
.cid-sftS7wW4gR textarea::-webkit-input-placeholder {
  color: #080f41;
}
.cid-sftS7wW4gR input:-moz-placeholder,
.cid-sftS7wW4gR textarea:-moz-placeholder {
  color: #080f41;
}
.cid-sftS7wW4gR .jq-selectbox li,
.cid-sftS7wW4gR .jq-selectbox li {
  background-color: #e7e7e7;
  color: #000000;
}
.cid-sftS7wW4gR .jq-selectbox li:hover,
.cid-sftS7wW4gR .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sftS7wW4gR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e7e7e7;
}
.cid-sftS7wW4gR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sftS7wW4gR .mbr-text {
  color: #767676;
}
.cid-sftS7wW4gR a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sftS7wW4gR .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sftS7wW4gR .input-group-btn {
  display: block;
  text-align: justify;
}
.cid-sftS7wW4gR textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sftS7wW4gR h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sftS7wW4gR .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sftS7wW4gR .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sftS7wW4gR .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sftS7wW4gR H2 {
  text-align: justify;
  color: #000000;
}
.cid-sftS7wW4gR H3 {
  color: #000000;
}
.cid-sKvmSsrlJ0 {
  background: #ffffff;
}
.cid-sKvmSsrlJ0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKvmSsrlJ0 figcaption {
  position: relative;
}
.cid-sKvmSsrlJ0 figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKvmSsrlJ0 .image-block {
    width: 100% !important;
  }
}
.cid-sdeyW1XD4X {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdeyW1XD4X .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdeyW1XD4X .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdeyW1XD4X .row {
    text-align: center;
  }
  .cid-sdeyW1XD4X .row > div {
    margin: auto;
  }
  .cid-sdeyW1XD4X .social-row {
    justify-content: center;
  }
}
.cid-sdeyW1XD4X .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdeyW1XD4X .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdeyW1XD4X .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdeyW1XD4X .list {
    margin-bottom: 0rem;
  }
}
.cid-sdeyW1XD4X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdeyW1XD4X .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdeyW1XD4X .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdeyW1XD4X div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdeyW1XD4X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sdezJxdhID {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdezJxdhID nav.navbar {
  position: fixed;
}
.cid-sdezJxdhID .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-sdezJxdhID .dropdown-menu {
  padding: 0;
}
.cid-sdezJxdhID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdezJxdhID .dropdown-item:hover,
.cid-sdezJxdhID .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sdezJxdhID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdezJxdhID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdezJxdhID .nav-link {
  position: relative;
}
.cid-sdezJxdhID .container {
  display: flex;
  margin: auto;
}
.cid-sdezJxdhID .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdezJxdhID .navbar-caption {
  padding-right: 4rem;
}
.cid-sdezJxdhID .dropdown-menu,
.cid-sdezJxdhID .navbar.opened {
  background: #fafafa !important;
}
.cid-sdezJxdhID .nav-item:focus,
.cid-sdezJxdhID .nav-link:focus {
  outline: none;
}
.cid-sdezJxdhID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdezJxdhID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdezJxdhID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdezJxdhID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdezJxdhID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdezJxdhID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdezJxdhID .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdezJxdhID .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdezJxdhID .navbar.opened {
  transition: all .3s;
}
.cid-sdezJxdhID .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdezJxdhID .navbar .navbar-logo img {
  width: auto;
}
.cid-sdezJxdhID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdezJxdhID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdezJxdhID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdezJxdhID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sdezJxdhID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdezJxdhID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdezJxdhID .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: 55%;
}
.cid-sdezJxdhID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdezJxdhID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdezJxdhID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdezJxdhID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdezJxdhID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdezJxdhID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdezJxdhID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdezJxdhID .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: 55%;
  }
  .cid-sdezJxdhID .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdezJxdhID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdezJxdhID .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdezJxdhID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdezJxdhID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdezJxdhID .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdezJxdhID .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdezJxdhID .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdezJxdhID .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdezJxdhID .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdezJxdhID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdezJxdhID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdezJxdhID .dropdown-item.active,
.cid-sdezJxdhID .dropdown-item:active {
  background-color: transparent;
}
.cid-sdezJxdhID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdezJxdhID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdezJxdhID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdezJxdhID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdezJxdhID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdezJxdhID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdezJxdhID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdezJxdhID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdezJxdhID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdezJxdhID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sdezJxdhID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdezJxdhID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdezJxdhID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdezJxdhID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdezJxdhID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdezJxdhID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdezJxdhID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdezJxdhID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdezJxdhID .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdezJxdhID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdezJxdhID .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-sdezJxdhID .navbar {
    height: 77px;
  }
  .cid-sdezJxdhID .navbar.opened {
    height: auto;
  }
  .cid-sdezJxdhID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdezJxwCEf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (max-width: 998px) {
  .cid-sdezJxwCEf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdezJxwCEf .row {
  flex-direction: row-reverse;
}
.cid-sdezJxwCEf img {
  width: 100%;
}
.cid-sfSIxwf51m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-sfSIxwf51m h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sfSIxwf51m .container {
    position: relative;
  }
  .cid-sfSIxwf51m .row {
    margin: 0;
  }
  .cid-sfSIxwf51m h2 {
    margin: 0;
  }
}
.cid-sfSIxwf51m .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sfSIxwf51m .mbr-text {
  margin-top: 1.4rem;
}
.cid-sfSIxwf51m h2 {
  color: #0a1742;
}
.cid-sfSIvV1JAQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-sfSIvV1JAQ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfSIvV1JAQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfSIvV1JAQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfSIvV1JAQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfSIvV1JAQ .mbr-text {
  color: #000000;
}
.cid-sdwuEerZjP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sdwuEerZjP .mbr-section-subtitle {
  text-align: center;
}
.cid-sfSMvMcxv5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/responsabilidad-2-1284x1284.png");
}
.cid-sfSMvMcxv5 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-sfSMvMcxv5 .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sfSMvMcxv5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sdwuEyo4yK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sdwuEyo4yK .mbr-section-subtitle {
  text-align: center;
}
.cid-sg3aAcHEQ5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sg3aAcHEQ5 .mbr-section-subtitle {
  text-align: center;
}
.cid-sePveMxmip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04022d;
}
.cid-sePveMxmip .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sePveMxmip .mbr-text {
  color: #ffffff;
}
.cid-sgxwwiZRGQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgxwwiZRGQ .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sgxwwiZRGQ .top-line {
    justify-content: center;
  }
}
.cid-sgxwwiZRGQ .mbr-section-title,
.cid-sgxwwiZRGQ .mbr-section-subtitle {
  text-align: center;
}
.cid-sgxwwiZRGQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sgxwwiZRGQ .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-sgxwwiZRGQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sgxwwiZRGQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sgxwwiZRGQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgxwwiZRGQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sgxwwiZRGQ .mbr-text {
  text-align: left;
}
.cid-sfSOEGcm80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #04022d;
}
.cid-sfSOEGcm80 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sfSOEGcm80 .mbr-text {
  color: #ffffff;
}
.cid-sg3Sartckw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sg3Sartckw .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg3Sartckw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg3Sartckw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg3Sartckw .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg3Sartckw .mbr-text {
  color: #000000;
}
.cid-sdwuEShH4b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sdwuEShH4b .mbr-section-subtitle {
  text-align: center;
}
.cid-sdwuRDZh5C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sdwuRDZh5C .mbr-section-subtitle {
  text-align: center;
}
.cid-sfXiNxf6fP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-sfXiNxf6fP .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfXiNxf6fP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfXiNxf6fP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfXiNxf6fP .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfXiNxf6fP .mbr-text {
  color: #000000;
}
.cid-sfSZaxJoCs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfSZaxJoCs .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-sfSZaxJoCs .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-sfSZaxJoCs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sfSZQlPJFG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000f35;
}
.cid-sfSZQlPJFG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfSZQlPJFG .mbr-text {
  color: #ffffff;
}
.cid-sfT03yEW7n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/negocios-2-2000x1337.jpg");
}
.cid-sfT03yEW7n .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-sfT03yEW7n .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-sfT03yEW7n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sdYVtIoHv5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000f35;
}
.cid-sdYVtIoHv5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sdYVtIoHv5 .mbr-text {
  color: #ffffff;
}
.cid-sdezJxIKRS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdezJxIKRS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdezJxIKRS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdezJxIKRS .row {
    text-align: center;
  }
  .cid-sdezJxIKRS .row > div {
    margin: auto;
  }
  .cid-sdezJxIKRS .social-row {
    justify-content: center;
  }
}
.cid-sdezJxIKRS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdezJxIKRS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdezJxIKRS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdezJxIKRS .list {
    margin-bottom: 0rem;
  }
}
.cid-sdezJxIKRS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdezJxIKRS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdezJxIKRS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdezJxIKRS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdezJxIKRS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sdeNP9cXLH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdeNP9cXLH nav.navbar {
  position: fixed;
}
.cid-sdeNP9cXLH .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-sdeNP9cXLH .dropdown-menu {
  padding: 0;
}
.cid-sdeNP9cXLH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdeNP9cXLH .dropdown-item:hover,
.cid-sdeNP9cXLH .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sdeNP9cXLH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdeNP9cXLH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdeNP9cXLH .nav-link {
  position: relative;
}
.cid-sdeNP9cXLH .container {
  display: flex;
  margin: auto;
}
.cid-sdeNP9cXLH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdeNP9cXLH .navbar-caption {
  padding-right: 4rem;
}
.cid-sdeNP9cXLH .dropdown-menu,
.cid-sdeNP9cXLH .navbar.opened {
  background: #fafafa !important;
}
.cid-sdeNP9cXLH .nav-item:focus,
.cid-sdeNP9cXLH .nav-link:focus {
  outline: none;
}
.cid-sdeNP9cXLH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdeNP9cXLH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdeNP9cXLH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdeNP9cXLH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdeNP9cXLH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdeNP9cXLH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdeNP9cXLH .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdeNP9cXLH .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdeNP9cXLH .navbar.opened {
  transition: all .3s;
}
.cid-sdeNP9cXLH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdeNP9cXLH .navbar .navbar-logo img {
  width: auto;
}
.cid-sdeNP9cXLH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdeNP9cXLH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdeNP9cXLH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdeNP9cXLH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sdeNP9cXLH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdeNP9cXLH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdeNP9cXLH .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: 55%;
}
.cid-sdeNP9cXLH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdeNP9cXLH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdeNP9cXLH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdeNP9cXLH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdeNP9cXLH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdeNP9cXLH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdeNP9cXLH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdeNP9cXLH .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: 55%;
  }
  .cid-sdeNP9cXLH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdeNP9cXLH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdeNP9cXLH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdeNP9cXLH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdeNP9cXLH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdeNP9cXLH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdeNP9cXLH .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdeNP9cXLH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdeNP9cXLH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdeNP9cXLH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdeNP9cXLH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdeNP9cXLH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdeNP9cXLH .dropdown-item.active,
.cid-sdeNP9cXLH .dropdown-item:active {
  background-color: transparent;
}
.cid-sdeNP9cXLH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdeNP9cXLH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdeNP9cXLH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdeNP9cXLH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdeNP9cXLH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdeNP9cXLH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdeNP9cXLH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdeNP9cXLH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdeNP9cXLH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdeNP9cXLH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sdeNP9cXLH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdeNP9cXLH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdeNP9cXLH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdeNP9cXLH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdeNP9cXLH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdeNP9cXLH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdeNP9cXLH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdeNP9cXLH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdeNP9cXLH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdeNP9cXLH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdeNP9cXLH .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-sdeNP9cXLH .navbar {
    height: 77px;
  }
  .cid-sdeNP9cXLH .navbar.opened {
    height: auto;
  }
  .cid-sdeNP9cXLH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdeNP9A5FC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #010a26;
}
@media (max-width: 991px) {
  .cid-sdeNP9A5FC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdeNP9A5FC .row {
  flex-direction: row-reverse;
}
.cid-sdeNP9A5FC img {
  width: 100%;
}
.cid-sdePC6DmZ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #010a26;
}
.cid-sdePC6DmZ5 .video-wrapper iframe {
  width: 100%;
}
.cid-sdePC6DmZ5 .mbr-section-title,
.cid-sdePC6DmZ5 .mbr-section-subtitle,
.cid-sdePC6DmZ5 .mbr-text {
  text-align: center;
}
.cid-sdePC6DmZ5 .mbr-section-title {
  color: #ffffff;
}
.cid-sdePC6DmZ5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sdeRhkMTet {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #071440;
}
@media (max-width: 991px) {
  .cid-sdeRhkMTet .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdeRhkMTet img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sdeRhkMTet .text-wrapper {
    padding: 2rem;
  }
}
.cid-sdeRhkMTet .mbr-text {
  color: #ffffff;
}
.cid-sdeU3oG0Zm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/icon-a-2000x1600.png");
}
.cid-sdeU3oG0Zm .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sdeU3oG0Zm .mbr-section-title,
.cid-sdeU3oG0Zm .mbr-section-subtitle {
  text-align: center;
}
.cid-sdeU3oG0Zm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sdeU3oG0Zm .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sdeU3oG0Zm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sdeU3oG0Zm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sdeU3oG0Zm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdeU3oG0Zm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sdeU3oG0Zm .card-title {
  color: #002151;
}
.cid-sdeU3oG0Zm H3 {
  color: #ffffff;
}
.cid-sdeU3oG0Zm .mbr-text {
  color: #010a26;
}
.cid-shVSdN990r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #010a26;
}
.cid-shVSdN990r .video-wrapper iframe {
  width: 100%;
}
.cid-shVSdN990r .mbr-section-title,
.cid-shVSdN990r .mbr-section-subtitle,
.cid-shVSdN990r .mbr-text {
  text-align: center;
}
.cid-shVSdN990r .mbr-text {
  color: #ffffff;
}
.cid-shVSdN990r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sdeNP9Nkgx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdeNP9Nkgx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdeNP9Nkgx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdeNP9Nkgx .row {
    text-align: center;
  }
  .cid-sdeNP9Nkgx .row > div {
    margin: auto;
  }
  .cid-sdeNP9Nkgx .social-row {
    justify-content: center;
  }
}
.cid-sdeNP9Nkgx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdeNP9Nkgx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdeNP9Nkgx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdeNP9Nkgx .list {
    margin-bottom: 0rem;
  }
}
.cid-sdeNP9Nkgx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdeNP9Nkgx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdeNP9Nkgx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdeNP9Nkgx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdeNP9Nkgx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sdldnZxxm7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdldnZxxm7 nav.navbar {
  position: fixed;
}
.cid-sdldnZxxm7 .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-sdldnZxxm7 .dropdown-menu {
  padding: 0;
}
.cid-sdldnZxxm7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdldnZxxm7 .dropdown-item:hover,
.cid-sdldnZxxm7 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sdldnZxxm7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdldnZxxm7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdldnZxxm7 .nav-link {
  position: relative;
}
.cid-sdldnZxxm7 .container {
  display: flex;
  margin: auto;
}
.cid-sdldnZxxm7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdldnZxxm7 .navbar-caption {
  padding-right: 4rem;
}
.cid-sdldnZxxm7 .dropdown-menu,
.cid-sdldnZxxm7 .navbar.opened {
  background: #fafafa !important;
}
.cid-sdldnZxxm7 .nav-item:focus,
.cid-sdldnZxxm7 .nav-link:focus {
  outline: none;
}
.cid-sdldnZxxm7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdldnZxxm7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdldnZxxm7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdldnZxxm7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdldnZxxm7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdldnZxxm7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdldnZxxm7 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdldnZxxm7 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdldnZxxm7 .navbar.opened {
  transition: all .3s;
}
.cid-sdldnZxxm7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdldnZxxm7 .navbar .navbar-logo img {
  width: auto;
}
.cid-sdldnZxxm7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdldnZxxm7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdldnZxxm7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdldnZxxm7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sdldnZxxm7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdldnZxxm7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdldnZxxm7 .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: 55%;
}
.cid-sdldnZxxm7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdldnZxxm7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdldnZxxm7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdldnZxxm7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdldnZxxm7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdldnZxxm7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdldnZxxm7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdldnZxxm7 .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: 55%;
  }
  .cid-sdldnZxxm7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdldnZxxm7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdldnZxxm7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdldnZxxm7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdldnZxxm7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdldnZxxm7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdldnZxxm7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdldnZxxm7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdldnZxxm7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdldnZxxm7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdldnZxxm7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdldnZxxm7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdldnZxxm7 .dropdown-item.active,
.cid-sdldnZxxm7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdldnZxxm7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdldnZxxm7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdldnZxxm7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdldnZxxm7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdldnZxxm7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdldnZxxm7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdldnZxxm7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdldnZxxm7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdldnZxxm7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdldnZxxm7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sdldnZxxm7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdldnZxxm7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdldnZxxm7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdldnZxxm7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdldnZxxm7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdldnZxxm7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdldnZxxm7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdldnZxxm7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdldnZxxm7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdldnZxxm7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdldnZxxm7 .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-sdldnZxxm7 .navbar {
    height: 77px;
  }
  .cid-sdldnZxxm7 .navbar.opened {
    height: auto;
  }
  .cid-sdldnZxxm7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdldo00hIs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sdldo00hIs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdldo00hIs .row {
  flex-direction: row-reverse;
}
.cid-sdldo00hIs img {
  width: 100%;
}
.cid-sdAMdeP4SL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sdAMdeP4SL .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sdAMdeP4SL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdAMdeP4SL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sdAMdeP4SL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sdAMdeP4SL .mbr-text {
  color: #000000;
}
.cid-sdAMdeP4SL .mbr-section-title {
  color: #000000;
}
.cid-sfAL1vfa69 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sfAL1vfa69 .row {
  flex-direction: row-reverse;
}
.cid-sfAL1vfa69 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfAL1vfa69 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfAL1vfa69 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfAL1vfa69 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfAL1vfa69 .mbr-section-title {
  text-align: center;
}
.cid-sfAL1vfa69 .mbr-text {
  color: #000000;
}
.cid-sfB0hcW4I9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #286497;
}
@media (min-width: 992px) {
  .cid-sfB0hcW4I9 .carousel {
    min-height: 800px;
  }
  .cid-sfB0hcW4I9 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sfB0hcW4I9 .carousel {
    min-height: 520px;
  }
  .cid-sfB0hcW4I9 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sfB0hcW4I9 .carousel {
    min-height: 440px;
  }
  .cid-sfB0hcW4I9 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-sfB0hcW4I9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfB0hcW4I9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sfB0hcW4I9 .carousel,
.cid-sfB0hcW4I9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sfB0hcW4I9 .item-wrapper {
  width: 100%;
}
.cid-sfB0hcW4I9 .carousel-caption {
  bottom: 40px;
}
.cid-sfB0hcW4I9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sfB0hcW4I9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sfB0hcW4I9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sfB0hcW4I9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfB0hcW4I9 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sfB0hcW4I9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfB0hcW4I9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sfB0hcW4I9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfB0hcW4I9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfB0hcW4I9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sfB0hcW4I9 .carousel-indicators li.active,
.cid-sfB0hcW4I9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sfB0hcW4I9 .carousel-indicators li::after,
.cid-sfB0hcW4I9 .carousel-indicators li::before {
  content: none;
}
.cid-sfB0hcW4I9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sfB0hcW4I9 .carousel-indicators {
    display: none !important;
  }
}
.cid-sfB0hcW4I9 H5 {
  text-align: right;
}
.cid-sfB0hcW4I9 P {
  text-align: right;
}
.cid-sdldo0giMm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdldo0giMm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdldo0giMm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdldo0giMm .row {
    text-align: center;
  }
  .cid-sdldo0giMm .row > div {
    margin: auto;
  }
  .cid-sdldo0giMm .social-row {
    justify-content: center;
  }
}
.cid-sdldo0giMm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdldo0giMm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdldo0giMm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdldo0giMm .list {
    margin-bottom: 0rem;
  }
}
.cid-sdldo0giMm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdldo0giMm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdldo0giMm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdldo0giMm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdldo0giMm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sdqNju7kf8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdqNju7kf8 nav.navbar {
  position: fixed;
}
.cid-sdqNju7kf8 .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-sdqNju7kf8 .dropdown-menu {
  padding: 0;
}
.cid-sdqNju7kf8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdqNju7kf8 .dropdown-item:hover,
.cid-sdqNju7kf8 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sdqNju7kf8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdqNju7kf8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdqNju7kf8 .nav-link {
  position: relative;
}
.cid-sdqNju7kf8 .container {
  display: flex;
  margin: auto;
}
.cid-sdqNju7kf8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdqNju7kf8 .navbar-caption {
  padding-right: 4rem;
}
.cid-sdqNju7kf8 .dropdown-menu,
.cid-sdqNju7kf8 .navbar.opened {
  background: #fafafa !important;
}
.cid-sdqNju7kf8 .nav-item:focus,
.cid-sdqNju7kf8 .nav-link:focus {
  outline: none;
}
.cid-sdqNju7kf8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdqNju7kf8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdqNju7kf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdqNju7kf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdqNju7kf8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdqNju7kf8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdqNju7kf8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdqNju7kf8 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdqNju7kf8 .navbar.opened {
  transition: all .3s;
}
.cid-sdqNju7kf8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdqNju7kf8 .navbar .navbar-logo img {
  width: auto;
}
.cid-sdqNju7kf8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdqNju7kf8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdqNju7kf8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdqNju7kf8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sdqNju7kf8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdqNju7kf8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdqNju7kf8 .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: 55%;
}
.cid-sdqNju7kf8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdqNju7kf8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdqNju7kf8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdqNju7kf8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdqNju7kf8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdqNju7kf8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdqNju7kf8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdqNju7kf8 .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: 55%;
  }
  .cid-sdqNju7kf8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdqNju7kf8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdqNju7kf8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdqNju7kf8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdqNju7kf8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdqNju7kf8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdqNju7kf8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdqNju7kf8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdqNju7kf8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdqNju7kf8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdqNju7kf8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdqNju7kf8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdqNju7kf8 .dropdown-item.active,
.cid-sdqNju7kf8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdqNju7kf8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdqNju7kf8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdqNju7kf8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdqNju7kf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdqNju7kf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdqNju7kf8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdqNju7kf8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdqNju7kf8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdqNju7kf8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdqNju7kf8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sdqNju7kf8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdqNju7kf8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdqNju7kf8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdqNju7kf8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdqNju7kf8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdqNju7kf8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdqNju7kf8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdqNju7kf8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdqNju7kf8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdqNju7kf8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdqNju7kf8 .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-sdqNju7kf8 .navbar {
    height: 77px;
  }
  .cid-sdqNju7kf8 .navbar.opened {
    height: auto;
  }
  .cid-sdqNju7kf8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdqNjuCFaF {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sdqNjuCFaF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdqNjuCFaF .row {
  flex-direction: row-reverse;
}
.cid-sdqNjuCFaF img {
  width: 100%;
}
.cid-sfXp6N9AgF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfXp6N9AgF .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfXp6N9AgF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfXp6N9AgF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfXp6N9AgF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfXp6N9AgF .mbr-text {
  color: #000000;
}
.cid-sfcIsnncYf {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #091043;
}
.cid-sfcIsnncYf .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sfcIsnncYf .mbr-media {
  z-index: 2;
}
.cid-sfcIsnncYf .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-sfcIsnncYf .box:before {
  background-image: url("../../../assets/images/26580-2000x1333.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-sfcIsnncYf .box:hover span {
  transform: scale(1.2);
}
.cid-sfcIsnncYf .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-sfcIsnncYf .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-sfcIsnncYf .icon-wrap span {
  padding-left: 4px;
}
.cid-sfcIsnncYf .mbr-media span {
  font-size: 6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: linear-gradient(to left, #ec1111, #010320);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sfcIsnncYf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sfcIsnncYf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfcIsnncYf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfcIsnncYf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfcIsnncYf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfcIsnncYf a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sfcIsnncYf .box {
    height: 250px;
  }
}
.cid-sfcIsnncYf .mbr-section-title {
  color: #ffffff;
}
.cid-sfcIsnncYf H4 {
  color: #000000;
}
.cid-sfcIsnncYf P {
  color: #999999;
}
.cid-sdwLvqnuFZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sdwLvqnuFZ .mbr-section-subtitle {
  color: #37a41c;
}
.cid-sdwPMFrFoc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/26580-2000x1333.jpg");
}
.cid-sdwPMFrFoc .mbr-section-title {
  text-align: justify;
  color: #bed3f9;
}
.cid-sdwPMFrFoc .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-ti03aps2ps {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ti03aps2ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti03aps2ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ti03aps2ps .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti03aps2ps .row {
  flex-direction: row-reverse;
}
.cid-ti03aps2ps img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ti03aps2ps .text-wrapper {
    padding: 2rem;
  }
}
.cid-ti03aps2ps .mbr-text {
  text-align: left;
}
.cid-thZYM2wDyK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thZYM2wDyK .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-thZYM2wDyK .text-wrapper {
    padding: 2rem;
  }
}
.cid-thZYM2wDyK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-thZYM2wDyK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thZYM2wDyK .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-thZYM2wDyK .mbr-section-title {
  text-align: center;
}
.cid-sdqNjuTiMm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdqNjuTiMm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdqNjuTiMm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdqNjuTiMm .row {
    text-align: center;
  }
  .cid-sdqNjuTiMm .row > div {
    margin: auto;
  }
  .cid-sdqNjuTiMm .social-row {
    justify-content: center;
  }
}
.cid-sdqNjuTiMm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdqNjuTiMm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdqNjuTiMm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdqNjuTiMm .list {
    margin-bottom: 0rem;
  }
}
.cid-sdqNjuTiMm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdqNjuTiMm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdqNjuTiMm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdqNjuTiMm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdqNjuTiMm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sePoqlNVEN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sePoqlNVEN nav.navbar {
  position: fixed;
}
.cid-sePoqlNVEN .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-sePoqlNVEN .dropdown-menu {
  padding: 0;
}
.cid-sePoqlNVEN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sePoqlNVEN .dropdown-item:hover,
.cid-sePoqlNVEN .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sePoqlNVEN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sePoqlNVEN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sePoqlNVEN .nav-link {
  position: relative;
}
.cid-sePoqlNVEN .container {
  display: flex;
  margin: auto;
}
.cid-sePoqlNVEN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sePoqlNVEN .navbar-caption {
  padding-right: 4rem;
}
.cid-sePoqlNVEN .dropdown-menu,
.cid-sePoqlNVEN .navbar.opened {
  background: #fafafa !important;
}
.cid-sePoqlNVEN .nav-item:focus,
.cid-sePoqlNVEN .nav-link:focus {
  outline: none;
}
.cid-sePoqlNVEN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sePoqlNVEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sePoqlNVEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sePoqlNVEN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sePoqlNVEN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sePoqlNVEN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sePoqlNVEN .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sePoqlNVEN .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sePoqlNVEN .navbar.opened {
  transition: all .3s;
}
.cid-sePoqlNVEN .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sePoqlNVEN .navbar .navbar-logo img {
  width: auto;
}
.cid-sePoqlNVEN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sePoqlNVEN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sePoqlNVEN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sePoqlNVEN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sePoqlNVEN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sePoqlNVEN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sePoqlNVEN .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: 55%;
}
.cid-sePoqlNVEN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sePoqlNVEN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sePoqlNVEN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sePoqlNVEN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sePoqlNVEN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sePoqlNVEN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sePoqlNVEN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sePoqlNVEN .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: 55%;
  }
  .cid-sePoqlNVEN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sePoqlNVEN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sePoqlNVEN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sePoqlNVEN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sePoqlNVEN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sePoqlNVEN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sePoqlNVEN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sePoqlNVEN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sePoqlNVEN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sePoqlNVEN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sePoqlNVEN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sePoqlNVEN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sePoqlNVEN .dropdown-item.active,
.cid-sePoqlNVEN .dropdown-item:active {
  background-color: transparent;
}
.cid-sePoqlNVEN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sePoqlNVEN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sePoqlNVEN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sePoqlNVEN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sePoqlNVEN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sePoqlNVEN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sePoqlNVEN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sePoqlNVEN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sePoqlNVEN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sePoqlNVEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sePoqlNVEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sePoqlNVEN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sePoqlNVEN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sePoqlNVEN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sePoqlNVEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sePoqlNVEN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sePoqlNVEN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sePoqlNVEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sePoqlNVEN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sePoqlNVEN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sePoqlNVEN .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-sePoqlNVEN .navbar {
    height: 77px;
  }
  .cid-sePoqlNVEN .navbar.opened {
    height: auto;
  }
  .cid-sePoqlNVEN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sePoqmdyKA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sePoqmdyKA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sePoqmdyKA .row {
  flex-direction: row-reverse;
}
.cid-sePoqmdyKA img {
  width: 100%;
}
.cid-shhulUchdD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-shhulUchdD .mbr-section-subtitle {
  color: #000000;
}
.cid-shhulUchdD .mbr-text {
  color: #000000;
}
.cid-sePoqn83L1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sePoqn83L1 .mbr-section-subtitle {
  color: #03142f;
}
.cid-sePoqn83L1 .mbr-text {
  color: #000000;
}
.cid-sePTaKelTl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-sePTaKelTl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #010320;
  margin-left: 1rem;
}
.cid-sePTaKelTl .panel-group {
  border: none;
}
.cid-sePTaKelTl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sePTaKelTl .panel-body,
.cid-sePTaKelTl .card-header {
  padding: 1rem 0;
}
.cid-sePTaKelTl .panel-title-edit {
  color: #000000;
}
.cid-sePTaKelTl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sePTaKelTl .panel-text {
  text-align: justify;
}
.cid-sePTvOvC6E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-sePTvOvC6E .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #010320;
  margin-left: 1rem;
}
.cid-sePTvOvC6E .panel-group {
  border: none;
}
.cid-sePTvOvC6E .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sePTvOvC6E .panel-body,
.cid-sePTvOvC6E .card-header {
  padding: 1rem 0;
}
.cid-sePTvOvC6E .panel-title-edit {
  color: #000000;
}
.cid-sePTvOvC6E .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sePTwSdJmE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-sePTwSdJmE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #010320;
  margin-left: 1rem;
}
.cid-sePTwSdJmE .panel-group {
  border: none;
}
.cid-sePTwSdJmE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sePTwSdJmE .panel-body,
.cid-sePTwSdJmE .card-header {
  padding: 1rem 0;
}
.cid-sePTwSdJmE .panel-title-edit {
  color: #000000;
}
.cid-sePTwSdJmE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sienEQ32ib {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.cid-sienEQ32ib .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #010320;
  margin-left: 1rem;
}
.cid-sienEQ32ib .panel-group {
  border: none;
}
.cid-sienEQ32ib .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sienEQ32ib .panel-body,
.cid-sienEQ32ib .card-header {
  padding: 1rem 0;
}
.cid-sienEQ32ib .panel-title-edit {
  color: #000000;
}
.cid-sienEQ32ib .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sePoqnyVdZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sePoqnyVdZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sePoqnyVdZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sePoqnyVdZ .row {
    text-align: center;
  }
  .cid-sePoqnyVdZ .row > div {
    margin: auto;
  }
  .cid-sePoqnyVdZ .social-row {
    justify-content: center;
  }
}
.cid-sePoqnyVdZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sePoqnyVdZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sePoqnyVdZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sePoqnyVdZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sePoqnyVdZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sePoqnyVdZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sePoqnyVdZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sePoqnyVdZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sePoqnyVdZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-seV6NJhPzn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-seV6NJhPzn nav.navbar {
  position: fixed;
}
.cid-seV6NJhPzn .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-seV6NJhPzn .dropdown-menu {
  padding: 0;
}
.cid-seV6NJhPzn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seV6NJhPzn .dropdown-item:hover,
.cid-seV6NJhPzn .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-seV6NJhPzn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-seV6NJhPzn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seV6NJhPzn .nav-link {
  position: relative;
}
.cid-seV6NJhPzn .container {
  display: flex;
  margin: auto;
}
.cid-seV6NJhPzn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seV6NJhPzn .navbar-caption {
  padding-right: 4rem;
}
.cid-seV6NJhPzn .dropdown-menu,
.cid-seV6NJhPzn .navbar.opened {
  background: #fafafa !important;
}
.cid-seV6NJhPzn .nav-item:focus,
.cid-seV6NJhPzn .nav-link:focus {
  outline: none;
}
.cid-seV6NJhPzn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seV6NJhPzn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seV6NJhPzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-seV6NJhPzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seV6NJhPzn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seV6NJhPzn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seV6NJhPzn .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-seV6NJhPzn .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seV6NJhPzn .navbar.opened {
  transition: all .3s;
}
.cid-seV6NJhPzn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-seV6NJhPzn .navbar .navbar-logo img {
  width: auto;
}
.cid-seV6NJhPzn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seV6NJhPzn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seV6NJhPzn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seV6NJhPzn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-seV6NJhPzn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seV6NJhPzn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seV6NJhPzn .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: 55%;
}
.cid-seV6NJhPzn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seV6NJhPzn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seV6NJhPzn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seV6NJhPzn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seV6NJhPzn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seV6NJhPzn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seV6NJhPzn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seV6NJhPzn .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: 55%;
  }
  .cid-seV6NJhPzn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seV6NJhPzn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seV6NJhPzn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seV6NJhPzn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seV6NJhPzn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seV6NJhPzn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seV6NJhPzn .navbar.navbar-short {
  min-height: 60px;
}
.cid-seV6NJhPzn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seV6NJhPzn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seV6NJhPzn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seV6NJhPzn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seV6NJhPzn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seV6NJhPzn .dropdown-item.active,
.cid-seV6NJhPzn .dropdown-item:active {
  background-color: transparent;
}
.cid-seV6NJhPzn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seV6NJhPzn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seV6NJhPzn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seV6NJhPzn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-seV6NJhPzn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seV6NJhPzn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seV6NJhPzn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seV6NJhPzn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seV6NJhPzn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-seV6NJhPzn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-seV6NJhPzn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seV6NJhPzn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seV6NJhPzn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seV6NJhPzn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seV6NJhPzn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seV6NJhPzn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seV6NJhPzn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seV6NJhPzn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seV6NJhPzn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-seV6NJhPzn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seV6NJhPzn .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-seV6NJhPzn .navbar {
    height: 77px;
  }
  .cid-seV6NJhPzn .navbar.opened {
    height: auto;
  }
  .cid-seV6NJhPzn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seV6NJAaOc {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .cid-seV6NJAaOc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seV6NJAaOc .row {
  flex-direction: row-reverse;
}
.cid-seV6NJAaOc img {
  width: 100%;
}
.cid-seV6NJKGks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-seV6NJKGks .mbr-section-subtitle {
  color: #000b1d;
}
.cid-seV6NJKGks .mbr-text {
  color: #000000;
}
.cid-seVeuFSS4x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ad0101;
}
.cid-seVeuFSS4x .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-seVeuFSS4x .mbr-text {
  color: #ffffff;
}
.cid-seVi17KVyQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-seVf6iZn25 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ih-fondo-2000x1336.jpg");
}
.cid-seVf6iZn25 .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-seVf6iZn25 .top-line {
    justify-content: center;
  }
}
.cid-seVf6iZn25 .mbr-section-title,
.cid-seVf6iZn25 .mbr-section-subtitle {
  text-align: center;
}
.cid-seVf6iZn25 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-seVf6iZn25 .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-seVf6iZn25 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-seVf6iZn25 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-seVf6iZn25 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-seVf6iZn25 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-seVf6iZn25 .mbr-text {
  text-align: left;
}
.cid-seVk5Lxiwt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-seVk5Lxiwt .row {
  flex-direction: row-reverse;
}
.cid-seVk5Lxiwt .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-seVk5Lxiwt .text-wrapper {
    padding: 2rem;
  }
}
.cid-seVk5Lxiwt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-seVk5Lxiwt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seVk5Lxiwt .mbr-text {
  text-align: justify;
  color: #02072c;
}
.cid-seVewyvAI4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ad0101;
}
.cid-seVewyvAI4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-seVewyvAI4 .mbr-text {
  color: #ffffff;
}
.cid-seV6NJVBgp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-seV6NJVBgp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-seV6NJVBgp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-seV6NJVBgp .row {
    text-align: center;
  }
  .cid-seV6NJVBgp .row > div {
    margin: auto;
  }
  .cid-seV6NJVBgp .social-row {
    justify-content: center;
  }
}
.cid-seV6NJVBgp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-seV6NJVBgp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-seV6NJVBgp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-seV6NJVBgp .list {
    margin-bottom: 0rem;
  }
}
.cid-seV6NJVBgp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-seV6NJVBgp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-seV6NJVBgp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-seV6NJVBgp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-seV6NJVBgp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-seV7tbeRav {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-seV7tbeRav nav.navbar {
  position: fixed;
}
.cid-seV7tbeRav .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-seV7tbeRav .dropdown-menu {
  padding: 0;
}
.cid-seV7tbeRav .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seV7tbeRav .dropdown-item:hover,
.cid-seV7tbeRav .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-seV7tbeRav .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-seV7tbeRav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seV7tbeRav .nav-link {
  position: relative;
}
.cid-seV7tbeRav .container {
  display: flex;
  margin: auto;
}
.cid-seV7tbeRav .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seV7tbeRav .navbar-caption {
  padding-right: 4rem;
}
.cid-seV7tbeRav .dropdown-menu,
.cid-seV7tbeRav .navbar.opened {
  background: #fafafa !important;
}
.cid-seV7tbeRav .nav-item:focus,
.cid-seV7tbeRav .nav-link:focus {
  outline: none;
}
.cid-seV7tbeRav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seV7tbeRav .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seV7tbeRav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-seV7tbeRav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seV7tbeRav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seV7tbeRav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seV7tbeRav .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-seV7tbeRav .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seV7tbeRav .navbar.opened {
  transition: all .3s;
}
.cid-seV7tbeRav .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-seV7tbeRav .navbar .navbar-logo img {
  width: auto;
}
.cid-seV7tbeRav .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seV7tbeRav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seV7tbeRav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seV7tbeRav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-seV7tbeRav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seV7tbeRav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seV7tbeRav .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: 55%;
}
.cid-seV7tbeRav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seV7tbeRav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seV7tbeRav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seV7tbeRav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seV7tbeRav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seV7tbeRav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seV7tbeRav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seV7tbeRav .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: 55%;
  }
  .cid-seV7tbeRav .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seV7tbeRav .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seV7tbeRav .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seV7tbeRav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seV7tbeRav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seV7tbeRav .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seV7tbeRav .navbar.navbar-short {
  min-height: 60px;
}
.cid-seV7tbeRav .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seV7tbeRav .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seV7tbeRav .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seV7tbeRav .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seV7tbeRav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seV7tbeRav .dropdown-item.active,
.cid-seV7tbeRav .dropdown-item:active {
  background-color: transparent;
}
.cid-seV7tbeRav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seV7tbeRav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seV7tbeRav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seV7tbeRav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-seV7tbeRav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seV7tbeRav .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seV7tbeRav ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seV7tbeRav .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seV7tbeRav button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-seV7tbeRav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-seV7tbeRav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seV7tbeRav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seV7tbeRav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seV7tbeRav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seV7tbeRav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seV7tbeRav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seV7tbeRav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seV7tbeRav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seV7tbeRav .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-seV7tbeRav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seV7tbeRav .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-seV7tbeRav .navbar {
    height: 77px;
  }
  .cid-seV7tbeRav .navbar.opened {
    height: auto;
  }
  .cid-seV7tbeRav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seV7tbPnQx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-seV7tbPnQx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seV7tbPnQx .row {
  flex-direction: row-reverse;
}
.cid-seV7tbPnQx img {
  width: 100%;
}
.cid-seVmWUdZeE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-seVmWUdZeE .row {
  flex-direction: row-reverse;
}
.cid-seVmWUdZeE .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-seVmWUdZeE .text-wrapper {
    padding: 2rem;
  }
}
.cid-seVmWUdZeE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-seVmWUdZeE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seVmWUdZeE .mbr-text {
  text-align: justify;
  color: #02072c;
}
.cid-sfolIteeWP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfolIteeWP H1 {
  color: #57468b;
}
.cid-sfolIteeWP .mbr-text,
.cid-sfolIteeWP .mbr-section-btn {
  color: #000000;
}
.cid-sfolIteeWP img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sfolIteeWP .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sfolUIa4aZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
}
.cid-sfolUIa4aZ H1 {
  color: #57468b;
}
.cid-sfolUIa4aZ .mbr-text,
.cid-sfolUIa4aZ .mbr-section-btn {
  color: #000000;
}
.cid-sfolUIa4aZ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sfolUIa4aZ .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sfophZ3Qah {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sfophZ3Qah H1 {
  color: #57468b;
}
.cid-sfophZ3Qah .mbr-text,
.cid-sfophZ3Qah .mbr-section-btn {
  color: #000000;
}
.cid-sfophZ3Qah img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sfophZ3Qah .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-shyePJKqBp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seV7tcjK80 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-seV7tcjK80 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-seV7tcjK80 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-seV7tcjK80 .row {
    text-align: center;
  }
  .cid-seV7tcjK80 .row > div {
    margin: auto;
  }
  .cid-seV7tcjK80 .social-row {
    justify-content: center;
  }
}
.cid-seV7tcjK80 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-seV7tcjK80 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-seV7tcjK80 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-seV7tcjK80 .list {
    margin-bottom: 0rem;
  }
}
.cid-seV7tcjK80 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-seV7tcjK80 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-seV7tcjK80 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-seV7tcjK80 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-seV7tcjK80 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfiFDDW7qx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfiFDDW7qx nav.navbar {
  position: fixed;
}
.cid-sfiFDDW7qx .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-sfiFDDW7qx .dropdown-menu {
  padding: 0;
}
.cid-sfiFDDW7qx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiFDDW7qx .dropdown-item:hover,
.cid-sfiFDDW7qx .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfiFDDW7qx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfiFDDW7qx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfiFDDW7qx .nav-link {
  position: relative;
}
.cid-sfiFDDW7qx .container {
  display: flex;
  margin: auto;
}
.cid-sfiFDDW7qx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfiFDDW7qx .navbar-caption {
  padding-right: 4rem;
}
.cid-sfiFDDW7qx .dropdown-menu,
.cid-sfiFDDW7qx .navbar.opened {
  background: #fafafa !important;
}
.cid-sfiFDDW7qx .nav-item:focus,
.cid-sfiFDDW7qx .nav-link:focus {
  outline: none;
}
.cid-sfiFDDW7qx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfiFDDW7qx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfiFDDW7qx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfiFDDW7qx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfiFDDW7qx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfiFDDW7qx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfiFDDW7qx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfiFDDW7qx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiFDDW7qx .navbar.opened {
  transition: all .3s;
}
.cid-sfiFDDW7qx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfiFDDW7qx .navbar .navbar-logo img {
  width: auto;
}
.cid-sfiFDDW7qx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfiFDDW7qx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfiFDDW7qx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfiFDDW7qx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfiFDDW7qx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfiFDDW7qx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfiFDDW7qx .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: 55%;
}
.cid-sfiFDDW7qx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfiFDDW7qx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfiFDDW7qx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfiFDDW7qx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfiFDDW7qx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfiFDDW7qx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfiFDDW7qx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfiFDDW7qx .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: 55%;
  }
  .cid-sfiFDDW7qx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfiFDDW7qx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfiFDDW7qx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfiFDDW7qx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfiFDDW7qx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfiFDDW7qx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfiFDDW7qx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfiFDDW7qx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfiFDDW7qx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfiFDDW7qx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfiFDDW7qx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfiFDDW7qx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfiFDDW7qx .dropdown-item.active,
.cid-sfiFDDW7qx .dropdown-item:active {
  background-color: transparent;
}
.cid-sfiFDDW7qx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfiFDDW7qx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfiFDDW7qx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfiFDDW7qx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfiFDDW7qx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfiFDDW7qx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfiFDDW7qx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfiFDDW7qx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfiFDDW7qx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfiFDDW7qx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfiFDDW7qx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfiFDDW7qx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiFDDW7qx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiFDDW7qx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfiFDDW7qx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiFDDW7qx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfiFDDW7qx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfiFDDW7qx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiFDDW7qx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfiFDDW7qx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfiFDDW7qx .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-sfiFDDW7qx .navbar {
    height: 77px;
  }
  .cid-sfiFDDW7qx .navbar.opened {
    height: auto;
  }
  .cid-sfiFDDW7qx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfiFDEosDr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sfiFDEosDr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiFDEosDr .row {
  flex-direction: row-reverse;
}
.cid-sfiFDEosDr img {
  width: 100%;
}
.cid-sfiFDEEVOv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sfiFDEEVOv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiFDEEVOv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfiFDEEVOv .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfiFDEEVOv .mbr-text {
  color: #000000;
}
.cid-sfiFDEEVOv .mbr-section-title {
  color: #3e2c73;
}
.cid-sgwgk3lH7A {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgwgk3lH7A H1 {
  color: #57468b;
}
.cid-sgwgk3lH7A .mbr-text,
.cid-sgwgk3lH7A .mbr-section-btn {
  color: #000000;
}
.cid-sgwgk3lH7A img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgwgk3lH7A .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sgwh7bSXTj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgwh7bSXTj H1 {
  color: #57468b;
}
.cid-sgwh7bSXTj .mbr-text,
.cid-sgwh7bSXTj .mbr-section-btn {
  color: #000000;
}
.cid-sgwh7bSXTj img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sgwh7bSXTj .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sfRlizJ6PI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-sfRlizJ6PI .video-wrapper iframe {
  width: 100%;
}
.cid-sfRlizJ6PI .mbr-section-title,
.cid-sfRlizJ6PI .mbr-section-subtitle,
.cid-sfRlizJ6PI .mbr-text {
  text-align: center;
}
.cid-sfRlizJ6PI .mbr-section-title {
  color: #382868;
}
.cid-sfRlizJ6PI .mbr-section-subtitle {
  color: #000000;
}
.cid-sfiFDF5qMs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfiFDF5qMs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfiFDF5qMs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfiFDF5qMs .row {
    text-align: center;
  }
  .cid-sfiFDF5qMs .row > div {
    margin: auto;
  }
  .cid-sfiFDF5qMs .social-row {
    justify-content: center;
  }
}
.cid-sfiFDF5qMs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfiFDF5qMs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfiFDF5qMs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfiFDF5qMs .list {
    margin-bottom: 0rem;
  }
}
.cid-sfiFDF5qMs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfiFDF5qMs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfiFDF5qMs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfiFDF5qMs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfiFDF5qMs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfiFLUeQGK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfiFLUeQGK nav.navbar {
  position: fixed;
}
.cid-sfiFLUeQGK .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-sfiFLUeQGK .dropdown-menu {
  padding: 0;
}
.cid-sfiFLUeQGK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiFLUeQGK .dropdown-item:hover,
.cid-sfiFLUeQGK .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfiFLUeQGK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfiFLUeQGK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfiFLUeQGK .nav-link {
  position: relative;
}
.cid-sfiFLUeQGK .container {
  display: flex;
  margin: auto;
}
.cid-sfiFLUeQGK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfiFLUeQGK .navbar-caption {
  padding-right: 4rem;
}
.cid-sfiFLUeQGK .dropdown-menu,
.cid-sfiFLUeQGK .navbar.opened {
  background: #fafafa !important;
}
.cid-sfiFLUeQGK .nav-item:focus,
.cid-sfiFLUeQGK .nav-link:focus {
  outline: none;
}
.cid-sfiFLUeQGK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfiFLUeQGK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfiFLUeQGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfiFLUeQGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfiFLUeQGK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfiFLUeQGK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfiFLUeQGK .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfiFLUeQGK .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiFLUeQGK .navbar.opened {
  transition: all .3s;
}
.cid-sfiFLUeQGK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfiFLUeQGK .navbar .navbar-logo img {
  width: auto;
}
.cid-sfiFLUeQGK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfiFLUeQGK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfiFLUeQGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfiFLUeQGK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfiFLUeQGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfiFLUeQGK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfiFLUeQGK .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: 55%;
}
.cid-sfiFLUeQGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfiFLUeQGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfiFLUeQGK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfiFLUeQGK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfiFLUeQGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfiFLUeQGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfiFLUeQGK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfiFLUeQGK .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: 55%;
  }
  .cid-sfiFLUeQGK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfiFLUeQGK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfiFLUeQGK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfiFLUeQGK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfiFLUeQGK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfiFLUeQGK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfiFLUeQGK .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfiFLUeQGK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfiFLUeQGK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfiFLUeQGK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfiFLUeQGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfiFLUeQGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfiFLUeQGK .dropdown-item.active,
.cid-sfiFLUeQGK .dropdown-item:active {
  background-color: transparent;
}
.cid-sfiFLUeQGK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfiFLUeQGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfiFLUeQGK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfiFLUeQGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfiFLUeQGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfiFLUeQGK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfiFLUeQGK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfiFLUeQGK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfiFLUeQGK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfiFLUeQGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfiFLUeQGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfiFLUeQGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiFLUeQGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiFLUeQGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfiFLUeQGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiFLUeQGK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfiFLUeQGK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfiFLUeQGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiFLUeQGK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfiFLUeQGK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfiFLUeQGK .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-sfiFLUeQGK .navbar {
    height: 77px;
  }
  .cid-sfiFLUeQGK .navbar.opened {
    height: auto;
  }
  .cid-sfiFLUeQGK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfiFLUCvsl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfiFLUCvsl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiFLUCvsl .row {
  flex-direction: row-reverse;
}
.cid-sfiFLUCvsl img {
  width: 100%;
}
.cid-sfiFLUPBA8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfiFLUPBA8 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfiFLUPBA8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiFLUPBA8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfiFLUPBA8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfiFLUPBA8 .mbr-text {
  color: #000000;
}
.cid-sfiFLUPBA8 .mbr-section-title {
  color: #000000;
}
.cid-sfzGeHpG0h {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfzGeHpG0h .mbr-text {
  margin: 0;
}
.cid-sfzGeHpG0h .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: justify;
  align-items: justify;
  -webkit-justify-content: justify;
  justify-content: justify;
  display: flex;
}
.cid-sfzGeHpG0h .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sfzGeHpG0h .row-element,
.cid-sfzGeHpG0h .image-element {
  padding: 0;
}
.cid-sfzGeHpG0h .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfzGeHpG0h .image-element .img-wrap {
  width: 100% !important;
}
.cid-sfzGeHpG0h .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sfzGeHpG0h .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfzGeHpG0h .carousel-item.active,
.cid-sfzGeHpG0h .carousel-item-next,
.cid-sfzGeHpG0h .carousel-item-prev {
  display: flex;
}
.cid-sfzGeHpG0h .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sfzGeHpG0h .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #010320;
}
.cid-sfzGeHpG0h .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sfzGeHpG0h .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sfzGeHpG0h .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sfzGeHpG0h .carousel-controls {
    display: block;
  }
  .cid-sfzGeHpG0h .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sfzGeHpG0h .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sfzGeHpG0h .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sfzGeHpG0h .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sfzGeHpG0h .text-element {
    padding: 1rem;
  }
  .cid-sfzGeHpG0h .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfzGeHpG0h .image-element {
    min-width: 50%;
  }
  .cid-sfzGeHpG0h .media-container-row {
    width: 100%;
  }
}
.cid-sfzGeHpG0h .mbr-text,
.cid-sfzGeHpG0h .link {
  text-align: justify;
  color: #000000;
}
.cid-sfzGeHpG0h .mbr-subtitle {
  color: #000000;
}
.cid-sfAK41yGN4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-sfAK41yGN4 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sfAK41yGN4 .container {
    position: relative;
  }
  .cid-sfAK41yGN4 .row {
    margin: 0;
  }
  .cid-sfAK41yGN4 h2 {
    margin: 0;
  }
}
.cid-sfAK41yGN4 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sfAK41yGN4 .mbr-text {
  margin-top: 1.4rem;
}
.cid-sfAK41yGN4 h2 {
  color: #000000;
}
.cid-sfAFMaRX1B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sfAFMaRX1B .img-wrapper {
  text-align: justify;
}
.cid-sfAFMaRX1B img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sfAFMaRX1B .row {
  align-items: flex-start;
}
.cid-sfAFMaRX1B .card-wrapper {
  border-radius: 4px;
  background: #f2f2f2;
}
@media (max-width: 992px) {
  .cid-sfAFMaRX1B .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfAFMaRX1B .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfAFMaRX1B .card-wrapper {
    padding: 1rem;
  }
}
.cid-sfAFMaRX1B .mbr-text,
.cid-sfAFMaRX1B .mbr-section-btn {
  color: #000000;
}
.cid-sfAFMaRX1B .card-title {
  color: #000000;
}
.cid-sfRmFeZoXw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sfRmFeZoXw .video-wrapper iframe {
  width: 100%;
}
.cid-sfRmFeZoXw .mbr-section-title,
.cid-sfRmFeZoXw .mbr-section-subtitle,
.cid-sfRmFeZoXw .mbr-text {
  text-align: center;
}
.cid-sfRmFeZoXw .mbr-section-title {
  color: #000000;
}
.cid-sfRmFeZoXw .mbr-section-subtitle {
  color: #000000;
}
.cid-shXsmQg2h4 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-shXsmQg2h4 .box1 {
  background-image: url("../../../assets/images/screen-shot-2020-12-01-at-15.53.14-2000x1033.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-shXsmQg2h4 .box2 {
  background-image: url("../../../assets/images/screen-shot-2020-12-01-at-15.54.49-2000x1122.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-shXsmQg2h4 .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-shXsmQg2h4 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-shXsmQg2h4 .icon-wrap span {
  padding-left: 8px;
}
.cid-shXsmQg2h4 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-shXsmQg2h4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-shXsmQg2h4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-shXsmQg2h4 .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-shXsmQg2h4 .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-shXsmQg2h4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-shXsmQg2h4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-shXsmQg2h4 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .cid-shXsmQg2h4 .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-shXsmQg2h4 {
    padding-top: 14px;
    padding-bottom: 35px;
  }
  .cid-shXsmQg2h4 .box1,
  .cid-shXsmQg2h4 .box2 {
    height: 250px;
  }
}
.cid-sfiFLVgQyG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfiFLVgQyG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfiFLVgQyG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfiFLVgQyG .row {
    text-align: center;
  }
  .cid-sfiFLVgQyG .row > div {
    margin: auto;
  }
  .cid-sfiFLVgQyG .social-row {
    justify-content: center;
  }
}
.cid-sfiFLVgQyG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfiFLVgQyG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfiFLVgQyG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfiFLVgQyG .list {
    margin-bottom: 0rem;
  }
}
.cid-sfiFLVgQyG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfiFLVgQyG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfiFLVgQyG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfiFLVgQyG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfiFLVgQyG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfiFSPLXHp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfiFSPLXHp nav.navbar {
  position: fixed;
}
.cid-sfiFSPLXHp .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-sfiFSPLXHp .dropdown-menu {
  padding: 0;
}
.cid-sfiFSPLXHp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiFSPLXHp .dropdown-item:hover,
.cid-sfiFSPLXHp .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfiFSPLXHp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfiFSPLXHp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfiFSPLXHp .nav-link {
  position: relative;
}
.cid-sfiFSPLXHp .container {
  display: flex;
  margin: auto;
}
.cid-sfiFSPLXHp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfiFSPLXHp .navbar-caption {
  padding-right: 4rem;
}
.cid-sfiFSPLXHp .dropdown-menu,
.cid-sfiFSPLXHp .navbar.opened {
  background: #fafafa !important;
}
.cid-sfiFSPLXHp .nav-item:focus,
.cid-sfiFSPLXHp .nav-link:focus {
  outline: none;
}
.cid-sfiFSPLXHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfiFSPLXHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfiFSPLXHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfiFSPLXHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfiFSPLXHp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfiFSPLXHp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfiFSPLXHp .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfiFSPLXHp .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiFSPLXHp .navbar.opened {
  transition: all .3s;
}
.cid-sfiFSPLXHp .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfiFSPLXHp .navbar .navbar-logo img {
  width: auto;
}
.cid-sfiFSPLXHp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfiFSPLXHp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfiFSPLXHp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfiFSPLXHp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfiFSPLXHp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfiFSPLXHp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfiFSPLXHp .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: 55%;
}
.cid-sfiFSPLXHp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfiFSPLXHp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfiFSPLXHp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfiFSPLXHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfiFSPLXHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfiFSPLXHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfiFSPLXHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfiFSPLXHp .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: 55%;
  }
  .cid-sfiFSPLXHp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfiFSPLXHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfiFSPLXHp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfiFSPLXHp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfiFSPLXHp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfiFSPLXHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfiFSPLXHp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfiFSPLXHp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfiFSPLXHp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfiFSPLXHp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfiFSPLXHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfiFSPLXHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfiFSPLXHp .dropdown-item.active,
.cid-sfiFSPLXHp .dropdown-item:active {
  background-color: transparent;
}
.cid-sfiFSPLXHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfiFSPLXHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfiFSPLXHp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfiFSPLXHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfiFSPLXHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfiFSPLXHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfiFSPLXHp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfiFSPLXHp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfiFSPLXHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfiFSPLXHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfiFSPLXHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfiFSPLXHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiFSPLXHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiFSPLXHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfiFSPLXHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiFSPLXHp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfiFSPLXHp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfiFSPLXHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiFSPLXHp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfiFSPLXHp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfiFSPLXHp .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-sfiFSPLXHp .navbar {
    height: 77px;
  }
  .cid-sfiFSPLXHp .navbar.opened {
    height: auto;
  }
  .cid-sfiFSPLXHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfiFSQ8mEc {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfiFSQ8mEc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiFSQ8mEc .row {
  flex-direction: row-reverse;
}
.cid-sfiFSQ8mEc img {
  width: 100%;
}
.cid-sfBcwG0LxI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfBcwG0LxI .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfBcwG0LxI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfBcwG0LxI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfBcwG0LxI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfBcwG0LxI .mbr-section-title {
  text-align: center;
}
.cid-sfu7VMqCQ1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.cid-sfu7VMqCQ1 .mbr-text {
  color: #767676;
}
.cid-sfu7VMqCQ1 .mbr-iconfont {
  color: #e9204f;
  font-size: 3rem;
  transition: 0.3s;
}
.cid-sfu7VMqCQ1 .link {
  margin: 0;
}
.cid-sfu7VMqCQ1 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-sfu7VMqCQ1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sfu7VMqCQ1 .card {
    margin-bottom: 3rem;
  }
}
.cid-sfu7VMqCQ1 .card-img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sfu7VMqCQ1 .row {
    padding: 0 1rem;
  }
}
.cid-sfu7VMqCQ1 .card-inner {
  transition: 0.3s;
  border-bottom: 3px solid;
  border-color: rgba(228, 63, 63, 0);
  padding: 2.2rem 1.4rem;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}
.cid-sfu7VMqCQ1 .card-title {
  transition: 0.3s;
}
.cid-sfu7VMqCQ1 .card:hover .card-inner {
  border-bottom: 3px solid #e43f3f;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.12);
}
.cid-sfu7VMqCQ1 .card:hover .card-title {
  color: #fbb538;
}
.cid-sfu7VMqCQ1 .card:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 767px) {
  .cid-sfu7VMqCQ1 .row {
    margin: 0;
  }
}
.cid-sfu7VMqCQ1 .mbr-text,
.cid-sfu7VMqCQ1 .link {
  text-align: center;
  color: #232323;
}
.cid-sfRovsoQS4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sfRovsoQS4 .video-wrapper iframe {
  width: 100%;
}
.cid-sfRovsoQS4 .mbr-section-title,
.cid-sfRovsoQS4 .mbr-section-subtitle,
.cid-sfRovsoQS4 .mbr-text {
  text-align: center;
}
.cid-sfRovsoQS4 .mbr-section-title {
  color: #000000;
}
.cid-sfRovsoQS4 .mbr-section-subtitle {
  color: #000000;
}
.cid-sfudJ4SS8I {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfudJ4SS8I .box1 {
  background-image: url("../../../assets/images/screen-shot-2020-11-05-at-11.03.25-2000x1063.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sfudJ4SS8I .box2 {
  background-image: url("../../../assets/images/screen-shot-2020-11-05-at-10.57.34-2000x1204.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sfudJ4SS8I .icon-wrap {
  background-color: #e43f3f !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sfudJ4SS8I .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sfudJ4SS8I .icon-wrap span {
  padding-left: 8px;
}
.cid-sfudJ4SS8I .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sfudJ4SS8I .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sfudJ4SS8I .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfudJ4SS8I .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sfudJ4SS8I .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sfudJ4SS8I a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfudJ4SS8I a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfudJ4SS8I {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-sfudJ4SS8I .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sfudJ4SS8I {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sfudJ4SS8I .box1,
  .cid-sfudJ4SS8I .box2 {
    height: 250px;
  }
}
.cid-sfiFSQMxxQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfiFSQMxxQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfiFSQMxxQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfiFSQMxxQ .row {
    text-align: center;
  }
  .cid-sfiFSQMxxQ .row > div {
    margin: auto;
  }
  .cid-sfiFSQMxxQ .social-row {
    justify-content: center;
  }
}
.cid-sfiFSQMxxQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfiFSQMxxQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfiFSQMxxQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfiFSQMxxQ .list {
    margin-bottom: 0rem;
  }
}
.cid-sfiFSQMxxQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfiFSQMxxQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfiFSQMxxQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfiFSQMxxQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfiFSQMxxQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfiG5iElmA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfiG5iElmA nav.navbar {
  position: fixed;
}
.cid-sfiG5iElmA .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-sfiG5iElmA .dropdown-menu {
  padding: 0;
}
.cid-sfiG5iElmA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiG5iElmA .dropdown-item:hover,
.cid-sfiG5iElmA .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfiG5iElmA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfiG5iElmA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfiG5iElmA .nav-link {
  position: relative;
}
.cid-sfiG5iElmA .container {
  display: flex;
  margin: auto;
}
.cid-sfiG5iElmA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfiG5iElmA .navbar-caption {
  padding-right: 4rem;
}
.cid-sfiG5iElmA .dropdown-menu,
.cid-sfiG5iElmA .navbar.opened {
  background: #fafafa !important;
}
.cid-sfiG5iElmA .nav-item:focus,
.cid-sfiG5iElmA .nav-link:focus {
  outline: none;
}
.cid-sfiG5iElmA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfiG5iElmA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfiG5iElmA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfiG5iElmA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfiG5iElmA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfiG5iElmA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfiG5iElmA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfiG5iElmA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiG5iElmA .navbar.opened {
  transition: all .3s;
}
.cid-sfiG5iElmA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfiG5iElmA .navbar .navbar-logo img {
  width: auto;
}
.cid-sfiG5iElmA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfiG5iElmA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfiG5iElmA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfiG5iElmA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfiG5iElmA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfiG5iElmA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfiG5iElmA .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: 55%;
}
.cid-sfiG5iElmA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfiG5iElmA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfiG5iElmA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfiG5iElmA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfiG5iElmA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfiG5iElmA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfiG5iElmA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfiG5iElmA .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: 55%;
  }
  .cid-sfiG5iElmA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfiG5iElmA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfiG5iElmA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfiG5iElmA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfiG5iElmA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfiG5iElmA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfiG5iElmA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfiG5iElmA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfiG5iElmA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfiG5iElmA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfiG5iElmA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfiG5iElmA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfiG5iElmA .dropdown-item.active,
.cid-sfiG5iElmA .dropdown-item:active {
  background-color: transparent;
}
.cid-sfiG5iElmA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfiG5iElmA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfiG5iElmA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfiG5iElmA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfiG5iElmA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfiG5iElmA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfiG5iElmA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfiG5iElmA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfiG5iElmA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfiG5iElmA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfiG5iElmA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfiG5iElmA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiG5iElmA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiG5iElmA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfiG5iElmA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiG5iElmA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfiG5iElmA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfiG5iElmA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiG5iElmA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfiG5iElmA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfiG5iElmA .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-sfiG5iElmA .navbar {
    height: 77px;
  }
  .cid-sfiG5iElmA .navbar.opened {
    height: auto;
  }
  .cid-sfiG5iElmA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfiG5k7OuG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sfiG5k7OuG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiG5k7OuG .row {
  flex-direction: row-reverse;
}
.cid-sfiG5k7OuG img {
  width: 100%;
}
.cid-sfusa25ZU7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sfusa25ZU7 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfusa25ZU7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfusa25ZU7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfusa25ZU7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfusa25ZU7 .mbr-text {
  color: #000000;
}
.cid-sfus6IhfA4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfus6IhfA4 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sfus6IhfA4 .container {
    position: relative;
  }
  .cid-sfus6IhfA4 .row {
    margin: 0;
  }
  .cid-sfus6IhfA4 h2 {
    margin: 0;
  }
}
.cid-sfus6IhfA4 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sfus6IhfA4 .mbr-text {
  margin-top: 1.4rem;
}
.cid-sfus6IhfA4 h2 {
  color: #000000;
}
.cid-sfusbrSGBk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sfusbrSGBk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfusbrSGBk .row {
  flex-direction: row-reverse;
}
.cid-sfusbrSGBk img {
  width: 100%;
}
.cid-sfRpvNoaXM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-sfRpvNoaXM .video-wrapper iframe {
  width: 100%;
}
.cid-sfRpvNoaXM .mbr-section-title,
.cid-sfRpvNoaXM .mbr-section-subtitle,
.cid-sfRpvNoaXM .mbr-text {
  text-align: center;
}
.cid-sfRpvNoaXM .mbr-section-title {
  color: #000000;
}
.cid-sfRpvNoaXM .mbr-section-subtitle {
  color: #000000;
}
.cid-sfiG5lCoS0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfiG5lCoS0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfiG5lCoS0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfiG5lCoS0 .row {
    text-align: center;
  }
  .cid-sfiG5lCoS0 .row > div {
    margin: auto;
  }
  .cid-sfiG5lCoS0 .social-row {
    justify-content: center;
  }
}
.cid-sfiG5lCoS0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfiG5lCoS0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfiG5lCoS0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfiG5lCoS0 .list {
    margin-bottom: 0rem;
  }
}
.cid-sfiG5lCoS0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfiG5lCoS0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfiG5lCoS0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfiG5lCoS0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfiG5lCoS0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfiGapG92q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfiGapG92q nav.navbar {
  position: fixed;
}
.cid-sfiGapG92q .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-sfiGapG92q .dropdown-menu {
  padding: 0;
}
.cid-sfiGapG92q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiGapG92q .dropdown-item:hover,
.cid-sfiGapG92q .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfiGapG92q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfiGapG92q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfiGapG92q .nav-link {
  position: relative;
}
.cid-sfiGapG92q .container {
  display: flex;
  margin: auto;
}
.cid-sfiGapG92q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfiGapG92q .navbar-caption {
  padding-right: 4rem;
}
.cid-sfiGapG92q .dropdown-menu,
.cid-sfiGapG92q .navbar.opened {
  background: #fafafa !important;
}
.cid-sfiGapG92q .nav-item:focus,
.cid-sfiGapG92q .nav-link:focus {
  outline: none;
}
.cid-sfiGapG92q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfiGapG92q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfiGapG92q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfiGapG92q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfiGapG92q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfiGapG92q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfiGapG92q .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfiGapG92q .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiGapG92q .navbar.opened {
  transition: all .3s;
}
.cid-sfiGapG92q .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfiGapG92q .navbar .navbar-logo img {
  width: auto;
}
.cid-sfiGapG92q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfiGapG92q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfiGapG92q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfiGapG92q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfiGapG92q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfiGapG92q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfiGapG92q .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: 55%;
}
.cid-sfiGapG92q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfiGapG92q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfiGapG92q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfiGapG92q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfiGapG92q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfiGapG92q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfiGapG92q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfiGapG92q .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: 55%;
  }
  .cid-sfiGapG92q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfiGapG92q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfiGapG92q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfiGapG92q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfiGapG92q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfiGapG92q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfiGapG92q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfiGapG92q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfiGapG92q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfiGapG92q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfiGapG92q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfiGapG92q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfiGapG92q .dropdown-item.active,
.cid-sfiGapG92q .dropdown-item:active {
  background-color: transparent;
}
.cid-sfiGapG92q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfiGapG92q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfiGapG92q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfiGapG92q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfiGapG92q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfiGapG92q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfiGapG92q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfiGapG92q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfiGapG92q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfiGapG92q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfiGapG92q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfiGapG92q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiGapG92q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiGapG92q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfiGapG92q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiGapG92q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfiGapG92q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfiGapG92q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiGapG92q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfiGapG92q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfiGapG92q .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-sfiGapG92q .navbar {
    height: 77px;
  }
  .cid-sfiGapG92q .navbar.opened {
    height: auto;
  }
  .cid-sfiGapG92q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfiGaq1GW1 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfiGaq1GW1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiGaq1GW1 .row {
  flex-direction: row-reverse;
}
.cid-sfiGaq1GW1 img {
  width: 100%;
}
.cid-sfBgyUO6ud {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sfBgyUO6ud .row {
  flex-direction: row-reverse;
}
.cid-sfBgyUO6ud .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfBgyUO6ud .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfBgyUO6ud .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfBgyUO6ud .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfBgyUO6ud .mbr-section-title {
  text-align: center;
}
.cid-sfiGaqbd2S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sfiGaqbd2S .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfiGaqbd2S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiGaqbd2S img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfiGaqbd2S .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfiGaqbd2S .mbr-text {
  color: #000000;
}
.cid-sfuUJ336Xt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/basics-office-prtg-laptop-1024x586.png");
}
.cid-sfuUJ336Xt .img-wrapper {
  text-align: center;
}
.cid-sfuUJ336Xt img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sfuUJ336Xt .row {
  align-items: flex-start;
}
.cid-sfuUJ336Xt .card-wrapper {
  border-radius: 4px;
  background: #071646;
}
@media (max-width: 992px) {
  .cid-sfuUJ336Xt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfuUJ336Xt .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfuUJ336Xt .card-wrapper {
    padding: 1rem;
  }
}
.cid-sfuUJ336Xt .mbr-text,
.cid-sfuUJ336Xt .mbr-section-btn {
  color: #ffffff;
}
.cid-sfuUJ336Xt .card-title {
  color: #ffffff;
}
.cid-sfuTQrqzoE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfuTQrqzoE {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-sfuTQrqzoE .box {
  background-image: url("../../../assets/images/screen-shot-2020-11-05-at-13.40.51-2000x1054.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfuTQrqzoE .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-sfuTQrqzoE .icon-wrap span {
  padding-left: 8px;
}
.cid-sfuTQrqzoE .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sfuTQrqzoE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sfuTQrqzoE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfuTQrqzoE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfuTQrqzoE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfuTQrqzoE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfuTQrqzoE a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sfuTQrqzoE {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-sfuTQrqzoE .box {
    height: 250px;
  }
}
@media (min-width: 767px) {
  .cid-sfuTQrqzoE .row {
    margin: 0;
  }
}
.cid-sfiGaqy8Ri {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfiGaqy8Ri .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfiGaqy8Ri .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfiGaqy8Ri .row {
    text-align: center;
  }
  .cid-sfiGaqy8Ri .row > div {
    margin: auto;
  }
  .cid-sfiGaqy8Ri .social-row {
    justify-content: center;
  }
}
.cid-sfiGaqy8Ri .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfiGaqy8Ri .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfiGaqy8Ri .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfiGaqy8Ri .list {
    margin-bottom: 0rem;
  }
}
.cid-sfiGaqy8Ri .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfiGaqy8Ri .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfiGaqy8Ri .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfiGaqy8Ri div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfiGaqy8Ri .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfiGfPe14Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfiGfPe14Q nav.navbar {
  position: fixed;
}
.cid-sfiGfPe14Q .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-sfiGfPe14Q .dropdown-menu {
  padding: 0;
}
.cid-sfiGfPe14Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiGfPe14Q .dropdown-item:hover,
.cid-sfiGfPe14Q .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfiGfPe14Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfiGfPe14Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfiGfPe14Q .nav-link {
  position: relative;
}
.cid-sfiGfPe14Q .container {
  display: flex;
  margin: auto;
}
.cid-sfiGfPe14Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfiGfPe14Q .navbar-caption {
  padding-right: 4rem;
}
.cid-sfiGfPe14Q .dropdown-menu,
.cid-sfiGfPe14Q .navbar.opened {
  background: #fafafa !important;
}
.cid-sfiGfPe14Q .nav-item:focus,
.cid-sfiGfPe14Q .nav-link:focus {
  outline: none;
}
.cid-sfiGfPe14Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfiGfPe14Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfiGfPe14Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfiGfPe14Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfiGfPe14Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfiGfPe14Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfiGfPe14Q .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfiGfPe14Q .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiGfPe14Q .navbar.opened {
  transition: all .3s;
}
.cid-sfiGfPe14Q .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfiGfPe14Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sfiGfPe14Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfiGfPe14Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfiGfPe14Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfiGfPe14Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfiGfPe14Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfiGfPe14Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfiGfPe14Q .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: 55%;
}
.cid-sfiGfPe14Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfiGfPe14Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfiGfPe14Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfiGfPe14Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfiGfPe14Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfiGfPe14Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfiGfPe14Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfiGfPe14Q .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: 55%;
  }
  .cid-sfiGfPe14Q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfiGfPe14Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfiGfPe14Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfiGfPe14Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfiGfPe14Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfiGfPe14Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfiGfPe14Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfiGfPe14Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfiGfPe14Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfiGfPe14Q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfiGfPe14Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfiGfPe14Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfiGfPe14Q .dropdown-item.active,
.cid-sfiGfPe14Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sfiGfPe14Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfiGfPe14Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfiGfPe14Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfiGfPe14Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfiGfPe14Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfiGfPe14Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfiGfPe14Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfiGfPe14Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfiGfPe14Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfiGfPe14Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfiGfPe14Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfiGfPe14Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiGfPe14Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiGfPe14Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfiGfPe14Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiGfPe14Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfiGfPe14Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfiGfPe14Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiGfPe14Q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfiGfPe14Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfiGfPe14Q .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-sfiGfPe14Q .navbar {
    height: 77px;
  }
  .cid-sfiGfPe14Q .navbar.opened {
    height: auto;
  }
  .cid-sfiGfPe14Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfiGfPKUmy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sfiGfPKUmy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiGfPKUmy .row {
  flex-direction: row-reverse;
}
.cid-sfiGfPKUmy img {
  width: 100%;
}
.cid-sfBjSZ3ePv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sfBjSZ3ePv .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfBjSZ3ePv .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfBjSZ3ePv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfBjSZ3ePv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfBjSZ3ePv .mbr-section-title {
  text-align: center;
}
.cid-sfv7Xl4daa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sfv7Xl4daa .row {
  flex-direction: row-reverse;
}
.cid-sfv7Xl4daa .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfv7Xl4daa .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfv7Xl4daa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfv7Xl4daa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfv7Xl4daa .mbr-section-title {
  text-align: center;
}
.cid-sfv1hqFk3J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/disassembled-hard-drive-from-the-computer-hdd-with-mirror-effect-2000x1335.jpg");
}
.cid-sfv1hqFk3J .img-wrapper {
  text-align: center;
}
.cid-sfv1hqFk3J img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sfv1hqFk3J .row {
  align-items: flex-start;
}
.cid-sfv1hqFk3J .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfv1hqFk3J .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfv1hqFk3J .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfv1hqFk3J .card-wrapper {
    padding: 1rem;
  }
}
.cid-sfv1hqFk3J .mbr-text,
.cid-sfv1hqFk3J .mbr-section-btn {
  color: #000000;
}
.cid-sfv1hqFk3J .card-title {
  color: #000000;
}
.cid-sfuZR3CjxU {
  background-color: #000000;
}
.cid-sfuZR3CjxU .box {
  background-image: url("../../../assets/images/screen-shot-2020-11-05-at-14.28.14-2000x1056.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfuZR3CjxU .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-sfuZR3CjxU .icon-wrap span {
  padding-left: 8px;
}
.cid-sfuZR3CjxU .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sfuZR3CjxU .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sfuZR3CjxU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfuZR3CjxU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfuZR3CjxU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfuZR3CjxU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfuZR3CjxU a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sfuZR3CjxU .box {
    height: 250px;
  }
}
@media (min-width: 767px) {
  .cid-sfuZR3CjxU .row {
    margin: 0;
  }
}
.cid-sfiGfQHoeY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfiGfQHoeY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfiGfQHoeY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfiGfQHoeY .row {
    text-align: center;
  }
  .cid-sfiGfQHoeY .row > div {
    margin: auto;
  }
  .cid-sfiGfQHoeY .social-row {
    justify-content: center;
  }
}
.cid-sfiGfQHoeY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfiGfQHoeY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfiGfQHoeY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfiGfQHoeY .list {
    margin-bottom: 0rem;
  }
}
.cid-sfiGfQHoeY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfiGfQHoeY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfiGfQHoeY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfiGfQHoeY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfiGfQHoeY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfiGqWgVBv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfiGqWgVBv nav.navbar {
  position: fixed;
}
.cid-sfiGqWgVBv .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-sfiGqWgVBv .dropdown-menu {
  padding: 0;
}
.cid-sfiGqWgVBv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiGqWgVBv .dropdown-item:hover,
.cid-sfiGqWgVBv .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfiGqWgVBv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfiGqWgVBv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfiGqWgVBv .nav-link {
  position: relative;
}
.cid-sfiGqWgVBv .container {
  display: flex;
  margin: auto;
}
.cid-sfiGqWgVBv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfiGqWgVBv .navbar-caption {
  padding-right: 4rem;
}
.cid-sfiGqWgVBv .dropdown-menu,
.cid-sfiGqWgVBv .navbar.opened {
  background: #fafafa !important;
}
.cid-sfiGqWgVBv .nav-item:focus,
.cid-sfiGqWgVBv .nav-link:focus {
  outline: none;
}
.cid-sfiGqWgVBv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfiGqWgVBv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfiGqWgVBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfiGqWgVBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfiGqWgVBv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfiGqWgVBv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfiGqWgVBv .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfiGqWgVBv .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiGqWgVBv .navbar.opened {
  transition: all .3s;
}
.cid-sfiGqWgVBv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfiGqWgVBv .navbar .navbar-logo img {
  width: auto;
}
.cid-sfiGqWgVBv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfiGqWgVBv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfiGqWgVBv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfiGqWgVBv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfiGqWgVBv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfiGqWgVBv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfiGqWgVBv .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: 55%;
}
.cid-sfiGqWgVBv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfiGqWgVBv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfiGqWgVBv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfiGqWgVBv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfiGqWgVBv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfiGqWgVBv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfiGqWgVBv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfiGqWgVBv .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: 55%;
  }
  .cid-sfiGqWgVBv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfiGqWgVBv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfiGqWgVBv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfiGqWgVBv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfiGqWgVBv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfiGqWgVBv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfiGqWgVBv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfiGqWgVBv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfiGqWgVBv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfiGqWgVBv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfiGqWgVBv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfiGqWgVBv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfiGqWgVBv .dropdown-item.active,
.cid-sfiGqWgVBv .dropdown-item:active {
  background-color: transparent;
}
.cid-sfiGqWgVBv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfiGqWgVBv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfiGqWgVBv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfiGqWgVBv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfiGqWgVBv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfiGqWgVBv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfiGqWgVBv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfiGqWgVBv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfiGqWgVBv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfiGqWgVBv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfiGqWgVBv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfiGqWgVBv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiGqWgVBv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiGqWgVBv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfiGqWgVBv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiGqWgVBv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfiGqWgVBv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfiGqWgVBv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiGqWgVBv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfiGqWgVBv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfiGqWgVBv .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-sfiGqWgVBv .navbar {
    height: 77px;
  }
  .cid-sfiGqWgVBv .navbar.opened {
    height: auto;
  }
  .cid-sfiGqWgVBv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfiGqXzpVO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sfiGqXzpVO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiGqXzpVO .row {
  flex-direction: row-reverse;
}
.cid-sfiGqXzpVO img {
  width: 100%;
}
.cid-sfiGqXUP06 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sfiGqXUP06 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfiGqXUP06 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiGqXUP06 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfiGqXUP06 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfiGqXUP06 .mbr-text {
  color: #000000;
}
.cid-sfvn6PFL7p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfvn6PFL7p .row {
  flex-direction: row-reverse;
}
.cid-sfvn6PFL7p .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfvn6PFL7p .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfvn6PFL7p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfvn6PFL7p .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfvn6PFL7p .mbr-section-title {
  text-align: center;
}
.cid-sfvlCMmufk {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-sfvlCMmufk {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.cid-sfvlCMmufk .box {
  background-image: url("../../../assets/images/screen-shot-2020-11-05-at-15.31.50-2000x996.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfvlCMmufk .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-sfvlCMmufk .icon-wrap span {
  padding-left: 8px;
}
.cid-sfvlCMmufk .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sfvlCMmufk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sfvlCMmufk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sfvlCMmufk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sfvlCMmufk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sfvlCMmufk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sfvlCMmufk a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sfvlCMmufk {
    padding-top: 21px;
    padding-bottom: 7px;
  }
  .cid-sfvlCMmufk .box {
    height: 250px;
  }
}
@media (min-width: 767px) {
  .cid-sfvlCMmufk .row {
    margin: 0;
  }
}
.cid-sfiGqYCzKI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfiGqYCzKI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfiGqYCzKI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfiGqYCzKI .row {
    text-align: center;
  }
  .cid-sfiGqYCzKI .row > div {
    margin: auto;
  }
  .cid-sfiGqYCzKI .social-row {
    justify-content: center;
  }
}
.cid-sfiGqYCzKI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfiGqYCzKI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfiGqYCzKI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfiGqYCzKI .list {
    margin-bottom: 0rem;
  }
}
.cid-sfiGqYCzKI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfiGqYCzKI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfiGqYCzKI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfiGqYCzKI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfiGqYCzKI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sePoFlfWva {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sePoFlfWva nav.navbar {
  position: fixed;
}
.cid-sePoFlfWva .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-sePoFlfWva .dropdown-menu {
  padding: 0;
}
.cid-sePoFlfWva .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sePoFlfWva .dropdown-item:hover,
.cid-sePoFlfWva .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sePoFlfWva .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sePoFlfWva .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sePoFlfWva .nav-link {
  position: relative;
}
.cid-sePoFlfWva .container {
  display: flex;
  margin: auto;
}
.cid-sePoFlfWva .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sePoFlfWva .navbar-caption {
  padding-right: 4rem;
}
.cid-sePoFlfWva .dropdown-menu,
.cid-sePoFlfWva .navbar.opened {
  background: #fafafa !important;
}
.cid-sePoFlfWva .nav-item:focus,
.cid-sePoFlfWva .nav-link:focus {
  outline: none;
}
.cid-sePoFlfWva .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sePoFlfWva .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sePoFlfWva .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sePoFlfWva .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sePoFlfWva .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sePoFlfWva .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sePoFlfWva .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sePoFlfWva .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sePoFlfWva .navbar.opened {
  transition: all .3s;
}
.cid-sePoFlfWva .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sePoFlfWva .navbar .navbar-logo img {
  width: auto;
}
.cid-sePoFlfWva .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sePoFlfWva .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sePoFlfWva .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sePoFlfWva .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sePoFlfWva .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sePoFlfWva .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sePoFlfWva .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: 55%;
}
.cid-sePoFlfWva .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sePoFlfWva .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sePoFlfWva .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sePoFlfWva .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sePoFlfWva .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sePoFlfWva .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sePoFlfWva .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sePoFlfWva .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: 55%;
  }
  .cid-sePoFlfWva .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sePoFlfWva .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sePoFlfWva .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sePoFlfWva .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sePoFlfWva .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sePoFlfWva .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sePoFlfWva .navbar.navbar-short {
  min-height: 60px;
}
.cid-sePoFlfWva .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sePoFlfWva .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sePoFlfWva .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sePoFlfWva .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sePoFlfWva .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sePoFlfWva .dropdown-item.active,
.cid-sePoFlfWva .dropdown-item:active {
  background-color: transparent;
}
.cid-sePoFlfWva .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sePoFlfWva .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sePoFlfWva .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sePoFlfWva .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sePoFlfWva .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sePoFlfWva .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sePoFlfWva ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sePoFlfWva .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sePoFlfWva button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sePoFlfWva button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sePoFlfWva button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sePoFlfWva button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sePoFlfWva button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sePoFlfWva button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sePoFlfWva nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sePoFlfWva nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sePoFlfWva nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sePoFlfWva nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sePoFlfWva .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sePoFlfWva a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sePoFlfWva .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-sePoFlfWva .navbar {
    height: 77px;
  }
  .cid-sePoFlfWva .navbar.opened {
    height: auto;
  }
  .cid-sePoFlfWva .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sePoFlC3Kr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sePoFlC3Kr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sePoFlC3Kr .row {
  flex-direction: row-reverse;
}
.cid-sePoFlC3Kr img {
  width: 100%;
}
.cid-seQ5l7cmoF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-seQ5l7cmoF .row {
  flex-direction: row-reverse;
}
.cid-seQ5l7cmoF .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-seQ5l7cmoF .text-wrapper {
    padding: 2rem;
  }
}
.cid-seQ5l7cmoF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-seQ5l7cmoF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seQ5l7cmoF .mbr-section-title {
  text-align: center;
}
.cid-sePoFlYyB9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sePoFlYyB9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sePoFlYyB9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sePoFlYyB9 .row {
    text-align: center;
  }
  .cid-sePoFlYyB9 .row > div {
    margin: auto;
  }
  .cid-sePoFlYyB9 .social-row {
    justify-content: center;
  }
}
.cid-sePoFlYyB9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sePoFlYyB9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sePoFlYyB9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sePoFlYyB9 .list {
    margin-bottom: 0rem;
  }
}
.cid-sePoFlYyB9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sePoFlYyB9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sePoFlYyB9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sePoFlYyB9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sePoFlYyB9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfoeK7m1zL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfoeK7m1zL nav.navbar {
  position: fixed;
}
.cid-sfoeK7m1zL .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-sfoeK7m1zL .dropdown-menu {
  padding: 0;
}
.cid-sfoeK7m1zL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfoeK7m1zL .dropdown-item:hover,
.cid-sfoeK7m1zL .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfoeK7m1zL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfoeK7m1zL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfoeK7m1zL .nav-link {
  position: relative;
}
.cid-sfoeK7m1zL .container {
  display: flex;
  margin: auto;
}
.cid-sfoeK7m1zL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfoeK7m1zL .navbar-caption {
  padding-right: 4rem;
}
.cid-sfoeK7m1zL .dropdown-menu,
.cid-sfoeK7m1zL .navbar.opened {
  background: #fafafa !important;
}
.cid-sfoeK7m1zL .nav-item:focus,
.cid-sfoeK7m1zL .nav-link:focus {
  outline: none;
}
.cid-sfoeK7m1zL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfoeK7m1zL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfoeK7m1zL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfoeK7m1zL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfoeK7m1zL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfoeK7m1zL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfoeK7m1zL .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfoeK7m1zL .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfoeK7m1zL .navbar.opened {
  transition: all .3s;
}
.cid-sfoeK7m1zL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfoeK7m1zL .navbar .navbar-logo img {
  width: auto;
}
.cid-sfoeK7m1zL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfoeK7m1zL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfoeK7m1zL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfoeK7m1zL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfoeK7m1zL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfoeK7m1zL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfoeK7m1zL .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: 55%;
}
.cid-sfoeK7m1zL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfoeK7m1zL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfoeK7m1zL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfoeK7m1zL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfoeK7m1zL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfoeK7m1zL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfoeK7m1zL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfoeK7m1zL .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: 55%;
  }
  .cid-sfoeK7m1zL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfoeK7m1zL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfoeK7m1zL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfoeK7m1zL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfoeK7m1zL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfoeK7m1zL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfoeK7m1zL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfoeK7m1zL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfoeK7m1zL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfoeK7m1zL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfoeK7m1zL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfoeK7m1zL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfoeK7m1zL .dropdown-item.active,
.cid-sfoeK7m1zL .dropdown-item:active {
  background-color: transparent;
}
.cid-sfoeK7m1zL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfoeK7m1zL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfoeK7m1zL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfoeK7m1zL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfoeK7m1zL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfoeK7m1zL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfoeK7m1zL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfoeK7m1zL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfoeK7m1zL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfoeK7m1zL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfoeK7m1zL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfoeK7m1zL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfoeK7m1zL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfoeK7m1zL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfoeK7m1zL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfoeK7m1zL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfoeK7m1zL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfoeK7m1zL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfoeK7m1zL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfoeK7m1zL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfoeK7m1zL .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-sfoeK7m1zL .navbar {
    height: 77px;
  }
  .cid-sfoeK7m1zL .navbar.opened {
    height: auto;
  }
  .cid-sfoeK7m1zL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfoeK7GpJn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sfoeK7GpJn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfoeK7GpJn .row {
  flex-direction: row-reverse;
}
.cid-sfoeK7GpJn img {
  width: 100%;
}
.cid-sfoeK7Q7Db {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfoeK7Q7Db .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfoeK7Q7Db .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfoeK7Q7Db .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfoeK7Q7Db .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfoeK7Q7Db .mbr-text {
  text-align: justify;
  color: #02072c;
}
.cid-sfoeK7Q7Db .name {
  text-align: Justify;
}
.cid-sfvpo3DK5n {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #e8ebf4;
}
.cid-sfvpo3DK5n .row {
  flex-direction: row-reverse;
}
.cid-sfvpo3DK5n .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfvpo3DK5n .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfvpo3DK5n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfvpo3DK5n .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfvpo3DK5n .mbr-section-title {
  text-align: center;
}
.cid-sfT4JWAQOz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000f35;
}
.cid-sfT4JWAQOz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfT4JWAQOz .mbr-text {
  color: #ffffff;
}
.cid-sfoeK8gQD4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfoeK8gQD4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfoeK8gQD4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfoeK8gQD4 .row {
    text-align: center;
  }
  .cid-sfoeK8gQD4 .row > div {
    margin: auto;
  }
  .cid-sfoeK8gQD4 .social-row {
    justify-content: center;
  }
}
.cid-sfoeK8gQD4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfoeK8gQD4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfoeK8gQD4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfoeK8gQD4 .list {
    margin-bottom: 0rem;
  }
}
.cid-sfoeK8gQD4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfoeK8gQD4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfoeK8gQD4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfoeK8gQD4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfoeK8gQD4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfof4jbFAx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfof4jbFAx nav.navbar {
  position: fixed;
}
.cid-sfof4jbFAx .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-sfof4jbFAx .dropdown-menu {
  padding: 0;
}
.cid-sfof4jbFAx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfof4jbFAx .dropdown-item:hover,
.cid-sfof4jbFAx .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfof4jbFAx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfof4jbFAx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfof4jbFAx .nav-link {
  position: relative;
}
.cid-sfof4jbFAx .container {
  display: flex;
  margin: auto;
}
.cid-sfof4jbFAx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfof4jbFAx .navbar-caption {
  padding-right: 4rem;
}
.cid-sfof4jbFAx .dropdown-menu,
.cid-sfof4jbFAx .navbar.opened {
  background: #fafafa !important;
}
.cid-sfof4jbFAx .nav-item:focus,
.cid-sfof4jbFAx .nav-link:focus {
  outline: none;
}
.cid-sfof4jbFAx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfof4jbFAx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfof4jbFAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfof4jbFAx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfof4jbFAx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfof4jbFAx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfof4jbFAx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfof4jbFAx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfof4jbFAx .navbar.opened {
  transition: all .3s;
}
.cid-sfof4jbFAx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfof4jbFAx .navbar .navbar-logo img {
  width: auto;
}
.cid-sfof4jbFAx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfof4jbFAx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfof4jbFAx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfof4jbFAx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfof4jbFAx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfof4jbFAx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfof4jbFAx .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: 55%;
}
.cid-sfof4jbFAx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfof4jbFAx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfof4jbFAx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfof4jbFAx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfof4jbFAx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfof4jbFAx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfof4jbFAx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfof4jbFAx .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: 55%;
  }
  .cid-sfof4jbFAx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfof4jbFAx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfof4jbFAx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfof4jbFAx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfof4jbFAx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfof4jbFAx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfof4jbFAx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfof4jbFAx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfof4jbFAx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfof4jbFAx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfof4jbFAx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfof4jbFAx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfof4jbFAx .dropdown-item.active,
.cid-sfof4jbFAx .dropdown-item:active {
  background-color: transparent;
}
.cid-sfof4jbFAx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfof4jbFAx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfof4jbFAx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfof4jbFAx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfof4jbFAx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfof4jbFAx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfof4jbFAx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfof4jbFAx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfof4jbFAx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfof4jbFAx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfof4jbFAx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfof4jbFAx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfof4jbFAx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfof4jbFAx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfof4jbFAx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfof4jbFAx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfof4jbFAx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfof4jbFAx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfof4jbFAx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfof4jbFAx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfof4jbFAx .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-sfof4jbFAx .navbar {
    height: 77px;
  }
  .cid-sfof4jbFAx .navbar.opened {
    height: auto;
  }
  .cid-sfof4jbFAx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfof4juHZu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .cid-sfof4juHZu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfof4juHZu .row {
  flex-direction: row-reverse;
}
.cid-sfof4juHZu img {
  width: 100%;
}
.cid-sfvuuQjApX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-sfvuuQjApX .mbr-section-subtitle {
  color: #000b1d;
}
.cid-sfvuuQjApX .mbr-text {
  color: #000000;
}
.cid-sgy8pJQidF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #f4f8fa);
}
.cid-sgy8pJQidF .nav {
  border: none;
}
.cid-sgy8pJQidF .nav-tabs {
  display: table;
  width: 100%;
}
.cid-sgy8pJQidF .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sgy8pJQidF .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(87, 96, 105, 0.3);
  box-shadow: 0px 0px 30px rgba(87, 96, 105, 0.3);
}
.cid-sgy8pJQidF .tab-content {
  margin-top: 3rem;
}
.cid-sgy8pJQidF .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sgy8pJQidF .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-sgy8pJQidF .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sgy8pJQidF .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-sgy8pJQidF .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sgy8pJQidF .nav-item {
    display: table-row !important;
  }
}
.cid-sgy8pJQidF .mbr-section-subtitle,
.cid-sgy8pJQidF .mbr-text,
.cid-sgy8pJQidF .mbr-section-btn {
  color: #8d97ad;
}
.cid-sgy8pJQidF .mbr-text,
.cid-sgy8pJQidF .mbr-section-btn {
  color: #000000;
}
.cid-sfof4k7Hgl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfof4k7Hgl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfof4k7Hgl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfof4k7Hgl .row {
    text-align: center;
  }
  .cid-sfof4k7Hgl .row > div {
    margin: auto;
  }
  .cid-sfof4k7Hgl .social-row {
    justify-content: center;
  }
}
.cid-sfof4k7Hgl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfof4k7Hgl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfof4k7Hgl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfof4k7Hgl .list {
    margin-bottom: 0rem;
  }
}
.cid-sfof4k7Hgl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfof4k7Hgl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfof4k7Hgl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfof4k7Hgl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfof4k7Hgl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sdezHfPPKr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdezHfPPKr nav.navbar {
  position: fixed;
}
.cid-sdezHfPPKr .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-sdezHfPPKr .dropdown-menu {
  padding: 0;
}
.cid-sdezHfPPKr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdezHfPPKr .dropdown-item:hover,
.cid-sdezHfPPKr .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sdezHfPPKr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdezHfPPKr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdezHfPPKr .nav-link {
  position: relative;
}
.cid-sdezHfPPKr .container {
  display: flex;
  margin: auto;
}
.cid-sdezHfPPKr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdezHfPPKr .navbar-caption {
  padding-right: 4rem;
}
.cid-sdezHfPPKr .dropdown-menu,
.cid-sdezHfPPKr .navbar.opened {
  background: #fafafa !important;
}
.cid-sdezHfPPKr .nav-item:focus,
.cid-sdezHfPPKr .nav-link:focus {
  outline: none;
}
.cid-sdezHfPPKr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdezHfPPKr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdezHfPPKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdezHfPPKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdezHfPPKr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdezHfPPKr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdezHfPPKr .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdezHfPPKr .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdezHfPPKr .navbar.opened {
  transition: all .3s;
}
.cid-sdezHfPPKr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdezHfPPKr .navbar .navbar-logo img {
  width: auto;
}
.cid-sdezHfPPKr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdezHfPPKr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdezHfPPKr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdezHfPPKr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sdezHfPPKr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdezHfPPKr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdezHfPPKr .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: 55%;
}
.cid-sdezHfPPKr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdezHfPPKr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdezHfPPKr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdezHfPPKr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdezHfPPKr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdezHfPPKr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdezHfPPKr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdezHfPPKr .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: 55%;
  }
  .cid-sdezHfPPKr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdezHfPPKr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdezHfPPKr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdezHfPPKr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdezHfPPKr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdezHfPPKr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdezHfPPKr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdezHfPPKr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdezHfPPKr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdezHfPPKr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdezHfPPKr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdezHfPPKr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdezHfPPKr .dropdown-item.active,
.cid-sdezHfPPKr .dropdown-item:active {
  background-color: transparent;
}
.cid-sdezHfPPKr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdezHfPPKr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdezHfPPKr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdezHfPPKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdezHfPPKr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdezHfPPKr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdezHfPPKr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdezHfPPKr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdezHfPPKr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdezHfPPKr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sdezHfPPKr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdezHfPPKr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdezHfPPKr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdezHfPPKr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdezHfPPKr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdezHfPPKr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdezHfPPKr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdezHfPPKr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdezHfPPKr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdezHfPPKr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdezHfPPKr .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-sdezHfPPKr .navbar {
    height: 77px;
  }
  .cid-sdezHfPPKr .navbar.opened {
    height: auto;
  }
  .cid-sdezHfPPKr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdezHghz1Q {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sdezHghz1Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdezHghz1Q .row {
  flex-direction: row-reverse;
}
.cid-sdezHghz1Q img {
  width: 100%;
}
.cid-sgCsGpzrSi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sgCsGpzrSi .mbr-section-subtitle {
  text-align: center;
}
.cid-sdwoi05c6B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sgCdyz8qB5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-sgCdyz8qB5 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgCdyz8qB5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgCdyz8qB5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgCdyz8qB5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgCdyz8qB5 .mbr-text {
  color: #000000;
}
.cid-sgCm7kOvwJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/celular-1139x895.png");
}
.cid-sgCm7kOvwJ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-sgCm7kOvwJ .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sgCm7kOvwJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sgCneCha4d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-sgCneCha4d .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgCneCha4d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgCneCha4d img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgCneCha4d .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgCneCha4d .mbr-text {
  color: #000000;
}
.cid-sdwrlFtXZw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sdwrx8LviP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sePSk3h4ja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #09103e;
}
.cid-sePSk3h4ja .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sePSk3h4ja .mbr-text {
  color: #ffffff;
}
.cid-sdwtausAcn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sgCofrverJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sgCofrverJ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgCofrverJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgCofrverJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgCofrverJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgCofrverJ .mbr-text {
  color: #000000;
}
.cid-sdwtbyHmjM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sdwtC5sRR0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sdwtC5sRR0 .mbr-section-title {
  text-align: justify;
}
.cid-sdwtC5sRR0 .mbr-section-subtitle {
  text-align: justify;
}
.cid-sdezHgyi0V {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdezHgyi0V .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdezHgyi0V .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdezHgyi0V .row {
    text-align: center;
  }
  .cid-sdezHgyi0V .row > div {
    margin: auto;
  }
  .cid-sdezHgyi0V .social-row {
    justify-content: center;
  }
}
.cid-sdezHgyi0V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdezHgyi0V .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdezHgyi0V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdezHgyi0V .list {
    margin-bottom: 0rem;
  }
}
.cid-sdezHgyi0V .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdezHgyi0V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdezHgyi0V .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdezHgyi0V div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdezHgyi0V .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfTaFbtU5H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfTaFbtU5H nav.navbar {
  position: fixed;
}
.cid-sfTaFbtU5H .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-sfTaFbtU5H .dropdown-menu {
  padding: 0;
}
.cid-sfTaFbtU5H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTaFbtU5H .dropdown-item:hover,
.cid-sfTaFbtU5H .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfTaFbtU5H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfTaFbtU5H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfTaFbtU5H .nav-link {
  position: relative;
}
.cid-sfTaFbtU5H .container {
  display: flex;
  margin: auto;
}
.cid-sfTaFbtU5H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfTaFbtU5H .navbar-caption {
  padding-right: 4rem;
}
.cid-sfTaFbtU5H .dropdown-menu,
.cid-sfTaFbtU5H .navbar.opened {
  background: #fafafa !important;
}
.cid-sfTaFbtU5H .nav-item:focus,
.cid-sfTaFbtU5H .nav-link:focus {
  outline: none;
}
.cid-sfTaFbtU5H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfTaFbtU5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfTaFbtU5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfTaFbtU5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfTaFbtU5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfTaFbtU5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfTaFbtU5H .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfTaFbtU5H .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTaFbtU5H .navbar.opened {
  transition: all .3s;
}
.cid-sfTaFbtU5H .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfTaFbtU5H .navbar .navbar-logo img {
  width: auto;
}
.cid-sfTaFbtU5H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfTaFbtU5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfTaFbtU5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfTaFbtU5H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfTaFbtU5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfTaFbtU5H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfTaFbtU5H .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: 55%;
}
.cid-sfTaFbtU5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfTaFbtU5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfTaFbtU5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfTaFbtU5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfTaFbtU5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfTaFbtU5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfTaFbtU5H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfTaFbtU5H .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: 55%;
  }
  .cid-sfTaFbtU5H .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfTaFbtU5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfTaFbtU5H .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfTaFbtU5H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfTaFbtU5H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfTaFbtU5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfTaFbtU5H .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfTaFbtU5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfTaFbtU5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfTaFbtU5H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfTaFbtU5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfTaFbtU5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfTaFbtU5H .dropdown-item.active,
.cid-sfTaFbtU5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sfTaFbtU5H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfTaFbtU5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfTaFbtU5H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfTaFbtU5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfTaFbtU5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfTaFbtU5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfTaFbtU5H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfTaFbtU5H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfTaFbtU5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfTaFbtU5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfTaFbtU5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfTaFbtU5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTaFbtU5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTaFbtU5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfTaFbtU5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTaFbtU5H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfTaFbtU5H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfTaFbtU5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTaFbtU5H .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfTaFbtU5H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfTaFbtU5H .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-sfTaFbtU5H .navbar {
    height: 77px;
  }
  .cid-sfTaFbtU5H .navbar.opened {
    height: auto;
  }
  .cid-sfTaFbtU5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfTaFbXc9T {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfTaFbXc9T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTaFbXc9T .row {
  flex-direction: row-reverse;
}
.cid-sfTaFbXc9T img {
  width: 100%;
}
.cid-sfTaFceK4K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfTaFceK4K .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfTaFceK4K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTaFceK4K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfTaFceK4K .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfTaFceK4K .mbr-text {
  color: #000000;
}
.cid-sfTaFdklMw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sfTaFdklMw .img-wrapper {
  text-align: justify;
}
.cid-sfTaFdklMw img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sfTaFdklMw .row {
  align-items: flex-start;
}
.cid-sfTaFdklMw .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfTaFdklMw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfTaFdklMw .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfTaFdklMw .card-wrapper {
    padding: 1rem;
  }
}
.cid-sfTaFdklMw .mbr-text,
.cid-sfTaFdklMw .mbr-section-btn {
  color: #000000;
}
.cid-sfTaFdklMw .card-title {
  color: #000000;
}
.cid-sfTaFdPvFL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-sfTaFdPvFL .video-wrapper iframe {
  width: 100%;
}
.cid-sfTaFdPvFL .mbr-section-title,
.cid-sfTaFdPvFL .mbr-section-subtitle,
.cid-sfTaFdPvFL .mbr-text {
  text-align: center;
}
.cid-sfTaFdPvFL .mbr-section-title {
  color: #000000;
}
.cid-sfTaFdPvFL .mbr-section-subtitle {
  color: #000000;
}
.cid-sfTaFe7ZMK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfTaFe7ZMK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfTaFe7ZMK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfTaFe7ZMK .row {
    text-align: center;
  }
  .cid-sfTaFe7ZMK .row > div {
    margin: auto;
  }
  .cid-sfTaFe7ZMK .social-row {
    justify-content: center;
  }
}
.cid-sfTaFe7ZMK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfTaFe7ZMK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfTaFe7ZMK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfTaFe7ZMK .list {
    margin-bottom: 0rem;
  }
}
.cid-sfTaFe7ZMK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfTaFe7ZMK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfTaFe7ZMK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfTaFe7ZMK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfTaFe7ZMK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfTaRI1EXh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfTaRI1EXh nav.navbar {
  position: fixed;
}
.cid-sfTaRI1EXh .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-sfTaRI1EXh .dropdown-menu {
  padding: 0;
}
.cid-sfTaRI1EXh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTaRI1EXh .dropdown-item:hover,
.cid-sfTaRI1EXh .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfTaRI1EXh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfTaRI1EXh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfTaRI1EXh .nav-link {
  position: relative;
}
.cid-sfTaRI1EXh .container {
  display: flex;
  margin: auto;
}
.cid-sfTaRI1EXh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfTaRI1EXh .navbar-caption {
  padding-right: 4rem;
}
.cid-sfTaRI1EXh .dropdown-menu,
.cid-sfTaRI1EXh .navbar.opened {
  background: #fafafa !important;
}
.cid-sfTaRI1EXh .nav-item:focus,
.cid-sfTaRI1EXh .nav-link:focus {
  outline: none;
}
.cid-sfTaRI1EXh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfTaRI1EXh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfTaRI1EXh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfTaRI1EXh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfTaRI1EXh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfTaRI1EXh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfTaRI1EXh .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfTaRI1EXh .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTaRI1EXh .navbar.opened {
  transition: all .3s;
}
.cid-sfTaRI1EXh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfTaRI1EXh .navbar .navbar-logo img {
  width: auto;
}
.cid-sfTaRI1EXh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfTaRI1EXh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfTaRI1EXh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfTaRI1EXh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfTaRI1EXh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfTaRI1EXh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfTaRI1EXh .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: 55%;
}
.cid-sfTaRI1EXh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfTaRI1EXh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfTaRI1EXh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfTaRI1EXh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfTaRI1EXh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfTaRI1EXh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfTaRI1EXh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfTaRI1EXh .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: 55%;
  }
  .cid-sfTaRI1EXh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfTaRI1EXh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfTaRI1EXh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfTaRI1EXh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfTaRI1EXh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfTaRI1EXh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfTaRI1EXh .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfTaRI1EXh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfTaRI1EXh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfTaRI1EXh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfTaRI1EXh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfTaRI1EXh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfTaRI1EXh .dropdown-item.active,
.cid-sfTaRI1EXh .dropdown-item:active {
  background-color: transparent;
}
.cid-sfTaRI1EXh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfTaRI1EXh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfTaRI1EXh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfTaRI1EXh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfTaRI1EXh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfTaRI1EXh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfTaRI1EXh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfTaRI1EXh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfTaRI1EXh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfTaRI1EXh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfTaRI1EXh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfTaRI1EXh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTaRI1EXh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTaRI1EXh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfTaRI1EXh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTaRI1EXh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfTaRI1EXh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfTaRI1EXh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTaRI1EXh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfTaRI1EXh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfTaRI1EXh .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-sfTaRI1EXh .navbar {
    height: 77px;
  }
  .cid-sfTaRI1EXh .navbar.opened {
    height: auto;
  }
  .cid-sfTaRI1EXh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfTaRIA4mL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfTaRIA4mL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTaRIA4mL .row {
  flex-direction: row-reverse;
}
.cid-sfTaRIA4mL img {
  width: 100%;
}
.cid-sfTaRIPEyy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfTaRIPEyy .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfTaRIPEyy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTaRIPEyy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfTaRIPEyy .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfTaRIPEyy .mbr-text {
  color: #000000;
}
.cid-sfTaRJD77O {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfTaRJD77O h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sfTaRJD77O .container {
    position: relative;
  }
  .cid-sfTaRJD77O .row {
    margin: 0;
  }
  .cid-sfTaRJD77O h2 {
    margin: 0;
  }
}
.cid-sfTaRJD77O .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sfTaRJD77O .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
}
.cid-sfTaRJD77O h2 {
  color: #000000;
}
.cid-sfTaRJ4veY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfTaRJ4veY .mbr-text {
  margin: 0;
}
.cid-sfTaRJ4veY .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: justify;
  align-items: justify;
  -webkit-justify-content: justify;
  justify-content: justify;
  display: flex;
}
.cid-sfTaRJ4veY .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sfTaRJ4veY .row-element,
.cid-sfTaRJ4veY .image-element {
  padding: 0;
}
.cid-sfTaRJ4veY .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfTaRJ4veY .image-element .img-wrap {
  width: 100% !important;
}
.cid-sfTaRJ4veY .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sfTaRJ4veY .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfTaRJ4veY .carousel-item.active,
.cid-sfTaRJ4veY .carousel-item-next,
.cid-sfTaRJ4veY .carousel-item-prev {
  display: flex;
}
.cid-sfTaRJ4veY .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sfTaRJ4veY .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #010320;
}
.cid-sfTaRJ4veY .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sfTaRJ4veY .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sfTaRJ4veY .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sfTaRJ4veY .carousel-controls {
    display: block;
  }
  .cid-sfTaRJ4veY .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sfTaRJ4veY .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sfTaRJ4veY .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sfTaRJ4veY .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sfTaRJ4veY .text-element {
    padding: 1rem;
  }
  .cid-sfTaRJ4veY .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfTaRJ4veY .image-element {
    min-width: 50%;
  }
  .cid-sfTaRJ4veY .media-container-row {
    width: 100%;
  }
}
.cid-sfTaRJ4veY .mbr-text,
.cid-sfTaRJ4veY .link {
  text-align: justify;
  color: #000000;
}
.cid-sgahbCMir3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sgahbCMir3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgahbCMir3 .row {
  flex-direction: row-reverse;
}
.cid-sgahbCMir3 img {
  width: 100%;
}
.cid-sfTaRKHcuZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfTaRKHcuZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfTaRKHcuZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfTaRKHcuZ .row {
    text-align: center;
  }
  .cid-sfTaRKHcuZ .row > div {
    margin: auto;
  }
  .cid-sfTaRKHcuZ .social-row {
    justify-content: center;
  }
}
.cid-sfTaRKHcuZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfTaRKHcuZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfTaRKHcuZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfTaRKHcuZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sfTaRKHcuZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfTaRKHcuZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfTaRKHcuZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfTaRKHcuZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfTaRKHcuZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfTc0yjb1D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfTc0yjb1D nav.navbar {
  position: fixed;
}
.cid-sfTc0yjb1D .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-sfTc0yjb1D .dropdown-menu {
  padding: 0;
}
.cid-sfTc0yjb1D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTc0yjb1D .dropdown-item:hover,
.cid-sfTc0yjb1D .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfTc0yjb1D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfTc0yjb1D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfTc0yjb1D .nav-link {
  position: relative;
}
.cid-sfTc0yjb1D .container {
  display: flex;
  margin: auto;
}
.cid-sfTc0yjb1D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfTc0yjb1D .navbar-caption {
  padding-right: 4rem;
}
.cid-sfTc0yjb1D .dropdown-menu,
.cid-sfTc0yjb1D .navbar.opened {
  background: #fafafa !important;
}
.cid-sfTc0yjb1D .nav-item:focus,
.cid-sfTc0yjb1D .nav-link:focus {
  outline: none;
}
.cid-sfTc0yjb1D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfTc0yjb1D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfTc0yjb1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfTc0yjb1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfTc0yjb1D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfTc0yjb1D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfTc0yjb1D .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfTc0yjb1D .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTc0yjb1D .navbar.opened {
  transition: all .3s;
}
.cid-sfTc0yjb1D .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfTc0yjb1D .navbar .navbar-logo img {
  width: auto;
}
.cid-sfTc0yjb1D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfTc0yjb1D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfTc0yjb1D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfTc0yjb1D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfTc0yjb1D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfTc0yjb1D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfTc0yjb1D .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: 55%;
}
.cid-sfTc0yjb1D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfTc0yjb1D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfTc0yjb1D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfTc0yjb1D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfTc0yjb1D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfTc0yjb1D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfTc0yjb1D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfTc0yjb1D .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: 55%;
  }
  .cid-sfTc0yjb1D .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfTc0yjb1D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfTc0yjb1D .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfTc0yjb1D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfTc0yjb1D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfTc0yjb1D .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfTc0yjb1D .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfTc0yjb1D .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfTc0yjb1D .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfTc0yjb1D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfTc0yjb1D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfTc0yjb1D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfTc0yjb1D .dropdown-item.active,
.cid-sfTc0yjb1D .dropdown-item:active {
  background-color: transparent;
}
.cid-sfTc0yjb1D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfTc0yjb1D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfTc0yjb1D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfTc0yjb1D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfTc0yjb1D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfTc0yjb1D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfTc0yjb1D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfTc0yjb1D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfTc0yjb1D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfTc0yjb1D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfTc0yjb1D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfTc0yjb1D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTc0yjb1D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTc0yjb1D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfTc0yjb1D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTc0yjb1D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfTc0yjb1D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfTc0yjb1D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTc0yjb1D .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfTc0yjb1D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfTc0yjb1D .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-sfTc0yjb1D .navbar {
    height: 77px;
  }
  .cid-sfTc0yjb1D .navbar.opened {
    height: auto;
  }
  .cid-sfTc0yjb1D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfTc0yPoLX {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfTc0yPoLX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTc0yPoLX .row {
  flex-direction: row-reverse;
}
.cid-sfTc0yPoLX img {
  width: 100%;
}
.cid-sfTc0z4rnO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfTc0z4rnO .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfTc0z4rnO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTc0z4rnO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfTc0z4rnO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfTc0z4rnO .mbr-text {
  color: #000000;
}
.cid-sfTc0z4rnO .mbr-section-title {
  color: #0f013d;
}
.cid-sfTc0A16AE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfTc0A16AE h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sfTc0A16AE .container {
    position: relative;
  }
  .cid-sfTc0A16AE .row {
    margin: 0;
  }
  .cid-sfTc0A16AE h2 {
    margin: 0;
  }
}
.cid-sfTc0A16AE .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sfTc0A16AE .mbr-text {
  margin-top: 1.4rem;
}
.cid-sfTc0A16AE h2 {
  color: #0f013d;
}
.cid-sfTc0AenVP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfTc0AenVP .img-wrapper {
  text-align: justify;
}
.cid-sfTc0AenVP img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sfTc0AenVP .row {
  align-items: flex-start;
}
.cid-sfTc0AenVP .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfTc0AenVP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfTc0AenVP .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfTc0AenVP .card-wrapper {
    padding: 1rem;
  }
}
.cid-sfTc0AenVP .mbr-text,
.cid-sfTc0AenVP .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-sfTc0AenVP .card-title {
  color: #000000;
  text-align: Center;
}
.cid-sfTc0AenVP .card-subtitle {
  text-align: Center;
  color: #0f013d;
}
.cid-sRuuk1dNGk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRuuk1dNGk .img-wrapper {
  text-align: justify;
}
.cid-sRuuk1dNGk img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sRuuk1dNGk .row {
  align-items: flex-start;
}
.cid-sRuuk1dNGk .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sRuuk1dNGk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sRuuk1dNGk .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRuuk1dNGk .card-wrapper {
    padding: 1rem;
  }
}
.cid-sRuuk1dNGk .mbr-text,
.cid-sRuuk1dNGk .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-sRuuk1dNGk .card-title {
  color: #000000;
  text-align: Center;
}
.cid-sRuuk1dNGk .card-subtitle {
  text-align: Center;
  color: #0f013d;
}
.cid-sfTc0AEQV7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sfTc0AEQV7 .video-wrapper iframe {
  width: 100%;
}
.cid-sfTc0AEQV7 .mbr-section-title,
.cid-sfTc0AEQV7 .mbr-section-subtitle,
.cid-sfTc0AEQV7 .mbr-text {
  text-align: center;
}
.cid-sfTc0AEQV7 .mbr-section-title {
  color: #000000;
}
.cid-sfTc0AEQV7 .mbr-section-subtitle {
  color: #000000;
}
.cid-sfTc0AUzfL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfTc0AUzfL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfTc0AUzfL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfTc0AUzfL .row {
    text-align: center;
  }
  .cid-sfTc0AUzfL .row > div {
    margin: auto;
  }
  .cid-sfTc0AUzfL .social-row {
    justify-content: center;
  }
}
.cid-sfTc0AUzfL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfTc0AUzfL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfTc0AUzfL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfTc0AUzfL .list {
    margin-bottom: 0rem;
  }
}
.cid-sfTc0AUzfL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfTc0AUzfL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfTc0AUzfL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfTc0AUzfL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfTc0AUzfL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfXnYBeiG9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfXnYBeiG9 nav.navbar {
  position: fixed;
}
.cid-sfXnYBeiG9 .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-sfXnYBeiG9 .dropdown-menu {
  padding: 0;
}
.cid-sfXnYBeiG9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfXnYBeiG9 .dropdown-item:hover,
.cid-sfXnYBeiG9 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfXnYBeiG9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfXnYBeiG9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfXnYBeiG9 .nav-link {
  position: relative;
}
.cid-sfXnYBeiG9 .container {
  display: flex;
  margin: auto;
}
.cid-sfXnYBeiG9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfXnYBeiG9 .navbar-caption {
  padding-right: 4rem;
}
.cid-sfXnYBeiG9 .dropdown-menu,
.cid-sfXnYBeiG9 .navbar.opened {
  background: #fafafa !important;
}
.cid-sfXnYBeiG9 .nav-item:focus,
.cid-sfXnYBeiG9 .nav-link:focus {
  outline: none;
}
.cid-sfXnYBeiG9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfXnYBeiG9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfXnYBeiG9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfXnYBeiG9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfXnYBeiG9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfXnYBeiG9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfXnYBeiG9 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfXnYBeiG9 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfXnYBeiG9 .navbar.opened {
  transition: all .3s;
}
.cid-sfXnYBeiG9 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfXnYBeiG9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sfXnYBeiG9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfXnYBeiG9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfXnYBeiG9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfXnYBeiG9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfXnYBeiG9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfXnYBeiG9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfXnYBeiG9 .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: 55%;
}
.cid-sfXnYBeiG9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfXnYBeiG9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfXnYBeiG9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfXnYBeiG9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfXnYBeiG9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfXnYBeiG9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfXnYBeiG9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfXnYBeiG9 .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: 55%;
  }
  .cid-sfXnYBeiG9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfXnYBeiG9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfXnYBeiG9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfXnYBeiG9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfXnYBeiG9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfXnYBeiG9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfXnYBeiG9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfXnYBeiG9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfXnYBeiG9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfXnYBeiG9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfXnYBeiG9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfXnYBeiG9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfXnYBeiG9 .dropdown-item.active,
.cid-sfXnYBeiG9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfXnYBeiG9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfXnYBeiG9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfXnYBeiG9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfXnYBeiG9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfXnYBeiG9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfXnYBeiG9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfXnYBeiG9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfXnYBeiG9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfXnYBeiG9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfXnYBeiG9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfXnYBeiG9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfXnYBeiG9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfXnYBeiG9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfXnYBeiG9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfXnYBeiG9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfXnYBeiG9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfXnYBeiG9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfXnYBeiG9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfXnYBeiG9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfXnYBeiG9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfXnYBeiG9 .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-sfXnYBeiG9 .navbar {
    height: 77px;
  }
  .cid-sfXnYBeiG9 .navbar.opened {
    height: auto;
  }
  .cid-sfXnYBeiG9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfXnYBXnIy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sfXnYBXnIy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfXnYBXnIy .row {
  flex-direction: row-reverse;
}
.cid-sfXnYBXnIy img {
  width: 100%;
}
.cid-sfXtjYgvNo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfXtjYgvNo h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sfXtjYgvNo .container {
    position: relative;
  }
  .cid-sfXtjYgvNo .row {
    margin: 0;
  }
  .cid-sfXtjYgvNo h2 {
    margin: 0;
  }
}
.cid-sfXtjYgvNo .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sfXtjYgvNo .mbr-text {
  margin-top: 1.4rem;
}
.cid-sfXtjYgvNo h2 {
  color: #0a1742;
}
.cid-sfXudhW9HN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfXudhW9HN .mbr-text {
  margin: 0;
}
.cid-sfXudhW9HN .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: justify;
  align-items: justify;
  -webkit-justify-content: justify;
  justify-content: justify;
  display: flex;
}
.cid-sfXudhW9HN .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sfXudhW9HN .row-element,
.cid-sfXudhW9HN .image-element {
  padding: 0;
}
.cid-sfXudhW9HN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfXudhW9HN .image-element .img-wrap {
  width: 100% !important;
}
.cid-sfXudhW9HN .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sfXudhW9HN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfXudhW9HN .carousel-item.active,
.cid-sfXudhW9HN .carousel-item-next,
.cid-sfXudhW9HN .carousel-item-prev {
  display: flex;
}
.cid-sfXudhW9HN .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sfXudhW9HN .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #010320;
}
.cid-sfXudhW9HN .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sfXudhW9HN .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sfXudhW9HN .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sfXudhW9HN .carousel-controls {
    display: block;
  }
  .cid-sfXudhW9HN .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sfXudhW9HN .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sfXudhW9HN .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sfXudhW9HN .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sfXudhW9HN .text-element {
    padding: 1rem;
  }
  .cid-sfXudhW9HN .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfXudhW9HN .image-element {
    min-width: 50%;
  }
  .cid-sfXudhW9HN .media-container-row {
    width: 100%;
  }
}
.cid-sfXudhW9HN .mbr-text,
.cid-sfXudhW9HN .link {
  text-align: left;
}
.cid-sfXudhW9HN .mbr-subtitle {
  text-align: left;
}
.cid-shhst45RzJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-shhst45RzJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-shhst45RzJ .row {
    flex-direction: column-reverse;
  }
  .cid-shhst45RzJ .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-shhst45RzJ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-shhst45RzJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-shhst45RzJ .media-content,
.cid-shhst45RzJ .mbr-figure {
  align-self: center;
}
.cid-shhst45RzJ .mbr-figure iframe {
  width: 100%;
}
.cid-sfXnYD4PcZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sfXnYD4PcZ .mbr-section-subtitle {
  color: #6ed056;
}
.cid-sfXnYCmVSW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-sfXnYCmVSW .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfXnYCmVSW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfXnYCmVSW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfXnYCmVSW .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfXnYCmVSW .mbr-text {
  color: #000000;
}
.cid-sfXnYDhHs4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/26580-2000x1333.jpg");
}
.cid-sfXnYDhHs4 .mbr-section-title {
  text-align: left;
  color: #bed3f9;
}
.cid-sfXnYDhHs4 .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sfXnYEgt4p {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfXnYEgt4p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfXnYEgt4p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfXnYEgt4p .row {
    text-align: center;
  }
  .cid-sfXnYEgt4p .row > div {
    margin: auto;
  }
  .cid-sfXnYEgt4p .social-row {
    justify-content: center;
  }
}
.cid-sfXnYEgt4p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfXnYEgt4p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfXnYEgt4p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfXnYEgt4p .list {
    margin-bottom: 0rem;
  }
}
.cid-sfXnYEgt4p .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfXnYEgt4p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfXnYEgt4p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfXnYEgt4p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfXnYEgt4p .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfXG8jPgEM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfXG8jPgEM nav.navbar {
  position: fixed;
}
.cid-sfXG8jPgEM .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-sfXG8jPgEM .dropdown-menu {
  padding: 0;
}
.cid-sfXG8jPgEM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfXG8jPgEM .dropdown-item:hover,
.cid-sfXG8jPgEM .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfXG8jPgEM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfXG8jPgEM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfXG8jPgEM .nav-link {
  position: relative;
}
.cid-sfXG8jPgEM .container {
  display: flex;
  margin: auto;
}
.cid-sfXG8jPgEM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfXG8jPgEM .navbar-caption {
  padding-right: 4rem;
}
.cid-sfXG8jPgEM .dropdown-menu,
.cid-sfXG8jPgEM .navbar.opened {
  background: #fafafa !important;
}
.cid-sfXG8jPgEM .nav-item:focus,
.cid-sfXG8jPgEM .nav-link:focus {
  outline: none;
}
.cid-sfXG8jPgEM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfXG8jPgEM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfXG8jPgEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfXG8jPgEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfXG8jPgEM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfXG8jPgEM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfXG8jPgEM .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfXG8jPgEM .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfXG8jPgEM .navbar.opened {
  transition: all .3s;
}
.cid-sfXG8jPgEM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfXG8jPgEM .navbar .navbar-logo img {
  width: auto;
}
.cid-sfXG8jPgEM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfXG8jPgEM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfXG8jPgEM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfXG8jPgEM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfXG8jPgEM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfXG8jPgEM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfXG8jPgEM .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: 55%;
}
.cid-sfXG8jPgEM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfXG8jPgEM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfXG8jPgEM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfXG8jPgEM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfXG8jPgEM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfXG8jPgEM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfXG8jPgEM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfXG8jPgEM .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: 55%;
  }
  .cid-sfXG8jPgEM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfXG8jPgEM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfXG8jPgEM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfXG8jPgEM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfXG8jPgEM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfXG8jPgEM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfXG8jPgEM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfXG8jPgEM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfXG8jPgEM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfXG8jPgEM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfXG8jPgEM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfXG8jPgEM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfXG8jPgEM .dropdown-item.active,
.cid-sfXG8jPgEM .dropdown-item:active {
  background-color: transparent;
}
.cid-sfXG8jPgEM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfXG8jPgEM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfXG8jPgEM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfXG8jPgEM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfXG8jPgEM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfXG8jPgEM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfXG8jPgEM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfXG8jPgEM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfXG8jPgEM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfXG8jPgEM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfXG8jPgEM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfXG8jPgEM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfXG8jPgEM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfXG8jPgEM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfXG8jPgEM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfXG8jPgEM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfXG8jPgEM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfXG8jPgEM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfXG8jPgEM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfXG8jPgEM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfXG8jPgEM .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-sfXG8jPgEM .navbar {
    height: 77px;
  }
  .cid-sfXG8jPgEM .navbar.opened {
    height: auto;
  }
  .cid-sfXG8jPgEM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfXG8krB2S {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfXG8krB2S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfXG8krB2S .row {
  flex-direction: row-reverse;
}
.cid-sfXG8krB2S img {
  width: 100%;
}
.cid-shn4r37uiN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-shn4r37uiN .row {
  flex-direction: row-reverse;
}
.cid-shn4r37uiN .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-shn4r37uiN .text-wrapper {
    padding: 2rem;
  }
}
.cid-shn4r37uiN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-shn4r37uiN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-shn4r37uiN .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-shn4r37uiN .mbr-section-title {
  text-align: center;
}
.cid-sg8YF3FGzQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sg8YF3FGzQ .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sg8YF3FGzQ .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sg8YF3FGzQ .list-img {
  width: 100px;
}
.cid-sg8YF3FGzQ .ico2 {
  color: #e6c63b;
  font-size: 1.1rem;
}
.cid-sg8YF3FGzQ .btn {
  margin: 0px !important;
}
.cid-sg8YF3FGzQ .text-box {
  padding: 1rem;
}
.cid-sg8YF3FGzQ .text-box p {
  margin: 0;
}
.cid-sg8YF3FGzQ .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sg8YF3FGzQ .ico-box p {
  margin: 0;
}
.cid-sg8YF3FGzQ .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg8YF3FGzQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg8YF3FGzQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sg8YF3FGzQ .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-sg8YF3FGzQ .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sg8YF3FGzQ .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sg8YF3FGzQ .carousel-indicators li {
  display: inline-block;
}
.cid-sg8YF3FGzQ .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sg8YF3FGzQ .carousel-indicators li.active {
  border: 0px;
}
.cid-sg8YF3FGzQ .li1,
.cid-sg8YF3FGzQ .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/hp-web-2000x1509.png");
}
.cid-sg8YF3FGzQ .li2,
.cid-sg8YF3FGzQ .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/dell-web-2000x1509.png");
}
.cid-sg8YF3FGzQ .li3,
.cid-sg8YF3FGzQ .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/huawei-web-2000x1509.png");
}
.cid-sg8YF3FGzQ .li4,
.cid-sg8YF3FGzQ .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/jabra-web-2000x1509.png");
}
.cid-sg8YF3FGzQ .li5,
.cid-sg8YF3FGzQ .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/cisco-web-2000x1509.png");
}
.cid-sg8YF3FGzQ .li6,
.cid-sg8YF3FGzQ .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/poly-hardware-2000x1509.jpg");
}
@media (max-width: 992px) {
  .cid-sg8YF3FGzQ .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sg8YF3FGzQ .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sg8YF3FGzQ .card-title2 {
  color: #149dcc;
}
.cid-sg8YF3FGzQ .sq {
  color: #767676;
}
.cid-sg8YF3FGzQ .item {
  color: #767676;
}
.cid-sg9aC4CIO3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sg9aC4CIO3 .mbr-section-subtitle {
  text-align: center;
}
.cid-sfXG8nd669 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfXG8nd669 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfXG8nd669 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfXG8nd669 .row {
    text-align: center;
  }
  .cid-sfXG8nd669 .row > div {
    margin: auto;
  }
  .cid-sfXG8nd669 .social-row {
    justify-content: center;
  }
}
.cid-sfXG8nd669 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfXG8nd669 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfXG8nd669 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfXG8nd669 .list {
    margin-bottom: 0rem;
  }
}
.cid-sfXG8nd669 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfXG8nd669 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfXG8nd669 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfXG8nd669 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfXG8nd669 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfXFYZM2Qg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfXFYZM2Qg nav.navbar {
  position: fixed;
}
.cid-sfXFYZM2Qg .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-sfXFYZM2Qg .dropdown-menu {
  padding: 0;
}
.cid-sfXFYZM2Qg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfXFYZM2Qg .dropdown-item:hover,
.cid-sfXFYZM2Qg .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfXFYZM2Qg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfXFYZM2Qg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfXFYZM2Qg .nav-link {
  position: relative;
}
.cid-sfXFYZM2Qg .container {
  display: flex;
  margin: auto;
}
.cid-sfXFYZM2Qg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfXFYZM2Qg .navbar-caption {
  padding-right: 4rem;
}
.cid-sfXFYZM2Qg .dropdown-menu,
.cid-sfXFYZM2Qg .navbar.opened {
  background: #fafafa !important;
}
.cid-sfXFYZM2Qg .nav-item:focus,
.cid-sfXFYZM2Qg .nav-link:focus {
  outline: none;
}
.cid-sfXFYZM2Qg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfXFYZM2Qg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfXFYZM2Qg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfXFYZM2Qg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfXFYZM2Qg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfXFYZM2Qg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfXFYZM2Qg .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfXFYZM2Qg .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfXFYZM2Qg .navbar.opened {
  transition: all .3s;
}
.cid-sfXFYZM2Qg .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfXFYZM2Qg .navbar .navbar-logo img {
  width: auto;
}
.cid-sfXFYZM2Qg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfXFYZM2Qg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfXFYZM2Qg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfXFYZM2Qg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfXFYZM2Qg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfXFYZM2Qg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfXFYZM2Qg .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: 55%;
}
.cid-sfXFYZM2Qg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfXFYZM2Qg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfXFYZM2Qg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfXFYZM2Qg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfXFYZM2Qg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfXFYZM2Qg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfXFYZM2Qg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfXFYZM2Qg .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: 55%;
  }
  .cid-sfXFYZM2Qg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfXFYZM2Qg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfXFYZM2Qg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfXFYZM2Qg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfXFYZM2Qg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfXFYZM2Qg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfXFYZM2Qg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfXFYZM2Qg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfXFYZM2Qg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfXFYZM2Qg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfXFYZM2Qg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfXFYZM2Qg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfXFYZM2Qg .dropdown-item.active,
.cid-sfXFYZM2Qg .dropdown-item:active {
  background-color: transparent;
}
.cid-sfXFYZM2Qg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfXFYZM2Qg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfXFYZM2Qg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfXFYZM2Qg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfXFYZM2Qg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfXFYZM2Qg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfXFYZM2Qg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfXFYZM2Qg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfXFYZM2Qg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfXFYZM2Qg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfXFYZM2Qg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfXFYZM2Qg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfXFYZM2Qg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfXFYZM2Qg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfXFYZM2Qg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfXFYZM2Qg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfXFYZM2Qg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfXFYZM2Qg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfXFYZM2Qg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfXFYZM2Qg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfXFYZM2Qg .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-sfXFYZM2Qg .navbar {
    height: 77px;
  }
  .cid-sfXFYZM2Qg .navbar.opened {
    height: auto;
  }
  .cid-sfXFYZM2Qg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfXFZ0eJVt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sfXFZ0eJVt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfXFZ0eJVt .row {
  flex-direction: row-reverse;
}
.cid-sfXFZ0eJVt img {
  width: 100%;
}
.cid-sfXFZ0ud7p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sfXFZ0ud7p .row {
  flex-direction: row-reverse;
}
.cid-sfXFZ0ud7p .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfXFZ0ud7p .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfXFZ0ud7p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfXFZ0ud7p .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfXFZ0ud7p .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sfXFZ0ud7p .mbr-section-title {
  text-align: center;
}
.cid-sH7ymVMHVx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e2e2e2;
}
.cid-sH7ymVMHVx .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sH7ymVMHVx .rev,
.cid-sH7ymVMHVx .mbr-iconfont {
  display: inline-block;
}
.cid-sH7ymVMHVx .card-img {
  position: relative;
}
.cid-sH7ymVMHVx .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sH7ymVMHVx .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sH7ymVMHVx .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sH7ymVMHVx .card-box {
  padding: 1.5rem;
}
.cid-sH7ymVMHVx .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sH7ymVMHVx .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sH7ymVMHVx .mbr-section-title,
.cid-sH7ymVMHVx .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sH7ymVMHVx .card-text,
.cid-sH7ymVMHVx .mbr-section-btn,
.cid-sH7ymVMHVx .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sH7ymVMHVx .mbr-text,
.cid-sH7ymVMHVx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sH7ymVMHVx .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sH7ymVMHVx .mbr-text {
  color: #010a26;
}
.cid-sH7ykBCExn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sH7ykBCExn .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sH7ykBCExn .rev,
.cid-sH7ykBCExn .mbr-iconfont {
  display: inline-block;
}
.cid-sH7ykBCExn .card-img {
  position: relative;
}
.cid-sH7ykBCExn .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sH7ykBCExn .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sH7ykBCExn .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sH7ykBCExn .card-box {
  padding: 1.5rem;
}
.cid-sH7ykBCExn .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sH7ykBCExn .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sH7ykBCExn .mbr-section-title,
.cid-sH7ykBCExn .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sH7ykBCExn .card-text,
.cid-sH7ykBCExn .mbr-section-btn,
.cid-sH7ykBCExn .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sH7ykBCExn .mbr-text,
.cid-sH7ykBCExn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sH7ykBCExn .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sH7ykBCExn .mbr-text {
  color: #010a26;
}
.cid-sH7yp428vg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e2e2e2;
}
.cid-sH7yp428vg .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sH7yp428vg .rev,
.cid-sH7yp428vg .mbr-iconfont {
  display: inline-block;
}
.cid-sH7yp428vg .card-img {
  position: relative;
}
.cid-sH7yp428vg .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sH7yp428vg .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sH7yp428vg .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sH7yp428vg .card-box {
  padding: 1.5rem;
}
.cid-sH7yp428vg .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sH7yp428vg .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sH7yp428vg .mbr-section-title,
.cid-sH7yp428vg .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sH7yp428vg .card-text,
.cid-sH7yp428vg .mbr-section-btn,
.cid-sH7yp428vg .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sH7yp428vg .mbr-text,
.cid-sH7yp428vg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sH7yp428vg .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sH7yp428vg .mbr-text {
  color: #010a26;
}
.cid-sH7ynrHYMY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sH7ynrHYMY .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sH7ynrHYMY .rev,
.cid-sH7ynrHYMY .mbr-iconfont {
  display: inline-block;
}
.cid-sH7ynrHYMY .card-img {
  position: relative;
}
.cid-sH7ynrHYMY .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sH7ynrHYMY .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sH7ynrHYMY .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sH7ynrHYMY .card-box {
  padding: 1.5rem;
}
.cid-sH7ynrHYMY .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sH7ynrHYMY .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sH7ynrHYMY .mbr-section-title,
.cid-sH7ynrHYMY .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sH7ynrHYMY .card-text,
.cid-sH7ynrHYMY .mbr-section-btn,
.cid-sH7ynrHYMY .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sH7ynrHYMY .mbr-text,
.cid-sH7ynrHYMY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sH7ynrHYMY .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sH7ynrHYMY .mbr-text {
  color: #010a26;
}
.cid-sH7yDQQHoZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e2e2e2;
}
.cid-sH7yDQQHoZ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sH7yDQQHoZ .rev,
.cid-sH7yDQQHoZ .mbr-iconfont {
  display: inline-block;
}
.cid-sH7yDQQHoZ .card-img {
  position: relative;
}
.cid-sH7yDQQHoZ .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sH7yDQQHoZ .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sH7yDQQHoZ .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sH7yDQQHoZ .card-box {
  padding: 1.5rem;
}
.cid-sH7yDQQHoZ .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sH7yDQQHoZ .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sH7yDQQHoZ .mbr-section-title,
.cid-sH7yDQQHoZ .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sH7yDQQHoZ .card-text,
.cid-sH7yDQQHoZ .mbr-section-btn,
.cid-sH7yDQQHoZ .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sH7yDQQHoZ .mbr-text,
.cid-sH7yDQQHoZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sH7yDQQHoZ .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sH7yDQQHoZ .mbr-text {
  color: #010a26;
}
.cid-sHcE5lZaUF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sHcE5lZaUF .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHcE5lZaUF .rev,
.cid-sHcE5lZaUF .mbr-iconfont {
  display: inline-block;
}
.cid-sHcE5lZaUF .card-img {
  position: relative;
}
.cid-sHcE5lZaUF .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHcE5lZaUF .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHcE5lZaUF .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sHcE5lZaUF .card-box {
  padding: 1.5rem;
}
.cid-sHcE5lZaUF .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHcE5lZaUF .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHcE5lZaUF .mbr-section-title,
.cid-sHcE5lZaUF .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sHcE5lZaUF .card-text,
.cid-sHcE5lZaUF .mbr-section-btn,
.cid-sHcE5lZaUF .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHcE5lZaUF .mbr-text,
.cid-sHcE5lZaUF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHcE5lZaUF .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHcE5lZaUF .mbr-text {
  color: #010a26;
}
.cid-sHcIevxHUH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e2e2e2;
}
.cid-sHcIevxHUH .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHcIevxHUH .rev,
.cid-sHcIevxHUH .mbr-iconfont {
  display: inline-block;
}
.cid-sHcIevxHUH .card-img {
  position: relative;
}
.cid-sHcIevxHUH .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHcIevxHUH .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHcIevxHUH .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sHcIevxHUH .card-box {
  padding: 1.5rem;
}
.cid-sHcIevxHUH .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHcIevxHUH .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHcIevxHUH .mbr-section-title,
.cid-sHcIevxHUH .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sHcIevxHUH .card-text,
.cid-sHcIevxHUH .mbr-section-btn,
.cid-sHcIevxHUH .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHcIevxHUH .mbr-text,
.cid-sHcIevxHUH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHcIevxHUH .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHcIevxHUH .mbr-text {
  color: #010a26;
}
.cid-sHcLlm0Qny {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sHcLlm0Qny .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHcLlm0Qny .rev,
.cid-sHcLlm0Qny .mbr-iconfont {
  display: inline-block;
}
.cid-sHcLlm0Qny .card-img {
  position: relative;
}
.cid-sHcLlm0Qny .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHcLlm0Qny .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHcLlm0Qny .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sHcLlm0Qny .card-box {
  padding: 1.5rem;
}
.cid-sHcLlm0Qny .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHcLlm0Qny .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHcLlm0Qny .mbr-section-title,
.cid-sHcLlm0Qny .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sHcLlm0Qny .card-text,
.cid-sHcLlm0Qny .mbr-section-btn,
.cid-sHcLlm0Qny .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHcLlm0Qny .mbr-text,
.cid-sHcLlm0Qny .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHcLlm0Qny .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHcLlm0Qny .mbr-text {
  color: #010a26;
}
.cid-sHcLlN1873 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e2e2e2;
}
.cid-sHcLlN1873 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHcLlN1873 .rev,
.cid-sHcLlN1873 .mbr-iconfont {
  display: inline-block;
}
.cid-sHcLlN1873 .card-img {
  position: relative;
}
.cid-sHcLlN1873 .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHcLlN1873 .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHcLlN1873 .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sHcLlN1873 .card-box {
  padding: 1.5rem;
}
.cid-sHcLlN1873 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHcLlN1873 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHcLlN1873 .mbr-section-title,
.cid-sHcLlN1873 .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sHcLlN1873 .card-text,
.cid-sHcLlN1873 .mbr-section-btn,
.cid-sHcLlN1873 .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHcLlN1873 .mbr-text,
.cid-sHcLlN1873 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHcLlN1873 .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHcLlN1873 .mbr-text {
  color: #010a26;
}
.cid-sHcLmcolhz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sHcLmcolhz .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sHcLmcolhz .rev,
.cid-sHcLmcolhz .mbr-iconfont {
  display: inline-block;
}
.cid-sHcLmcolhz .card-img {
  position: relative;
}
.cid-sHcLmcolhz .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sHcLmcolhz .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sHcLmcolhz .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sHcLmcolhz .card-box {
  padding: 1.5rem;
}
.cid-sHcLmcolhz .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHcLmcolhz .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHcLmcolhz .mbr-section-title,
.cid-sHcLmcolhz .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-sHcLmcolhz .card-text,
.cid-sHcLmcolhz .mbr-section-btn,
.cid-sHcLmcolhz .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sHcLmcolhz .mbr-text,
.cid-sHcLmcolhz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sHcLmcolhz .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sHcLmcolhz .mbr-text {
  color: #010a26;
}
.cid-sg4qvocswf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sg4qvocswf .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-sg4qvocswf .mbr-section-subtitle {
  text-align: justify;
  color: #ffac00;
}
.cid-sg4qvocswf .mbr-section-title {
  color: #ffac00;
  text-align: left;
}
.cid-sfXFZ2Tr6J {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfXFZ2Tr6J .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfXFZ2Tr6J .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfXFZ2Tr6J .row {
    text-align: center;
  }
  .cid-sfXFZ2Tr6J .row > div {
    margin: auto;
  }
  .cid-sfXFZ2Tr6J .social-row {
    justify-content: center;
  }
}
.cid-sfXFZ2Tr6J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfXFZ2Tr6J .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfXFZ2Tr6J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfXFZ2Tr6J .list {
    margin-bottom: 0rem;
  }
}
.cid-sfXFZ2Tr6J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfXFZ2Tr6J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfXFZ2Tr6J .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfXFZ2Tr6J div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfXFZ2Tr6J .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4FZf3aSx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4FZf3aSx nav.navbar {
  position: fixed;
}
.cid-sg4FZf3aSx .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-sg4FZf3aSx .dropdown-menu {
  padding: 0;
}
.cid-sg4FZf3aSx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4FZf3aSx .dropdown-item:hover,
.cid-sg4FZf3aSx .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4FZf3aSx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4FZf3aSx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4FZf3aSx .nav-link {
  position: relative;
}
.cid-sg4FZf3aSx .container {
  display: flex;
  margin: auto;
}
.cid-sg4FZf3aSx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4FZf3aSx .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4FZf3aSx .dropdown-menu,
.cid-sg4FZf3aSx .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4FZf3aSx .nav-item:focus,
.cid-sg4FZf3aSx .nav-link:focus {
  outline: none;
}
.cid-sg4FZf3aSx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4FZf3aSx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4FZf3aSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4FZf3aSx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4FZf3aSx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4FZf3aSx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4FZf3aSx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4FZf3aSx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4FZf3aSx .navbar.opened {
  transition: all .3s;
}
.cid-sg4FZf3aSx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4FZf3aSx .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4FZf3aSx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4FZf3aSx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4FZf3aSx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4FZf3aSx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4FZf3aSx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4FZf3aSx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4FZf3aSx .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: 55%;
}
.cid-sg4FZf3aSx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4FZf3aSx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4FZf3aSx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4FZf3aSx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4FZf3aSx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4FZf3aSx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4FZf3aSx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4FZf3aSx .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: 55%;
  }
  .cid-sg4FZf3aSx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4FZf3aSx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4FZf3aSx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4FZf3aSx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4FZf3aSx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4FZf3aSx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4FZf3aSx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4FZf3aSx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4FZf3aSx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4FZf3aSx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4FZf3aSx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4FZf3aSx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4FZf3aSx .dropdown-item.active,
.cid-sg4FZf3aSx .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4FZf3aSx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4FZf3aSx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4FZf3aSx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4FZf3aSx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4FZf3aSx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4FZf3aSx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4FZf3aSx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4FZf3aSx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4FZf3aSx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4FZf3aSx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4FZf3aSx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4FZf3aSx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4FZf3aSx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4FZf3aSx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4FZf3aSx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4FZf3aSx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4FZf3aSx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4FZf3aSx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4FZf3aSx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4FZf3aSx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4FZf3aSx .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-sg4FZf3aSx .navbar {
    height: 77px;
  }
  .cid-sg4FZf3aSx .navbar.opened {
    height: auto;
  }
  .cid-sg4FZf3aSx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4FZftWLS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4FZftWLS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4FZftWLS .row {
  flex-direction: row-reverse;
}
.cid-sg4FZftWLS img {
  width: 100%;
}
.cid-sg4FZfGrof {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-sg4FZfGrof .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4FZfGrof .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4FZfGrof img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4FZfGrof .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4FZfGrof .mbr-text {
  color: #000000;
}
.cid-sgeKGX76xD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgeKGX76xD .video-wrapper iframe {
  width: 100%;
}
.cid-sgeKGX76xD .mbr-section-title,
.cid-sgeKGX76xD .mbr-section-subtitle,
.cid-sgeKGX76xD .mbr-text {
  text-align: center;
}
.cid-sgeIl71leB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sgeIl71leB img,
.cid-sgeIl71leB .item-img {
  width: 100%;
}
.cid-sgeIl71leB .item:focus,
.cid-sgeIl71leB span:focus {
  outline: none;
}
.cid-sgeIl71leB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sgeIl71leB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sgeIl71leB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sgeIl71leB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sgeIl71leB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sgeIl71leB .mbr-section-title {
  color: #232323;
}
.cid-sgeIl71leB .mbr-text,
.cid-sgeIl71leB .mbr-section-btn {
  text-align: justify;
}
.cid-sgeIl71leB .item-title {
  text-align: justify;
}
.cid-sgeIl71leB .item-subtitle {
  text-align: justify;
}
.cid-sg4FZhmqgC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4FZhmqgC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4FZhmqgC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4FZhmqgC .row {
    text-align: center;
  }
  .cid-sg4FZhmqgC .row > div {
    margin: auto;
  }
  .cid-sg4FZhmqgC .social-row {
    justify-content: center;
  }
}
.cid-sg4FZhmqgC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4FZhmqgC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4FZhmqgC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4FZhmqgC .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4FZhmqgC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4FZhmqgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4FZhmqgC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4FZhmqgC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4FZhmqgC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GesQPDB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4GesQPDB nav.navbar {
  position: fixed;
}
.cid-sg4GesQPDB .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-sg4GesQPDB .dropdown-menu {
  padding: 0;
}
.cid-sg4GesQPDB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GesQPDB .dropdown-item:hover,
.cid-sg4GesQPDB .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4GesQPDB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4GesQPDB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4GesQPDB .nav-link {
  position: relative;
}
.cid-sg4GesQPDB .container {
  display: flex;
  margin: auto;
}
.cid-sg4GesQPDB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4GesQPDB .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4GesQPDB .dropdown-menu,
.cid-sg4GesQPDB .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4GesQPDB .nav-item:focus,
.cid-sg4GesQPDB .nav-link:focus {
  outline: none;
}
.cid-sg4GesQPDB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4GesQPDB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4GesQPDB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4GesQPDB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4GesQPDB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4GesQPDB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4GesQPDB .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4GesQPDB .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GesQPDB .navbar.opened {
  transition: all .3s;
}
.cid-sg4GesQPDB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4GesQPDB .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4GesQPDB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4GesQPDB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4GesQPDB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4GesQPDB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4GesQPDB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4GesQPDB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4GesQPDB .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: 55%;
}
.cid-sg4GesQPDB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4GesQPDB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4GesQPDB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4GesQPDB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4GesQPDB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4GesQPDB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4GesQPDB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4GesQPDB .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: 55%;
  }
  .cid-sg4GesQPDB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4GesQPDB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4GesQPDB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4GesQPDB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4GesQPDB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4GesQPDB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4GesQPDB .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4GesQPDB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4GesQPDB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4GesQPDB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4GesQPDB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4GesQPDB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4GesQPDB .dropdown-item.active,
.cid-sg4GesQPDB .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4GesQPDB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4GesQPDB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4GesQPDB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4GesQPDB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4GesQPDB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4GesQPDB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4GesQPDB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4GesQPDB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4GesQPDB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4GesQPDB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4GesQPDB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4GesQPDB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GesQPDB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GesQPDB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4GesQPDB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GesQPDB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4GesQPDB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4GesQPDB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GesQPDB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4GesQPDB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4GesQPDB .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-sg4GesQPDB .navbar {
    height: 77px;
  }
  .cid-sg4GesQPDB .navbar.opened {
    height: auto;
  }
  .cid-sg4GesQPDB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4Getyxfj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4Getyxfj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4Getyxfj .row {
  flex-direction: row-reverse;
}
.cid-sg4Getyxfj img {
  width: 100%;
}
.cid-sg4GetT2W1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-sg4GetT2W1 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4GetT2W1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4GetT2W1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4GetT2W1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4GetT2W1 .mbr-text {
  color: #000000;
}
.cid-sgeW7nuTZ9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgeU5u111C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgeU5u111C .mbr-iconfont {
  color: #353535;
}
.cid-sgeU5u111C .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sgeU5u111C .mbr-text {
  margin: 1.5rem 0;
}
.cid-sgeU5u111C .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sgeU5u111C .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sgeU5u111C .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgeU5u111C .mbr-section-subtitle,
.cid-sgeU5u111C .mbr-text,
.cid-sgeU5u111C .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgeU5u111C .mbr-text,
.cid-sgeU5u111C .social-links .mbr-iconfont {
  color: #353535;
}
.cid-sgeUuznfBx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgeUuznfBx .mbr-iconfont {
  color: #353535;
}
.cid-sgeUuznfBx .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sgeUuznfBx .mbr-text {
  margin: 1.5rem 0;
}
.cid-sgeUuznfBx .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sgeUuznfBx .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sgeUuznfBx .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgeUuznfBx .mbr-section-subtitle,
.cid-sgeUuznfBx .mbr-text,
.cid-sgeUuznfBx .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgeUuznfBx .mbr-text,
.cid-sgeUuznfBx .social-links .mbr-iconfont {
  color: #353535;
}
.cid-sg4GevtnK3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sg4GevtnK3 .video-wrapper iframe {
  width: 100%;
}
.cid-sg4GevtnK3 .mbr-section-title,
.cid-sg4GevtnK3 .mbr-section-subtitle,
.cid-sg4GevtnK3 .mbr-text {
  text-align: center;
}
.cid-sg4GevtnK3 .mbr-section-title {
  color: #000000;
}
.cid-sg4GevtnK3 .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4GevLeou {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4GevLeou .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4GevLeou .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4GevLeou .row {
    text-align: center;
  }
  .cid-sg4GevLeou .row > div {
    margin: auto;
  }
  .cid-sg4GevLeou .social-row {
    justify-content: center;
  }
}
.cid-sg4GevLeou .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4GevLeou .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4GevLeou .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4GevLeou .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4GevLeou .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GevLeou .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4GevLeou .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4GevLeou div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4GevLeou .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GovXDqg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4GovXDqg nav.navbar {
  position: fixed;
}
.cid-sg4GovXDqg .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-sg4GovXDqg .dropdown-menu {
  padding: 0;
}
.cid-sg4GovXDqg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GovXDqg .dropdown-item:hover,
.cid-sg4GovXDqg .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4GovXDqg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4GovXDqg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4GovXDqg .nav-link {
  position: relative;
}
.cid-sg4GovXDqg .container {
  display: flex;
  margin: auto;
}
.cid-sg4GovXDqg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4GovXDqg .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4GovXDqg .dropdown-menu,
.cid-sg4GovXDqg .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4GovXDqg .nav-item:focus,
.cid-sg4GovXDqg .nav-link:focus {
  outline: none;
}
.cid-sg4GovXDqg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4GovXDqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4GovXDqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4GovXDqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4GovXDqg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4GovXDqg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4GovXDqg .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4GovXDqg .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GovXDqg .navbar.opened {
  transition: all .3s;
}
.cid-sg4GovXDqg .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4GovXDqg .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4GovXDqg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4GovXDqg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4GovXDqg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4GovXDqg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4GovXDqg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4GovXDqg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4GovXDqg .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: 55%;
}
.cid-sg4GovXDqg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4GovXDqg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4GovXDqg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4GovXDqg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4GovXDqg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4GovXDqg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4GovXDqg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4GovXDqg .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: 55%;
  }
  .cid-sg4GovXDqg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4GovXDqg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4GovXDqg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4GovXDqg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4GovXDqg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4GovXDqg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4GovXDqg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4GovXDqg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4GovXDqg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4GovXDqg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4GovXDqg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4GovXDqg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4GovXDqg .dropdown-item.active,
.cid-sg4GovXDqg .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4GovXDqg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4GovXDqg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4GovXDqg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4GovXDqg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4GovXDqg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4GovXDqg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4GovXDqg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4GovXDqg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4GovXDqg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4GovXDqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4GovXDqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4GovXDqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GovXDqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GovXDqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4GovXDqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GovXDqg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4GovXDqg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4GovXDqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GovXDqg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4GovXDqg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4GovXDqg .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-sg4GovXDqg .navbar {
    height: 77px;
  }
  .cid-sg4GovXDqg .navbar.opened {
    height: auto;
  }
  .cid-sg4GovXDqg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4GowCfU4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4GowCfU4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4GowCfU4 .row {
  flex-direction: row-reverse;
}
.cid-sg4GowCfU4 img {
  width: 100%;
}
.cid-sg4GowTZA3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sg4GowTZA3 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4GowTZA3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4GowTZA3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4GowTZA3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4GowTZA3 .mbr-text {
  color: #000000;
}
.cid-sg4Gox9x2D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sg4Gox9x2D .mbr-text {
  margin: 0;
}
.cid-sg4Gox9x2D .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: justify;
  align-items: justify;
  -webkit-justify-content: justify;
  justify-content: justify;
  display: flex;
}
.cid-sg4Gox9x2D .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sg4Gox9x2D .row-element,
.cid-sg4Gox9x2D .image-element {
  padding: 0;
}
.cid-sg4Gox9x2D .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg4Gox9x2D .image-element .img-wrap {
  width: 100% !important;
}
.cid-sg4Gox9x2D .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sg4Gox9x2D .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg4Gox9x2D .carousel-item.active,
.cid-sg4Gox9x2D .carousel-item-next,
.cid-sg4Gox9x2D .carousel-item-prev {
  display: flex;
}
.cid-sg4Gox9x2D .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sg4Gox9x2D .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #010320;
}
.cid-sg4Gox9x2D .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sg4Gox9x2D .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sg4Gox9x2D .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sg4Gox9x2D .carousel-controls {
    display: block;
  }
  .cid-sg4Gox9x2D .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sg4Gox9x2D .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sg4Gox9x2D .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sg4Gox9x2D .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sg4Gox9x2D .text-element {
    padding: 1rem;
  }
  .cid-sg4Gox9x2D .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg4Gox9x2D .image-element {
    min-width: 50%;
  }
  .cid-sg4Gox9x2D .media-container-row {
    width: 100%;
  }
}
.cid-sg4Gox9x2D .mbr-text,
.cid-sg4Gox9x2D .link {
  text-align: justify;
}
.cid-sg4Gox9x2D .mbr-subtitle {
  text-align: left;
}
.cid-sg4GoymMju {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sg4GoymMju .video-wrapper iframe {
  width: 100%;
}
.cid-sg4GoymMju .mbr-section-title,
.cid-sg4GoymMju .mbr-section-subtitle,
.cid-sg4GoymMju .mbr-text {
  text-align: center;
}
.cid-sg4GoymMju .mbr-section-title {
  color: #000000;
}
.cid-sg4GoymMju .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4GoyEjPD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4GoyEjPD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4GoyEjPD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4GoyEjPD .row {
    text-align: center;
  }
  .cid-sg4GoyEjPD .row > div {
    margin: auto;
  }
  .cid-sg4GoyEjPD .social-row {
    justify-content: center;
  }
}
.cid-sg4GoyEjPD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4GoyEjPD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4GoyEjPD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4GoyEjPD .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4GoyEjPD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GoyEjPD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4GoyEjPD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4GoyEjPD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4GoyEjPD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GyKOyzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4GyKOyzF nav.navbar {
  position: fixed;
}
.cid-sg4GyKOyzF .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-sg4GyKOyzF .dropdown-menu {
  padding: 0;
}
.cid-sg4GyKOyzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GyKOyzF .dropdown-item:hover,
.cid-sg4GyKOyzF .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4GyKOyzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4GyKOyzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4GyKOyzF .nav-link {
  position: relative;
}
.cid-sg4GyKOyzF .container {
  display: flex;
  margin: auto;
}
.cid-sg4GyKOyzF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4GyKOyzF .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4GyKOyzF .dropdown-menu,
.cid-sg4GyKOyzF .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4GyKOyzF .nav-item:focus,
.cid-sg4GyKOyzF .nav-link:focus {
  outline: none;
}
.cid-sg4GyKOyzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4GyKOyzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4GyKOyzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4GyKOyzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4GyKOyzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4GyKOyzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4GyKOyzF .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4GyKOyzF .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GyKOyzF .navbar.opened {
  transition: all .3s;
}
.cid-sg4GyKOyzF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4GyKOyzF .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4GyKOyzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4GyKOyzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4GyKOyzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4GyKOyzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4GyKOyzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4GyKOyzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4GyKOyzF .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: 55%;
}
.cid-sg4GyKOyzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4GyKOyzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4GyKOyzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4GyKOyzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4GyKOyzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4GyKOyzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4GyKOyzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4GyKOyzF .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: 55%;
  }
  .cid-sg4GyKOyzF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4GyKOyzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4GyKOyzF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4GyKOyzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4GyKOyzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4GyKOyzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4GyKOyzF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4GyKOyzF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4GyKOyzF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4GyKOyzF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4GyKOyzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4GyKOyzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4GyKOyzF .dropdown-item.active,
.cid-sg4GyKOyzF .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4GyKOyzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4GyKOyzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4GyKOyzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4GyKOyzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4GyKOyzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4GyKOyzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4GyKOyzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4GyKOyzF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4GyKOyzF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4GyKOyzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4GyKOyzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4GyKOyzF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GyKOyzF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GyKOyzF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4GyKOyzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GyKOyzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4GyKOyzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4GyKOyzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GyKOyzF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4GyKOyzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4GyKOyzF .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-sg4GyKOyzF .navbar {
    height: 77px;
  }
  .cid-sg4GyKOyzF .navbar.opened {
    height: auto;
  }
  .cid-sg4GyKOyzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4GyLeoBh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4GyLeoBh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4GyLeoBh .row {
  flex-direction: row-reverse;
}
.cid-sg4GyLeoBh img {
  width: 100%;
}
.cid-sF2gGkq6VS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sF2gGkq6VS .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sF2gGkq6VS .text-wrapper {
    padding: 2rem;
  }
}
.cid-sF2gGkq6VS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sF2gGkq6VS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sF2gGkq6VS .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sF2gGkq6VS .mbr-section-title {
  text-align: justify;
}
.cid-sg4GyMsrpK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sg4GyMsrpK .img-wrapper {
  text-align: justify;
}
.cid-sg4GyMsrpK img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg4GyMsrpK .row {
  align-items: flex-start;
}
.cid-sg4GyMsrpK .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sg4GyMsrpK .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg4GyMsrpK .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4GyMsrpK .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg4GyMsrpK .mbr-text,
.cid-sg4GyMsrpK .mbr-section-btn {
  color: #000000;
}
.cid-sg4GyMsrpK .card-title {
  color: #000000;
}
.cid-sUZdYkoQ2Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUZdYkoQ2Q img,
.cid-sUZdYkoQ2Q .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sUZdYkoQ2Q .item:focus,
.cid-sUZdYkoQ2Q span:focus {
  outline: none;
}
.cid-sUZdYkoQ2Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUZdYkoQ2Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sUZdYkoQ2Q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sUZdYkoQ2Q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUZdYkoQ2Q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sUZdYkoQ2Q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sUZdYkoQ2Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUZdYkoQ2Q .mbr-section-title {
  color: #232323;
}
.cid-sUZdYkoQ2Q .mbr-text,
.cid-sUZdYkoQ2Q .mbr-section-btn {
  text-align: center;
}
.cid-sUZdYkoQ2Q .item-title {
  text-align: center;
}
.cid-sUZdYkoQ2Q .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sg4GyMTXoH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-sg4GyMTXoH .video-wrapper iframe {
  width: 100%;
}
.cid-sg4GyMTXoH .mbr-section-title,
.cid-sg4GyMTXoH .mbr-section-subtitle,
.cid-sg4GyMTXoH .mbr-text {
  text-align: center;
}
.cid-sg4GyMTXoH .mbr-section-title {
  color: #000000;
}
.cid-sg4GyMTXoH .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4GyN99Ip {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4GyN99Ip .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4GyN99Ip .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4GyN99Ip .row {
    text-align: center;
  }
  .cid-sg4GyN99Ip .row > div {
    margin: auto;
  }
  .cid-sg4GyN99Ip .social-row {
    justify-content: center;
  }
}
.cid-sg4GyN99Ip .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4GyN99Ip .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4GyN99Ip .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4GyN99Ip .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4GyN99Ip .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GyN99Ip .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4GyN99Ip .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4GyN99Ip div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4GyN99Ip .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GGCh8pH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4GGCh8pH nav.navbar {
  position: fixed;
}
.cid-sg4GGCh8pH .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-sg4GGCh8pH .dropdown-menu {
  padding: 0;
}
.cid-sg4GGCh8pH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GGCh8pH .dropdown-item:hover,
.cid-sg4GGCh8pH .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4GGCh8pH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4GGCh8pH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4GGCh8pH .nav-link {
  position: relative;
}
.cid-sg4GGCh8pH .container {
  display: flex;
  margin: auto;
}
.cid-sg4GGCh8pH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4GGCh8pH .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4GGCh8pH .dropdown-menu,
.cid-sg4GGCh8pH .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4GGCh8pH .nav-item:focus,
.cid-sg4GGCh8pH .nav-link:focus {
  outline: none;
}
.cid-sg4GGCh8pH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4GGCh8pH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4GGCh8pH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4GGCh8pH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4GGCh8pH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4GGCh8pH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4GGCh8pH .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4GGCh8pH .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GGCh8pH .navbar.opened {
  transition: all .3s;
}
.cid-sg4GGCh8pH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4GGCh8pH .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4GGCh8pH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4GGCh8pH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4GGCh8pH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4GGCh8pH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4GGCh8pH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4GGCh8pH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4GGCh8pH .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: 55%;
}
.cid-sg4GGCh8pH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4GGCh8pH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4GGCh8pH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4GGCh8pH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4GGCh8pH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4GGCh8pH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4GGCh8pH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4GGCh8pH .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: 55%;
  }
  .cid-sg4GGCh8pH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4GGCh8pH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4GGCh8pH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4GGCh8pH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4GGCh8pH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4GGCh8pH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4GGCh8pH .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4GGCh8pH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4GGCh8pH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4GGCh8pH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4GGCh8pH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4GGCh8pH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4GGCh8pH .dropdown-item.active,
.cid-sg4GGCh8pH .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4GGCh8pH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4GGCh8pH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4GGCh8pH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4GGCh8pH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4GGCh8pH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4GGCh8pH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4GGCh8pH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4GGCh8pH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4GGCh8pH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4GGCh8pH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4GGCh8pH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4GGCh8pH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GGCh8pH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GGCh8pH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4GGCh8pH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GGCh8pH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4GGCh8pH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4GGCh8pH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GGCh8pH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4GGCh8pH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4GGCh8pH .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-sg4GGCh8pH .navbar {
    height: 77px;
  }
  .cid-sg4GGCh8pH .navbar.opened {
    height: auto;
  }
  .cid-sg4GGCh8pH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4GGCVdIl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4GGCVdIl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4GGCVdIl .row {
  flex-direction: row-reverse;
}
.cid-sg4GGCVdIl img {
  width: 100%;
}
.cid-sg4GGDhd8j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sg4GGDhd8j .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4GGDhd8j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4GGDhd8j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4GGDhd8j .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4GGDhd8j .mbr-text {
  color: #000000;
}
.cid-sg4GGDBqdp {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg4GGDBqdp .mbr-text {
  margin: 0;
}
.cid-sg4GGDBqdp .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: justify;
  align-items: justify;
  -webkit-justify-content: justify;
  justify-content: justify;
  display: flex;
}
.cid-sg4GGDBqdp .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sg4GGDBqdp .row-element,
.cid-sg4GGDBqdp .image-element {
  padding: 0;
}
.cid-sg4GGDBqdp .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg4GGDBqdp .image-element .img-wrap {
  width: 100% !important;
}
.cid-sg4GGDBqdp .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sg4GGDBqdp .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg4GGDBqdp .carousel-item.active,
.cid-sg4GGDBqdp .carousel-item-next,
.cid-sg4GGDBqdp .carousel-item-prev {
  display: flex;
}
.cid-sg4GGDBqdp .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sg4GGDBqdp .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #010320;
}
.cid-sg4GGDBqdp .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sg4GGDBqdp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sg4GGDBqdp .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sg4GGDBqdp .carousel-controls {
    display: block;
  }
  .cid-sg4GGDBqdp .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sg4GGDBqdp .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sg4GGDBqdp .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sg4GGDBqdp .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sg4GGDBqdp .text-element {
    padding: 1rem;
  }
  .cid-sg4GGDBqdp .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg4GGDBqdp .image-element {
    min-width: 50%;
  }
  .cid-sg4GGDBqdp .media-container-row {
    width: 100%;
  }
}
.cid-sg4GGDBqdp .mbr-text,
.cid-sg4GGDBqdp .link {
  text-align: justify;
}
.cid-sg4GGDBqdp .mbr-subtitle {
  text-align: left;
}
.cid-sg4GGENP3X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sg4GGENP3X .video-wrapper iframe {
  width: 100%;
}
.cid-sg4GGENP3X .mbr-section-title,
.cid-sg4GGENP3X .mbr-section-subtitle,
.cid-sg4GGENP3X .mbr-text {
  text-align: center;
}
.cid-sg4GGENP3X .mbr-section-title {
  color: #000000;
}
.cid-sg4GGENP3X .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4GGF4ntB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4GGF4ntB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4GGF4ntB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4GGF4ntB .row {
    text-align: center;
  }
  .cid-sg4GGF4ntB .row > div {
    margin: auto;
  }
  .cid-sg4GGF4ntB .social-row {
    justify-content: center;
  }
}
.cid-sg4GGF4ntB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4GGF4ntB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4GGF4ntB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4GGF4ntB .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4GGF4ntB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GGF4ntB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4GGF4ntB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4GGF4ntB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4GGF4ntB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GPajBBs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4GPajBBs nav.navbar {
  position: fixed;
}
.cid-sg4GPajBBs .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-sg4GPajBBs .dropdown-menu {
  padding: 0;
}
.cid-sg4GPajBBs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GPajBBs .dropdown-item:hover,
.cid-sg4GPajBBs .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4GPajBBs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4GPajBBs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4GPajBBs .nav-link {
  position: relative;
}
.cid-sg4GPajBBs .container {
  display: flex;
  margin: auto;
}
.cid-sg4GPajBBs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4GPajBBs .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4GPajBBs .dropdown-menu,
.cid-sg4GPajBBs .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4GPajBBs .nav-item:focus,
.cid-sg4GPajBBs .nav-link:focus {
  outline: none;
}
.cid-sg4GPajBBs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4GPajBBs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4GPajBBs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4GPajBBs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4GPajBBs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4GPajBBs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4GPajBBs .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4GPajBBs .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GPajBBs .navbar.opened {
  transition: all .3s;
}
.cid-sg4GPajBBs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4GPajBBs .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4GPajBBs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4GPajBBs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4GPajBBs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4GPajBBs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4GPajBBs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4GPajBBs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4GPajBBs .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: 55%;
}
.cid-sg4GPajBBs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4GPajBBs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4GPajBBs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4GPajBBs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4GPajBBs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4GPajBBs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4GPajBBs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4GPajBBs .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: 55%;
  }
  .cid-sg4GPajBBs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4GPajBBs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4GPajBBs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4GPajBBs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4GPajBBs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4GPajBBs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4GPajBBs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4GPajBBs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4GPajBBs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4GPajBBs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4GPajBBs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4GPajBBs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4GPajBBs .dropdown-item.active,
.cid-sg4GPajBBs .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4GPajBBs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4GPajBBs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4GPajBBs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4GPajBBs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4GPajBBs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4GPajBBs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4GPajBBs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4GPajBBs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4GPajBBs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4GPajBBs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4GPajBBs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4GPajBBs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GPajBBs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GPajBBs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4GPajBBs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GPajBBs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4GPajBBs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4GPajBBs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GPajBBs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4GPajBBs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4GPajBBs .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-sg4GPajBBs .navbar {
    height: 77px;
  }
  .cid-sg4GPajBBs .navbar.opened {
    height: auto;
  }
  .cid-sg4GPajBBs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4GPaJt3E {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sg4GPaJt3E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4GPaJt3E .row {
  flex-direction: row-reverse;
}
.cid-sg4GPaJt3E img {
  width: 100%;
}
.cid-shyZRPCvSM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-shyZRPCvSM .row {
  flex-direction: row-reverse;
}
.cid-shyZRPCvSM .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-shyZRPCvSM .text-wrapper {
    padding: 2rem;
  }
}
.cid-shyZRPCvSM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-shyZRPCvSM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-shyZRPCvSM .mbr-text {
  text-align: justify;
  color: #e06700;
}
.cid-shyZRPCvSM .mbr-section-title {
  text-align: center;
}
.cid-shyZSAarMC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-shyZSAarMC .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-shyZSAarMC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shyZSAarMC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shyZSAarMC .text-wrapper {
    padding: 2rem;
  }
}
.cid-shyZSAarMC .mbr-text {
  color: #000000;
}
.cid-shyZSAarMC .mbr-section-title {
  color: #e06700;
}
.cid-shyZTiihsT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-shyZTiihsT .row {
  flex-direction: row-reverse;
}
.cid-shyZTiihsT .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-shyZTiihsT .text-wrapper {
    padding: 2rem;
  }
}
.cid-shyZTiihsT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-shyZTiihsT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-shyZTiihsT .mbr-text {
  text-align: justify;
  color: #e06700;
}
.cid-shyZTiihsT .mbr-section-title {
  text-align: center;
}
.cid-ss7NL14Kpx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .cid-ss7NL14Kpx h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ss7NL14Kpx .container {
    position: relative;
  }
  .cid-ss7NL14Kpx .row {
    margin: 0;
  }
  .cid-ss7NL14Kpx h2 {
    margin: 0;
  }
}
.cid-ss7NL14Kpx .mbr-section-subtitle {
  color: #e9204f;
}
.cid-ss7NL14Kpx .mbr-text {
  margin-top: 1.4rem;
}
.cid-ss7NL14Kpx h2 {
  color: #e06700;
}
.cid-ss7NGsmjyd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f3f3;
}
.cid-ss7NGsmjyd .img-wrapper {
  text-align: justify;
}
.cid-ss7NGsmjyd img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-ss7NGsmjyd .row {
  align-items: flex-start;
}
.cid-ss7NGsmjyd .card-wrapper {
  border-radius: 4px;
  background: #f3f3f3;
}
@media (max-width: 992px) {
  .cid-ss7NGsmjyd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ss7NGsmjyd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ss7NGsmjyd .card-wrapper {
    padding: 1rem;
  }
}
.cid-ss7NGsmjyd .mbr-text,
.cid-ss7NGsmjyd .mbr-section-btn {
  color: #000000;
}
.cid-ss7NGsmjyd .card-title {
  color: #000000;
}
.cid-ss7hPve1Ja {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ss7hPve1Ja .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-ss7hPve1Ja .text-wrapper {
    padding: 2rem;
  }
}
.cid-ss7hPve1Ja .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ss7hPve1Ja .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ss7hPve1Ja .mbr-text {
  text-align: justify;
  color: #e06700;
}
.cid-ss7hPve1Ja .mbr-section-title {
  text-align: center;
}
.cid-sg4GPclu0i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sg4GPclu0i .video-wrapper iframe {
  width: 100%;
}
.cid-sg4GPclu0i .mbr-section-title,
.cid-sg4GPclu0i .mbr-section-subtitle,
.cid-sg4GPclu0i .mbr-text {
  text-align: center;
}
.cid-sg4GPclu0i .mbr-section-title {
  color: #000000;
}
.cid-sg4GPclu0i .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4GPcB4DX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4GPcB4DX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4GPcB4DX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4GPcB4DX .row {
    text-align: center;
  }
  .cid-sg4GPcB4DX .row > div {
    margin: auto;
  }
  .cid-sg4GPcB4DX .social-row {
    justify-content: center;
  }
}
.cid-sg4GPcB4DX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4GPcB4DX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4GPcB4DX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4GPcB4DX .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4GPcB4DX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GPcB4DX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4GPcB4DX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4GPcB4DX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4GPcB4DX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GXg7LIG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4GXg7LIG nav.navbar {
  position: fixed;
}
.cid-sg4GXg7LIG .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-sg4GXg7LIG .dropdown-menu {
  padding: 0;
}
.cid-sg4GXg7LIG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GXg7LIG .dropdown-item:hover,
.cid-sg4GXg7LIG .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4GXg7LIG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4GXg7LIG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4GXg7LIG .nav-link {
  position: relative;
}
.cid-sg4GXg7LIG .container {
  display: flex;
  margin: auto;
}
.cid-sg4GXg7LIG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4GXg7LIG .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4GXg7LIG .dropdown-menu,
.cid-sg4GXg7LIG .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4GXg7LIG .nav-item:focus,
.cid-sg4GXg7LIG .nav-link:focus {
  outline: none;
}
.cid-sg4GXg7LIG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4GXg7LIG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4GXg7LIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4GXg7LIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4GXg7LIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4GXg7LIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4GXg7LIG .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4GXg7LIG .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4GXg7LIG .navbar.opened {
  transition: all .3s;
}
.cid-sg4GXg7LIG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4GXg7LIG .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4GXg7LIG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4GXg7LIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4GXg7LIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4GXg7LIG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4GXg7LIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4GXg7LIG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4GXg7LIG .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: 55%;
}
.cid-sg4GXg7LIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4GXg7LIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4GXg7LIG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4GXg7LIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4GXg7LIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4GXg7LIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4GXg7LIG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4GXg7LIG .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: 55%;
  }
  .cid-sg4GXg7LIG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4GXg7LIG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4GXg7LIG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4GXg7LIG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4GXg7LIG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4GXg7LIG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4GXg7LIG .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4GXg7LIG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4GXg7LIG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4GXg7LIG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4GXg7LIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4GXg7LIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4GXg7LIG .dropdown-item.active,
.cid-sg4GXg7LIG .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4GXg7LIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4GXg7LIG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4GXg7LIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4GXg7LIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4GXg7LIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4GXg7LIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4GXg7LIG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4GXg7LIG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4GXg7LIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4GXg7LIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4GXg7LIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4GXg7LIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GXg7LIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4GXg7LIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4GXg7LIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GXg7LIG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4GXg7LIG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4GXg7LIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4GXg7LIG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4GXg7LIG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4GXg7LIG .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-sg4GXg7LIG .navbar {
    height: 77px;
  }
  .cid-sg4GXg7LIG .navbar.opened {
    height: auto;
  }
  .cid-sg4GXg7LIG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4GXgKuX9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sg4GXgKuX9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4GXgKuX9 .row {
  flex-direction: row-reverse;
}
.cid-sg4GXgKuX9 img {
  width: 100%;
}
.cid-sg4GXh2Tbj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sg4GXh2Tbj .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4GXh2Tbj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4GXh2Tbj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4GXh2Tbj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4GXh2Tbj .mbr-text {
  color: #000000;
}
.cid-sg4GXhiaqO {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}
.cid-sg4GXhiaqO .mbr-text {
  margin: 0;
}
.cid-sg4GXhiaqO .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: justify;
  align-items: justify;
  -webkit-justify-content: justify;
  justify-content: justify;
  display: flex;
}
.cid-sg4GXhiaqO .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sg4GXhiaqO .row-element,
.cid-sg4GXhiaqO .image-element {
  padding: 0;
}
.cid-sg4GXhiaqO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg4GXhiaqO .image-element .img-wrap {
  width: 100% !important;
}
.cid-sg4GXhiaqO .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sg4GXhiaqO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg4GXhiaqO .carousel-item.active,
.cid-sg4GXhiaqO .carousel-item-next,
.cid-sg4GXhiaqO .carousel-item-prev {
  display: flex;
}
.cid-sg4GXhiaqO .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sg4GXhiaqO .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #010320;
}
.cid-sg4GXhiaqO .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sg4GXhiaqO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sg4GXhiaqO .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sg4GXhiaqO .carousel-controls {
    display: block;
  }
  .cid-sg4GXhiaqO .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sg4GXhiaqO .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sg4GXhiaqO .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sg4GXhiaqO .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sg4GXhiaqO .text-element {
    padding: 1rem;
  }
  .cid-sg4GXhiaqO .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg4GXhiaqO .image-element {
    min-width: 50%;
  }
  .cid-sg4GXhiaqO .media-container-row {
    width: 100%;
  }
}
.cid-sg4GXhiaqO .mbr-text,
.cid-sg4GXhiaqO .link {
  text-align: justify;
}
.cid-sg4GXhiaqO .mbr-subtitle {
  text-align: left;
}
.cid-sg4GXiuMA5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sg4GXiuMA5 .video-wrapper iframe {
  width: 100%;
}
.cid-sg4GXiuMA5 .mbr-section-title,
.cid-sg4GXiuMA5 .mbr-section-subtitle,
.cid-sg4GXiuMA5 .mbr-text {
  text-align: center;
}
.cid-sg4GXiuMA5 .mbr-section-title {
  color: #000000;
}
.cid-sg4GXiuMA5 .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4GXiKVZG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4GXiKVZG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4GXiKVZG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4GXiKVZG .row {
    text-align: center;
  }
  .cid-sg4GXiKVZG .row > div {
    margin: auto;
  }
  .cid-sg4GXiKVZG .social-row {
    justify-content: center;
  }
}
.cid-sg4GXiKVZG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4GXiKVZG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4GXiKVZG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4GXiKVZG .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4GXiKVZG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4GXiKVZG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4GXiKVZG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4GXiKVZG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4GXiKVZG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4H6jyZg0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4H6jyZg0 nav.navbar {
  position: fixed;
}
.cid-sg4H6jyZg0 .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-sg4H6jyZg0 .dropdown-menu {
  padding: 0;
}
.cid-sg4H6jyZg0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4H6jyZg0 .dropdown-item:hover,
.cid-sg4H6jyZg0 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4H6jyZg0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4H6jyZg0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4H6jyZg0 .nav-link {
  position: relative;
}
.cid-sg4H6jyZg0 .container {
  display: flex;
  margin: auto;
}
.cid-sg4H6jyZg0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4H6jyZg0 .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4H6jyZg0 .dropdown-menu,
.cid-sg4H6jyZg0 .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4H6jyZg0 .nav-item:focus,
.cid-sg4H6jyZg0 .nav-link:focus {
  outline: none;
}
.cid-sg4H6jyZg0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4H6jyZg0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4H6jyZg0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4H6jyZg0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4H6jyZg0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4H6jyZg0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4H6jyZg0 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4H6jyZg0 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4H6jyZg0 .navbar.opened {
  transition: all .3s;
}
.cid-sg4H6jyZg0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4H6jyZg0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4H6jyZg0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4H6jyZg0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4H6jyZg0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4H6jyZg0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4H6jyZg0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4H6jyZg0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4H6jyZg0 .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: 55%;
}
.cid-sg4H6jyZg0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4H6jyZg0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4H6jyZg0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4H6jyZg0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4H6jyZg0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4H6jyZg0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4H6jyZg0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4H6jyZg0 .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: 55%;
  }
  .cid-sg4H6jyZg0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4H6jyZg0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4H6jyZg0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4H6jyZg0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4H6jyZg0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4H6jyZg0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4H6jyZg0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4H6jyZg0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4H6jyZg0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4H6jyZg0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4H6jyZg0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4H6jyZg0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4H6jyZg0 .dropdown-item.active,
.cid-sg4H6jyZg0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4H6jyZg0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4H6jyZg0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4H6jyZg0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4H6jyZg0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4H6jyZg0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4H6jyZg0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4H6jyZg0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4H6jyZg0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4H6jyZg0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4H6jyZg0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4H6jyZg0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4H6jyZg0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4H6jyZg0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4H6jyZg0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4H6jyZg0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4H6jyZg0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4H6jyZg0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4H6jyZg0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4H6jyZg0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4H6jyZg0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4H6jyZg0 .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-sg4H6jyZg0 .navbar {
    height: 77px;
  }
  .cid-sg4H6jyZg0 .navbar.opened {
    height: auto;
  }
  .cid-sg4H6jyZg0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4H6jWvNJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sg4H6jWvNJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4H6jWvNJ .row {
  flex-direction: row-reverse;
}
.cid-sg4H6jWvNJ img {
  width: 100%;
}
.cid-sg4H6kaLh8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sg4H6kaLh8 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4H6kaLh8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4H6kaLh8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4H6kaLh8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4H6kaLh8 .mbr-text {
  color: #ffffff;
}
.cid-sg4H6kaLh8 .mbr-section-title {
  color: #ffffff;
}
.cid-sRcVAfqYn5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRcVAfqYn5 .left-side {
  text-align: left;
}
.cid-sRcVAfqYn5 .width {
  width: 360px;
  margin: auto;
}
.cid-sRcVAfqYn5 .row {
  align-items: center;
  background: #101317;
  padding: 0px;
  margin: 0;
}
.cid-sRcVAfqYn5 .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-sRcVAfqYn5 .container-fluid {
  padding: 0;
}
.cid-sRcVAfqYn5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sRcVAfqYn5 .right-side {
  padding: 0;
}
.cid-sRcVAfqYn5 .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sRcVAfqYn5 .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sRcVAfqYn5 .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sRcVAfqYn5 .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sRcVAfqYn5 a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sRcVAfqYn5 .left-side {
    padding: 30px 20px;
  }
  .cid-sRcVAfqYn5 .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sRcVAfqYn5 .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sRcVAfqYn5 .mbr-text,
.cid-sRcVAfqYn5 .lin {
  text-align: left;
}
.cid-sg4H6ltvDq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sg4H6ltvDq .video-wrapper iframe {
  width: 100%;
}
.cid-sg4H6ltvDq .mbr-section-title,
.cid-sg4H6ltvDq .mbr-section-subtitle,
.cid-sg4H6ltvDq .mbr-text {
  text-align: center;
}
.cid-sg4H6ltvDq .mbr-section-title {
  color: #000000;
}
.cid-sg4H6ltvDq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sg4H6lKh5m {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4H6lKh5m .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4H6lKh5m .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4H6lKh5m .row {
    text-align: center;
  }
  .cid-sg4H6lKh5m .row > div {
    margin: auto;
  }
  .cid-sg4H6lKh5m .social-row {
    justify-content: center;
  }
}
.cid-sg4H6lKh5m .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4H6lKh5m .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4H6lKh5m .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4H6lKh5m .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4H6lKh5m .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4H6lKh5m .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4H6lKh5m .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4H6lKh5m div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4H6lKh5m .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4HgAkkfQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4HgAkkfQ nav.navbar {
  position: fixed;
}
.cid-sg4HgAkkfQ .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-sg4HgAkkfQ .dropdown-menu {
  padding: 0;
}
.cid-sg4HgAkkfQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4HgAkkfQ .dropdown-item:hover,
.cid-sg4HgAkkfQ .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4HgAkkfQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4HgAkkfQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4HgAkkfQ .nav-link {
  position: relative;
}
.cid-sg4HgAkkfQ .container {
  display: flex;
  margin: auto;
}
.cid-sg4HgAkkfQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4HgAkkfQ .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4HgAkkfQ .dropdown-menu,
.cid-sg4HgAkkfQ .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4HgAkkfQ .nav-item:focus,
.cid-sg4HgAkkfQ .nav-link:focus {
  outline: none;
}
.cid-sg4HgAkkfQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4HgAkkfQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4HgAkkfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4HgAkkfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4HgAkkfQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4HgAkkfQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4HgAkkfQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4HgAkkfQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4HgAkkfQ .navbar.opened {
  transition: all .3s;
}
.cid-sg4HgAkkfQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4HgAkkfQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4HgAkkfQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4HgAkkfQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4HgAkkfQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4HgAkkfQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4HgAkkfQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4HgAkkfQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4HgAkkfQ .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: 55%;
}
.cid-sg4HgAkkfQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4HgAkkfQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4HgAkkfQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4HgAkkfQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4HgAkkfQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4HgAkkfQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4HgAkkfQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4HgAkkfQ .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: 55%;
  }
  .cid-sg4HgAkkfQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4HgAkkfQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4HgAkkfQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4HgAkkfQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4HgAkkfQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4HgAkkfQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4HgAkkfQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4HgAkkfQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4HgAkkfQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4HgAkkfQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4HgAkkfQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4HgAkkfQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4HgAkkfQ .dropdown-item.active,
.cid-sg4HgAkkfQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4HgAkkfQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4HgAkkfQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4HgAkkfQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4HgAkkfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4HgAkkfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4HgAkkfQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4HgAkkfQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4HgAkkfQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4HgAkkfQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4HgAkkfQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4HgAkkfQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4HgAkkfQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4HgAkkfQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4HgAkkfQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4HgAkkfQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4HgAkkfQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4HgAkkfQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4HgAkkfQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4HgAkkfQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4HgAkkfQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4HgAkkfQ .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-sg4HgAkkfQ .navbar {
    height: 77px;
  }
  .cid-sg4HgAkkfQ .navbar.opened {
    height: auto;
  }
  .cid-sg4HgAkkfQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4HgAXcAG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4HgAXcAG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4HgAXcAG .row {
  flex-direction: row-reverse;
}
.cid-sg4HgAXcAG img {
  width: 100%;
}
.cid-sg4HgBr5Ju {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #171717;
}
.cid-sg4HgBr5Ju .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4HgBr5Ju .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4HgBr5Ju img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4HgBr5Ju .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4HgBr5Ju .mbr-text {
  color: #ffffff;
}
.cid-sg4HgBr5Ju .mbr-section-title {
  color: #ffffff;
}
.cid-sg4HgCyHQd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sg4HgCyHQd .img-wrapper {
  text-align: justify;
}
.cid-sg4HgCyHQd img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg4HgCyHQd .row {
  align-items: flex-start;
}
.cid-sg4HgCyHQd .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sg4HgCyHQd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg4HgCyHQd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4HgCyHQd .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg4HgCyHQd .mbr-text,
.cid-sg4HgCyHQd .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sg4HgCyHQd .card-title {
  color: #000000;
}
.cid-sRd30vPkMX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRd30vPkMX .left-side {
  text-align: left;
}
.cid-sRd30vPkMX .width {
  width: 360px;
  margin: auto;
}
.cid-sRd30vPkMX .row {
  align-items: center;
  background: #1d2024;
  padding: 0px;
  margin: 0;
}
.cid-sRd30vPkMX .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-sRd30vPkMX .container-fluid {
  padding: 0;
}
.cid-sRd30vPkMX .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sRd30vPkMX .right-side {
  padding: 0;
}
.cid-sRd30vPkMX .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sRd30vPkMX .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sRd30vPkMX .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sRd30vPkMX .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sRd30vPkMX a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sRd30vPkMX .left-side {
    padding: 30px 20px;
  }
  .cid-sRd30vPkMX .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sRd30vPkMX .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sRd30vPkMX .mbr-text,
.cid-sRd30vPkMX .lin {
  text-align: left;
}
.cid-sg4HgD0Jfl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sg4HgD0Jfl .video-wrapper iframe {
  width: 100%;
}
.cid-sg4HgD0Jfl .mbr-section-title,
.cid-sg4HgD0Jfl .mbr-section-subtitle,
.cid-sg4HgD0Jfl .mbr-text {
  text-align: center;
}
.cid-sg4HgD0Jfl .mbr-section-title {
  color: #000000;
}
.cid-sg4HgD0Jfl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sg4HgDhKTZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4HgDhKTZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4HgDhKTZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4HgDhKTZ .row {
    text-align: center;
  }
  .cid-sg4HgDhKTZ .row > div {
    margin: auto;
  }
  .cid-sg4HgDhKTZ .social-row {
    justify-content: center;
  }
}
.cid-sg4HgDhKTZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4HgDhKTZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4HgDhKTZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4HgDhKTZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4HgDhKTZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4HgDhKTZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4HgDhKTZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4HgDhKTZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4HgDhKTZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4HI3Oj3i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4HI3Oj3i nav.navbar {
  position: fixed;
}
.cid-sg4HI3Oj3i .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-sg4HI3Oj3i .dropdown-menu {
  padding: 0;
}
.cid-sg4HI3Oj3i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4HI3Oj3i .dropdown-item:hover,
.cid-sg4HI3Oj3i .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4HI3Oj3i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4HI3Oj3i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4HI3Oj3i .nav-link {
  position: relative;
}
.cid-sg4HI3Oj3i .container {
  display: flex;
  margin: auto;
}
.cid-sg4HI3Oj3i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4HI3Oj3i .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4HI3Oj3i .dropdown-menu,
.cid-sg4HI3Oj3i .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4HI3Oj3i .nav-item:focus,
.cid-sg4HI3Oj3i .nav-link:focus {
  outline: none;
}
.cid-sg4HI3Oj3i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4HI3Oj3i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4HI3Oj3i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4HI3Oj3i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4HI3Oj3i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4HI3Oj3i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4HI3Oj3i .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4HI3Oj3i .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4HI3Oj3i .navbar.opened {
  transition: all .3s;
}
.cid-sg4HI3Oj3i .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4HI3Oj3i .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4HI3Oj3i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4HI3Oj3i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4HI3Oj3i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4HI3Oj3i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4HI3Oj3i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4HI3Oj3i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4HI3Oj3i .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: 55%;
}
.cid-sg4HI3Oj3i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4HI3Oj3i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4HI3Oj3i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4HI3Oj3i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4HI3Oj3i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4HI3Oj3i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4HI3Oj3i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4HI3Oj3i .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: 55%;
  }
  .cid-sg4HI3Oj3i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4HI3Oj3i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4HI3Oj3i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4HI3Oj3i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4HI3Oj3i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4HI3Oj3i .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4HI3Oj3i .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4HI3Oj3i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4HI3Oj3i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4HI3Oj3i .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4HI3Oj3i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4HI3Oj3i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4HI3Oj3i .dropdown-item.active,
.cid-sg4HI3Oj3i .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4HI3Oj3i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4HI3Oj3i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4HI3Oj3i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4HI3Oj3i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4HI3Oj3i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4HI3Oj3i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4HI3Oj3i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4HI3Oj3i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4HI3Oj3i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4HI3Oj3i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4HI3Oj3i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4HI3Oj3i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4HI3Oj3i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4HI3Oj3i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4HI3Oj3i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4HI3Oj3i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4HI3Oj3i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4HI3Oj3i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4HI3Oj3i .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4HI3Oj3i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4HI3Oj3i .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-sg4HI3Oj3i .navbar {
    height: 77px;
  }
  .cid-sg4HI3Oj3i .navbar.opened {
    height: auto;
  }
  .cid-sg4HI3Oj3i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4HI4rqJw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4HI4rqJw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4HI4rqJw .row {
  flex-direction: row-reverse;
}
.cid-sg4HI4rqJw img {
  width: 100%;
}
.cid-sg4HI4LPYI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sg4HI4LPYI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4HI4LPYI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4HI4LPYI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4HI4LPYI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4HI4LPYI .mbr-text {
  color: #000000;
}
.cid-si1L2i6DeD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-si1L2i6DeD .row {
  flex-direction: row-reverse;
}
.cid-si1L2i6DeD .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-si1L2i6DeD .text-wrapper {
    padding: 2rem;
  }
}
.cid-si1L2i6DeD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-si1L2i6DeD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si1L2i6DeD .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-si1L2i6DeD .mbr-section-title {
  text-align: justify;
}
.cid-si1L4NyEKW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-si1L4NyEKW .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-si1L4NyEKW .text-wrapper {
    padding: 2rem;
  }
}
.cid-si1L4NyEKW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-si1L4NyEKW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si1L4NyEKW .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-si1L4NyEKW .mbr-section-title {
  text-align: justify;
}
.cid-si1L4exZxl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-si1L4exZxl .row {
  flex-direction: row-reverse;
}
.cid-si1L4exZxl .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-si1L4exZxl .text-wrapper {
    padding: 2rem;
  }
}
.cid-si1L4exZxl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-si1L4exZxl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-si1L4exZxl .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-si1L4exZxl .mbr-section-title {
  text-align: center;
}
.cid-sg4HI6AG8j {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4HI6AG8j .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4HI6AG8j .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4HI6AG8j .row {
    text-align: center;
  }
  .cid-sg4HI6AG8j .row > div {
    margin: auto;
  }
  .cid-sg4HI6AG8j .social-row {
    justify-content: center;
  }
}
.cid-sg4HI6AG8j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4HI6AG8j .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4HI6AG8j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4HI6AG8j .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4HI6AG8j .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4HI6AG8j .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4HI6AG8j .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4HI6AG8j div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4HI6AG8j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4HTXhakm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4HTXhakm nav.navbar {
  position: fixed;
}
.cid-sg4HTXhakm .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-sg4HTXhakm .dropdown-menu {
  padding: 0;
}
.cid-sg4HTXhakm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4HTXhakm .dropdown-item:hover,
.cid-sg4HTXhakm .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4HTXhakm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4HTXhakm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4HTXhakm .nav-link {
  position: relative;
}
.cid-sg4HTXhakm .container {
  display: flex;
  margin: auto;
}
.cid-sg4HTXhakm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4HTXhakm .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4HTXhakm .dropdown-menu,
.cid-sg4HTXhakm .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4HTXhakm .nav-item:focus,
.cid-sg4HTXhakm .nav-link:focus {
  outline: none;
}
.cid-sg4HTXhakm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4HTXhakm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4HTXhakm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4HTXhakm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4HTXhakm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4HTXhakm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4HTXhakm .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4HTXhakm .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4HTXhakm .navbar.opened {
  transition: all .3s;
}
.cid-sg4HTXhakm .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4HTXhakm .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4HTXhakm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4HTXhakm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4HTXhakm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4HTXhakm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4HTXhakm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4HTXhakm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4HTXhakm .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: 55%;
}
.cid-sg4HTXhakm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4HTXhakm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4HTXhakm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4HTXhakm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4HTXhakm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4HTXhakm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4HTXhakm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4HTXhakm .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: 55%;
  }
  .cid-sg4HTXhakm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4HTXhakm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4HTXhakm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4HTXhakm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4HTXhakm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4HTXhakm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4HTXhakm .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4HTXhakm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4HTXhakm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4HTXhakm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4HTXhakm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4HTXhakm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4HTXhakm .dropdown-item.active,
.cid-sg4HTXhakm .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4HTXhakm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4HTXhakm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4HTXhakm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4HTXhakm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4HTXhakm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4HTXhakm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4HTXhakm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4HTXhakm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4HTXhakm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4HTXhakm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4HTXhakm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4HTXhakm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4HTXhakm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4HTXhakm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4HTXhakm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4HTXhakm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4HTXhakm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4HTXhakm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4HTXhakm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4HTXhakm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4HTXhakm .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-sg4HTXhakm .navbar {
    height: 77px;
  }
  .cid-sg4HTXhakm .navbar.opened {
    height: auto;
  }
  .cid-sg4HTXhakm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4HTXUiF0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sg4HTXUiF0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4HTXUiF0 .row {
  flex-direction: row-reverse;
}
.cid-sg4HTXUiF0 img {
  width: 100%;
}
.cid-sg4HTYeDRh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sg4HTYeDRh .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4HTYeDRh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4HTYeDRh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4HTYeDRh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4HTYeDRh .mbr-text {
  color: #ffffff;
}
.cid-sg4HTYeDRh .mbr-section-title {
  color: #ffffff;
}
.cid-sRd6OgvTU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banda-pluralsight-2000x675.jpg");
}
.cid-sRd6OgvTU6 .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffffff;
}
.cid-sRd6OgvTU6 .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sRd6OgvTU6 .button-align {
  text-align: center;
}
.cid-sRd6OgvTU6 .margin {
  margin-right: 14px;
}
.cid-sRd6OgvTU6 .mbr-section-btn {
  display: block;
}
.cid-sRd6OgvTU6 .container {
  max-width: 739px;
}
@media (max-width: 440px) {
  .cid-sRd6OgvTU6 .margin {
    margin-right: 0px;
  }
  .cid-sRd6OgvTU6 .b {
    margin-bottom: 20px;
  }
}
.cid-sRd6OgvTU6 .btn {
  margin-top: 20px;
}
.cid-sRd6OgvTU6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-sRd6OgvTU6 .mbr-text,
.cid-sRd6OgvTU6 .button-align {
  color: #ffffff;
}
.cid-sg4HTZ8exk {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sg4HTZ8exk h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sg4HTZ8exk .container {
    position: relative;
  }
  .cid-sg4HTZ8exk .row {
    margin: 0;
  }
  .cid-sg4HTZ8exk h2 {
    margin: 0;
  }
}
.cid-sg4HTZ8exk .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sg4HTZ8exk .mbr-text {
  margin-top: 1.4rem;
  color: #ffffff;
}
.cid-sg4HTZ8exk h2 {
  color: #ffffff;
}
.cid-sg4HTZnaqV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sg4HTZnaqV .img-wrapper {
  text-align: justify;
}
.cid-sg4HTZnaqV img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg4HTZnaqV .row {
  align-items: flex-start;
}
.cid-sg4HTZnaqV .card-wrapper {
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 992px) {
  .cid-sg4HTZnaqV .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg4HTZnaqV .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4HTZnaqV .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg4HTZnaqV .mbr-text,
.cid-sg4HTZnaqV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sg4HTZnaqV .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-sg4HTZNHMa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sg4HTZNHMa .video-wrapper iframe {
  width: 100%;
}
.cid-sg4HTZNHMa .mbr-section-title,
.cid-sg4HTZNHMa .mbr-section-subtitle,
.cid-sg4HTZNHMa .mbr-text {
  text-align: center;
}
.cid-sg4HTZNHMa .mbr-section-title {
  color: #000000;
}
.cid-sg4HTZNHMa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sg4HU04MnC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4HU04MnC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4HU04MnC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4HU04MnC .row {
    text-align: center;
  }
  .cid-sg4HU04MnC .row > div {
    margin: auto;
  }
  .cid-sg4HU04MnC .social-row {
    justify-content: center;
  }
}
.cid-sg4HU04MnC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4HU04MnC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4HU04MnC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4HU04MnC .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4HU04MnC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4HU04MnC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4HU04MnC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4HU04MnC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4HU04MnC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4I6GHaFE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4I6GHaFE nav.navbar {
  position: fixed;
}
.cid-sg4I6GHaFE .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-sg4I6GHaFE .dropdown-menu {
  padding: 0;
}
.cid-sg4I6GHaFE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4I6GHaFE .dropdown-item:hover,
.cid-sg4I6GHaFE .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4I6GHaFE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4I6GHaFE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4I6GHaFE .nav-link {
  position: relative;
}
.cid-sg4I6GHaFE .container {
  display: flex;
  margin: auto;
}
.cid-sg4I6GHaFE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4I6GHaFE .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4I6GHaFE .dropdown-menu,
.cid-sg4I6GHaFE .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4I6GHaFE .nav-item:focus,
.cid-sg4I6GHaFE .nav-link:focus {
  outline: none;
}
.cid-sg4I6GHaFE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4I6GHaFE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4I6GHaFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4I6GHaFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4I6GHaFE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4I6GHaFE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4I6GHaFE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4I6GHaFE .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4I6GHaFE .navbar.opened {
  transition: all .3s;
}
.cid-sg4I6GHaFE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4I6GHaFE .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4I6GHaFE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4I6GHaFE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4I6GHaFE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4I6GHaFE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4I6GHaFE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4I6GHaFE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4I6GHaFE .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: 55%;
}
.cid-sg4I6GHaFE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4I6GHaFE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4I6GHaFE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4I6GHaFE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4I6GHaFE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4I6GHaFE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4I6GHaFE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4I6GHaFE .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: 55%;
  }
  .cid-sg4I6GHaFE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4I6GHaFE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4I6GHaFE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4I6GHaFE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4I6GHaFE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4I6GHaFE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4I6GHaFE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4I6GHaFE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4I6GHaFE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4I6GHaFE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4I6GHaFE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4I6GHaFE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4I6GHaFE .dropdown-item.active,
.cid-sg4I6GHaFE .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4I6GHaFE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4I6GHaFE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4I6GHaFE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4I6GHaFE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4I6GHaFE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4I6GHaFE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4I6GHaFE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4I6GHaFE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4I6GHaFE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4I6GHaFE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4I6GHaFE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4I6GHaFE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4I6GHaFE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4I6GHaFE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4I6GHaFE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4I6GHaFE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4I6GHaFE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4I6GHaFE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4I6GHaFE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4I6GHaFE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4I6GHaFE .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-sg4I6GHaFE .navbar {
    height: 77px;
  }
  .cid-sg4I6GHaFE .navbar.opened {
    height: auto;
  }
  .cid-sg4I6GHaFE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4I6Hk0BK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sg4I6Hk0BK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4I6Hk0BK .row {
  flex-direction: row-reverse;
}
.cid-sg4I6Hk0BK img {
  width: 100%;
}
.cid-sg4I6HDJjC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8ebf4;
}
.cid-sg4I6HDJjC .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4I6HDJjC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4I6HDJjC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4I6HDJjC .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4I6HDJjC .mbr-text {
  color: #000000;
}
.cid-sRd8BZmyYx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-sRd8BZmyYx .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-sRd8BZmyYx .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-sRd8BZmyYx .color-text {
  color: #000000;
}
.cid-sRd8BZmyYx .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-sRd8BZmyYx .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-sRd8BZmyYx .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-sRd8BZmyYx .buttons-container .item-button {
  margin: 0;
}
.cid-sRd8BZmyYx .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-sRd8BZmyYx .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-sRd8BZmyYx .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-sRd8BZmyYx .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-sRd8BZmyYx .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-sRd8BZmyYx .custom-block_left {
  padding: 0;
}
.cid-sRd8BZmyYx .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #010320;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-sRd8BZmyYx .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #010320;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-sRd8BZmyYx .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-sRd8BZmyYx .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-sRd8BZmyYx .card-box {
  max-width: 565px;
}
.cid-sRd8BZmyYx .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-sRd8BZmyYx .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-sRd8BZmyYx .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sRd8BZmyYx .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-sRd8BZmyYx .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-sRd8BZmyYx .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-sRd8BZmyYx .custom-block_left {
    padding: 0;
  }
  .cid-sRd8BZmyYx .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-sRd8BZmyYx .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-sRd8BZmyYx .card-title-box {
    margin-bottom: 16px;
  }
  .cid-sRd8BZmyYx .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-sg4I6IF2hb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8ebf4;
}
.cid-sg4I6IF2hb .img-wrapper {
  text-align: justify;
}
.cid-sg4I6IF2hb img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg4I6IF2hb .row {
  align-items: flex-start;
}
.cid-sg4I6IF2hb .card-wrapper {
  border-radius: 4px;
  background: #e8ebf4;
}
@media (max-width: 992px) {
  .cid-sg4I6IF2hb .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg4I6IF2hb .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4I6IF2hb .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg4I6IF2hb .mbr-text,
.cid-sg4I6IF2hb .mbr-section-btn {
  color: #000000;
}
.cid-sg4I6IF2hb .card-title {
  color: #000000;
}
.cid-sgJSzZRIU6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8ebf4;
}
.cid-sgJSzZRIU6 .img-wrapper {
  text-align: justify;
}
.cid-sgJSzZRIU6 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sgJSzZRIU6 .row {
  align-items: flex-start;
}
.cid-sgJSzZRIU6 .card-wrapper {
  border-radius: 4px;
  background: #e8ebf4;
}
@media (max-width: 992px) {
  .cid-sgJSzZRIU6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgJSzZRIU6 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgJSzZRIU6 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sgJSzZRIU6 .mbr-text,
.cid-sgJSzZRIU6 .mbr-section-btn {
  color: #000000;
}
.cid-sgJSzZRIU6 .card-title {
  color: #000000;
}
.cid-sKvHsO0js7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e8ebf4;
}
.cid-sKvHsO0js7 .video-wrapper iframe {
  width: 100%;
}
.cid-sKvHsO0js7 .mbr-section-title,
.cid-sKvHsO0js7 .mbr-section-subtitle,
.cid-sKvHsO0js7 .mbr-text {
  text-align: center;
}
.cid-sKvHsO0js7 .mbr-section-title {
  color: #000000;
}
.cid-sKvHsO0js7 .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4I6JmlTK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4I6JmlTK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4I6JmlTK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4I6JmlTK .row {
    text-align: center;
  }
  .cid-sg4I6JmlTK .row > div {
    margin: auto;
  }
  .cid-sg4I6JmlTK .social-row {
    justify-content: center;
  }
}
.cid-sg4I6JmlTK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4I6JmlTK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4I6JmlTK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4I6JmlTK .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4I6JmlTK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4I6JmlTK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4I6JmlTK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4I6JmlTK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4I6JmlTK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4IqkJrvn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4IqkJrvn nav.navbar {
  position: fixed;
}
.cid-sg4IqkJrvn .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-sg4IqkJrvn .dropdown-menu {
  padding: 0;
}
.cid-sg4IqkJrvn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4IqkJrvn .dropdown-item:hover,
.cid-sg4IqkJrvn .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4IqkJrvn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4IqkJrvn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4IqkJrvn .nav-link {
  position: relative;
}
.cid-sg4IqkJrvn .container {
  display: flex;
  margin: auto;
}
.cid-sg4IqkJrvn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4IqkJrvn .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4IqkJrvn .dropdown-menu,
.cid-sg4IqkJrvn .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4IqkJrvn .nav-item:focus,
.cid-sg4IqkJrvn .nav-link:focus {
  outline: none;
}
.cid-sg4IqkJrvn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4IqkJrvn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4IqkJrvn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4IqkJrvn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4IqkJrvn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4IqkJrvn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4IqkJrvn .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4IqkJrvn .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4IqkJrvn .navbar.opened {
  transition: all .3s;
}
.cid-sg4IqkJrvn .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4IqkJrvn .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4IqkJrvn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4IqkJrvn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4IqkJrvn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4IqkJrvn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4IqkJrvn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4IqkJrvn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4IqkJrvn .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: 55%;
}
.cid-sg4IqkJrvn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4IqkJrvn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4IqkJrvn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4IqkJrvn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4IqkJrvn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4IqkJrvn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4IqkJrvn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4IqkJrvn .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: 55%;
  }
  .cid-sg4IqkJrvn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4IqkJrvn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4IqkJrvn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4IqkJrvn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4IqkJrvn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4IqkJrvn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4IqkJrvn .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4IqkJrvn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4IqkJrvn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4IqkJrvn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4IqkJrvn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4IqkJrvn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4IqkJrvn .dropdown-item.active,
.cid-sg4IqkJrvn .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4IqkJrvn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4IqkJrvn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4IqkJrvn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4IqkJrvn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4IqkJrvn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4IqkJrvn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4IqkJrvn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4IqkJrvn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4IqkJrvn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4IqkJrvn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4IqkJrvn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4IqkJrvn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4IqkJrvn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4IqkJrvn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4IqkJrvn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4IqkJrvn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4IqkJrvn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4IqkJrvn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4IqkJrvn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4IqkJrvn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4IqkJrvn .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-sg4IqkJrvn .navbar {
    height: 77px;
  }
  .cid-sg4IqkJrvn .navbar.opened {
    height: auto;
  }
  .cid-sg4IqkJrvn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4IqlamgS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sg4IqlamgS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4IqlamgS .row {
  flex-direction: row-reverse;
}
.cid-sg4IqlamgS img {
  width: 100%;
}
.cid-sg4Iqlp6Gi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sg4Iqlp6Gi .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4Iqlp6Gi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4Iqlp6Gi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4Iqlp6Gi .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4Iqlp6Gi .mbr-text {
  color: #000000;
}
.cid-sgObT7pXt4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sgObT7pXt4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgObT7pXt4 .row {
  flex-direction: row-reverse;
}
.cid-sgObT7pXt4 img {
  width: 100%;
}
.cid-sgOeU1Wns0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #286497;
}
.cid-sgOeU1Wns0 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgOeU1Wns0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgOeU1Wns0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgOeU1Wns0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgOeU1Wns0 .mbr-text {
  color: #ffffff;
}
.cid-sgOeU1Wns0 .mbr-section-title {
  color: #ffffff;
}
.cid-sg4IqmOB5z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sg4IqmOB5z .video-wrapper iframe {
  width: 100%;
}
.cid-sg4IqmOB5z .mbr-section-title,
.cid-sg4IqmOB5z .mbr-section-subtitle,
.cid-sg4IqmOB5z .mbr-text {
  text-align: center;
}
.cid-sg4IqmOB5z .mbr-section-title {
  color: #000000;
}
.cid-sg4IqmOB5z .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4Iqn4fwN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4Iqn4fwN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4Iqn4fwN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4Iqn4fwN .row {
    text-align: center;
  }
  .cid-sg4Iqn4fwN .row > div {
    margin: auto;
  }
  .cid-sg4Iqn4fwN .social-row {
    justify-content: center;
  }
}
.cid-sg4Iqn4fwN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4Iqn4fwN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4Iqn4fwN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4Iqn4fwN .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4Iqn4fwN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4Iqn4fwN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4Iqn4fwN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4Iqn4fwN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4Iqn4fwN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4IXQtFCj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4IXQtFCj nav.navbar {
  position: fixed;
}
.cid-sg4IXQtFCj .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-sg4IXQtFCj .dropdown-menu {
  padding: 0;
}
.cid-sg4IXQtFCj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4IXQtFCj .dropdown-item:hover,
.cid-sg4IXQtFCj .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4IXQtFCj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4IXQtFCj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4IXQtFCj .nav-link {
  position: relative;
}
.cid-sg4IXQtFCj .container {
  display: flex;
  margin: auto;
}
.cid-sg4IXQtFCj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4IXQtFCj .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4IXQtFCj .dropdown-menu,
.cid-sg4IXQtFCj .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4IXQtFCj .nav-item:focus,
.cid-sg4IXQtFCj .nav-link:focus {
  outline: none;
}
.cid-sg4IXQtFCj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4IXQtFCj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4IXQtFCj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4IXQtFCj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4IXQtFCj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4IXQtFCj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4IXQtFCj .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4IXQtFCj .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4IXQtFCj .navbar.opened {
  transition: all .3s;
}
.cid-sg4IXQtFCj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4IXQtFCj .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4IXQtFCj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4IXQtFCj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4IXQtFCj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4IXQtFCj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4IXQtFCj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4IXQtFCj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4IXQtFCj .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: 55%;
}
.cid-sg4IXQtFCj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4IXQtFCj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4IXQtFCj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4IXQtFCj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4IXQtFCj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4IXQtFCj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4IXQtFCj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4IXQtFCj .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: 55%;
  }
  .cid-sg4IXQtFCj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4IXQtFCj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4IXQtFCj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4IXQtFCj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4IXQtFCj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4IXQtFCj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4IXQtFCj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4IXQtFCj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4IXQtFCj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4IXQtFCj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4IXQtFCj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4IXQtFCj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4IXQtFCj .dropdown-item.active,
.cid-sg4IXQtFCj .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4IXQtFCj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4IXQtFCj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4IXQtFCj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4IXQtFCj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4IXQtFCj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4IXQtFCj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4IXQtFCj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4IXQtFCj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4IXQtFCj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4IXQtFCj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4IXQtFCj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4IXQtFCj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4IXQtFCj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4IXQtFCj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4IXQtFCj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4IXQtFCj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4IXQtFCj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4IXQtFCj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4IXQtFCj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4IXQtFCj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4IXQtFCj .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-sg4IXQtFCj .navbar {
    height: 77px;
  }
  .cid-sg4IXQtFCj .navbar.opened {
    height: auto;
  }
  .cid-sg4IXQtFCj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4IXR6reR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sg4IXR6reR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4IXR6reR .row {
  flex-direction: row-reverse;
}
.cid-sg4IXR6reR img {
  width: 100%;
}
.cid-sgOFE9g8G2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #efffff;
}
.cid-sgOFE9g8G2 .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-sg4IXRqwJr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sg4IXRqwJr .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4IXRqwJr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4IXRqwJr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4IXRqwJr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4IXRqwJr .mbr-text {
  color: #000000;
}
.cid-sgOGhs3TMS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efffff;
}
.cid-sgOGhs3TMS .row {
  flex-direction: row-reverse;
}
.cid-sgOGhs3TMS .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sgOGhs3TMS .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgOGhs3TMS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sgOGhs3TMS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgOGhs3TMS .mbr-text {
  text-align: justify;
  color: #02072c;
}
.cid-sKvHVvvOlU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7feff;
}
.cid-sKvHVvvOlU .video-wrapper iframe {
  width: 100%;
}
.cid-sKvHVvvOlU .mbr-section-title,
.cid-sKvHVvvOlU .mbr-section-subtitle,
.cid-sKvHVvvOlU .mbr-text {
  text-align: center;
}
.cid-sKvHVvvOlU .mbr-section-title {
  color: #000000;
}
.cid-sKvHVvvOlU .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4IXT9Fmb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4IXT9Fmb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4IXT9Fmb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4IXT9Fmb .row {
    text-align: center;
  }
  .cid-sg4IXT9Fmb .row > div {
    margin: auto;
  }
  .cid-sg4IXT9Fmb .social-row {
    justify-content: center;
  }
}
.cid-sg4IXT9Fmb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4IXT9Fmb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4IXT9Fmb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4IXT9Fmb .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4IXT9Fmb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4IXT9Fmb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4IXT9Fmb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4IXT9Fmb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4IXT9Fmb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4J9z8IAu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4J9z8IAu nav.navbar {
  position: fixed;
}
.cid-sg4J9z8IAu .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-sg4J9z8IAu .dropdown-menu {
  padding: 0;
}
.cid-sg4J9z8IAu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4J9z8IAu .dropdown-item:hover,
.cid-sg4J9z8IAu .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4J9z8IAu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4J9z8IAu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4J9z8IAu .nav-link {
  position: relative;
}
.cid-sg4J9z8IAu .container {
  display: flex;
  margin: auto;
}
.cid-sg4J9z8IAu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4J9z8IAu .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4J9z8IAu .dropdown-menu,
.cid-sg4J9z8IAu .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4J9z8IAu .nav-item:focus,
.cid-sg4J9z8IAu .nav-link:focus {
  outline: none;
}
.cid-sg4J9z8IAu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4J9z8IAu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4J9z8IAu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4J9z8IAu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4J9z8IAu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4J9z8IAu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4J9z8IAu .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4J9z8IAu .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4J9z8IAu .navbar.opened {
  transition: all .3s;
}
.cid-sg4J9z8IAu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4J9z8IAu .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4J9z8IAu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4J9z8IAu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4J9z8IAu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4J9z8IAu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4J9z8IAu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4J9z8IAu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4J9z8IAu .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: 55%;
}
.cid-sg4J9z8IAu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4J9z8IAu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4J9z8IAu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4J9z8IAu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4J9z8IAu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4J9z8IAu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4J9z8IAu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4J9z8IAu .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: 55%;
  }
  .cid-sg4J9z8IAu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4J9z8IAu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4J9z8IAu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4J9z8IAu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4J9z8IAu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4J9z8IAu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4J9z8IAu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4J9z8IAu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4J9z8IAu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4J9z8IAu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4J9z8IAu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4J9z8IAu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4J9z8IAu .dropdown-item.active,
.cid-sg4J9z8IAu .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4J9z8IAu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4J9z8IAu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4J9z8IAu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4J9z8IAu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4J9z8IAu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4J9z8IAu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4J9z8IAu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4J9z8IAu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4J9z8IAu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4J9z8IAu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4J9z8IAu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4J9z8IAu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4J9z8IAu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4J9z8IAu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4J9z8IAu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4J9z8IAu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4J9z8IAu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4J9z8IAu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4J9z8IAu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4J9z8IAu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4J9z8IAu .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-sg4J9z8IAu .navbar {
    height: 77px;
  }
  .cid-sg4J9z8IAu .navbar.opened {
    height: auto;
  }
  .cid-sg4J9z8IAu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4J9zK4VA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sg4J9zK4VA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4J9zK4VA .row {
  flex-direction: row-reverse;
}
.cid-sg4J9zK4VA img {
  width: 100%;
}
.cid-sg4J9A3hjs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sg4J9A3hjs .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4J9A3hjs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4J9A3hjs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4J9A3hjs .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4J9A3hjs .mbr-text {
  color: #000000;
}
.cid-sgOQ9N30eF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sgOQ9N30eF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgOQ9N30eF .row {
  flex-direction: row-reverse;
}
.cid-sgOQ9N30eF img {
  width: 100%;
}
.cid-sgOV0EkMKI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sgOV0EkMKI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgOV0EkMKI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgOV0EkMKI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgOV0EkMKI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgOV0EkMKI .mbr-text {
  color: #000000;
}
.cid-sKvI6Qp76f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-sKvI6Qp76f .video-wrapper iframe {
  width: 100%;
}
.cid-sKvI6Qp76f .mbr-section-title,
.cid-sKvI6Qp76f .mbr-section-subtitle,
.cid-sKvI6Qp76f .mbr-text {
  text-align: center;
}
.cid-sKvI6Qp76f .mbr-section-title {
  color: #000000;
}
.cid-sKvI6Qp76f .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4J9BJtEd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4J9BJtEd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4J9BJtEd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4J9BJtEd .row {
    text-align: center;
  }
  .cid-sg4J9BJtEd .row > div {
    margin: auto;
  }
  .cid-sg4J9BJtEd .social-row {
    justify-content: center;
  }
}
.cid-sg4J9BJtEd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4J9BJtEd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4J9BJtEd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4J9BJtEd .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4J9BJtEd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4J9BJtEd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4J9BJtEd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4J9BJtEd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4J9BJtEd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4JhK7grT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4JhK7grT nav.navbar {
  position: fixed;
}
.cid-sg4JhK7grT .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-sg4JhK7grT .dropdown-menu {
  padding: 0;
}
.cid-sg4JhK7grT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4JhK7grT .dropdown-item:hover,
.cid-sg4JhK7grT .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4JhK7grT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4JhK7grT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4JhK7grT .nav-link {
  position: relative;
}
.cid-sg4JhK7grT .container {
  display: flex;
  margin: auto;
}
.cid-sg4JhK7grT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4JhK7grT .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4JhK7grT .dropdown-menu,
.cid-sg4JhK7grT .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4JhK7grT .nav-item:focus,
.cid-sg4JhK7grT .nav-link:focus {
  outline: none;
}
.cid-sg4JhK7grT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4JhK7grT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4JhK7grT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4JhK7grT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4JhK7grT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4JhK7grT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4JhK7grT .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4JhK7grT .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4JhK7grT .navbar.opened {
  transition: all .3s;
}
.cid-sg4JhK7grT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4JhK7grT .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4JhK7grT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4JhK7grT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4JhK7grT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4JhK7grT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4JhK7grT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4JhK7grT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4JhK7grT .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: 55%;
}
.cid-sg4JhK7grT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4JhK7grT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4JhK7grT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4JhK7grT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4JhK7grT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4JhK7grT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4JhK7grT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4JhK7grT .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: 55%;
  }
  .cid-sg4JhK7grT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4JhK7grT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4JhK7grT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4JhK7grT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4JhK7grT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4JhK7grT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4JhK7grT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4JhK7grT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4JhK7grT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4JhK7grT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4JhK7grT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4JhK7grT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4JhK7grT .dropdown-item.active,
.cid-sg4JhK7grT .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4JhK7grT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4JhK7grT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4JhK7grT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4JhK7grT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4JhK7grT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4JhK7grT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4JhK7grT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4JhK7grT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4JhK7grT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4JhK7grT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4JhK7grT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4JhK7grT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4JhK7grT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4JhK7grT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4JhK7grT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4JhK7grT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4JhK7grT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4JhK7grT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4JhK7grT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4JhK7grT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4JhK7grT .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-sg4JhK7grT .navbar {
    height: 77px;
  }
  .cid-sg4JhK7grT .navbar.opened {
    height: auto;
  }
  .cid-sg4JhK7grT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4JhKyayb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4JhKyayb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4JhKyayb .row {
  flex-direction: row-reverse;
}
.cid-sg4JhKyayb img {
  width: 100%;
}
.cid-sg4JhKN9yz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sg4JhKN9yz .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4JhKN9yz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4JhKN9yz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4JhKN9yz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4JhKN9yz .mbr-text {
  color: #000000;
}
.cid-sg4JhLPxAd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sg4JhLPxAd .img-wrapper {
  text-align: justify;
}
.cid-sg4JhLPxAd img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg4JhLPxAd .row {
  align-items: flex-start;
}
.cid-sg4JhLPxAd .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sg4JhLPxAd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg4JhLPxAd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4JhLPxAd .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg4JhLPxAd .mbr-text,
.cid-sg4JhLPxAd .mbr-section-btn {
  color: #000000;
}
.cid-sg4JhLPxAd .card-title {
  color: #000000;
}
.cid-sgPwSC265z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgPwSC265z .img-wrapper {
  text-align: justify;
}
.cid-sgPwSC265z img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sgPwSC265z .row {
  align-items: flex-start;
}
.cid-sgPwSC265z .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgPwSC265z .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgPwSC265z .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgPwSC265z .card-wrapper {
    padding: 1rem;
  }
}
.cid-sgPwSC265z .mbr-text,
.cid-sgPwSC265z .mbr-section-btn {
  color: #000000;
}
.cid-sgPwSC265z .card-title {
  color: #000000;
}
.cid-sgPxluMWai {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sgPxluMWai .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgPxluMWai .row {
  flex-direction: row-reverse;
}
.cid-sgPxluMWai img {
  width: 100%;
}
.cid-sg4JhMy34m {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4JhMy34m .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4JhMy34m .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4JhMy34m .row {
    text-align: center;
  }
  .cid-sg4JhMy34m .row > div {
    margin: auto;
  }
  .cid-sg4JhMy34m .social-row {
    justify-content: center;
  }
}
.cid-sg4JhMy34m .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4JhMy34m .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4JhMy34m .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4JhMy34m .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4JhMy34m .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4JhMy34m .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4JhMy34m .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4JhMy34m div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4JhMy34m .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4Oknfent {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4Oknfent nav.navbar {
  position: fixed;
}
.cid-sg4Oknfent .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-sg4Oknfent .dropdown-menu {
  padding: 0;
}
.cid-sg4Oknfent .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4Oknfent .dropdown-item:hover,
.cid-sg4Oknfent .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4Oknfent .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4Oknfent .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4Oknfent .nav-link {
  position: relative;
}
.cid-sg4Oknfent .container {
  display: flex;
  margin: auto;
}
.cid-sg4Oknfent .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4Oknfent .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4Oknfent .dropdown-menu,
.cid-sg4Oknfent .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4Oknfent .nav-item:focus,
.cid-sg4Oknfent .nav-link:focus {
  outline: none;
}
.cid-sg4Oknfent .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4Oknfent .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4Oknfent .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4Oknfent .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4Oknfent .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4Oknfent .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4Oknfent .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4Oknfent .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4Oknfent .navbar.opened {
  transition: all .3s;
}
.cid-sg4Oknfent .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4Oknfent .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4Oknfent .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4Oknfent .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4Oknfent .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4Oknfent .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4Oknfent .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4Oknfent .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4Oknfent .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: 55%;
}
.cid-sg4Oknfent .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4Oknfent .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4Oknfent .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4Oknfent .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4Oknfent .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4Oknfent .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4Oknfent .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4Oknfent .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: 55%;
  }
  .cid-sg4Oknfent .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4Oknfent .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4Oknfent .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4Oknfent .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4Oknfent .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4Oknfent .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4Oknfent .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4Oknfent .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4Oknfent .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4Oknfent .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4Oknfent .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4Oknfent .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4Oknfent .dropdown-item.active,
.cid-sg4Oknfent .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4Oknfent .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4Oknfent .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4Oknfent .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4Oknfent .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4Oknfent .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4Oknfent .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4Oknfent ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4Oknfent .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4Oknfent button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4Oknfent button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4Oknfent button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4Oknfent button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4Oknfent button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4Oknfent button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4Oknfent nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4Oknfent nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4Oknfent nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4Oknfent nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4Oknfent .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4Oknfent a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4Oknfent .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-sg4Oknfent .navbar {
    height: 77px;
  }
  .cid-sg4Oknfent .navbar.opened {
    height: auto;
  }
  .cid-sg4Oknfent .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4OknS36T {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4OknS36T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4OknS36T .row {
  flex-direction: row-reverse;
}
.cid-sg4OknS36T img {
  width: 100%;
}
.cid-sg4OkoaqIz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sg4OkoaqIz .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4OkoaqIz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4OkoaqIz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4OkoaqIz .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4OkoaqIz .mbr-text {
  color: #000000;
}
.cid-sg4OkpbUnK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sg4OkpbUnK .img-wrapper {
  text-align: justify;
}
.cid-sg4OkpbUnK img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg4OkpbUnK .row {
  align-items: flex-start;
}
.cid-sg4OkpbUnK .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sg4OkpbUnK .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg4OkpbUnK .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4OkpbUnK .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg4OkpbUnK .mbr-text,
.cid-sg4OkpbUnK .mbr-section-btn {
  color: #000000;
}
.cid-sg4OkpbUnK .card-title {
  color: #000000;
}
.cid-sg4OkpzjyW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-sg4OkpzjyW .video-wrapper iframe {
  width: 100%;
}
.cid-sg4OkpzjyW .mbr-section-title,
.cid-sg4OkpzjyW .mbr-section-subtitle,
.cid-sg4OkpzjyW .mbr-text {
  text-align: center;
}
.cid-sg4OkpzjyW .mbr-section-title {
  color: #000000;
}
.cid-sg4OkpzjyW .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4OkpPf1X {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4OkpPf1X .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4OkpPf1X .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4OkpPf1X .row {
    text-align: center;
  }
  .cid-sg4OkpPf1X .row > div {
    margin: auto;
  }
  .cid-sg4OkpPf1X .social-row {
    justify-content: center;
  }
}
.cid-sg4OkpPf1X .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4OkpPf1X .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4OkpPf1X .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4OkpPf1X .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4OkpPf1X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4OkpPf1X .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4OkpPf1X .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4OkpPf1X div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4OkpPf1X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4OuG0i8t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4OuG0i8t nav.navbar {
  position: fixed;
}
.cid-sg4OuG0i8t .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-sg4OuG0i8t .dropdown-menu {
  padding: 0;
}
.cid-sg4OuG0i8t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4OuG0i8t .dropdown-item:hover,
.cid-sg4OuG0i8t .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4OuG0i8t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4OuG0i8t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4OuG0i8t .nav-link {
  position: relative;
}
.cid-sg4OuG0i8t .container {
  display: flex;
  margin: auto;
}
.cid-sg4OuG0i8t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4OuG0i8t .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4OuG0i8t .dropdown-menu,
.cid-sg4OuG0i8t .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4OuG0i8t .nav-item:focus,
.cid-sg4OuG0i8t .nav-link:focus {
  outline: none;
}
.cid-sg4OuG0i8t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4OuG0i8t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4OuG0i8t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4OuG0i8t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4OuG0i8t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4OuG0i8t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4OuG0i8t .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4OuG0i8t .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4OuG0i8t .navbar.opened {
  transition: all .3s;
}
.cid-sg4OuG0i8t .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4OuG0i8t .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4OuG0i8t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4OuG0i8t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4OuG0i8t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4OuG0i8t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4OuG0i8t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4OuG0i8t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4OuG0i8t .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: 55%;
}
.cid-sg4OuG0i8t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4OuG0i8t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4OuG0i8t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4OuG0i8t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4OuG0i8t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4OuG0i8t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4OuG0i8t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4OuG0i8t .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: 55%;
  }
  .cid-sg4OuG0i8t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4OuG0i8t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4OuG0i8t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4OuG0i8t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4OuG0i8t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4OuG0i8t .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4OuG0i8t .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4OuG0i8t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4OuG0i8t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4OuG0i8t .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4OuG0i8t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4OuG0i8t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4OuG0i8t .dropdown-item.active,
.cid-sg4OuG0i8t .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4OuG0i8t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4OuG0i8t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4OuG0i8t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4OuG0i8t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4OuG0i8t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4OuG0i8t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4OuG0i8t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4OuG0i8t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4OuG0i8t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4OuG0i8t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4OuG0i8t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4OuG0i8t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4OuG0i8t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4OuG0i8t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4OuG0i8t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4OuG0i8t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4OuG0i8t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4OuG0i8t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4OuG0i8t .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4OuG0i8t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4OuG0i8t .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-sg4OuG0i8t .navbar {
    height: 77px;
  }
  .cid-sg4OuG0i8t .navbar.opened {
    height: auto;
  }
  .cid-sg4OuG0i8t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4OuGCwq6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4OuGCwq6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4OuGCwq6 .row {
  flex-direction: row-reverse;
}
.cid-sg4OuGCwq6 img {
  width: 100%;
}
.cid-sg4OuGWrR5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sg4OuGWrR5 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4OuGWrR5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4OuGWrR5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4OuGWrR5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4OuGWrR5 .mbr-text {
  color: #000000;
}
.cid-sg4OuHYL8h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sg4OuHYL8h .img-wrapper {
  text-align: justify;
}
.cid-sg4OuHYL8h img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg4OuHYL8h .row {
  align-items: flex-start;
}
.cid-sg4OuHYL8h .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sg4OuHYL8h .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg4OuHYL8h .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4OuHYL8h .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg4OuHYL8h .mbr-text,
.cid-sg4OuHYL8h .mbr-section-btn {
  color: #000000;
}
.cid-sg4OuHYL8h .card-title {
  color: #000000;
}
.cid-sgUz4L6QC5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgUz4L6QC5 .img-wrapper {
  text-align: justify;
}
.cid-sgUz4L6QC5 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sgUz4L6QC5 .row {
  align-items: flex-start;
}
.cid-sgUz4L6QC5 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgUz4L6QC5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgUz4L6QC5 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgUz4L6QC5 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sgUz4L6QC5 .mbr-text,
.cid-sgUz4L6QC5 .mbr-section-btn {
  color: #000000;
}
.cid-sgUz4L6QC5 .card-title {
  color: #000000;
}
.cid-sg4OuIml8I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-sg4OuIml8I .video-wrapper iframe {
  width: 100%;
}
.cid-sg4OuIml8I .mbr-section-title,
.cid-sg4OuIml8I .mbr-section-subtitle,
.cid-sg4OuIml8I .mbr-text {
  text-align: center;
}
.cid-sg4OuIml8I .mbr-section-title {
  color: #000000;
}
.cid-sg4OuIml8I .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4OuICjlg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4OuICjlg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4OuICjlg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4OuICjlg .row {
    text-align: center;
  }
  .cid-sg4OuICjlg .row > div {
    margin: auto;
  }
  .cid-sg4OuICjlg .social-row {
    justify-content: center;
  }
}
.cid-sg4OuICjlg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4OuICjlg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4OuICjlg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4OuICjlg .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4OuICjlg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4OuICjlg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4OuICjlg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4OuICjlg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4OuICjlg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg9aYzMMvT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg9aYzMMvT nav.navbar {
  position: fixed;
}
.cid-sg9aYzMMvT .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-sg9aYzMMvT .dropdown-menu {
  padding: 0;
}
.cid-sg9aYzMMvT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg9aYzMMvT .dropdown-item:hover,
.cid-sg9aYzMMvT .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg9aYzMMvT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg9aYzMMvT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg9aYzMMvT .nav-link {
  position: relative;
}
.cid-sg9aYzMMvT .container {
  display: flex;
  margin: auto;
}
.cid-sg9aYzMMvT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg9aYzMMvT .navbar-caption {
  padding-right: 4rem;
}
.cid-sg9aYzMMvT .dropdown-menu,
.cid-sg9aYzMMvT .navbar.opened {
  background: #fafafa !important;
}
.cid-sg9aYzMMvT .nav-item:focus,
.cid-sg9aYzMMvT .nav-link:focus {
  outline: none;
}
.cid-sg9aYzMMvT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg9aYzMMvT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg9aYzMMvT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg9aYzMMvT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg9aYzMMvT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg9aYzMMvT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg9aYzMMvT .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg9aYzMMvT .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg9aYzMMvT .navbar.opened {
  transition: all .3s;
}
.cid-sg9aYzMMvT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg9aYzMMvT .navbar .navbar-logo img {
  width: auto;
}
.cid-sg9aYzMMvT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg9aYzMMvT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg9aYzMMvT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg9aYzMMvT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg9aYzMMvT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg9aYzMMvT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg9aYzMMvT .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: 55%;
}
.cid-sg9aYzMMvT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg9aYzMMvT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg9aYzMMvT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg9aYzMMvT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg9aYzMMvT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg9aYzMMvT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg9aYzMMvT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg9aYzMMvT .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: 55%;
  }
  .cid-sg9aYzMMvT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg9aYzMMvT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg9aYzMMvT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg9aYzMMvT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg9aYzMMvT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg9aYzMMvT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg9aYzMMvT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg9aYzMMvT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg9aYzMMvT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg9aYzMMvT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg9aYzMMvT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg9aYzMMvT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg9aYzMMvT .dropdown-item.active,
.cid-sg9aYzMMvT .dropdown-item:active {
  background-color: transparent;
}
.cid-sg9aYzMMvT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg9aYzMMvT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg9aYzMMvT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg9aYzMMvT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg9aYzMMvT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg9aYzMMvT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg9aYzMMvT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg9aYzMMvT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg9aYzMMvT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg9aYzMMvT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg9aYzMMvT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg9aYzMMvT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg9aYzMMvT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg9aYzMMvT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg9aYzMMvT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg9aYzMMvT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg9aYzMMvT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg9aYzMMvT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg9aYzMMvT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg9aYzMMvT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg9aYzMMvT .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-sg9aYzMMvT .navbar {
    height: 77px;
  }
  .cid-sg9aYzMMvT .navbar.opened {
    height: auto;
  }
  .cid-sg9aYzMMvT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg9aYAaqhm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sg9aYAaqhm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg9aYAaqhm .row {
  flex-direction: row-reverse;
}
.cid-sg9aYAaqhm img {
  width: 100%;
}
.cid-sg9aYAoqHc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sg9aYAoqHc .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg9aYAoqHc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg9aYAoqHc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg9aYAoqHc .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg9aYAoqHc .mbr-text {
  color: #000000;
}
.cid-shb4A5nL2A {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-shb4A5nL2A .row {
  flex-direction: row-reverse;
}
.cid-shb4A5nL2A .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-shb4A5nL2A .text-wrapper {
    padding: 2rem;
  }
}
.cid-shb4A5nL2A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-shb4A5nL2A .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-shb4A5nL2A .mbr-section-title {
  text-align: center;
}
.cid-shb7VXcFqA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-shb7VXcFqA .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-shb7VXcFqA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shb7VXcFqA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shb7VXcFqA .text-wrapper {
    padding: 2rem;
  }
}
.cid-shb7VXcFqA .mbr-text {
  color: #000000;
}
.cid-sg9aYB5u2n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-sg9aYB5u2n .video-wrapper iframe {
  width: 100%;
}
.cid-sg9aYB5u2n .mbr-section-title,
.cid-sg9aYB5u2n .mbr-section-subtitle,
.cid-sg9aYB5u2n .mbr-text {
  text-align: center;
}
.cid-sg9aYB5u2n .mbr-section-title {
  color: #000000;
}
.cid-sg9aYB5u2n .mbr-section-subtitle {
  color: #000000;
}
.cid-sg9aYBvUu8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg9aYBvUu8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg9aYBvUu8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg9aYBvUu8 .row {
    text-align: center;
  }
  .cid-sg9aYBvUu8 .row > div {
    margin: auto;
  }
  .cid-sg9aYBvUu8 .social-row {
    justify-content: center;
  }
}
.cid-sg9aYBvUu8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg9aYBvUu8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg9aYBvUu8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg9aYBvUu8 .list {
    margin-bottom: 0rem;
  }
}
.cid-sg9aYBvUu8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg9aYBvUu8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg9aYBvUu8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg9aYBvUu8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg9aYBvUu8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg9bhG4jtx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg9bhG4jtx nav.navbar {
  position: fixed;
}
.cid-sg9bhG4jtx .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-sg9bhG4jtx .dropdown-menu {
  padding: 0;
}
.cid-sg9bhG4jtx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg9bhG4jtx .dropdown-item:hover,
.cid-sg9bhG4jtx .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg9bhG4jtx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg9bhG4jtx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg9bhG4jtx .nav-link {
  position: relative;
}
.cid-sg9bhG4jtx .container {
  display: flex;
  margin: auto;
}
.cid-sg9bhG4jtx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg9bhG4jtx .navbar-caption {
  padding-right: 4rem;
}
.cid-sg9bhG4jtx .dropdown-menu,
.cid-sg9bhG4jtx .navbar.opened {
  background: #fafafa !important;
}
.cid-sg9bhG4jtx .nav-item:focus,
.cid-sg9bhG4jtx .nav-link:focus {
  outline: none;
}
.cid-sg9bhG4jtx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg9bhG4jtx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg9bhG4jtx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg9bhG4jtx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg9bhG4jtx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg9bhG4jtx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg9bhG4jtx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg9bhG4jtx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg9bhG4jtx .navbar.opened {
  transition: all .3s;
}
.cid-sg9bhG4jtx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg9bhG4jtx .navbar .navbar-logo img {
  width: auto;
}
.cid-sg9bhG4jtx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg9bhG4jtx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg9bhG4jtx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg9bhG4jtx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg9bhG4jtx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg9bhG4jtx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg9bhG4jtx .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: 55%;
}
.cid-sg9bhG4jtx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg9bhG4jtx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg9bhG4jtx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg9bhG4jtx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg9bhG4jtx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg9bhG4jtx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg9bhG4jtx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg9bhG4jtx .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: 55%;
  }
  .cid-sg9bhG4jtx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg9bhG4jtx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg9bhG4jtx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg9bhG4jtx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg9bhG4jtx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg9bhG4jtx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg9bhG4jtx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg9bhG4jtx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg9bhG4jtx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg9bhG4jtx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg9bhG4jtx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg9bhG4jtx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg9bhG4jtx .dropdown-item.active,
.cid-sg9bhG4jtx .dropdown-item:active {
  background-color: transparent;
}
.cid-sg9bhG4jtx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg9bhG4jtx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg9bhG4jtx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg9bhG4jtx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg9bhG4jtx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg9bhG4jtx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg9bhG4jtx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg9bhG4jtx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg9bhG4jtx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg9bhG4jtx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg9bhG4jtx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg9bhG4jtx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg9bhG4jtx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg9bhG4jtx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg9bhG4jtx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg9bhG4jtx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg9bhG4jtx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg9bhG4jtx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg9bhG4jtx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg9bhG4jtx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg9bhG4jtx .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-sg9bhG4jtx .navbar {
    height: 77px;
  }
  .cid-sg9bhG4jtx .navbar.opened {
    height: auto;
  }
  .cid-sg9bhG4jtx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg9bhGxPA8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg9bhGxPA8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg9bhGxPA8 .row {
  flex-direction: row-reverse;
}
.cid-sg9bhGxPA8 img {
  width: 100%;
}
.cid-sg9bhGNLJZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sg9bhGNLJZ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg9bhGNLJZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg9bhGNLJZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg9bhGNLJZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg9bhGNLJZ .mbr-text {
  color: #000000;
}
.cid-sgxOAaWtqs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgxOAaWtqs .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sgxOAaWtqs .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sgxOAaWtqs .list-img {
  width: 100px;
}
.cid-sgxOAaWtqs .ico2 {
  color: #e6c63b;
  font-size: 0.2rem;
}
.cid-sgxOAaWtqs .btn {
  margin: 0px !important;
}
.cid-sgxOAaWtqs .text-box {
  padding: 1rem;
}
.cid-sgxOAaWtqs .text-box p {
  margin: 0;
}
.cid-sgxOAaWtqs .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-sgxOAaWtqs .ico-box p {
  margin: 0;
}
.cid-sgxOAaWtqs .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgxOAaWtqs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgxOAaWtqs .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sgxOAaWtqs .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-sgxOAaWtqs .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sgxOAaWtqs .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-sgxOAaWtqs .carousel-indicators li {
  display: inline-block;
}
.cid-sgxOAaWtqs .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-sgxOAaWtqs .carousel-indicators li.active {
  border: 0px;
}
.cid-sgxOAaWtqs .li1,
.cid-sgxOAaWtqs .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/adifonos-jabra-2000x2000.png");
}
.cid-sgxOAaWtqs .li2,
.cid-sgxOAaWtqs .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/jabra-elite-2000x2000.png");
}
.cid-sgxOAaWtqs .li3,
.cid-sgxOAaWtqs .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/conferencia-jabra-2000x2000.png");
}
.cid-sgxOAaWtqs .li4,
.cid-sgxOAaWtqs .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/jabra-web-2000x1509.png");
}
.cid-sgxOAaWtqs .li5,
.cid-sgxOAaWtqs .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/cisco-web-2000x1509.png");
}
.cid-sgxOAaWtqs .li6,
.cid-sgxOAaWtqs .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/polycom-web-2000x1509.png");
}
@media (max-width: 992px) {
  .cid-sgxOAaWtqs .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-sgxOAaWtqs .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-sgxOAaWtqs .card-title2 {
  color: #149dcc;
}
.cid-sgxOAaWtqs .sq {
  color: #767676;
}
.cid-sgxOAaWtqs .item {
  color: #767676;
}
.cid-sg9bhItc66 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sg9bhItc66 .video-wrapper iframe {
  width: 100%;
}
.cid-sg9bhItc66 .mbr-section-title,
.cid-sg9bhItc66 .mbr-section-subtitle,
.cid-sg9bhItc66 .mbr-text {
  text-align: center;
}
.cid-sg9bhItc66 .mbr-section-title {
  color: #ffffff;
}
.cid-sg9bhItc66 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sg9bhILQW9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg9bhILQW9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg9bhILQW9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg9bhILQW9 .row {
    text-align: center;
  }
  .cid-sg9bhILQW9 .row > div {
    margin: auto;
  }
  .cid-sg9bhILQW9 .social-row {
    justify-content: center;
  }
}
.cid-sg9bhILQW9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg9bhILQW9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg9bhILQW9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg9bhILQW9 .list {
    margin-bottom: 0rem;
  }
}
.cid-sg9bhILQW9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg9bhILQW9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg9bhILQW9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg9bhILQW9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg9bhILQW9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg9c94E28L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg9c94E28L nav.navbar {
  position: fixed;
}
.cid-sg9c94E28L .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-sg9c94E28L .dropdown-menu {
  padding: 0;
}
.cid-sg9c94E28L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg9c94E28L .dropdown-item:hover,
.cid-sg9c94E28L .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg9c94E28L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg9c94E28L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg9c94E28L .nav-link {
  position: relative;
}
.cid-sg9c94E28L .container {
  display: flex;
  margin: auto;
}
.cid-sg9c94E28L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg9c94E28L .navbar-caption {
  padding-right: 4rem;
}
.cid-sg9c94E28L .dropdown-menu,
.cid-sg9c94E28L .navbar.opened {
  background: #fafafa !important;
}
.cid-sg9c94E28L .nav-item:focus,
.cid-sg9c94E28L .nav-link:focus {
  outline: none;
}
.cid-sg9c94E28L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg9c94E28L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg9c94E28L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg9c94E28L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg9c94E28L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg9c94E28L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg9c94E28L .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg9c94E28L .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg9c94E28L .navbar.opened {
  transition: all .3s;
}
.cid-sg9c94E28L .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg9c94E28L .navbar .navbar-logo img {
  width: auto;
}
.cid-sg9c94E28L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg9c94E28L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg9c94E28L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg9c94E28L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg9c94E28L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg9c94E28L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg9c94E28L .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: 55%;
}
.cid-sg9c94E28L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg9c94E28L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg9c94E28L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg9c94E28L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg9c94E28L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg9c94E28L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg9c94E28L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg9c94E28L .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: 55%;
  }
  .cid-sg9c94E28L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg9c94E28L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg9c94E28L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg9c94E28L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg9c94E28L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg9c94E28L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg9c94E28L .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg9c94E28L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg9c94E28L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg9c94E28L .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg9c94E28L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg9c94E28L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg9c94E28L .dropdown-item.active,
.cid-sg9c94E28L .dropdown-item:active {
  background-color: transparent;
}
.cid-sg9c94E28L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg9c94E28L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg9c94E28L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg9c94E28L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg9c94E28L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg9c94E28L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg9c94E28L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg9c94E28L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg9c94E28L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg9c94E28L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg9c94E28L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg9c94E28L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg9c94E28L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg9c94E28L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg9c94E28L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg9c94E28L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg9c94E28L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg9c94E28L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg9c94E28L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg9c94E28L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg9c94E28L .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-sg9c94E28L .navbar {
    height: 77px;
  }
  .cid-sg9c94E28L .navbar.opened {
    height: auto;
  }
  .cid-sg9c94E28L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg9c952EAR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg9c952EAR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg9c952EAR .row {
  flex-direction: row-reverse;
}
.cid-sg9c952EAR img {
  width: 100%;
}
.cid-sg9c95gLoV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-sg9c95gLoV .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg9c95gLoV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg9c95gLoV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg9c95gLoV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg9c95gLoV .mbr-text {
  color: #000000;
}
.cid-sg9c95xBp4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sg9c95xBp4 .row {
  flex-direction: row-reverse;
}
.cid-sg9c95xBp4 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sg9c95xBp4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg9c95xBp4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sg9c95xBp4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sg9c95xBp4 .mbr-section-title {
  text-align: justify;
}
.cid-shbIxXJIJ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-shbIxXJIJ5 .video-wrapper iframe {
  width: 100%;
}
.cid-shbIxXJIJ5 .mbr-section-title,
.cid-shbIxXJIJ5 .mbr-section-subtitle,
.cid-shbIxXJIJ5 .mbr-text {
  text-align: center;
}
.cid-shbIxXJIJ5 .mbr-section-title {
  color: #000000;
}
.cid-shbIxXJIJ5 .mbr-section-subtitle {
  color: #000000;
}
.cid-sg9c969Ov4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg9c969Ov4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg9c969Ov4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg9c969Ov4 .row {
    text-align: center;
  }
  .cid-sg9c969Ov4 .row > div {
    margin: auto;
  }
  .cid-sg9c969Ov4 .social-row {
    justify-content: center;
  }
}
.cid-sg9c969Ov4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg9c969Ov4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg9c969Ov4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg9c969Ov4 .list {
    margin-bottom: 0rem;
  }
}
.cid-sg9c969Ov4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg9c969Ov4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg9c969Ov4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg9c969Ov4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg9c969Ov4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfRjT1vpkA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfRjT1vpkA nav.navbar {
  position: fixed;
}
.cid-sfRjT1vpkA .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-sfRjT1vpkA .dropdown-menu {
  padding: 0;
}
.cid-sfRjT1vpkA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfRjT1vpkA .dropdown-item:hover,
.cid-sfRjT1vpkA .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfRjT1vpkA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfRjT1vpkA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfRjT1vpkA .nav-link {
  position: relative;
}
.cid-sfRjT1vpkA .container {
  display: flex;
  margin: auto;
}
.cid-sfRjT1vpkA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfRjT1vpkA .navbar-caption {
  padding-right: 4rem;
}
.cid-sfRjT1vpkA .dropdown-menu,
.cid-sfRjT1vpkA .navbar.opened {
  background: #fafafa !important;
}
.cid-sfRjT1vpkA .nav-item:focus,
.cid-sfRjT1vpkA .nav-link:focus {
  outline: none;
}
.cid-sfRjT1vpkA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfRjT1vpkA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfRjT1vpkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfRjT1vpkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfRjT1vpkA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfRjT1vpkA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfRjT1vpkA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfRjT1vpkA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfRjT1vpkA .navbar.opened {
  transition: all .3s;
}
.cid-sfRjT1vpkA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfRjT1vpkA .navbar .navbar-logo img {
  width: auto;
}
.cid-sfRjT1vpkA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfRjT1vpkA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfRjT1vpkA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfRjT1vpkA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfRjT1vpkA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfRjT1vpkA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfRjT1vpkA .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: 55%;
}
.cid-sfRjT1vpkA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfRjT1vpkA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfRjT1vpkA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfRjT1vpkA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfRjT1vpkA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfRjT1vpkA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfRjT1vpkA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfRjT1vpkA .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: 55%;
  }
  .cid-sfRjT1vpkA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfRjT1vpkA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfRjT1vpkA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfRjT1vpkA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfRjT1vpkA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfRjT1vpkA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfRjT1vpkA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfRjT1vpkA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfRjT1vpkA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfRjT1vpkA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfRjT1vpkA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfRjT1vpkA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfRjT1vpkA .dropdown-item.active,
.cid-sfRjT1vpkA .dropdown-item:active {
  background-color: transparent;
}
.cid-sfRjT1vpkA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfRjT1vpkA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfRjT1vpkA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfRjT1vpkA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfRjT1vpkA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfRjT1vpkA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfRjT1vpkA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfRjT1vpkA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfRjT1vpkA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfRjT1vpkA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfRjT1vpkA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfRjT1vpkA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfRjT1vpkA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfRjT1vpkA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfRjT1vpkA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfRjT1vpkA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfRjT1vpkA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfRjT1vpkA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfRjT1vpkA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfRjT1vpkA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfRjT1vpkA .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-sfRjT1vpkA .navbar {
    height: 77px;
  }
  .cid-sfRjT1vpkA .navbar.opened {
    height: auto;
  }
  .cid-sfRjT1vpkA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfRjT1X08H {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-sfRjT1X08H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfRjT1X08H .row {
  flex-direction: row-reverse;
}
.cid-sfRjT1X08H img {
  width: 100%;
}
.cid-sgCskzUk1n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sgCskzUk1n .mbr-section-subtitle {
  text-align: center;
}
.cid-sfRjT2ducp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sfRjT2ducp .mbr-section-subtitle {
  color: #000000;
}
.cid-sfSySqfquA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfSySqfquA .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfSySqfquA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfSySqfquA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfSySqfquA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfSySqfquA .mbr-text {
  color: #000000;
}
.cid-sfSySqfquA .mbr-section-title {
  color: #000000;
}
.cid-sfSyqNAaU2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/celular-1139x895.png");
}
.cid-sfSyqNAaU2 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-sfSyqNAaU2 .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sfSyqNAaU2 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sfSzLnbcbP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfSzLnbcbP .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfSzLnbcbP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfSzLnbcbP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfSzLnbcbP .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfSzLnbcbP .mbr-text {
  color: #000000;
}
.cid-sfSzLnbcbP .mbr-section-title {
  color: #000000;
}
.cid-sfRjT2PHao {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfRjT2PHao .mbr-section-subtitle {
  color: #000000;
}
.cid-sfRjT32gv2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfRjT32gv2 .mbr-section-subtitle {
  color: #000000;
}
.cid-sfRjT3eXRk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #09103e;
}
.cid-sfRjT3eXRk .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sfRjT3eXRk .mbr-text {
  color: #ffffff;
}
.cid-sfRjT3vpko {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfRjT3vpko .mbr-section-subtitle {
  color: #000000;
}
.cid-sfSzMfsGx8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfSzMfsGx8 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfSzMfsGx8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfSzMfsGx8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfSzMfsGx8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfSzMfsGx8 .mbr-text {
  color: #000000;
}
.cid-sfSzMfsGx8 .mbr-section-title {
  color: #000000;
}
.cid-sfRjT3SEXb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfRjT3SEXb .mbr-section-subtitle {
  color: #000000;
}
.cid-sfRjT45aUI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfRjT45aUI .mbr-section-title {
  text-align: justify;
  color: #000000;
}
.cid-sfRjT45aUI .mbr-section-subtitle {
  text-align: justify;
}
.cid-sfRjT4kIA7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfRjT4kIA7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfRjT4kIA7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfRjT4kIA7 .row {
    text-align: center;
  }
  .cid-sfRjT4kIA7 .row > div {
    margin: auto;
  }
  .cid-sfRjT4kIA7 .social-row {
    justify-content: center;
  }
}
.cid-sfRjT4kIA7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfRjT4kIA7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfRjT4kIA7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfRjT4kIA7 .list {
    margin-bottom: 0rem;
  }
}
.cid-sfRjT4kIA7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfRjT4kIA7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfRjT4kIA7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfRjT4kIA7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfRjT4kIA7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sgg6Oby5qu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgg6Oby5qu nav.navbar {
  position: fixed;
}
.cid-sgg6Oby5qu .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-sgg6Oby5qu .dropdown-menu {
  padding: 0;
}
.cid-sgg6Oby5qu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgg6Oby5qu .dropdown-item:hover,
.cid-sgg6Oby5qu .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sgg6Oby5qu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sgg6Oby5qu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgg6Oby5qu .nav-link {
  position: relative;
}
.cid-sgg6Oby5qu .container {
  display: flex;
  margin: auto;
}
.cid-sgg6Oby5qu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgg6Oby5qu .navbar-caption {
  padding-right: 4rem;
}
.cid-sgg6Oby5qu .dropdown-menu,
.cid-sgg6Oby5qu .navbar.opened {
  background: #fafafa !important;
}
.cid-sgg6Oby5qu .nav-item:focus,
.cid-sgg6Oby5qu .nav-link:focus {
  outline: none;
}
.cid-sgg6Oby5qu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgg6Oby5qu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgg6Oby5qu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgg6Oby5qu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgg6Oby5qu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgg6Oby5qu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgg6Oby5qu .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sgg6Oby5qu .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgg6Oby5qu .navbar.opened {
  transition: all .3s;
}
.cid-sgg6Oby5qu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sgg6Oby5qu .navbar .navbar-logo img {
  width: auto;
}
.cid-sgg6Oby5qu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgg6Oby5qu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgg6Oby5qu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgg6Oby5qu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgg6Oby5qu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgg6Oby5qu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgg6Oby5qu .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: 55%;
}
.cid-sgg6Oby5qu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgg6Oby5qu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgg6Oby5qu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgg6Oby5qu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgg6Oby5qu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgg6Oby5qu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgg6Oby5qu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgg6Oby5qu .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: 55%;
  }
  .cid-sgg6Oby5qu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgg6Oby5qu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgg6Oby5qu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgg6Oby5qu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgg6Oby5qu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgg6Oby5qu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgg6Oby5qu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgg6Oby5qu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgg6Oby5qu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgg6Oby5qu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgg6Oby5qu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgg6Oby5qu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgg6Oby5qu .dropdown-item.active,
.cid-sgg6Oby5qu .dropdown-item:active {
  background-color: transparent;
}
.cid-sgg6Oby5qu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgg6Oby5qu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgg6Oby5qu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgg6Oby5qu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sgg6Oby5qu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgg6Oby5qu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgg6Oby5qu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgg6Oby5qu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgg6Oby5qu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sgg6Oby5qu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sgg6Oby5qu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgg6Oby5qu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgg6Oby5qu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgg6Oby5qu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgg6Oby5qu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgg6Oby5qu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgg6Oby5qu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgg6Oby5qu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgg6Oby5qu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgg6Oby5qu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgg6Oby5qu .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-sgg6Oby5qu .navbar {
    height: 77px;
  }
  .cid-sgg6Oby5qu .navbar.opened {
    height: auto;
  }
  .cid-sgg6Oby5qu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgg6ObTeTa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sgg6ObTeTa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgg6ObTeTa .row {
  flex-direction: row-reverse;
}
.cid-sgg6ObTeTa img {
  width: 100%;
}
.cid-sgg6Oc4065 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-sgg6Oc4065 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgg6Oc4065 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgg6Oc4065 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgg6Oc4065 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgg6Oc4065 .mbr-text {
  color: #000000;
}
.cid-sgg6OckHKo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgg6OckHKo .img-wrapper {
  text-align: justify;
}
.cid-sgg6OckHKo img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sgg6OckHKo .row {
  align-items: flex-start;
}
.cid-sgg6OckHKo .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgg6OckHKo .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgg6OckHKo .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgg6OckHKo .card-wrapper {
    padding: 1rem;
  }
}
.cid-sgg6OckHKo .mbr-text,
.cid-sgg6OckHKo .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sgg6OckHKo .card-title {
  color: #000000;
}
.cid-sgg6OcFKUe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgg6OcFKUe .img-wrapper {
  text-align: justify;
}
.cid-sgg6OcFKUe img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sgg6OcFKUe .row {
  align-items: flex-start;
}
.cid-sgg6OcFKUe .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgg6OcFKUe .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgg6OcFKUe .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgg6OcFKUe .card-wrapper {
    padding: 1rem;
  }
}
.cid-sgg6OcFKUe .mbr-text,
.cid-sgg6OcFKUe .mbr-section-btn {
  color: #000000;
}
.cid-sgg6OcFKUe .card-title {
  color: #000000;
}
.cid-sgg6Od0Esg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sgg6Od0Esg .carousel {
    min-height: 900px;
  }
  .cid-sgg6Od0Esg .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sgg6Od0Esg .carousel {
    min-height: 585px;
  }
  .cid-sgg6Od0Esg .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sgg6Od0Esg .carousel {
    min-height: 495px;
  }
  .cid-sgg6Od0Esg .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-sgg6Od0Esg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sgg6Od0Esg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sgg6Od0Esg .carousel,
.cid-sgg6Od0Esg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sgg6Od0Esg .item-wrapper {
  width: 100%;
}
.cid-sgg6Od0Esg .carousel-caption {
  bottom: 40px;
}
.cid-sgg6Od0Esg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sgg6Od0Esg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sgg6Od0Esg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sgg6Od0Esg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgg6Od0Esg .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sgg6Od0Esg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgg6Od0Esg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sgg6Od0Esg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgg6Od0Esg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgg6Od0Esg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sgg6Od0Esg .carousel-indicators li.active,
.cid-sgg6Od0Esg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sgg6Od0Esg .carousel-indicators li::after,
.cid-sgg6Od0Esg .carousel-indicators li::before {
  content: none;
}
.cid-sgg6Od0Esg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sgg6Od0Esg .carousel-indicators {
    display: none !important;
  }
}
.cid-sgg6Od0Esg H5 {
  text-align: right;
}
.cid-sgg6Od0Esg P {
  text-align: right;
}
.cid-sgg6Odi5bi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sgg6Odi5bi .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sgg6Odi5bi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgg6Odi5bi .row {
    text-align: center;
  }
  .cid-sgg6Odi5bi .row > div {
    margin: auto;
  }
  .cid-sgg6Odi5bi .social-row {
    justify-content: center;
  }
}
.cid-sgg6Odi5bi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sgg6Odi5bi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sgg6Odi5bi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgg6Odi5bi .list {
    margin-bottom: 0rem;
  }
}
.cid-sgg6Odi5bi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sgg6Odi5bi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sgg6Odi5bi .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sgg6Odi5bi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sgg6Odi5bi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sgHzND0QU4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgHzND0QU4 nav.navbar {
  position: fixed;
}
.cid-sgHzND0QU4 .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-sgHzND0QU4 .dropdown-menu {
  padding: 0;
}
.cid-sgHzND0QU4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgHzND0QU4 .dropdown-item:hover,
.cid-sgHzND0QU4 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sgHzND0QU4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sgHzND0QU4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgHzND0QU4 .nav-link {
  position: relative;
}
.cid-sgHzND0QU4 .container {
  display: flex;
  margin: auto;
}
.cid-sgHzND0QU4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgHzND0QU4 .navbar-caption {
  padding-right: 4rem;
}
.cid-sgHzND0QU4 .dropdown-menu,
.cid-sgHzND0QU4 .navbar.opened {
  background: #fafafa !important;
}
.cid-sgHzND0QU4 .nav-item:focus,
.cid-sgHzND0QU4 .nav-link:focus {
  outline: none;
}
.cid-sgHzND0QU4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgHzND0QU4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgHzND0QU4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgHzND0QU4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgHzND0QU4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgHzND0QU4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgHzND0QU4 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sgHzND0QU4 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgHzND0QU4 .navbar.opened {
  transition: all .3s;
}
.cid-sgHzND0QU4 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sgHzND0QU4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sgHzND0QU4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgHzND0QU4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgHzND0QU4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgHzND0QU4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgHzND0QU4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgHzND0QU4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgHzND0QU4 .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: 55%;
}
.cid-sgHzND0QU4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgHzND0QU4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgHzND0QU4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgHzND0QU4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgHzND0QU4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgHzND0QU4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgHzND0QU4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgHzND0QU4 .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: 55%;
  }
  .cid-sgHzND0QU4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgHzND0QU4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgHzND0QU4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgHzND0QU4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgHzND0QU4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgHzND0QU4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgHzND0QU4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgHzND0QU4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgHzND0QU4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgHzND0QU4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgHzND0QU4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgHzND0QU4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgHzND0QU4 .dropdown-item.active,
.cid-sgHzND0QU4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgHzND0QU4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgHzND0QU4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgHzND0QU4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgHzND0QU4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sgHzND0QU4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgHzND0QU4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgHzND0QU4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgHzND0QU4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgHzND0QU4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sgHzND0QU4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sgHzND0QU4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgHzND0QU4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgHzND0QU4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgHzND0QU4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgHzND0QU4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgHzND0QU4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgHzND0QU4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgHzND0QU4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgHzND0QU4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgHzND0QU4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgHzND0QU4 .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-sgHzND0QU4 .navbar {
    height: 77px;
  }
  .cid-sgHzND0QU4 .navbar.opened {
    height: auto;
  }
  .cid-sgHzND0QU4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgHzNDpZ5D {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sgHzNDpZ5D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHzNDpZ5D .row {
  flex-direction: row-reverse;
}
.cid-sgHzNDpZ5D img {
  width: 100%;
}
.cid-sgHzNDEpg0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sgHzNDEpg0 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgHzNDEpg0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgHzNDEpg0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgHzNDEpg0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgHzNDEpg0 .mbr-text {
  color: #000000;
}
.cid-sgHBDwDWOi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #f4f8fa);
}
.cid-sgHBDwDWOi .nav {
  border: none;
}
.cid-sgHBDwDWOi .nav-tabs {
  display: table;
  width: 100%;
}
.cid-sgHBDwDWOi .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sgHBDwDWOi .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(87, 96, 105, 0.3);
  box-shadow: 0px 0px 30px rgba(87, 96, 105, 0.3);
}
.cid-sgHBDwDWOi .tab-content {
  margin-top: 3rem;
}
.cid-sgHBDwDWOi .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sgHBDwDWOi .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #efefef;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-sgHBDwDWOi .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sgHBDwDWOi .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-sgHBDwDWOi .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sgHBDwDWOi .nav-item {
    display: table-row !important;
  }
}
.cid-sgHBDwDWOi .mbr-section-subtitle,
.cid-sgHBDwDWOi .mbr-text,
.cid-sgHBDwDWOi .mbr-section-btn {
  color: #8d97ad;
}
.cid-sgHBDwDWOi .mbr-text,
.cid-sgHBDwDWOi .mbr-section-btn {
  color: #000000;
}
.cid-sgHFyMkrQP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sgHFyMkrQP .box1 {
  background-image: url("../../../assets/images/screen-shot-2020-11-18-at-11.41.51-2000x889.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sgHFyMkrQP .box2 {
  background-image: url("../../../assets/images/screen-shot-2020-11-18-at-11.39.49-2000x937.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sgHFyMkrQP .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sgHFyMkrQP .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sgHFyMkrQP .icon-wrap span {
  padding-left: 8px;
}
.cid-sgHFyMkrQP .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sgHFyMkrQP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sgHFyMkrQP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgHFyMkrQP .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sgHFyMkrQP .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sgHFyMkrQP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgHFyMkrQP a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgHFyMkrQP {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sgHFyMkrQP .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sgHFyMkrQP {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-sgHFyMkrQP .box1,
  .cid-sgHFyMkrQP .box2 {
    height: 250px;
  }
}
.cid-sgHzNEwwJT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sgHzNEwwJT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sgHzNEwwJT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHzNEwwJT .row {
    text-align: center;
  }
  .cid-sgHzNEwwJT .row > div {
    margin: auto;
  }
  .cid-sgHzNEwwJT .social-row {
    justify-content: center;
  }
}
.cid-sgHzNEwwJT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sgHzNEwwJT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sgHzNEwwJT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgHzNEwwJT .list {
    margin-bottom: 0rem;
  }
}
.cid-sgHzNEwwJT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sgHzNEwwJT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sgHzNEwwJT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sgHzNEwwJT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sgHzNEwwJT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4Jsgcs6M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4Jsgcs6M nav.navbar {
  position: fixed;
}
.cid-sg4Jsgcs6M .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-sg4Jsgcs6M .dropdown-menu {
  padding: 0;
}
.cid-sg4Jsgcs6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4Jsgcs6M .dropdown-item:hover,
.cid-sg4Jsgcs6M .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4Jsgcs6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4Jsgcs6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4Jsgcs6M .nav-link {
  position: relative;
}
.cid-sg4Jsgcs6M .container {
  display: flex;
  margin: auto;
}
.cid-sg4Jsgcs6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4Jsgcs6M .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4Jsgcs6M .dropdown-menu,
.cid-sg4Jsgcs6M .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4Jsgcs6M .nav-item:focus,
.cid-sg4Jsgcs6M .nav-link:focus {
  outline: none;
}
.cid-sg4Jsgcs6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4Jsgcs6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4Jsgcs6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4Jsgcs6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4Jsgcs6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4Jsgcs6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4Jsgcs6M .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4Jsgcs6M .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4Jsgcs6M .navbar.opened {
  transition: all .3s;
}
.cid-sg4Jsgcs6M .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4Jsgcs6M .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4Jsgcs6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4Jsgcs6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4Jsgcs6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4Jsgcs6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4Jsgcs6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4Jsgcs6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4Jsgcs6M .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: 55%;
}
.cid-sg4Jsgcs6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4Jsgcs6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4Jsgcs6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4Jsgcs6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4Jsgcs6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4Jsgcs6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4Jsgcs6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4Jsgcs6M .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: 55%;
  }
  .cid-sg4Jsgcs6M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4Jsgcs6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4Jsgcs6M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4Jsgcs6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4Jsgcs6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4Jsgcs6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4Jsgcs6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4Jsgcs6M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4Jsgcs6M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4Jsgcs6M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4Jsgcs6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4Jsgcs6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4Jsgcs6M .dropdown-item.active,
.cid-sg4Jsgcs6M .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4Jsgcs6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4Jsgcs6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4Jsgcs6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4Jsgcs6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4Jsgcs6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4Jsgcs6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4Jsgcs6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4Jsgcs6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4Jsgcs6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4Jsgcs6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4Jsgcs6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4Jsgcs6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4Jsgcs6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4Jsgcs6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4Jsgcs6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4Jsgcs6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4Jsgcs6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4Jsgcs6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4Jsgcs6M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4Jsgcs6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4Jsgcs6M .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-sg4Jsgcs6M .navbar {
    height: 77px;
  }
  .cid-sg4Jsgcs6M .navbar.opened {
    height: auto;
  }
  .cid-sg4Jsgcs6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4Jsh72BS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sg4Jsh72BS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4Jsh72BS .row {
  flex-direction: row-reverse;
}
.cid-sg4Jsh72BS img {
  width: 100%;
}
.cid-sgTXiT6xnm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgTXiT6xnm .mbr-section-subtitle {
  color: #000000;
}
.cid-sgTXiT6xnm .mbr-text {
  color: #000000;
}
.cid-sgTSOEwNew {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d9fbdf;
}
.cid-sgTSOEwNew .img-wrapper {
  text-align: justify;
}
.cid-sgTSOEwNew img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sgTSOEwNew .row {
  align-items: flex-start;
}
.cid-sgTSOEwNew .card-wrapper {
  border-radius: 4px;
  background: #d9fbdf;
}
@media (max-width: 992px) {
  .cid-sgTSOEwNew .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgTSOEwNew .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgTSOEwNew .card-wrapper {
    padding: 1rem;
  }
}
.cid-sgTSOEwNew .mbr-text,
.cid-sgTSOEwNew .mbr-section-btn {
  color: #091043;
  text-align: left;
}
.cid-sgTSOEwNew .card-title {
  color: #091043;
  text-align: left;
}
.cid-sgTWaBtnRr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgTWaBtnRr .mbr-section-subtitle {
  color: #091043;
}
.cid-sgTWaBtnRr .mbr-text {
  color: #000000;
}
.cid-sg4JsiuCtD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sg4JsiuCtD .img-wrapper {
  text-align: justify;
}
.cid-sg4JsiuCtD img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg4JsiuCtD .row {
  align-items: flex-start;
}
.cid-sg4JsiuCtD .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sg4JsiuCtD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg4JsiuCtD .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4JsiuCtD .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg4JsiuCtD .mbr-text,
.cid-sg4JsiuCtD .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sg4JsiuCtD .card-title {
  color: #091043;
  text-align: center;
}
.cid-sg4JsiWWwS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d9fbdf;
}
.cid-sg4JsiWWwS .video-wrapper iframe {
  width: 100%;
}
.cid-sg4JsiWWwS .mbr-section-title,
.cid-sg4JsiWWwS .mbr-section-subtitle,
.cid-sg4JsiWWwS .mbr-text {
  text-align: center;
}
.cid-sg4JsiWWwS .mbr-section-title {
  color: #000000;
}
.cid-sg4JsiWWwS .mbr-section-subtitle {
  color: #091043;
}
.cid-sg4Jsjd7mK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4Jsjd7mK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4Jsjd7mK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4Jsjd7mK .row {
    text-align: center;
  }
  .cid-sg4Jsjd7mK .row > div {
    margin: auto;
  }
  .cid-sg4Jsjd7mK .social-row {
    justify-content: center;
  }
}
.cid-sg4Jsjd7mK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4Jsjd7mK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4Jsjd7mK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4Jsjd7mK .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4Jsjd7mK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4Jsjd7mK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4Jsjd7mK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4Jsjd7mK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4Jsjd7mK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfTb20TkEe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfTb20TkEe nav.navbar {
  position: fixed;
}
.cid-sfTb20TkEe .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-sfTb20TkEe .dropdown-menu {
  padding: 0;
}
.cid-sfTb20TkEe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTb20TkEe .dropdown-item:hover,
.cid-sfTb20TkEe .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfTb20TkEe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfTb20TkEe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfTb20TkEe .nav-link {
  position: relative;
}
.cid-sfTb20TkEe .container {
  display: flex;
  margin: auto;
}
.cid-sfTb20TkEe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfTb20TkEe .navbar-caption {
  padding-right: 4rem;
}
.cid-sfTb20TkEe .dropdown-menu,
.cid-sfTb20TkEe .navbar.opened {
  background: #fafafa !important;
}
.cid-sfTb20TkEe .nav-item:focus,
.cid-sfTb20TkEe .nav-link:focus {
  outline: none;
}
.cid-sfTb20TkEe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfTb20TkEe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfTb20TkEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfTb20TkEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfTb20TkEe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfTb20TkEe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfTb20TkEe .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfTb20TkEe .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTb20TkEe .navbar.opened {
  transition: all .3s;
}
.cid-sfTb20TkEe .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfTb20TkEe .navbar .navbar-logo img {
  width: auto;
}
.cid-sfTb20TkEe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfTb20TkEe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfTb20TkEe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfTb20TkEe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfTb20TkEe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfTb20TkEe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfTb20TkEe .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: 55%;
}
.cid-sfTb20TkEe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfTb20TkEe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfTb20TkEe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfTb20TkEe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfTb20TkEe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfTb20TkEe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfTb20TkEe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfTb20TkEe .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: 55%;
  }
  .cid-sfTb20TkEe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfTb20TkEe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfTb20TkEe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfTb20TkEe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfTb20TkEe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfTb20TkEe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfTb20TkEe .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfTb20TkEe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfTb20TkEe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfTb20TkEe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfTb20TkEe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfTb20TkEe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfTb20TkEe .dropdown-item.active,
.cid-sfTb20TkEe .dropdown-item:active {
  background-color: transparent;
}
.cid-sfTb20TkEe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfTb20TkEe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfTb20TkEe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfTb20TkEe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfTb20TkEe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfTb20TkEe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfTb20TkEe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfTb20TkEe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfTb20TkEe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfTb20TkEe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfTb20TkEe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfTb20TkEe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTb20TkEe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTb20TkEe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfTb20TkEe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTb20TkEe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfTb20TkEe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfTb20TkEe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTb20TkEe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfTb20TkEe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfTb20TkEe .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-sfTb20TkEe .navbar {
    height: 77px;
  }
  .cid-sfTb20TkEe .navbar.opened {
    height: auto;
  }
  .cid-sfTb20TkEe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfTb21ix2T {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfTb21ix2T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTb21ix2T .row {
  flex-direction: row-reverse;
}
.cid-sfTb21ix2T img {
  width: 100%;
}
.cid-sfTb21wWNS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfTb21wWNS .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfTb21wWNS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTb21wWNS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfTb21wWNS .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfTb21wWNS .mbr-text {
  color: #000000;
}
.cid-sfTb22yo9W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sfTb22yo9W .img-wrapper {
  text-align: justify;
}
.cid-sfTb22yo9W img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sfTb22yo9W .row {
  align-items: flex-start;
}
.cid-sfTb22yo9W .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfTb22yo9W .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfTb22yo9W .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfTb22yo9W .card-wrapper {
    padding: 1rem;
  }
}
.cid-sfTb22yo9W .mbr-text,
.cid-sfTb22yo9W .mbr-section-btn {
  color: #000000;
}
.cid-sfTb22yo9W .card-title {
  color: #000000;
}
.cid-sfTb22Z5Bb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-sfTb22Z5Bb .video-wrapper iframe {
  width: 100%;
}
.cid-sfTb22Z5Bb .mbr-section-title,
.cid-sfTb22Z5Bb .mbr-section-subtitle,
.cid-sfTb22Z5Bb .mbr-text {
  text-align: center;
}
.cid-sfTb22Z5Bb .mbr-section-title {
  color: #000000;
}
.cid-sfTb22Z5Bb .mbr-section-subtitle {
  color: #000000;
}
.cid-sfTb23jKXv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfTb23jKXv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfTb23jKXv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfTb23jKXv .row {
    text-align: center;
  }
  .cid-sfTb23jKXv .row > div {
    margin: auto;
  }
  .cid-sfTb23jKXv .social-row {
    justify-content: center;
  }
}
.cid-sfTb23jKXv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfTb23jKXv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfTb23jKXv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfTb23jKXv .list {
    margin-bottom: 0rem;
  }
}
.cid-sfTb23jKXv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfTb23jKXv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfTb23jKXv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfTb23jKXv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfTb23jKXv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfTbMxKO9u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfTbMxKO9u nav.navbar {
  position: fixed;
}
.cid-sfTbMxKO9u .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-sfTbMxKO9u .dropdown-menu {
  padding: 0;
}
.cid-sfTbMxKO9u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTbMxKO9u .dropdown-item:hover,
.cid-sfTbMxKO9u .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfTbMxKO9u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfTbMxKO9u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfTbMxKO9u .nav-link {
  position: relative;
}
.cid-sfTbMxKO9u .container {
  display: flex;
  margin: auto;
}
.cid-sfTbMxKO9u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfTbMxKO9u .navbar-caption {
  padding-right: 4rem;
}
.cid-sfTbMxKO9u .dropdown-menu,
.cid-sfTbMxKO9u .navbar.opened {
  background: #fafafa !important;
}
.cid-sfTbMxKO9u .nav-item:focus,
.cid-sfTbMxKO9u .nav-link:focus {
  outline: none;
}
.cid-sfTbMxKO9u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfTbMxKO9u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfTbMxKO9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfTbMxKO9u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfTbMxKO9u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfTbMxKO9u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfTbMxKO9u .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfTbMxKO9u .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfTbMxKO9u .navbar.opened {
  transition: all .3s;
}
.cid-sfTbMxKO9u .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfTbMxKO9u .navbar .navbar-logo img {
  width: auto;
}
.cid-sfTbMxKO9u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfTbMxKO9u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfTbMxKO9u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfTbMxKO9u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfTbMxKO9u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfTbMxKO9u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfTbMxKO9u .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: 55%;
}
.cid-sfTbMxKO9u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfTbMxKO9u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfTbMxKO9u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfTbMxKO9u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfTbMxKO9u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfTbMxKO9u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfTbMxKO9u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfTbMxKO9u .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: 55%;
  }
  .cid-sfTbMxKO9u .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfTbMxKO9u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfTbMxKO9u .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfTbMxKO9u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfTbMxKO9u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfTbMxKO9u .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfTbMxKO9u .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfTbMxKO9u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfTbMxKO9u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfTbMxKO9u .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfTbMxKO9u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfTbMxKO9u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfTbMxKO9u .dropdown-item.active,
.cid-sfTbMxKO9u .dropdown-item:active {
  background-color: transparent;
}
.cid-sfTbMxKO9u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfTbMxKO9u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfTbMxKO9u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfTbMxKO9u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfTbMxKO9u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfTbMxKO9u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfTbMxKO9u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfTbMxKO9u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfTbMxKO9u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfTbMxKO9u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfTbMxKO9u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfTbMxKO9u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTbMxKO9u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfTbMxKO9u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfTbMxKO9u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTbMxKO9u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfTbMxKO9u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfTbMxKO9u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfTbMxKO9u .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfTbMxKO9u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfTbMxKO9u .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-sfTbMxKO9u .navbar {
    height: 77px;
  }
  .cid-sfTbMxKO9u .navbar.opened {
    height: auto;
  }
  .cid-sfTbMxKO9u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfTbMyj9Vn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfTbMyj9Vn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTbMyj9Vn .row {
  flex-direction: row-reverse;
}
.cid-sfTbMyj9Vn img {
  width: 100%;
}
.cid-sfTbMyBHG8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sfTbMyBHG8 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfTbMyBHG8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfTbMyBHG8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfTbMyBHG8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfTbMyBHG8 .mbr-text {
  color: #000000;
}
.cid-sfTbMA2XzL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfTbMA2XzL .img-wrapper {
  text-align: justify;
}
.cid-sfTbMA2XzL img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sfTbMA2XzL .row {
  align-items: flex-start;
}
.cid-sfTbMA2XzL .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfTbMA2XzL .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfTbMA2XzL .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfTbMA2XzL .card-wrapper {
    padding: 1rem;
  }
}
.cid-sfTbMA2XzL .mbr-text,
.cid-sfTbMA2XzL .mbr-section-btn {
  color: #000000;
}
.cid-sfTbMA2XzL .card-title {
  color: #000000;
}
.cid-sgVcrumnP7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgVcrumnP7 .img-wrapper {
  text-align: justify;
}
.cid-sgVcrumnP7 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sgVcrumnP7 .row {
  align-items: flex-start;
}
.cid-sgVcrumnP7 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgVcrumnP7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgVcrumnP7 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgVcrumnP7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sgVcrumnP7 .mbr-text,
.cid-sgVcrumnP7 .mbr-section-btn {
  color: #000000;
}
.cid-sgVcrumnP7 .card-title {
  color: #000000;
}
.cid-sfTbMAsKj4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sfTbMAsKj4 .video-wrapper iframe {
  width: 100%;
}
.cid-sfTbMAsKj4 .mbr-section-title,
.cid-sfTbMAsKj4 .mbr-section-subtitle,
.cid-sfTbMAsKj4 .mbr-text {
  text-align: center;
}
.cid-sfTbMAsKj4 .mbr-section-title {
  color: #000000;
}
.cid-sfTbMAsKj4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sfTbMAGwKm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfTbMAGwKm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfTbMAGwKm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfTbMAGwKm .row {
    text-align: center;
  }
  .cid-sfTbMAGwKm .row > div {
    margin: auto;
  }
  .cid-sfTbMAGwKm .social-row {
    justify-content: center;
  }
}
.cid-sfTbMAGwKm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfTbMAGwKm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfTbMAGwKm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfTbMAGwKm .list {
    margin-bottom: 0rem;
  }
}
.cid-sfTbMAGwKm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfTbMAGwKm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfTbMAGwKm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfTbMAGwKm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfTbMAGwKm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-shhsRhEozy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-shhsRhEozy nav.navbar {
  position: fixed;
}
.cid-shhsRhEozy .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-shhsRhEozy .dropdown-menu {
  padding: 0;
}
.cid-shhsRhEozy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-shhsRhEozy .dropdown-item:hover,
.cid-shhsRhEozy .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-shhsRhEozy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-shhsRhEozy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-shhsRhEozy .nav-link {
  position: relative;
}
.cid-shhsRhEozy .container {
  display: flex;
  margin: auto;
}
.cid-shhsRhEozy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-shhsRhEozy .navbar-caption {
  padding-right: 4rem;
}
.cid-shhsRhEozy .dropdown-menu,
.cid-shhsRhEozy .navbar.opened {
  background: #fafafa !important;
}
.cid-shhsRhEozy .nav-item:focus,
.cid-shhsRhEozy .nav-link:focus {
  outline: none;
}
.cid-shhsRhEozy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-shhsRhEozy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhsRhEozy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shhsRhEozy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shhsRhEozy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shhsRhEozy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shhsRhEozy .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-shhsRhEozy .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-shhsRhEozy .navbar.opened {
  transition: all .3s;
}
.cid-shhsRhEozy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-shhsRhEozy .navbar .navbar-logo img {
  width: auto;
}
.cid-shhsRhEozy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-shhsRhEozy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shhsRhEozy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shhsRhEozy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-shhsRhEozy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shhsRhEozy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shhsRhEozy .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: 55%;
}
.cid-shhsRhEozy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shhsRhEozy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-shhsRhEozy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shhsRhEozy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shhsRhEozy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shhsRhEozy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shhsRhEozy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shhsRhEozy .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: 55%;
  }
  .cid-shhsRhEozy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shhsRhEozy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shhsRhEozy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shhsRhEozy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-shhsRhEozy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-shhsRhEozy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shhsRhEozy .navbar.navbar-short {
  min-height: 60px;
}
.cid-shhsRhEozy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shhsRhEozy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shhsRhEozy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shhsRhEozy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shhsRhEozy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shhsRhEozy .dropdown-item.active,
.cid-shhsRhEozy .dropdown-item:active {
  background-color: transparent;
}
.cid-shhsRhEozy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shhsRhEozy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shhsRhEozy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shhsRhEozy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-shhsRhEozy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shhsRhEozy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shhsRhEozy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-shhsRhEozy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-shhsRhEozy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-shhsRhEozy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-shhsRhEozy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhsRhEozy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhsRhEozy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhsRhEozy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhsRhEozy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhsRhEozy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhsRhEozy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhsRhEozy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhsRhEozy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shhsRhEozy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-shhsRhEozy .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-shhsRhEozy .navbar {
    height: 77px;
  }
  .cid-shhsRhEozy .navbar.opened {
    height: auto;
  }
  .cid-shhsRhEozy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shhsRialwd {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-shhsRialwd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shhsRialwd .row {
  flex-direction: row-reverse;
}
.cid-shhsRialwd img {
  width: 100%;
}
.cid-shWWV9CT6Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-shWWV9CT6Y .mbr-section-subtitle {
  color: #000000;
}
.cid-shWWV9CT6Y .mbr-text {
  color: #000000;
}
.cid-shhsRitHIp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-shhsRitHIp .mbr-section-subtitle {
  color: #03142f;
}
.cid-shhsRitHIp .mbr-text {
  color: #000000;
}
.cid-shhsRiGlFW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.cid-shhsRiGlFW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #010320;
  margin-left: 1rem;
}
.cid-shhsRiGlFW .panel-group {
  border: none;
}
.cid-shhsRiGlFW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-shhsRiGlFW .panel-body,
.cid-shhsRiGlFW .card-header {
  padding: 1rem 0;
}
.cid-shhsRiGlFW .panel-title-edit {
  color: #000000;
}
.cid-shhsRiGlFW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-shhsRiGlFW .panel-text {
  text-align: justify;
}
.cid-shhsRj4Gut {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-shhsRj4Gut .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #010320;
  margin-left: 1rem;
}
.cid-shhsRj4Gut .panel-group {
  border: none;
}
.cid-shhsRj4Gut .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-shhsRj4Gut .panel-body,
.cid-shhsRj4Gut .card-header {
  padding: 1rem 0;
}
.cid-shhsRj4Gut .panel-title-edit {
  color: #000000;
}
.cid-shhsRj4Gut .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-shhsRjrVrW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.cid-shhsRjrVrW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #010320;
  margin-left: 1rem;
}
.cid-shhsRjrVrW .panel-group {
  border: none;
}
.cid-shhsRjrVrW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-shhsRjrVrW .panel-body,
.cid-shhsRjrVrW .card-header {
  padding: 1rem 0;
}
.cid-shhsRjrVrW .panel-title-edit {
  color: #000000;
}
.cid-shhsRjrVrW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-shhsRjPTcn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-shhsRjPTcn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-shhsRjPTcn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-shhsRjPTcn .row {
    text-align: center;
  }
  .cid-shhsRjPTcn .row > div {
    margin: auto;
  }
  .cid-shhsRjPTcn .social-row {
    justify-content: center;
  }
}
.cid-shhsRjPTcn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-shhsRjPTcn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-shhsRjPTcn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shhsRjPTcn .list {
    margin-bottom: 0rem;
  }
}
.cid-shhsRjPTcn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-shhsRjPTcn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-shhsRjPTcn .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-shhsRjPTcn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-shhsRjPTcn .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sivnIIufhu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sivnIIufhu nav.navbar {
  position: fixed;
}
.cid-sivnIIufhu .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-sivnIIufhu .dropdown-menu {
  padding: 0;
}
.cid-sivnIIufhu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sivnIIufhu .dropdown-item:hover,
.cid-sivnIIufhu .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sivnIIufhu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sivnIIufhu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sivnIIufhu .nav-link {
  position: relative;
}
.cid-sivnIIufhu .container {
  display: flex;
  margin: auto;
}
.cid-sivnIIufhu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sivnIIufhu .navbar-caption {
  padding-right: 4rem;
}
.cid-sivnIIufhu .dropdown-menu,
.cid-sivnIIufhu .navbar.opened {
  background: #fafafa !important;
}
.cid-sivnIIufhu .nav-item:focus,
.cid-sivnIIufhu .nav-link:focus {
  outline: none;
}
.cid-sivnIIufhu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sivnIIufhu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sivnIIufhu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sivnIIufhu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sivnIIufhu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sivnIIufhu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sivnIIufhu .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sivnIIufhu .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sivnIIufhu .navbar.opened {
  transition: all .3s;
}
.cid-sivnIIufhu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sivnIIufhu .navbar .navbar-logo img {
  width: auto;
}
.cid-sivnIIufhu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sivnIIufhu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sivnIIufhu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sivnIIufhu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sivnIIufhu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sivnIIufhu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sivnIIufhu .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: 55%;
}
.cid-sivnIIufhu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sivnIIufhu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sivnIIufhu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sivnIIufhu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sivnIIufhu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sivnIIufhu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sivnIIufhu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sivnIIufhu .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: 55%;
  }
  .cid-sivnIIufhu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sivnIIufhu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sivnIIufhu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sivnIIufhu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sivnIIufhu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sivnIIufhu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sivnIIufhu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sivnIIufhu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sivnIIufhu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sivnIIufhu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sivnIIufhu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sivnIIufhu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sivnIIufhu .dropdown-item.active,
.cid-sivnIIufhu .dropdown-item:active {
  background-color: transparent;
}
.cid-sivnIIufhu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sivnIIufhu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sivnIIufhu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sivnIIufhu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sivnIIufhu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sivnIIufhu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sivnIIufhu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sivnIIufhu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sivnIIufhu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sivnIIufhu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sivnIIufhu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sivnIIufhu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sivnIIufhu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sivnIIufhu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sivnIIufhu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sivnIIufhu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sivnIIufhu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sivnIIufhu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sivnIIufhu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sivnIIufhu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sivnIIufhu .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-sivnIIufhu .navbar {
    height: 77px;
  }
  .cid-sivnIIufhu .navbar.opened {
    height: auto;
  }
  .cid-sivnIIufhu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sivnIJeaWI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sivnIJeaWI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sivnIJeaWI .row {
  flex-direction: row-reverse;
}
.cid-sivnIJeaWI img {
  width: 100%;
}
.cid-sivnIJvqXS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
}
.cid-sivnIJvqXS .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sivnIJvqXS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sivnIJvqXS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sivnIJvqXS .text-wrapper {
    padding: 2rem;
  }
}
.cid-sivnIJvqXS .mbr-text {
  color: #000000;
}
.cid-szKRPMVz7t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-szKRPMVz7t .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-szKRPMVz7t .container {
    max-width: 1400px;
  }
}
.cid-szKRPMVz7t .card {
  margin: auto;
}
.cid-szKRPMVz7t .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-szKRPMVz7t .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-szKRPMVz7t .row {
  justify-content: center;
}
.cid-sivnIJMD6N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sivnIJMD6N .row {
  flex-direction: row-reverse;
}
.cid-sivnIJMD6N .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sivnIJMD6N .text-wrapper {
    padding: 2rem;
  }
}
.cid-sivnIJMD6N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sivnIJMD6N .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sivnIJMD6N .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sivnIJMD6N .mbr-section-title {
  text-align: justify;
}
.cid-sivnIK1NXD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-sivnIK1NXD .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sivnIK1NXD .text-wrapper {
    padding: 2rem;
  }
}
.cid-sivnIK1NXD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sivnIK1NXD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sivnIK1NXD .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sivnIK1NXD .mbr-section-title {
  text-align: justify;
}
.cid-sABF1iyJj1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sABF1iyJj1 .row {
  flex-direction: row-reverse;
}
.cid-sABF1iyJj1 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sABF1iyJj1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sABF1iyJj1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sABF1iyJj1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sABF1iyJj1 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sABF1iyJj1 .mbr-section-title {
  text-align: center;
}
.cid-sDfIUMdSKb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDfIUMdSKb .video-wrapper iframe {
  width: 100%;
}
.cid-sDfIUMdSKb .mbr-section-title,
.cid-sDfIUMdSKb .mbr-section-subtitle,
.cid-sDfIUMdSKb .mbr-text {
  text-align: center;
}
.cid-sDfIUMdSKb .mbr-section-title {
  color: #000000;
}
.cid-sDfIUMdSKb .mbr-section-subtitle {
  color: #000000;
}
.cid-sivnIKAiFH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sivnIKAiFH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sivnIKAiFH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sivnIKAiFH .row {
    text-align: center;
  }
  .cid-sivnIKAiFH .row > div {
    margin: auto;
  }
  .cid-sivnIKAiFH .social-row {
    justify-content: center;
  }
}
.cid-sivnIKAiFH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sivnIKAiFH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sivnIKAiFH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sivnIKAiFH .list {
    margin-bottom: 0rem;
  }
}
.cid-sivnIKAiFH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sivnIKAiFH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sivnIKAiFH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sivnIKAiFH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sivnIKAiFH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sivnRh6Y0J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sivnRh6Y0J nav.navbar {
  position: fixed;
}
.cid-sivnRh6Y0J .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-sivnRh6Y0J .dropdown-menu {
  padding: 0;
}
.cid-sivnRh6Y0J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sivnRh6Y0J .dropdown-item:hover,
.cid-sivnRh6Y0J .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sivnRh6Y0J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sivnRh6Y0J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sivnRh6Y0J .nav-link {
  position: relative;
}
.cid-sivnRh6Y0J .container {
  display: flex;
  margin: auto;
}
.cid-sivnRh6Y0J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sivnRh6Y0J .navbar-caption {
  padding-right: 4rem;
}
.cid-sivnRh6Y0J .dropdown-menu,
.cid-sivnRh6Y0J .navbar.opened {
  background: #fafafa !important;
}
.cid-sivnRh6Y0J .nav-item:focus,
.cid-sivnRh6Y0J .nav-link:focus {
  outline: none;
}
.cid-sivnRh6Y0J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sivnRh6Y0J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sivnRh6Y0J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sivnRh6Y0J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sivnRh6Y0J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sivnRh6Y0J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sivnRh6Y0J .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sivnRh6Y0J .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sivnRh6Y0J .navbar.opened {
  transition: all .3s;
}
.cid-sivnRh6Y0J .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sivnRh6Y0J .navbar .navbar-logo img {
  width: auto;
}
.cid-sivnRh6Y0J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sivnRh6Y0J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sivnRh6Y0J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sivnRh6Y0J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sivnRh6Y0J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sivnRh6Y0J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sivnRh6Y0J .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: 55%;
}
.cid-sivnRh6Y0J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sivnRh6Y0J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sivnRh6Y0J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sivnRh6Y0J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sivnRh6Y0J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sivnRh6Y0J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sivnRh6Y0J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sivnRh6Y0J .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: 55%;
  }
  .cid-sivnRh6Y0J .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sivnRh6Y0J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sivnRh6Y0J .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sivnRh6Y0J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sivnRh6Y0J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sivnRh6Y0J .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sivnRh6Y0J .navbar.navbar-short {
  min-height: 60px;
}
.cid-sivnRh6Y0J .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sivnRh6Y0J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sivnRh6Y0J .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sivnRh6Y0J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sivnRh6Y0J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sivnRh6Y0J .dropdown-item.active,
.cid-sivnRh6Y0J .dropdown-item:active {
  background-color: transparent;
}
.cid-sivnRh6Y0J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sivnRh6Y0J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sivnRh6Y0J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sivnRh6Y0J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sivnRh6Y0J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sivnRh6Y0J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sivnRh6Y0J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sivnRh6Y0J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sivnRh6Y0J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sivnRh6Y0J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sivnRh6Y0J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sivnRh6Y0J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sivnRh6Y0J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sivnRh6Y0J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sivnRh6Y0J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sivnRh6Y0J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sivnRh6Y0J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sivnRh6Y0J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sivnRh6Y0J .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sivnRh6Y0J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sivnRh6Y0J .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-sivnRh6Y0J .navbar {
    height: 77px;
  }
  .cid-sivnRh6Y0J .navbar.opened {
    height: auto;
  }
  .cid-sivnRh6Y0J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sivnRhvPLl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sivnRhvPLl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sivnRhvPLl .row {
  flex-direction: row-reverse;
}
.cid-sivnRhvPLl img {
  width: 100%;
}
.cid-sivVDAceW5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0f013d;
}
.cid-sivVDAceW5 .mbr-section-subtitle {
  text-align: center;
}
.cid-sivVDAceW5 .mbr-text {
  color: #ffffff;
}
.cid-sivnRhYtkJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sivnRhYtkJ .row {
  flex-direction: row-reverse;
}
.cid-sivnRhYtkJ .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sivnRhYtkJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sivnRhYtkJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sivnRhYtkJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sivnRhYtkJ .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sivnRhYtkJ .mbr-section-title {
  text-align: justify;
}
.cid-sivnRidVPY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sivnRidVPY .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sivnRidVPY .text-wrapper {
    padding: 2rem;
  }
}
.cid-sivnRidVPY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sivnRidVPY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sivnRidVPY .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sivnRidVPY .mbr-section-title {
  text-align: justify;
}
.cid-sivnRirkrG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-sivnRirkrG .row {
  flex-direction: row-reverse;
}
.cid-sivnRirkrG .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sivnRirkrG .text-wrapper {
    padding: 2rem;
  }
}
.cid-sivnRirkrG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sivnRirkrG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sivnRirkrG .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sivnRirkrG .mbr-section-title {
  text-align: center;
}
.cid-sivnRiJt6m {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sivnRiJt6m .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sivnRiJt6m .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sivnRiJt6m .row {
    text-align: center;
  }
  .cid-sivnRiJt6m .row > div {
    margin: auto;
  }
  .cid-sivnRiJt6m .social-row {
    justify-content: center;
  }
}
.cid-sivnRiJt6m .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sivnRiJt6m .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sivnRiJt6m .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sivnRiJt6m .list {
    margin-bottom: 0rem;
  }
}
.cid-sivnRiJt6m .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sivnRiJt6m .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sivnRiJt6m .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sivnRiJt6m div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sivnRiJt6m .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sivnYq8aNh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sivnYq8aNh nav.navbar {
  position: fixed;
}
.cid-sivnYq8aNh .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-sivnYq8aNh .dropdown-menu {
  padding: 0;
}
.cid-sivnYq8aNh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sivnYq8aNh .dropdown-item:hover,
.cid-sivnYq8aNh .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sivnYq8aNh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sivnYq8aNh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sivnYq8aNh .nav-link {
  position: relative;
}
.cid-sivnYq8aNh .container {
  display: flex;
  margin: auto;
}
.cid-sivnYq8aNh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sivnYq8aNh .navbar-caption {
  padding-right: 4rem;
}
.cid-sivnYq8aNh .dropdown-menu,
.cid-sivnYq8aNh .navbar.opened {
  background: #fafafa !important;
}
.cid-sivnYq8aNh .nav-item:focus,
.cid-sivnYq8aNh .nav-link:focus {
  outline: none;
}
.cid-sivnYq8aNh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sivnYq8aNh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sivnYq8aNh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sivnYq8aNh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sivnYq8aNh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sivnYq8aNh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sivnYq8aNh .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sivnYq8aNh .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sivnYq8aNh .navbar.opened {
  transition: all .3s;
}
.cid-sivnYq8aNh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sivnYq8aNh .navbar .navbar-logo img {
  width: auto;
}
.cid-sivnYq8aNh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sivnYq8aNh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sivnYq8aNh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sivnYq8aNh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sivnYq8aNh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sivnYq8aNh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sivnYq8aNh .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: 55%;
}
.cid-sivnYq8aNh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sivnYq8aNh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sivnYq8aNh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sivnYq8aNh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sivnYq8aNh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sivnYq8aNh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sivnYq8aNh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sivnYq8aNh .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: 55%;
  }
  .cid-sivnYq8aNh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sivnYq8aNh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sivnYq8aNh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sivnYq8aNh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sivnYq8aNh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sivnYq8aNh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sivnYq8aNh .navbar.navbar-short {
  min-height: 60px;
}
.cid-sivnYq8aNh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sivnYq8aNh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sivnYq8aNh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sivnYq8aNh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sivnYq8aNh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sivnYq8aNh .dropdown-item.active,
.cid-sivnYq8aNh .dropdown-item:active {
  background-color: transparent;
}
.cid-sivnYq8aNh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sivnYq8aNh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sivnYq8aNh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sivnYq8aNh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sivnYq8aNh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sivnYq8aNh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sivnYq8aNh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sivnYq8aNh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sivnYq8aNh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sivnYq8aNh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sivnYq8aNh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sivnYq8aNh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sivnYq8aNh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sivnYq8aNh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sivnYq8aNh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sivnYq8aNh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sivnYq8aNh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sivnYq8aNh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sivnYq8aNh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sivnYq8aNh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sivnYq8aNh .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-sivnYq8aNh .navbar {
    height: 77px;
  }
  .cid-sivnYq8aNh .navbar.opened {
    height: auto;
  }
  .cid-sivnYq8aNh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sivnYqxVtb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sivnYqxVtb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sivnYqxVtb .row {
  flex-direction: row-reverse;
}
.cid-sivnYqxVtb img {
  width: 100%;
}
.cid-sivnYqK3zP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
}
.cid-sivnYqK3zP .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sivnYqK3zP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sivnYqK3zP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sivnYqK3zP .text-wrapper {
    padding: 2rem;
  }
}
.cid-sivnYqK3zP .mbr-text {
  color: #000000;
}
.cid-siwhK3Zq7t {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/adobestock-83781931-2000x857.jpg");
}
.cid-siwhK3Zq7t .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-siwhK3Zq7t .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-siwhK3Zq7t .mbr-section-title {
  color: #f1f1f1;
  text-align: left;
}
.cid-sivnYrIaD9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sivnYrIaD9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sivnYrIaD9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sivnYrIaD9 .row {
    text-align: center;
  }
  .cid-sivnYrIaD9 .row > div {
    margin: auto;
  }
  .cid-sivnYrIaD9 .social-row {
    justify-content: center;
  }
}
.cid-sivnYrIaD9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sivnYrIaD9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sivnYrIaD9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sivnYrIaD9 .list {
    margin-bottom: 0rem;
  }
}
.cid-sivnYrIaD9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sivnYrIaD9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sivnYrIaD9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sivnYrIaD9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sivnYrIaD9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-siw8G3gDCu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-siw8G3gDCu nav.navbar {
  position: fixed;
}
.cid-siw8G3gDCu .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-siw8G3gDCu .dropdown-menu {
  padding: 0;
}
.cid-siw8G3gDCu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siw8G3gDCu .dropdown-item:hover,
.cid-siw8G3gDCu .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-siw8G3gDCu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-siw8G3gDCu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-siw8G3gDCu .nav-link {
  position: relative;
}
.cid-siw8G3gDCu .container {
  display: flex;
  margin: auto;
}
.cid-siw8G3gDCu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-siw8G3gDCu .navbar-caption {
  padding-right: 4rem;
}
.cid-siw8G3gDCu .dropdown-menu,
.cid-siw8G3gDCu .navbar.opened {
  background: #fafafa !important;
}
.cid-siw8G3gDCu .nav-item:focus,
.cid-siw8G3gDCu .nav-link:focus {
  outline: none;
}
.cid-siw8G3gDCu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-siw8G3gDCu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siw8G3gDCu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-siw8G3gDCu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siw8G3gDCu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siw8G3gDCu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siw8G3gDCu .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-siw8G3gDCu .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-siw8G3gDCu .navbar.opened {
  transition: all .3s;
}
.cid-siw8G3gDCu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-siw8G3gDCu .navbar .navbar-logo img {
  width: auto;
}
.cid-siw8G3gDCu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siw8G3gDCu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siw8G3gDCu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siw8G3gDCu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-siw8G3gDCu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siw8G3gDCu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siw8G3gDCu .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: 55%;
}
.cid-siw8G3gDCu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siw8G3gDCu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-siw8G3gDCu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-siw8G3gDCu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siw8G3gDCu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siw8G3gDCu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siw8G3gDCu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siw8G3gDCu .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: 55%;
  }
  .cid-siw8G3gDCu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-siw8G3gDCu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siw8G3gDCu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-siw8G3gDCu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-siw8G3gDCu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-siw8G3gDCu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-siw8G3gDCu .navbar.navbar-short {
  min-height: 60px;
}
.cid-siw8G3gDCu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-siw8G3gDCu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-siw8G3gDCu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siw8G3gDCu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siw8G3gDCu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siw8G3gDCu .dropdown-item.active,
.cid-siw8G3gDCu .dropdown-item:active {
  background-color: transparent;
}
.cid-siw8G3gDCu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siw8G3gDCu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siw8G3gDCu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siw8G3gDCu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-siw8G3gDCu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siw8G3gDCu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siw8G3gDCu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-siw8G3gDCu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-siw8G3gDCu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siw8G3gDCu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-siw8G3gDCu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siw8G3gDCu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siw8G3gDCu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siw8G3gDCu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siw8G3gDCu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siw8G3gDCu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siw8G3gDCu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siw8G3gDCu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siw8G3gDCu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-siw8G3gDCu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siw8G3gDCu .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-siw8G3gDCu .navbar {
    height: 77px;
  }
  .cid-siw8G3gDCu .navbar.opened {
    height: auto;
  }
  .cid-siw8G3gDCu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siw8G3OZjR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-siw8G3OZjR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-siw8G3OZjR .row {
  flex-direction: row-reverse;
}
.cid-siw8G3OZjR img {
  width: 100%;
}
.cid-siw8G49cYa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-siw8G49cYa .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-siw8G49cYa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-siw8G49cYa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-siw8G49cYa .text-wrapper {
    padding: 2rem;
  }
}
.cid-siw8G49cYa .mbr-text {
  color: #000000;
}
.cid-siwtfXiM90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-siwtfXiM90 .img-wrapper {
  text-align: justify;
}
.cid-siwtfXiM90 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-siwtfXiM90 .row {
  align-items: flex-start;
}
.cid-siwtfXiM90 .card-wrapper {
  border-radius: 4px;
  background: #f2f2f2;
}
@media (max-width: 992px) {
  .cid-siwtfXiM90 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-siwtfXiM90 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-siwtfXiM90 .card-wrapper {
    padding: 1rem;
  }
}
.cid-siwtfXiM90 .mbr-text,
.cid-siwtfXiM90 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-siwtfXiM90 .card-title {
  color: #000000;
  text-align: left;
}
.cid-siwKiZPSK2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-siwKiZPSK2 .row {
  flex-direction: row-reverse;
}
.cid-siwKiZPSK2 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-siwKiZPSK2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-siwKiZPSK2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-siwKiZPSK2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-siwKiZPSK2 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-siwKiZPSK2 .mbr-section-title {
  text-align: center;
}
.cid-siwXSRWFhn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-siwXSRWFhn .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-siwXSRWFhn .text-wrapper {
    padding: 2rem;
  }
}
.cid-siwXSRWFhn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-siwXSRWFhn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-siwXSRWFhn .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-siwXSRWFhn .mbr-section-title {
  text-align: center;
}
.cid-sEnQrnprXF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sEnQrnprXF .row {
  flex-direction: row-reverse;
}
.cid-sEnQrnprXF .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sEnQrnprXF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sEnQrnprXF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sEnQrnprXF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sEnQrnprXF .mbr-section-title {
  text-align: center;
}
.cid-sKvJLpP6z8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-sKvJLpP6z8 .video-wrapper iframe {
  width: 100%;
}
.cid-sKvJLpP6z8 .mbr-section-title,
.cid-sKvJLpP6z8 .mbr-section-subtitle,
.cid-sKvJLpP6z8 .mbr-text {
  text-align: center;
}
.cid-sKvJLpP6z8 .mbr-section-title {
  color: #000000;
}
.cid-sKvJLpP6z8 .mbr-section-subtitle {
  color: #000000;
}
.cid-siw8G5nsWo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-siw8G5nsWo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-siw8G5nsWo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-siw8G5nsWo .row {
    text-align: center;
  }
  .cid-siw8G5nsWo .row > div {
    margin: auto;
  }
  .cid-siw8G5nsWo .social-row {
    justify-content: center;
  }
}
.cid-siw8G5nsWo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-siw8G5nsWo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-siw8G5nsWo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-siw8G5nsWo .list {
    margin-bottom: 0rem;
  }
}
.cid-siw8G5nsWo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-siw8G5nsWo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-siw8G5nsWo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-siw8G5nsWo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-siw8G5nsWo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sixmC4JXdP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sixmC4JXdP nav.navbar {
  position: fixed;
}
.cid-sixmC4JXdP .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-sixmC4JXdP .dropdown-menu {
  padding: 0;
}
.cid-sixmC4JXdP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sixmC4JXdP .dropdown-item:hover,
.cid-sixmC4JXdP .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sixmC4JXdP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sixmC4JXdP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sixmC4JXdP .nav-link {
  position: relative;
}
.cid-sixmC4JXdP .container {
  display: flex;
  margin: auto;
}
.cid-sixmC4JXdP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sixmC4JXdP .navbar-caption {
  padding-right: 4rem;
}
.cid-sixmC4JXdP .dropdown-menu,
.cid-sixmC4JXdP .navbar.opened {
  background: #fafafa !important;
}
.cid-sixmC4JXdP .nav-item:focus,
.cid-sixmC4JXdP .nav-link:focus {
  outline: none;
}
.cid-sixmC4JXdP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sixmC4JXdP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sixmC4JXdP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sixmC4JXdP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sixmC4JXdP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sixmC4JXdP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sixmC4JXdP .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sixmC4JXdP .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sixmC4JXdP .navbar.opened {
  transition: all .3s;
}
.cid-sixmC4JXdP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sixmC4JXdP .navbar .navbar-logo img {
  width: auto;
}
.cid-sixmC4JXdP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sixmC4JXdP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sixmC4JXdP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sixmC4JXdP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sixmC4JXdP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sixmC4JXdP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sixmC4JXdP .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: 55%;
}
.cid-sixmC4JXdP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sixmC4JXdP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sixmC4JXdP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sixmC4JXdP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sixmC4JXdP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sixmC4JXdP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sixmC4JXdP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sixmC4JXdP .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: 55%;
  }
  .cid-sixmC4JXdP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sixmC4JXdP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sixmC4JXdP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sixmC4JXdP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sixmC4JXdP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sixmC4JXdP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sixmC4JXdP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sixmC4JXdP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sixmC4JXdP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sixmC4JXdP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sixmC4JXdP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sixmC4JXdP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sixmC4JXdP .dropdown-item.active,
.cid-sixmC4JXdP .dropdown-item:active {
  background-color: transparent;
}
.cid-sixmC4JXdP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sixmC4JXdP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sixmC4JXdP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sixmC4JXdP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sixmC4JXdP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sixmC4JXdP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sixmC4JXdP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sixmC4JXdP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sixmC4JXdP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sixmC4JXdP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sixmC4JXdP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sixmC4JXdP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sixmC4JXdP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sixmC4JXdP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sixmC4JXdP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sixmC4JXdP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sixmC4JXdP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sixmC4JXdP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sixmC4JXdP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sixmC4JXdP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sixmC4JXdP .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-sixmC4JXdP .navbar {
    height: 77px;
  }
  .cid-sixmC4JXdP .navbar.opened {
    height: auto;
  }
  .cid-sixmC4JXdP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sixmC5qcaC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sixmC5qcaC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sixmC5qcaC .row {
  flex-direction: row-reverse;
}
.cid-sixmC5qcaC img {
  width: 100%;
}
.cid-sMpa8OkSEO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMp71OHpTN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sMp71OHpTN .card-box {
    padding: 1rem;
  }
  .cid-sMp71OHpTN .mbr-section-btn,
  .cid-sMp71OHpTN .price {
    text-align: center;
  }
  .cid-sMp71OHpTN .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sMp71OHpTN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMp71OHpTN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sMp71OHpTN .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sMp71OHpTN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sMp71OHpTN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sixmC62IFw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-sixmC62IFw .row {
    flex-direction: column-reverse;
  }
  .cid-sixmC62IFw .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sixmC62IFw .google-map {
  height: 100%;
  position: relative;
}
.cid-sixmC62IFw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sixmC62IFw .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-sixmC62IFw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sixmC62IFw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sixmC62IFw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sixmC62IFw .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f2f2f2;
}
.cid-sixmC62IFw .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sixmC62IFw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sixmC62IFw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sixmC62IFw .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #010320;
}
.cid-sixmC6LdMP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sixmC6LdMP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sixmC6LdMP .row {
  flex-direction: row-reverse;
}
.cid-sixmC6LdMP img {
  width: 100%;
}
.cid-sixmC70abC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sixmC70abC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sixmC70abC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sixmC70abC .row {
    text-align: center;
  }
  .cid-sixmC70abC .row > div {
    margin: auto;
  }
  .cid-sixmC70abC .social-row {
    justify-content: center;
  }
}
.cid-sixmC70abC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sixmC70abC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sixmC70abC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sixmC70abC .list {
    margin-bottom: 0rem;
  }
}
.cid-sixmC70abC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sixmC70abC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sixmC70abC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sixmC70abC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sixmC70abC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sdeyYjUFmF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdeyYjUFmF nav.navbar {
  position: fixed;
}
.cid-sdeyYjUFmF .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-sdeyYjUFmF .dropdown-menu {
  padding: 0;
}
.cid-sdeyYjUFmF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdeyYjUFmF .dropdown-item:hover,
.cid-sdeyYjUFmF .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sdeyYjUFmF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdeyYjUFmF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdeyYjUFmF .nav-link {
  position: relative;
}
.cid-sdeyYjUFmF .container {
  display: flex;
  margin: auto;
}
.cid-sdeyYjUFmF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdeyYjUFmF .navbar-caption {
  padding-right: 4rem;
}
.cid-sdeyYjUFmF .dropdown-menu,
.cid-sdeyYjUFmF .navbar.opened {
  background: #fafafa !important;
}
.cid-sdeyYjUFmF .nav-item:focus,
.cid-sdeyYjUFmF .nav-link:focus {
  outline: none;
}
.cid-sdeyYjUFmF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdeyYjUFmF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdeyYjUFmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdeyYjUFmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdeyYjUFmF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdeyYjUFmF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdeyYjUFmF .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdeyYjUFmF .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdeyYjUFmF .navbar.opened {
  transition: all .3s;
}
.cid-sdeyYjUFmF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdeyYjUFmF .navbar .navbar-logo img {
  width: auto;
}
.cid-sdeyYjUFmF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdeyYjUFmF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdeyYjUFmF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdeyYjUFmF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sdeyYjUFmF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdeyYjUFmF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdeyYjUFmF .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: 55%;
}
.cid-sdeyYjUFmF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdeyYjUFmF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdeyYjUFmF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdeyYjUFmF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdeyYjUFmF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdeyYjUFmF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdeyYjUFmF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdeyYjUFmF .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: 55%;
  }
  .cid-sdeyYjUFmF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdeyYjUFmF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdeyYjUFmF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdeyYjUFmF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdeyYjUFmF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdeyYjUFmF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdeyYjUFmF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdeyYjUFmF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdeyYjUFmF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdeyYjUFmF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdeyYjUFmF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdeyYjUFmF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdeyYjUFmF .dropdown-item.active,
.cid-sdeyYjUFmF .dropdown-item:active {
  background-color: transparent;
}
.cid-sdeyYjUFmF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdeyYjUFmF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdeyYjUFmF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdeyYjUFmF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdeyYjUFmF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdeyYjUFmF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdeyYjUFmF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdeyYjUFmF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdeyYjUFmF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdeyYjUFmF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sdeyYjUFmF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdeyYjUFmF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdeyYjUFmF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdeyYjUFmF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdeyYjUFmF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdeyYjUFmF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdeyYjUFmF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdeyYjUFmF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdeyYjUFmF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdeyYjUFmF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdeyYjUFmF .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-sdeyYjUFmF .navbar {
    height: 77px;
  }
  .cid-sdeyYjUFmF .navbar.opened {
    height: auto;
  }
  .cid-sdeyYjUFmF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdeyYl0uVq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sdeyYl0uVq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdeyYl0uVq .row {
  flex-direction: row-reverse;
}
.cid-sdeyYl0uVq img {
  width: 100%;
}
.cid-sdqSmXemVC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/ih-potencie-sus-herramientas-2000x1338.jpg");
}
.cid-sdqSmXemVC .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-sdqSmXemVC .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sdqSmXemVC .mbr-section-title {
  color: #ffffff;
}
.cid-sfihFFEG99 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sfihFFEG99 .row {
  flex-direction: row-reverse;
}
.cid-sfihFFEG99 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfihFFEG99 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfihFFEG99 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfihFFEG99 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfihFFEG99 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sfihFFEG99 .mbr-section-title {
  color: #000000;
}
.cid-sdwmMHLJ1X {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sdwmMHLJ1X .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sdwmMHLJ1X .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-sKvlRwldav {
  background: #ffffff;
}
.cid-sKvlRwldav .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKvlRwldav figcaption {
  position: relative;
}
.cid-sKvlRwldav figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKvlRwldav .image-block {
    width: 100% !important;
  }
}
.cid-sdeyYldMqv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdeyYldMqv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdeyYldMqv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdeyYldMqv .row {
    text-align: center;
  }
  .cid-sdeyYldMqv .row > div {
    margin: auto;
  }
  .cid-sdeyYldMqv .social-row {
    justify-content: center;
  }
}
.cid-sdeyYldMqv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdeyYldMqv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdeyYldMqv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdeyYldMqv .list {
    margin-bottom: 0rem;
  }
}
.cid-sdeyYldMqv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdeyYldMqv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdeyYldMqv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdeyYldMqv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdeyYldMqv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sdeyU2BHDG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sdeyU2BHDG nav.navbar {
  position: fixed;
}
.cid-sdeyU2BHDG .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-sdeyU2BHDG .dropdown-menu {
  padding: 0;
}
.cid-sdeyU2BHDG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdeyU2BHDG .dropdown-item:hover,
.cid-sdeyU2BHDG .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sdeyU2BHDG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdeyU2BHDG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdeyU2BHDG .nav-link {
  position: relative;
}
.cid-sdeyU2BHDG .container {
  display: flex;
  margin: auto;
}
.cid-sdeyU2BHDG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdeyU2BHDG .navbar-caption {
  padding-right: 4rem;
}
.cid-sdeyU2BHDG .dropdown-menu,
.cid-sdeyU2BHDG .navbar.opened {
  background: #fafafa !important;
}
.cid-sdeyU2BHDG .nav-item:focus,
.cid-sdeyU2BHDG .nav-link:focus {
  outline: none;
}
.cid-sdeyU2BHDG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdeyU2BHDG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdeyU2BHDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdeyU2BHDG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdeyU2BHDG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdeyU2BHDG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdeyU2BHDG .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sdeyU2BHDG .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdeyU2BHDG .navbar.opened {
  transition: all .3s;
}
.cid-sdeyU2BHDG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sdeyU2BHDG .navbar .navbar-logo img {
  width: auto;
}
.cid-sdeyU2BHDG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdeyU2BHDG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdeyU2BHDG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdeyU2BHDG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sdeyU2BHDG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdeyU2BHDG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdeyU2BHDG .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: 55%;
}
.cid-sdeyU2BHDG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdeyU2BHDG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdeyU2BHDG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdeyU2BHDG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdeyU2BHDG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdeyU2BHDG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdeyU2BHDG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdeyU2BHDG .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: 55%;
  }
  .cid-sdeyU2BHDG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdeyU2BHDG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdeyU2BHDG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdeyU2BHDG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdeyU2BHDG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdeyU2BHDG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdeyU2BHDG .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdeyU2BHDG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdeyU2BHDG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdeyU2BHDG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdeyU2BHDG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdeyU2BHDG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdeyU2BHDG .dropdown-item.active,
.cid-sdeyU2BHDG .dropdown-item:active {
  background-color: transparent;
}
.cid-sdeyU2BHDG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdeyU2BHDG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdeyU2BHDG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdeyU2BHDG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sdeyU2BHDG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdeyU2BHDG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdeyU2BHDG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdeyU2BHDG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdeyU2BHDG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdeyU2BHDG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sdeyU2BHDG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdeyU2BHDG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdeyU2BHDG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdeyU2BHDG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdeyU2BHDG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdeyU2BHDG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdeyU2BHDG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdeyU2BHDG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdeyU2BHDG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdeyU2BHDG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdeyU2BHDG .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-sdeyU2BHDG .navbar {
    height: 77px;
  }
  .cid-sdeyU2BHDG .navbar.opened {
    height: auto;
  }
  .cid-sdeyU2BHDG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdeyU4aXIz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-sdeyU4aXIz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sdeyU4aXIz .row {
  flex-direction: row-reverse;
}
.cid-sdeyU4aXIz img {
  width: 100%;
}
.cid-sfeabFq7Bi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sfeabFq7Bi .row {
  flex-direction: row-reverse;
}
.cid-sfeabFq7Bi .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sfeabFq7Bi .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfeabFq7Bi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sfeabFq7Bi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sfeabFq7Bi .mbr-text {
  text-align: justify;
  color: #02072c;
}
.cid-sWXdRb0RmI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sWXdRb0RmI .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
  transform: translateY(40px);
}
.cid-sWXdRb0RmI .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-sWXdRb0RmI .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-sWXdRb0RmI .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-sWXdRb0RmI .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-sWXdRb0RmI .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sWXdRb0RmI .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-sWXdRb0RmI .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #0f7fb1;
  letter-spacing: 0;
}
.cid-sWXdRb0RmI .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sWXdRb0RmI .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #071646;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sWXdRb0RmI .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #071646;
}
.cid-sWXdRb0RmI .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #000000;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sWXdRb0RmI .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #071646;
}
@media (max-width: 992px) {
  .cid-sWXdRb0RmI .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sWXdRb0RmI .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #071646;
}
@media (max-width: 992px) {
  .cid-sWXdRb0RmI .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sWXdRb0RmI .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-sdjTKKZM0I {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sdjTKKZM0I .mbr-section-title {
  color: #03142f;
}
.cid-sdjTKKZM0I .mbr-text {
  color: #000000;
}
.cid-sfe7xMNH8n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfe7xMNH8n .mbr-section-subtitle {
  color: #000000;
}
.cid-sfe7xMNH8n .mbr-text {
  color: #000000;
}
.cid-sfe7yexWI1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfe7yexWI1 .mbr-section-subtitle {
  color: #000000;
}
.cid-sfe7yexWI1 .mbr-text {
  color: #000000;
}
.cid-sfe7yA3EXw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sfe7yA3EXw .mbr-section-subtitle {
  color: #000000;
}
.cid-sfe7yA3EXw .mbr-text {
  color: #000000;
}
.cid-sfe7zaTp5Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sfe7zaTp5Z .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sfe7zaTp5Z .mbr-text {
  color: #000000;
}
.cid-sfe7zEa3TW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sfe7zEa3TW .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sfe7zEa3TW .mbr-text {
  color: #000000;
}
.cid-sfe9uMCNMD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sfe9uMCNMD .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sfe9uMCNMD .mbr-text {
  color: #000000;
}
.cid-siwkvuPnkF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-siwkvuPnkF .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-siwkvuPnkF .mbr-section-subtitle {
  text-align: justify;
  color: #000000;
}
.cid-siwkvuPnkF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sdeyU4na3i {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sdeyU4na3i .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sdeyU4na3i .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sdeyU4na3i .row {
    text-align: center;
  }
  .cid-sdeyU4na3i .row > div {
    margin: auto;
  }
  .cid-sdeyU4na3i .social-row {
    justify-content: center;
  }
}
.cid-sdeyU4na3i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sdeyU4na3i .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sdeyU4na3i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sdeyU4na3i .list {
    margin-bottom: 0rem;
  }
}
.cid-sdeyU4na3i .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdeyU4na3i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sdeyU4na3i .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sdeyU4na3i div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sdeyU4na3i .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sePoLkHQgb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sePoLkHQgb nav.navbar {
  position: fixed;
}
.cid-sePoLkHQgb .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-sePoLkHQgb .dropdown-menu {
  padding: 0;
}
.cid-sePoLkHQgb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sePoLkHQgb .dropdown-item:hover,
.cid-sePoLkHQgb .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sePoLkHQgb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sePoLkHQgb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sePoLkHQgb .nav-link {
  position: relative;
}
.cid-sePoLkHQgb .container {
  display: flex;
  margin: auto;
}
.cid-sePoLkHQgb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sePoLkHQgb .navbar-caption {
  padding-right: 4rem;
}
.cid-sePoLkHQgb .dropdown-menu,
.cid-sePoLkHQgb .navbar.opened {
  background: #fafafa !important;
}
.cid-sePoLkHQgb .nav-item:focus,
.cid-sePoLkHQgb .nav-link:focus {
  outline: none;
}
.cid-sePoLkHQgb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sePoLkHQgb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sePoLkHQgb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sePoLkHQgb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sePoLkHQgb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sePoLkHQgb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sePoLkHQgb .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sePoLkHQgb .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sePoLkHQgb .navbar.opened {
  transition: all .3s;
}
.cid-sePoLkHQgb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sePoLkHQgb .navbar .navbar-logo img {
  width: auto;
}
.cid-sePoLkHQgb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sePoLkHQgb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sePoLkHQgb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sePoLkHQgb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sePoLkHQgb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sePoLkHQgb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sePoLkHQgb .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: 55%;
}
.cid-sePoLkHQgb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sePoLkHQgb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sePoLkHQgb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sePoLkHQgb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sePoLkHQgb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sePoLkHQgb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sePoLkHQgb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sePoLkHQgb .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: 55%;
  }
  .cid-sePoLkHQgb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sePoLkHQgb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sePoLkHQgb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sePoLkHQgb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sePoLkHQgb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sePoLkHQgb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sePoLkHQgb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sePoLkHQgb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sePoLkHQgb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sePoLkHQgb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sePoLkHQgb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sePoLkHQgb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sePoLkHQgb .dropdown-item.active,
.cid-sePoLkHQgb .dropdown-item:active {
  background-color: transparent;
}
.cid-sePoLkHQgb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sePoLkHQgb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sePoLkHQgb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sePoLkHQgb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sePoLkHQgb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sePoLkHQgb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sePoLkHQgb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sePoLkHQgb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sePoLkHQgb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sePoLkHQgb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sePoLkHQgb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sePoLkHQgb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sePoLkHQgb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sePoLkHQgb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sePoLkHQgb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sePoLkHQgb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sePoLkHQgb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sePoLkHQgb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sePoLkHQgb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sePoLkHQgb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sePoLkHQgb .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-sePoLkHQgb .navbar {
    height: 77px;
  }
  .cid-sePoLkHQgb .navbar.opened {
    height: auto;
  }
  .cid-sePoLkHQgb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sePoLl0MM9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #1f263b;
}
@media (max-width: 991px) {
  .cid-sePoLl0MM9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sePoLl0MM9 .row {
  flex-direction: row-reverse;
}
.cid-sePoLl0MM9 img {
  width: 100%;
}
.cid-sfiCZiniv4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/seo-2-2000x1500.png");
}
.cid-sfiCZiniv4 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-sfiCZiniv4 .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sfiCZiniv4 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sePoLloW2Y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sePoLloW2Y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sePoLloW2Y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sePoLloW2Y .row {
    text-align: center;
  }
  .cid-sePoLloW2Y .row > div {
    margin: auto;
  }
  .cid-sePoLloW2Y .social-row {
    justify-content: center;
  }
}
.cid-sePoLloW2Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sePoLloW2Y .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sePoLloW2Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sePoLloW2Y .list {
    margin-bottom: 0rem;
  }
}
.cid-sePoLloW2Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sePoLloW2Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sePoLloW2Y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sePoLloW2Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sePoLloW2Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sqNkJE0bWa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqNkJE0bWa nav.navbar {
  position: fixed;
}
.cid-sqNkJE0bWa .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-sqNkJE0bWa .dropdown-menu {
  padding: 0;
}
.cid-sqNkJE0bWa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqNkJE0bWa .dropdown-item:hover,
.cid-sqNkJE0bWa .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sqNkJE0bWa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sqNkJE0bWa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqNkJE0bWa .nav-link {
  position: relative;
}
.cid-sqNkJE0bWa .container {
  display: flex;
  margin: auto;
}
.cid-sqNkJE0bWa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sqNkJE0bWa .navbar-caption {
  padding-right: 4rem;
}
.cid-sqNkJE0bWa .dropdown-menu,
.cid-sqNkJE0bWa .navbar.opened {
  background: #fafafa !important;
}
.cid-sqNkJE0bWa .nav-item:focus,
.cid-sqNkJE0bWa .nav-link:focus {
  outline: none;
}
.cid-sqNkJE0bWa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqNkJE0bWa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqNkJE0bWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqNkJE0bWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqNkJE0bWa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqNkJE0bWa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqNkJE0bWa .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sqNkJE0bWa .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqNkJE0bWa .navbar.opened {
  transition: all .3s;
}
.cid-sqNkJE0bWa .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sqNkJE0bWa .navbar .navbar-logo img {
  width: auto;
}
.cid-sqNkJE0bWa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqNkJE0bWa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqNkJE0bWa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqNkJE0bWa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqNkJE0bWa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqNkJE0bWa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqNkJE0bWa .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: 55%;
}
.cid-sqNkJE0bWa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqNkJE0bWa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sqNkJE0bWa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sqNkJE0bWa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqNkJE0bWa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqNkJE0bWa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqNkJE0bWa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqNkJE0bWa .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: 55%;
  }
  .cid-sqNkJE0bWa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqNkJE0bWa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqNkJE0bWa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqNkJE0bWa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqNkJE0bWa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqNkJE0bWa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sqNkJE0bWa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqNkJE0bWa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqNkJE0bWa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqNkJE0bWa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqNkJE0bWa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqNkJE0bWa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqNkJE0bWa .dropdown-item.active,
.cid-sqNkJE0bWa .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNkJE0bWa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqNkJE0bWa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqNkJE0bWa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqNkJE0bWa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sqNkJE0bWa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqNkJE0bWa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNkJE0bWa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqNkJE0bWa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqNkJE0bWa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sqNkJE0bWa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sqNkJE0bWa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqNkJE0bWa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNkJE0bWa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqNkJE0bWa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqNkJE0bWa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNkJE0bWa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqNkJE0bWa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqNkJE0bWa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqNkJE0bWa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sqNkJE0bWa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqNkJE0bWa .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-sqNkJE0bWa .navbar {
    height: 77px;
  }
  .cid-sqNkJE0bWa .navbar.opened {
    height: auto;
  }
  .cid-sqNkJE0bWa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqNkJFYOwK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqNkJFYOwK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqNkJFYOwK .row {
  flex-direction: row-reverse;
}
.cid-sqNkJFYOwK img {
  width: 100%;
}
.cid-sqNkJH1nCp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sqNkJH1nCp .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sqNkJH1nCp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqNkJH1nCp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sqNkJH1nCp .text-wrapper {
    padding: 2rem;
  }
}
.cid-sqNkJH1nCp .mbr-text {
  color: #000000;
}
.cid-sqNkJHsA8u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-417194506-2000x1216.jpg");
}
.cid-sqNkJHsA8u .img-wrapper {
  text-align: justify;
}
.cid-sqNkJHsA8u img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sqNkJHsA8u .row {
  align-items: flex-start;
}
.cid-sqNkJHsA8u .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sqNkJHsA8u .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sqNkJHsA8u .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqNkJHsA8u .card-wrapper {
    padding: 1rem;
  }
}
.cid-sqNkJHsA8u .mbr-text,
.cid-sqNkJHsA8u .mbr-section-btn {
  color: #000000;
}
.cid-sqNkJHsA8u .card-title {
  color: #000000;
}
.cid-sqNkJIhHp6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sqNkJIhHp6 .video-wrapper iframe {
  width: 100%;
}
.cid-sqNkJIhHp6 .mbr-section-title,
.cid-sqNkJIhHp6 .mbr-section-subtitle,
.cid-sqNkJIhHp6 .mbr-text {
  text-align: center;
}
.cid-sqNkJIhHp6 .mbr-section-title {
  color: #000000;
}
.cid-sqNkJIhHp6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqNkJIuknj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sqNkJIuknj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqNkJIuknj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqNkJIuknj .row {
    text-align: center;
  }
  .cid-sqNkJIuknj .row > div {
    margin: auto;
  }
  .cid-sqNkJIuknj .social-row {
    justify-content: center;
  }
}
.cid-sqNkJIuknj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqNkJIuknj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sqNkJIuknj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqNkJIuknj .list {
    margin-bottom: 0rem;
  }
}
.cid-sqNkJIuknj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sqNkJIuknj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqNkJIuknj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqNkJIuknj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqNkJIuknj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sfiGm0ACSa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfiGm0ACSa nav.navbar {
  position: fixed;
}
.cid-sfiGm0ACSa .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-sfiGm0ACSa .dropdown-menu {
  padding: 0;
}
.cid-sfiGm0ACSa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiGm0ACSa .dropdown-item:hover,
.cid-sfiGm0ACSa .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sfiGm0ACSa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sfiGm0ACSa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfiGm0ACSa .nav-link {
  position: relative;
}
.cid-sfiGm0ACSa .container {
  display: flex;
  margin: auto;
}
.cid-sfiGm0ACSa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfiGm0ACSa .navbar-caption {
  padding-right: 4rem;
}
.cid-sfiGm0ACSa .dropdown-menu,
.cid-sfiGm0ACSa .navbar.opened {
  background: #fafafa !important;
}
.cid-sfiGm0ACSa .nav-item:focus,
.cid-sfiGm0ACSa .nav-link:focus {
  outline: none;
}
.cid-sfiGm0ACSa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfiGm0ACSa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfiGm0ACSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfiGm0ACSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfiGm0ACSa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfiGm0ACSa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfiGm0ACSa .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sfiGm0ACSa .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfiGm0ACSa .navbar.opened {
  transition: all .3s;
}
.cid-sfiGm0ACSa .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sfiGm0ACSa .navbar .navbar-logo img {
  width: auto;
}
.cid-sfiGm0ACSa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfiGm0ACSa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfiGm0ACSa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfiGm0ACSa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfiGm0ACSa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfiGm0ACSa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfiGm0ACSa .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: 55%;
}
.cid-sfiGm0ACSa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfiGm0ACSa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfiGm0ACSa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfiGm0ACSa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfiGm0ACSa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfiGm0ACSa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfiGm0ACSa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfiGm0ACSa .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: 55%;
  }
  .cid-sfiGm0ACSa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfiGm0ACSa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfiGm0ACSa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfiGm0ACSa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfiGm0ACSa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfiGm0ACSa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfiGm0ACSa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfiGm0ACSa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfiGm0ACSa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfiGm0ACSa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfiGm0ACSa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfiGm0ACSa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfiGm0ACSa .dropdown-item.active,
.cid-sfiGm0ACSa .dropdown-item:active {
  background-color: transparent;
}
.cid-sfiGm0ACSa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfiGm0ACSa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfiGm0ACSa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfiGm0ACSa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sfiGm0ACSa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfiGm0ACSa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfiGm0ACSa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfiGm0ACSa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfiGm0ACSa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sfiGm0ACSa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sfiGm0ACSa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfiGm0ACSa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiGm0ACSa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfiGm0ACSa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfiGm0ACSa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiGm0ACSa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfiGm0ACSa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfiGm0ACSa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfiGm0ACSa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfiGm0ACSa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfiGm0ACSa .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-sfiGm0ACSa .navbar {
    height: 77px;
  }
  .cid-sfiGm0ACSa .navbar.opened {
    height: auto;
  }
  .cid-sfiGm0ACSa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfiGm0X002 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sfiGm0X002 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiGm0X002 .row {
  flex-direction: row-reverse;
}
.cid-sfiGm0X002 img {
  width: 100%;
}
.cid-sfiGm19l4P {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f1f1f1;
}
.cid-sfiGm19l4P .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sfiGm19l4P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sfiGm19l4P img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sfiGm19l4P .text-wrapper {
    padding: 2rem;
  }
}
.cid-sfiGm19l4P .mbr-text {
  color: #000000;
}
.cid-sfvgn6DKLn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1e2031;
}
.cid-sfvgn6DKLn .img-wrapper {
  text-align: center;
}
.cid-sfvgn6DKLn img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sfvgn6DKLn .row {
  align-items: flex-start;
}
.cid-sfvgn6DKLn .card-wrapper {
  border-radius: 4px;
  background: #1e2031;
}
@media (max-width: 992px) {
  .cid-sfvgn6DKLn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfvgn6DKLn .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfvgn6DKLn .card-wrapper {
    padding: 1rem;
  }
}
.cid-sfvgn6DKLn .mbr-text,
.cid-sfvgn6DKLn .mbr-section-btn {
  color: #ffffff;
}
.cid-sfvgn6DKLn .card-title {
  color: #ffffff;
}
.cid-sRdfmtC57l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2031;
}
.cid-sRdfmtC57l .img-wrapper {
  text-align: center;
}
.cid-sRdfmtC57l img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sRdfmtC57l .row {
  align-items: flex-start;
}
.cid-sRdfmtC57l .card-wrapper {
  border-radius: 4px;
  background: #1e2031;
}
@media (max-width: 992px) {
  .cid-sRdfmtC57l .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sRdfmtC57l .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRdfmtC57l .card-wrapper {
    padding: 1rem;
  }
}
.cid-sRdfmtC57l .mbr-text,
.cid-sRdfmtC57l .mbr-section-btn {
  color: #ffffff;
}
.cid-sRdfmtC57l .card-title {
  color: #ffffff;
}
.cid-sfRJiHYUqU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-sfRJiHYUqU .video-wrapper iframe {
  width: 100%;
}
.cid-sfRJiHYUqU .mbr-section-title,
.cid-sfRJiHYUqU .mbr-section-subtitle,
.cid-sfRJiHYUqU .mbr-text {
  text-align: center;
}
.cid-sfRJiHYUqU .mbr-section-title {
  color: #000000;
}
.cid-sfRJiHYUqU .mbr-section-subtitle {
  color: #000000;
}
#features {
  /* Type valid CSS here */
}
#features div {
  padding: 80px 50px;
  color: #777;
  text-align: center;
}
#features p {
  font-size: 3px;
  color: #000000;
  font-family: "Montserrat";
}
#features th {
  color: #130544;
  font-family: "Montserrat";
}
#features td {
  font-family: "Montserrat";
}
.cid-sfiGm1CrMi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sfiGm1CrMi .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sfiGm1CrMi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sfiGm1CrMi .row {
    text-align: center;
  }
  .cid-sfiGm1CrMi .row > div {
    margin: auto;
  }
  .cid-sfiGm1CrMi .social-row {
    justify-content: center;
  }
}
.cid-sfiGm1CrMi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sfiGm1CrMi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sfiGm1CrMi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sfiGm1CrMi .list {
    margin-bottom: 0rem;
  }
}
.cid-sfiGm1CrMi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sfiGm1CrMi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sfiGm1CrMi .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sfiGm1CrMi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sfiGm1CrMi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg2Ev00slA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg2Ev00slA nav.navbar {
  position: fixed;
}
.cid-sg2Ev00slA .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-sg2Ev00slA .dropdown-menu {
  padding: 0;
}
.cid-sg2Ev00slA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg2Ev00slA .dropdown-item:hover,
.cid-sg2Ev00slA .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg2Ev00slA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg2Ev00slA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg2Ev00slA .nav-link {
  position: relative;
}
.cid-sg2Ev00slA .container {
  display: flex;
  margin: auto;
}
.cid-sg2Ev00slA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg2Ev00slA .navbar-caption {
  padding-right: 4rem;
}
.cid-sg2Ev00slA .dropdown-menu,
.cid-sg2Ev00slA .navbar.opened {
  background: #fafafa !important;
}
.cid-sg2Ev00slA .nav-item:focus,
.cid-sg2Ev00slA .nav-link:focus {
  outline: none;
}
.cid-sg2Ev00slA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg2Ev00slA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg2Ev00slA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg2Ev00slA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg2Ev00slA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg2Ev00slA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg2Ev00slA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg2Ev00slA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg2Ev00slA .navbar.opened {
  transition: all .3s;
}
.cid-sg2Ev00slA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg2Ev00slA .navbar .navbar-logo img {
  width: auto;
}
.cid-sg2Ev00slA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg2Ev00slA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg2Ev00slA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg2Ev00slA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg2Ev00slA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg2Ev00slA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg2Ev00slA .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: 55%;
}
.cid-sg2Ev00slA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg2Ev00slA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg2Ev00slA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg2Ev00slA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg2Ev00slA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg2Ev00slA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg2Ev00slA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg2Ev00slA .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: 55%;
  }
  .cid-sg2Ev00slA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg2Ev00slA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg2Ev00slA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg2Ev00slA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg2Ev00slA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg2Ev00slA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg2Ev00slA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg2Ev00slA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg2Ev00slA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg2Ev00slA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg2Ev00slA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg2Ev00slA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg2Ev00slA .dropdown-item.active,
.cid-sg2Ev00slA .dropdown-item:active {
  background-color: transparent;
}
.cid-sg2Ev00slA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg2Ev00slA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg2Ev00slA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg2Ev00slA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg2Ev00slA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg2Ev00slA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg2Ev00slA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg2Ev00slA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg2Ev00slA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg2Ev00slA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg2Ev00slA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg2Ev00slA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg2Ev00slA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg2Ev00slA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg2Ev00slA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg2Ev00slA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg2Ev00slA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg2Ev00slA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg2Ev00slA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg2Ev00slA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg2Ev00slA .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-sg2Ev00slA .navbar {
    height: 77px;
  }
  .cid-sg2Ev00slA .navbar.opened {
    height: auto;
  }
  .cid-sg2Ev00slA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg2Ev0mRMP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg2Ev0mRMP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg2Ev0mRMP .row {
  flex-direction: row-reverse;
}
.cid-sg2Ev0mRMP img {
  width: 100%;
}
.cid-sg2Ev0xThT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f1f1f1;
}
.cid-sg2Ev0xThT .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg2Ev0xThT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg2Ev0xThT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg2Ev0xThT .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg2Ev0xThT .mbr-text {
  color: #000000;
}
.cid-sg2Ev0LDXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sg2Ev0LDXr .img-wrapper {
  text-align: center;
}
.cid-sg2Ev0LDXr img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg2Ev0LDXr .row {
  align-items: flex-start;
}
.cid-sg2Ev0LDXr .card-wrapper {
  border-radius: 4px;
  background: #1e2031;
}
@media (max-width: 992px) {
  .cid-sg2Ev0LDXr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg2Ev0LDXr .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg2Ev0LDXr .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg2Ev0LDXr .mbr-text,
.cid-sg2Ev0LDXr .mbr-section-btn {
  color: #ffffff;
}
.cid-sg2Ev0LDXr .card-title {
  color: #ffffff;
}
.cid-sg2Ev18LaX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-sg2Ev18LaX .video-wrapper iframe {
  width: 100%;
}
.cid-sg2Ev18LaX .mbr-section-title,
.cid-sg2Ev18LaX .mbr-section-subtitle,
.cid-sg2Ev18LaX .mbr-text {
  text-align: center;
}
.cid-sg2Ev18LaX .mbr-section-title {
  color: #000000;
}
.cid-sg2Ev18LaX .mbr-section-subtitle {
  color: #000000;
}
.cid-sAHB9a2Jf6 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAHB9a2Jf6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sAHB9a2Jf6 .container-table {
  margin: 0 auto;
}
.cid-sAHB9a2Jf6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sAHB9a2Jf6 .dataTables_wrapper {
  display: block;
}
.cid-sAHB9a2Jf6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sAHB9a2Jf6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sAHB9a2Jf6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-sAHB9a2Jf6 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .2s;
}
.cid-sAHB9a2Jf6 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-sAHB9a2Jf6 table td {
  border: 1px solid #ffffff;
}
.cid-sAHB9a2Jf6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sAHB9a2Jf6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sAHB9a2Jf6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sAHB9a2Jf6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sAHB9a2Jf6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sAHB9a2Jf6 .dataTables_filter {
    text-align: center;
  }
  .cid-sAHB9a2Jf6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sAHB9a2Jf6 .head-item,
.cid-sAHB9a2Jf6 .body-item {
  text-align: center;
}
.cid-sAHB9a2Jf6 .body-item1 {
  text-align: left;
  color: #000000;
}
.cid-sAHB9a2Jf6 .head-item1 {
  text-align: center;
}
.cid-sAHB9a2Jf6 .head-item {
  color: #ffffff;
}
.cid-sg2Ev1xTio {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg2Ev1xTio .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg2Ev1xTio .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg2Ev1xTio .row {
    text-align: center;
  }
  .cid-sg2Ev1xTio .row > div {
    margin: auto;
  }
  .cid-sg2Ev1xTio .social-row {
    justify-content: center;
  }
}
.cid-sg2Ev1xTio .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg2Ev1xTio .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg2Ev1xTio .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg2Ev1xTio .list {
    margin-bottom: 0rem;
  }
}
.cid-sg2Ev1xTio .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg2Ev1xTio .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg2Ev1xTio .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg2Ev1xTio div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg2Ev1xTio .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sgwFX7VAhM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgwFX7VAhM nav.navbar {
  position: fixed;
}
.cid-sgwFX7VAhM .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-sgwFX7VAhM .dropdown-menu {
  padding: 0;
}
.cid-sgwFX7VAhM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgwFX7VAhM .dropdown-item:hover,
.cid-sgwFX7VAhM .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sgwFX7VAhM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sgwFX7VAhM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgwFX7VAhM .nav-link {
  position: relative;
}
.cid-sgwFX7VAhM .container {
  display: flex;
  margin: auto;
}
.cid-sgwFX7VAhM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgwFX7VAhM .navbar-caption {
  padding-right: 4rem;
}
.cid-sgwFX7VAhM .dropdown-menu,
.cid-sgwFX7VAhM .navbar.opened {
  background: #fafafa !important;
}
.cid-sgwFX7VAhM .nav-item:focus,
.cid-sgwFX7VAhM .nav-link:focus {
  outline: none;
}
.cid-sgwFX7VAhM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgwFX7VAhM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgwFX7VAhM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgwFX7VAhM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgwFX7VAhM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgwFX7VAhM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgwFX7VAhM .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sgwFX7VAhM .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgwFX7VAhM .navbar.opened {
  transition: all .3s;
}
.cid-sgwFX7VAhM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sgwFX7VAhM .navbar .navbar-logo img {
  width: auto;
}
.cid-sgwFX7VAhM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgwFX7VAhM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgwFX7VAhM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgwFX7VAhM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgwFX7VAhM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgwFX7VAhM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgwFX7VAhM .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: 55%;
}
.cid-sgwFX7VAhM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgwFX7VAhM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgwFX7VAhM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgwFX7VAhM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgwFX7VAhM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgwFX7VAhM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgwFX7VAhM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgwFX7VAhM .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: 55%;
  }
  .cid-sgwFX7VAhM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgwFX7VAhM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgwFX7VAhM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgwFX7VAhM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgwFX7VAhM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgwFX7VAhM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgwFX7VAhM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgwFX7VAhM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgwFX7VAhM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgwFX7VAhM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgwFX7VAhM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgwFX7VAhM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgwFX7VAhM .dropdown-item.active,
.cid-sgwFX7VAhM .dropdown-item:active {
  background-color: transparent;
}
.cid-sgwFX7VAhM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgwFX7VAhM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgwFX7VAhM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgwFX7VAhM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sgwFX7VAhM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgwFX7VAhM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgwFX7VAhM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgwFX7VAhM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgwFX7VAhM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgwFX7VAhM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgwFX7VAhM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgwFX7VAhM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgwFX7VAhM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgwFX7VAhM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgwFX7VAhM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgwFX7VAhM .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-sgwFX7VAhM .navbar {
    height: 77px;
  }
  .cid-sgwFX7VAhM .navbar.opened {
    height: auto;
  }
  .cid-sgwFX7VAhM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgwFX8vE6C {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .cid-sgwFX8vE6C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgwFX8vE6C .row {
  flex-direction: row-reverse;
}
.cid-sgwFX8vE6C img {
  width: 100%;
}
.cid-sgwFX8LURl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-sgwFX8LURl .mbr-section-subtitle {
  color: #000b1d;
}
.cid-sgwFX8LURl .mbr-text {
  color: #000000;
}
.cid-sgwFX8Za3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ad0101;
}
.cid-sgwFX8Za3O .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sgwFX8Za3O .mbr-text {
  color: #ffffff;
}
.cid-sgwFX9dWBX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgwFX9rOr2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/ih-fondo-2000x1336.jpg");
}
.cid-sgwFX9rOr2 .top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sgwFX9rOr2 .top-line {
    justify-content: center;
  }
}
.cid-sgwFX9rOr2 .mbr-section-title,
.cid-sgwFX9rOr2 .mbr-section-subtitle {
  text-align: justify;
}
.cid-sgwFX9rOr2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sgwFX9rOr2 .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-sgwFX9rOr2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sgwFX9rOr2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sgwFX9rOr2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgwFX9rOr2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sgwFX9rOr2 .mbr-text {
  text-align: justify;
  color: #232323;
}
.cid-sgwFXa63O8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sgwFXa63O8 .row {
  flex-direction: row-reverse;
}
.cid-sgwFXa63O8 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sgwFXa63O8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgwFXa63O8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sgwFXa63O8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgwFXa63O8 .mbr-text {
  text-align: justify;
  color: #02072c;
}
.cid-sgwFXas0Ev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ad0101;
}
.cid-sgwFXas0Ev .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sgwFXas0Ev .mbr-text {
  color: #ffffff;
}
.cid-sgwFXaJ6W6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sgwFXaJ6W6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sgwFXaJ6W6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgwFXaJ6W6 .row {
    text-align: center;
  }
  .cid-sgwFXaJ6W6 .row > div {
    margin: auto;
  }
  .cid-sgwFXaJ6W6 .social-row {
    justify-content: center;
  }
}
.cid-sgwFXaJ6W6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sgwFXaJ6W6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sgwFXaJ6W6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgwFXaJ6W6 .list {
    margin-bottom: 0rem;
  }
}
.cid-sgwFXaJ6W6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sgwFXaJ6W6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sgwFXaJ6W6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sgwFXaJ6W6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sgwFXaJ6W6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4Hr0LZTD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4Hr0LZTD nav.navbar {
  position: fixed;
}
.cid-sg4Hr0LZTD .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-sg4Hr0LZTD .dropdown-menu {
  padding: 0;
}
.cid-sg4Hr0LZTD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4Hr0LZTD .dropdown-item:hover,
.cid-sg4Hr0LZTD .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4Hr0LZTD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4Hr0LZTD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4Hr0LZTD .nav-link {
  position: relative;
}
.cid-sg4Hr0LZTD .container {
  display: flex;
  margin: auto;
}
.cid-sg4Hr0LZTD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4Hr0LZTD .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4Hr0LZTD .dropdown-menu,
.cid-sg4Hr0LZTD .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4Hr0LZTD .nav-item:focus,
.cid-sg4Hr0LZTD .nav-link:focus {
  outline: none;
}
.cid-sg4Hr0LZTD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4Hr0LZTD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4Hr0LZTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4Hr0LZTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4Hr0LZTD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4Hr0LZTD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4Hr0LZTD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4Hr0LZTD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4Hr0LZTD .navbar.opened {
  transition: all .3s;
}
.cid-sg4Hr0LZTD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4Hr0LZTD .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4Hr0LZTD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4Hr0LZTD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4Hr0LZTD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4Hr0LZTD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4Hr0LZTD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4Hr0LZTD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4Hr0LZTD .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: 55%;
}
.cid-sg4Hr0LZTD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4Hr0LZTD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4Hr0LZTD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4Hr0LZTD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4Hr0LZTD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4Hr0LZTD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4Hr0LZTD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4Hr0LZTD .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: 55%;
  }
  .cid-sg4Hr0LZTD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4Hr0LZTD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4Hr0LZTD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4Hr0LZTD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4Hr0LZTD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4Hr0LZTD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4Hr0LZTD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4Hr0LZTD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4Hr0LZTD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4Hr0LZTD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4Hr0LZTD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4Hr0LZTD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4Hr0LZTD .dropdown-item.active,
.cid-sg4Hr0LZTD .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4Hr0LZTD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4Hr0LZTD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4Hr0LZTD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4Hr0LZTD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4Hr0LZTD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4Hr0LZTD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4Hr0LZTD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4Hr0LZTD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4Hr0LZTD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4Hr0LZTD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4Hr0LZTD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4Hr0LZTD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4Hr0LZTD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4Hr0LZTD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4Hr0LZTD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4Hr0LZTD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4Hr0LZTD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4Hr0LZTD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4Hr0LZTD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4Hr0LZTD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4Hr0LZTD .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-sg4Hr0LZTD .navbar {
    height: 77px;
  }
  .cid-sg4Hr0LZTD .navbar.opened {
    height: auto;
  }
  .cid-sg4Hr0LZTD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snY2GaxTFz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-snY2GaxTFz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-snY2GaxTFz .row {
  flex-direction: row-reverse;
}
.cid-snY2GaxTFz img {
  width: 100%;
}
.cid-snY2FwNevL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-snY3i72oCi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/adobestock-33420613-2000x1500.jpg");
}
.cid-snY3i72oCi .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-snY3i72oCi .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-snY3i72oCi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-snY3iIZrmx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-snY3iIZrmx .mbr-text {
  color: #000000;
}
.cid-snY3k0pISB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-snY3k0pISB .mbr-text {
  color: #000000;
}
.cid-snY2EtATV7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-snY2EtATV7 .mbr-text {
  color: #000000;
}
.cid-sKvKdBmEn2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-sKvKdBmEn2 .video-wrapper iframe {
  width: 100%;
}
.cid-sKvKdBmEn2 .mbr-section-title,
.cid-sKvKdBmEn2 .mbr-section-subtitle,
.cid-sKvKdBmEn2 .mbr-text {
  text-align: center;
}
.cid-sKvKdBmEn2 .mbr-section-title {
  color: #000000;
}
.cid-sKvKdBmEn2 .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4Hr3sV6c {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4Hr3sV6c .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4Hr3sV6c .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4Hr3sV6c .row {
    text-align: center;
  }
  .cid-sg4Hr3sV6c .row > div {
    margin: auto;
  }
  .cid-sg4Hr3sV6c .social-row {
    justify-content: center;
  }
}
.cid-sg4Hr3sV6c .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4Hr3sV6c .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4Hr3sV6c .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4Hr3sV6c .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4Hr3sV6c .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4Hr3sV6c .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4Hr3sV6c .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4Hr3sV6c div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4Hr3sV6c .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sxYpkwdZQr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxYpkwdZQr nav.navbar {
  position: fixed;
}
.cid-sxYpkwdZQr .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-sxYpkwdZQr .dropdown-menu {
  padding: 0;
}
.cid-sxYpkwdZQr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxYpkwdZQr .dropdown-item:hover,
.cid-sxYpkwdZQr .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sxYpkwdZQr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sxYpkwdZQr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxYpkwdZQr .nav-link {
  position: relative;
}
.cid-sxYpkwdZQr .container {
  display: flex;
  margin: auto;
}
.cid-sxYpkwdZQr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sxYpkwdZQr .navbar-caption {
  padding-right: 4rem;
}
.cid-sxYpkwdZQr .dropdown-menu,
.cid-sxYpkwdZQr .navbar.opened {
  background: #fafafa !important;
}
.cid-sxYpkwdZQr .nav-item:focus,
.cid-sxYpkwdZQr .nav-link:focus {
  outline: none;
}
.cid-sxYpkwdZQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxYpkwdZQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxYpkwdZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxYpkwdZQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxYpkwdZQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxYpkwdZQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxYpkwdZQr .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sxYpkwdZQr .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxYpkwdZQr .navbar.opened {
  transition: all .3s;
}
.cid-sxYpkwdZQr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sxYpkwdZQr .navbar .navbar-logo img {
  width: auto;
}
.cid-sxYpkwdZQr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxYpkwdZQr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxYpkwdZQr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxYpkwdZQr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sxYpkwdZQr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxYpkwdZQr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxYpkwdZQr .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: 55%;
}
.cid-sxYpkwdZQr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxYpkwdZQr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sxYpkwdZQr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxYpkwdZQr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxYpkwdZQr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxYpkwdZQr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxYpkwdZQr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxYpkwdZQr .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: 55%;
  }
  .cid-sxYpkwdZQr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sxYpkwdZQr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxYpkwdZQr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxYpkwdZQr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxYpkwdZQr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxYpkwdZQr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxYpkwdZQr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxYpkwdZQr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxYpkwdZQr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxYpkwdZQr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxYpkwdZQr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxYpkwdZQr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxYpkwdZQr .dropdown-item.active,
.cid-sxYpkwdZQr .dropdown-item:active {
  background-color: transparent;
}
.cid-sxYpkwdZQr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxYpkwdZQr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxYpkwdZQr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxYpkwdZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sxYpkwdZQr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxYpkwdZQr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxYpkwdZQr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxYpkwdZQr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxYpkwdZQr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sxYpkwdZQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sxYpkwdZQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxYpkwdZQr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxYpkwdZQr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxYpkwdZQr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxYpkwdZQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxYpkwdZQr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxYpkwdZQr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxYpkwdZQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxYpkwdZQr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sxYpkwdZQr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxYpkwdZQr .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-sxYpkwdZQr .navbar {
    height: 77px;
  }
  .cid-sxYpkwdZQr .navbar.opened {
    height: auto;
  }
  .cid-sxYpkwdZQr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxYpkwN66X {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sxYpkwN66X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxYpkwN66X .row {
  flex-direction: row-reverse;
}
.cid-sxYpkwN66X img {
  width: 100%;
}
.cid-syD6VKJvj3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-syD6VKJvj3 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-syD6VKJvj3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-syD6VKJvj3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-syD6VKJvj3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-syD6VKJvj3 .mbr-text {
  color: #000000;
}
.cid-syD6VKJvj3 .mbr-section-title {
  color: #001b77;
}
.cid-syD6YWPko8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-syD6YWPko8 .row {
  flex-direction: row-reverse;
}
.cid-syD6YWPko8 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-syD6YWPko8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-syD6YWPko8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-syD6YWPko8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syD6YWPko8 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-syD6YWPko8 .mbr-section-title {
  text-align: center;
}
.cid-thXnAqpSmY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .cid-thXnAqpSmY .text-wrapper {
    padding: 2rem;
  }
}
.cid-thXnAqpSmY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-thXnAqpSmY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thXnAqpSmY .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-thXnAqpSmY .mbr-section-title {
  text-align: center;
}
.cid-thXxFhoreZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-thXxFhoreZ .image-block {
  margin: auto;
}
.cid-thXxFhoreZ .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-thXxFhoreZ .image-block {
    width: 100% !important;
  }
}
.cid-thXxFhoreZ .container-fluid {
  padding: 0;
}
@media (min-width: 767px) {
  .cid-thXxFhoreZ .container {
    padding: 0 2rem;
  }
}
.cid-syD8FlysNJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syD8FlysNJ .img-wrapper {
  text-align: justify;
}
.cid-syD8FlysNJ img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-syD8FlysNJ .row {
  align-items: flex-start;
}
.cid-syD8FlysNJ .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-syD8FlysNJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-syD8FlysNJ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-syD8FlysNJ .card-wrapper {
    padding: 1rem;
  }
}
.cid-syD8FlysNJ .mbr-text,
.cid-syD8FlysNJ .mbr-section-btn {
  color: #000000;
}
.cid-syD8FlysNJ .card-title {
  color: #000000;
}
.cid-syD8FK6Ze8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syD8FK6Ze8 .img-wrapper {
  text-align: justify;
}
.cid-syD8FK6Ze8 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-syD8FK6Ze8 .row {
  align-items: flex-start;
}
.cid-syD8FK6Ze8 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-syD8FK6Ze8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-syD8FK6Ze8 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-syD8FK6Ze8 .card-wrapper {
    padding: 1rem;
  }
}
.cid-syD8FK6Ze8 .mbr-text,
.cid-syD8FK6Ze8 .mbr-section-btn {
  color: #000000;
}
.cid-syD8FK6Ze8 .card-title {
  color: #000000;
}
.cid-thXiRjedMW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thXiRjedMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXiRjedMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXiRjedMW .video-wrapper iframe {
  width: 100%;
}
.cid-thXiRjedMW .mbr-section-title,
.cid-thXiRjedMW .mbr-section-subtitle,
.cid-thXiRjedMW .mbr-text {
  text-align: center;
}
.cid-thXiRjedMW .mbr-section-subtitle {
  text-align: center;
}
.cid-thXiPcggW5 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thXiPcggW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXiPcggW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXiPcggW5 .video-wrapper iframe {
  width: 100%;
}
.cid-thXiPcggW5 .mbr-section-title,
.cid-thXiPcggW5 .mbr-section-subtitle,
.cid-thXiPcggW5 .mbr-text {
  text-align: center;
}
.cid-sxYpky7guD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sxYpky7guD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sxYpky7guD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sxYpky7guD .row {
    text-align: center;
  }
  .cid-sxYpky7guD .row > div {
    margin: auto;
  }
  .cid-sxYpky7guD .social-row {
    justify-content: center;
  }
}
.cid-sxYpky7guD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sxYpky7guD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sxYpky7guD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sxYpky7guD .list {
    margin-bottom: 0rem;
  }
}
.cid-sxYpky7guD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sxYpky7guD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sxYpky7guD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sxYpky7guD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sxYpky7guD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-szL6VGsAIF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szL6VGsAIF nav.navbar {
  position: fixed;
}
.cid-szL6VGsAIF .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-szL6VGsAIF .dropdown-menu {
  padding: 0;
}
.cid-szL6VGsAIF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szL6VGsAIF .dropdown-item:hover,
.cid-szL6VGsAIF .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-szL6VGsAIF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szL6VGsAIF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szL6VGsAIF .nav-link {
  position: relative;
}
.cid-szL6VGsAIF .container {
  display: flex;
  margin: auto;
}
.cid-szL6VGsAIF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szL6VGsAIF .navbar-caption {
  padding-right: 4rem;
}
.cid-szL6VGsAIF .dropdown-menu,
.cid-szL6VGsAIF .navbar.opened {
  background: #fafafa !important;
}
.cid-szL6VGsAIF .nav-item:focus,
.cid-szL6VGsAIF .nav-link:focus {
  outline: none;
}
.cid-szL6VGsAIF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szL6VGsAIF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szL6VGsAIF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szL6VGsAIF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szL6VGsAIF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szL6VGsAIF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szL6VGsAIF .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-szL6VGsAIF .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szL6VGsAIF .navbar.opened {
  transition: all .3s;
}
.cid-szL6VGsAIF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szL6VGsAIF .navbar .navbar-logo img {
  width: auto;
}
.cid-szL6VGsAIF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szL6VGsAIF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szL6VGsAIF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szL6VGsAIF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-szL6VGsAIF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szL6VGsAIF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szL6VGsAIF .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: 55%;
}
.cid-szL6VGsAIF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szL6VGsAIF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szL6VGsAIF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szL6VGsAIF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szL6VGsAIF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szL6VGsAIF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szL6VGsAIF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szL6VGsAIF .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: 55%;
  }
  .cid-szL6VGsAIF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-szL6VGsAIF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szL6VGsAIF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szL6VGsAIF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szL6VGsAIF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szL6VGsAIF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szL6VGsAIF .navbar.navbar-short {
  min-height: 60px;
}
.cid-szL6VGsAIF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-szL6VGsAIF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szL6VGsAIF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szL6VGsAIF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szL6VGsAIF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szL6VGsAIF .dropdown-item.active,
.cid-szL6VGsAIF .dropdown-item:active {
  background-color: transparent;
}
.cid-szL6VGsAIF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szL6VGsAIF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szL6VGsAIF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szL6VGsAIF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-szL6VGsAIF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szL6VGsAIF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szL6VGsAIF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szL6VGsAIF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szL6VGsAIF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szL6VGsAIF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-szL6VGsAIF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szL6VGsAIF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szL6VGsAIF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szL6VGsAIF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szL6VGsAIF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szL6VGsAIF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szL6VGsAIF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szL6VGsAIF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szL6VGsAIF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-szL6VGsAIF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szL6VGsAIF .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-szL6VGsAIF .navbar {
    height: 77px;
  }
  .cid-szL6VGsAIF .navbar.opened {
    height: auto;
  }
  .cid-szL6VGsAIF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szL6VGYmsv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-szL6VGYmsv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szL6VGYmsv .row {
  flex-direction: row-reverse;
}
.cid-szL6VGYmsv img {
  width: 100%;
}
.cid-szL6VHmtub {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-szL6VHmtub .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-szL6VHmtub .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szL6VHmtub img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-szL6VHmtub .text-wrapper {
    padding: 2rem;
  }
}
.cid-szL6VHmtub .mbr-text {
  color: #000000;
}
.cid-szL6VHmtub .mbr-section-title {
  color: #001b77;
}
.cid-szL6VI02km {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-szL6VI02km .img-wrapper {
  text-align: justify;
}
.cid-szL6VI02km img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-szL6VI02km .row {
  align-items: flex-start;
}
.cid-szL6VI02km .card-wrapper {
  border-radius: 4px;
  background: #f1f1f1;
}
@media (max-width: 992px) {
  .cid-szL6VI02km .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-szL6VI02km .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-szL6VI02km .card-wrapper {
    padding: 1rem;
  }
}
.cid-szL6VI02km .mbr-text,
.cid-szL6VI02km .mbr-section-btn {
  color: #000000;
}
.cid-szL6VI02km .card-title {
  color: #000000;
}
.cid-szLglhqkHF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szLglhqkHF H1 {
  color: #001b77;
}
.cid-szLglhqkHF .mbr-text,
.cid-szLglhqkHF .mbr-section-btn {
  color: #000000;
}
.cid-szLglhqkHF img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-szLglhqkHF .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sCAyAoJLWN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCAyAoJLWN .video-wrapper iframe {
  width: 100%;
}
.cid-sCAyAoJLWN .mbr-section-title,
.cid-sCAyAoJLWN .mbr-section-subtitle,
.cid-sCAyAoJLWN .mbr-text {
  text-align: center;
}
.cid-sCAyAoJLWN .mbr-section-title {
  color: #000000;
}
.cid-sCAyAoJLWN .mbr-section-subtitle {
  color: #000000;
}
.cid-szL6VIPYBf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-szL6VIPYBf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szL6VIPYBf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szL6VIPYBf .row {
    text-align: center;
  }
  .cid-szL6VIPYBf .row > div {
    margin: auto;
  }
  .cid-szL6VIPYBf .social-row {
    justify-content: center;
  }
}
.cid-szL6VIPYBf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szL6VIPYBf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-szL6VIPYBf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szL6VIPYBf .list {
    margin-bottom: 0rem;
  }
}
.cid-szL6VIPYBf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-szL6VIPYBf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szL6VIPYBf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szL6VIPYBf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-szL6VIPYBf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-szLvKDzGdA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szLvKDzGdA nav.navbar {
  position: fixed;
}
.cid-szLvKDzGdA .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-szLvKDzGdA .dropdown-menu {
  padding: 0;
}
.cid-szLvKDzGdA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szLvKDzGdA .dropdown-item:hover,
.cid-szLvKDzGdA .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-szLvKDzGdA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szLvKDzGdA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szLvKDzGdA .nav-link {
  position: relative;
}
.cid-szLvKDzGdA .container {
  display: flex;
  margin: auto;
}
.cid-szLvKDzGdA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szLvKDzGdA .navbar-caption {
  padding-right: 4rem;
}
.cid-szLvKDzGdA .dropdown-menu,
.cid-szLvKDzGdA .navbar.opened {
  background: #fafafa !important;
}
.cid-szLvKDzGdA .nav-item:focus,
.cid-szLvKDzGdA .nav-link:focus {
  outline: none;
}
.cid-szLvKDzGdA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szLvKDzGdA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szLvKDzGdA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szLvKDzGdA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szLvKDzGdA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szLvKDzGdA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szLvKDzGdA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-szLvKDzGdA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szLvKDzGdA .navbar.opened {
  transition: all .3s;
}
.cid-szLvKDzGdA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-szLvKDzGdA .navbar .navbar-logo img {
  width: auto;
}
.cid-szLvKDzGdA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szLvKDzGdA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szLvKDzGdA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szLvKDzGdA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-szLvKDzGdA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szLvKDzGdA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szLvKDzGdA .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: 55%;
}
.cid-szLvKDzGdA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szLvKDzGdA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szLvKDzGdA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szLvKDzGdA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szLvKDzGdA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szLvKDzGdA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szLvKDzGdA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szLvKDzGdA .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: 55%;
  }
  .cid-szLvKDzGdA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-szLvKDzGdA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szLvKDzGdA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szLvKDzGdA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szLvKDzGdA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szLvKDzGdA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szLvKDzGdA .navbar.navbar-short {
  min-height: 60px;
}
.cid-szLvKDzGdA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-szLvKDzGdA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szLvKDzGdA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szLvKDzGdA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szLvKDzGdA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szLvKDzGdA .dropdown-item.active,
.cid-szLvKDzGdA .dropdown-item:active {
  background-color: transparent;
}
.cid-szLvKDzGdA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szLvKDzGdA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szLvKDzGdA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szLvKDzGdA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-szLvKDzGdA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szLvKDzGdA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szLvKDzGdA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szLvKDzGdA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szLvKDzGdA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szLvKDzGdA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-szLvKDzGdA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szLvKDzGdA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szLvKDzGdA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szLvKDzGdA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szLvKDzGdA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szLvKDzGdA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szLvKDzGdA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szLvKDzGdA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szLvKDzGdA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-szLvKDzGdA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szLvKDzGdA .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-szLvKDzGdA .navbar {
    height: 77px;
  }
  .cid-szLvKDzGdA .navbar.opened {
    height: auto;
  }
  .cid-szLvKDzGdA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szLvKEgzaE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-szLvKEgzaE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szLvKEgzaE .row {
  flex-direction: row-reverse;
}
.cid-szLvKEgzaE img {
  width: 100%;
}
.cid-szLvKEFP3F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-szLvKEFP3F .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-szLvKEFP3F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-szLvKEFP3F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-szLvKEFP3F .text-wrapper {
    padding: 2rem;
  }
}
.cid-szLvKEFP3F .mbr-text {
  color: #000000;
}
.cid-szLvKEFP3F .mbr-section-title {
  color: #071440;
}
.cid-szLvKFgQHb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-szLvKFgQHb .img-wrapper {
  text-align: justify;
}
.cid-szLvKFgQHb img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-szLvKFgQHb .row {
  align-items: flex-start;
}
.cid-szLvKFgQHb .card-wrapper {
  border-radius: 4px;
  background: #f1f1f1;
}
@media (max-width: 992px) {
  .cid-szLvKFgQHb .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-szLvKFgQHb .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-szLvKFgQHb .card-wrapper {
    padding: 1rem;
  }
}
.cid-szLvKFgQHb .mbr-text,
.cid-szLvKFgQHb .mbr-section-btn {
  color: #000000;
}
.cid-szLvKFgQHb .card-title {
  color: #000000;
}
.cid-szLvKEZKiJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szLvKEZKiJ H1 {
  color: #001b77;
}
.cid-szLvKEZKiJ .mbr-text,
.cid-szLvKEZKiJ .mbr-section-btn {
  color: #000000;
}
.cid-szLvKEZKiJ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-szLvKEZKiJ .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sCAzYokv4k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCAzYokv4k .video-wrapper iframe {
  width: 100%;
}
.cid-sCAzYokv4k .mbr-section-title,
.cid-sCAzYokv4k .mbr-section-subtitle,
.cid-sCAzYokv4k .mbr-text {
  text-align: center;
}
.cid-sCAzYokv4k .mbr-section-title {
  color: #000000;
}
.cid-sCAzYokv4k .mbr-section-subtitle {
  color: #000000;
}
.cid-szLvKFGFtZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-szLvKFGFtZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-szLvKFGFtZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szLvKFGFtZ .row {
    text-align: center;
  }
  .cid-szLvKFGFtZ .row > div {
    margin: auto;
  }
  .cid-szLvKFGFtZ .social-row {
    justify-content: center;
  }
}
.cid-szLvKFGFtZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-szLvKFGFtZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-szLvKFGFtZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-szLvKFGFtZ .list {
    margin-bottom: 0rem;
  }
}
.cid-szLvKFGFtZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-szLvKFGFtZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-szLvKFGFtZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-szLvKFGFtZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-szLvKFGFtZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sCAAGhUnBm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCAAGhUnBm nav.navbar {
  position: fixed;
}
.cid-sCAAGhUnBm .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-sCAAGhUnBm .dropdown-menu {
  padding: 0;
}
.cid-sCAAGhUnBm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCAAGhUnBm .dropdown-item:hover,
.cid-sCAAGhUnBm .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sCAAGhUnBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sCAAGhUnBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCAAGhUnBm .nav-link {
  position: relative;
}
.cid-sCAAGhUnBm .container {
  display: flex;
  margin: auto;
}
.cid-sCAAGhUnBm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sCAAGhUnBm .navbar-caption {
  padding-right: 4rem;
}
.cid-sCAAGhUnBm .dropdown-menu,
.cid-sCAAGhUnBm .navbar.opened {
  background: #fafafa !important;
}
.cid-sCAAGhUnBm .nav-item:focus,
.cid-sCAAGhUnBm .nav-link:focus {
  outline: none;
}
.cid-sCAAGhUnBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCAAGhUnBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCAAGhUnBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCAAGhUnBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCAAGhUnBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCAAGhUnBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCAAGhUnBm .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sCAAGhUnBm .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCAAGhUnBm .navbar.opened {
  transition: all .3s;
}
.cid-sCAAGhUnBm .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sCAAGhUnBm .navbar .navbar-logo img {
  width: auto;
}
.cid-sCAAGhUnBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCAAGhUnBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCAAGhUnBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCAAGhUnBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sCAAGhUnBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCAAGhUnBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCAAGhUnBm .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: 55%;
}
.cid-sCAAGhUnBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCAAGhUnBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sCAAGhUnBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sCAAGhUnBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCAAGhUnBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCAAGhUnBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCAAGhUnBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCAAGhUnBm .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: 55%;
  }
  .cid-sCAAGhUnBm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sCAAGhUnBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCAAGhUnBm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCAAGhUnBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCAAGhUnBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCAAGhUnBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sCAAGhUnBm .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCAAGhUnBm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCAAGhUnBm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCAAGhUnBm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCAAGhUnBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCAAGhUnBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCAAGhUnBm .dropdown-item.active,
.cid-sCAAGhUnBm .dropdown-item:active {
  background-color: transparent;
}
.cid-sCAAGhUnBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCAAGhUnBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCAAGhUnBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCAAGhUnBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sCAAGhUnBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCAAGhUnBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCAAGhUnBm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCAAGhUnBm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCAAGhUnBm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sCAAGhUnBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sCAAGhUnBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCAAGhUnBm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCAAGhUnBm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCAAGhUnBm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCAAGhUnBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCAAGhUnBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCAAGhUnBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCAAGhUnBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCAAGhUnBm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sCAAGhUnBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCAAGhUnBm .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-sCAAGhUnBm .navbar {
    height: 77px;
  }
  .cid-sCAAGhUnBm .navbar.opened {
    height: auto;
  }
  .cid-sCAAGhUnBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCAAGiQTMR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCAAGiQTMR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCAAGiQTMR .row {
  flex-direction: row-reverse;
}
.cid-sCAAGiQTMR img {
  width: 100%;
}
.cid-sCAAGjcI3G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sCAAGjcI3G .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sCAAGjcI3G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCAAGjcI3G img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCAAGjcI3G .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCAAGjcI3G .mbr-text {
  color: #000000;
}
.cid-sCAAGjcI3G .mbr-section-title {
  color: #071440;
}
.cid-sD3vdUDQqN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-sD3vdUDQqN h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sD3vdUDQqN .container {
    position: relative;
  }
  .cid-sD3vdUDQqN .row {
    margin: 0;
  }
  .cid-sD3vdUDQqN h2 {
    margin: 0;
  }
}
.cid-sD3vdUDQqN .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sD3vdUDQqN .mbr-text {
  margin-top: 1.4rem;
}
.cid-sD3vdUDQqN h2 {
  color: #0a1742;
}
.cid-sCAAGjvlUp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-sCAAGjvlUp .img-wrapper {
  text-align: justify;
}
.cid-sCAAGjvlUp img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sCAAGjvlUp .row {
  align-items: flex-start;
}
.cid-sCAAGjvlUp .card-wrapper {
  border-radius: 4px;
  background: #f1f1f1;
}
@media (max-width: 992px) {
  .cid-sCAAGjvlUp .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sCAAGjvlUp .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCAAGjvlUp .card-wrapper {
    padding: 1rem;
  }
}
.cid-sCAAGjvlUp .mbr-text,
.cid-sCAAGjvlUp .mbr-section-btn {
  color: #000000;
}
.cid-sCAAGjvlUp .card-title {
  color: #000000;
}
.cid-sD3ybnWoEc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sD3ybnWoEc h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sD3ybnWoEc .container {
    position: relative;
  }
  .cid-sD3ybnWoEc .row {
    margin: 0;
  }
  .cid-sD3ybnWoEc h2 {
    margin: 0;
  }
}
.cid-sD3ybnWoEc .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sD3ybnWoEc .mbr-text {
  margin-top: 1.4rem;
}
.cid-sD3ybnWoEc h2 {
  color: #0a1742;
}
.cid-sD3y9pjPg7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sD3y9pjPg7 .img-wrapper {
  text-align: justify;
}
.cid-sD3y9pjPg7 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sD3y9pjPg7 .row {
  align-items: flex-start;
}
.cid-sD3y9pjPg7 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sD3y9pjPg7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sD3y9pjPg7 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD3y9pjPg7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sD3y9pjPg7 .mbr-text,
.cid-sD3y9pjPg7 .mbr-section-btn {
  color: #000000;
}
.cid-sD3y9pjPg7 .card-title {
  color: #000000;
}
.cid-sD3ybKI8jW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .cid-sD3ybKI8jW h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sD3ybKI8jW .container {
    position: relative;
  }
  .cid-sD3ybKI8jW .row {
    margin: 0;
  }
  .cid-sD3ybKI8jW h2 {
    margin: 0;
  }
}
.cid-sD3ybKI8jW .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sD3ybKI8jW .mbr-text {
  margin-top: 1.4rem;
}
.cid-sD3ybKI8jW h2 {
  color: #0a1742;
}
.cid-sD3yn78zF1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-sD3yn78zF1 .img-wrapper {
  text-align: justify;
}
.cid-sD3yn78zF1 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sD3yn78zF1 .row {
  align-items: flex-start;
}
.cid-sD3yn78zF1 .card-wrapper {
  border-radius: 4px;
  background: #f1f1f1;
}
@media (max-width: 992px) {
  .cid-sD3yn78zF1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sD3yn78zF1 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD3yn78zF1 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sD3yn78zF1 .mbr-text,
.cid-sD3yn78zF1 .mbr-section-btn {
  color: #000000;
}
.cid-sD3yn78zF1 .card-title {
  color: #000000;
}
.cid-sCAAGkiGYr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCAAGkiGYr .video-wrapper iframe {
  width: 100%;
}
.cid-sCAAGkiGYr .mbr-section-title,
.cid-sCAAGkiGYr .mbr-section-subtitle,
.cid-sCAAGkiGYr .mbr-text {
  text-align: center;
}
.cid-sCAAGkiGYr .mbr-section-title {
  color: #000000;
}
.cid-sCAAGkiGYr .mbr-section-subtitle {
  color: #000000;
}
.cid-thybw4E9g7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thybw4E9g7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thybw4E9g7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thybw4E9g7 .video-wrapper iframe {
  width: 100%;
}
.cid-thybw4E9g7 .mbr-section-title,
.cid-thybw4E9g7 .mbr-section-subtitle,
.cid-thybw4E9g7 .mbr-text {
  text-align: center;
}
.cid-sCAAGkGWFU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sCAAGkGWFU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCAAGkGWFU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCAAGkGWFU .row {
    text-align: center;
  }
  .cid-sCAAGkGWFU .row > div {
    margin: auto;
  }
  .cid-sCAAGkGWFU .social-row {
    justify-content: center;
  }
}
.cid-sCAAGkGWFU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCAAGkGWFU .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sCAAGkGWFU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCAAGkGWFU .list {
    margin-bottom: 0rem;
  }
}
.cid-sCAAGkGWFU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sCAAGkGWFU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCAAGkGWFU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCAAGkGWFU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCAAGkGWFU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sEonccxDxv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sEonccxDxv nav.navbar {
  position: fixed;
}
.cid-sEonccxDxv .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-sEonccxDxv .dropdown-menu {
  padding: 0;
}
.cid-sEonccxDxv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEonccxDxv .dropdown-item:hover,
.cid-sEonccxDxv .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sEonccxDxv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sEonccxDxv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEonccxDxv .nav-link {
  position: relative;
}
.cid-sEonccxDxv .container {
  display: flex;
  margin: auto;
}
.cid-sEonccxDxv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sEonccxDxv .navbar-caption {
  padding-right: 4rem;
}
.cid-sEonccxDxv .dropdown-menu,
.cid-sEonccxDxv .navbar.opened {
  background: #fafafa !important;
}
.cid-sEonccxDxv .nav-item:focus,
.cid-sEonccxDxv .nav-link:focus {
  outline: none;
}
.cid-sEonccxDxv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEonccxDxv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEonccxDxv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEonccxDxv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEonccxDxv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEonccxDxv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEonccxDxv .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sEonccxDxv .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sEonccxDxv .navbar.opened {
  transition: all .3s;
}
.cid-sEonccxDxv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sEonccxDxv .navbar .navbar-logo img {
  width: auto;
}
.cid-sEonccxDxv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEonccxDxv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEonccxDxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEonccxDxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sEonccxDxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEonccxDxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEonccxDxv .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: 55%;
}
.cid-sEonccxDxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEonccxDxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sEonccxDxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sEonccxDxv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEonccxDxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEonccxDxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEonccxDxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEonccxDxv .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: 55%;
  }
  .cid-sEonccxDxv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEonccxDxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEonccxDxv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEonccxDxv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEonccxDxv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEonccxDxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sEonccxDxv .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEonccxDxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEonccxDxv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEonccxDxv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEonccxDxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEonccxDxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEonccxDxv .dropdown-item.active,
.cid-sEonccxDxv .dropdown-item:active {
  background-color: transparent;
}
.cid-sEonccxDxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEonccxDxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEonccxDxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEonccxDxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sEonccxDxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEonccxDxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEonccxDxv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEonccxDxv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEonccxDxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEonccxDxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sEonccxDxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEonccxDxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEonccxDxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEonccxDxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEonccxDxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEonccxDxv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEonccxDxv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEonccxDxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEonccxDxv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEonccxDxv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEonccxDxv .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-sEonccxDxv .navbar {
    height: 77px;
  }
  .cid-sEonccxDxv .navbar.opened {
    height: auto;
  }
  .cid-sEonccxDxv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEonccUfWV {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sEonccUfWV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEonccUfWV .row {
  flex-direction: row-reverse;
}
.cid-sEonccUfWV img {
  width: 100%;
}
.cid-sEoncd5XvM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sEoncd5XvM .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sEoncd5XvM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEoncd5XvM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sEoncd5XvM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sEoncd5XvM .mbr-text {
  color: #000000;
}
.cid-sEoncdiOhN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sEoncdiOhN .img-wrapper {
  text-align: justify;
}
.cid-sEoncdiOhN img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sEoncdiOhN .row {
  align-items: flex-start;
}
.cid-sEoncdiOhN .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sEoncdiOhN .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sEoncdiOhN .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEoncdiOhN .card-wrapper {
    padding: 1rem;
  }
}
.cid-sEoncdiOhN .mbr-text,
.cid-sEoncdiOhN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sEoncdiOhN .card-title {
  color: #000000;
  text-align: center;
}
.cid-sEoncdDbw2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sEoncdDbw2 .row {
  flex-direction: row-reverse;
}
.cid-sEoncdDbw2 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sEoncdDbw2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sEoncdDbw2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sEoncdDbw2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sEoncdDbw2 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sEoncdDbw2 .mbr-section-title {
  text-align: center;
}
.cid-sEoncdRa0Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sEoncdRa0Y .img-wrapper {
  text-align: justify;
}
.cid-sEoncdRa0Y img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sEoncdRa0Y .row {
  align-items: flex-start;
}
.cid-sEoncdRa0Y .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sEoncdRa0Y .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sEoncdRa0Y .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEoncdRa0Y .card-wrapper {
    padding: 1rem;
  }
}
.cid-sEoncdRa0Y .mbr-text,
.cid-sEoncdRa0Y .mbr-section-btn {
  color: #000000;
}
.cid-sEoncdRa0Y .card-title {
  color: #000000;
}
.cid-sEonce9F0w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sEonce9F0w .img-wrapper {
  text-align: justify;
}
.cid-sEonce9F0w img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sEonce9F0w .row {
  align-items: flex-start;
}
.cid-sEonce9F0w .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sEonce9F0w .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sEonce9F0w .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEonce9F0w .card-wrapper {
    padding: 1rem;
  }
}
.cid-sEonce9F0w .mbr-text,
.cid-sEonce9F0w .mbr-section-btn {
  color: #000000;
}
.cid-sEonce9F0w .card-title {
  color: #000000;
}
.cid-sKvJWOdaFn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-sKvJWOdaFn .video-wrapper iframe {
  width: 100%;
}
.cid-sKvJWOdaFn .mbr-section-title,
.cid-sKvJWOdaFn .mbr-section-subtitle,
.cid-sKvJWOdaFn .mbr-text {
  text-align: center;
}
.cid-sKvJWOdaFn .mbr-section-title {
  color: #000000;
}
.cid-sKvJWOdaFn .mbr-section-subtitle {
  color: #000000;
}
.cid-sEonceq4Fy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sEonceq4Fy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sEonceq4Fy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sEonceq4Fy .row {
    text-align: center;
  }
  .cid-sEonceq4Fy .row > div {
    margin: auto;
  }
  .cid-sEonceq4Fy .social-row {
    justify-content: center;
  }
}
.cid-sEonceq4Fy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sEonceq4Fy .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sEonceq4Fy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEonceq4Fy .list {
    margin-bottom: 0rem;
  }
}
.cid-sEonceq4Fy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sEonceq4Fy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sEonceq4Fy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sEonceq4Fy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sEonceq4Fy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sFTaJQCfjJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFTaJQCfjJ nav.navbar {
  position: fixed;
}
.cid-sFTaJQCfjJ .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-sFTaJQCfjJ .dropdown-menu {
  padding: 0;
}
.cid-sFTaJQCfjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFTaJQCfjJ .dropdown-item:hover,
.cid-sFTaJQCfjJ .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sFTaJQCfjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sFTaJQCfjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFTaJQCfjJ .nav-link {
  position: relative;
}
.cid-sFTaJQCfjJ .container {
  display: flex;
  margin: auto;
}
.cid-sFTaJQCfjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sFTaJQCfjJ .navbar-caption {
  padding-right: 4rem;
}
.cid-sFTaJQCfjJ .dropdown-menu,
.cid-sFTaJQCfjJ .navbar.opened {
  background: #fafafa !important;
}
.cid-sFTaJQCfjJ .nav-item:focus,
.cid-sFTaJQCfjJ .nav-link:focus {
  outline: none;
}
.cid-sFTaJQCfjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFTaJQCfjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFTaJQCfjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFTaJQCfjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFTaJQCfjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFTaJQCfjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFTaJQCfjJ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sFTaJQCfjJ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFTaJQCfjJ .navbar.opened {
  transition: all .3s;
}
.cid-sFTaJQCfjJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sFTaJQCfjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sFTaJQCfjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFTaJQCfjJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFTaJQCfjJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFTaJQCfjJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFTaJQCfjJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFTaJQCfjJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFTaJQCfjJ .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: 55%;
}
.cid-sFTaJQCfjJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFTaJQCfjJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sFTaJQCfjJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFTaJQCfjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFTaJQCfjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFTaJQCfjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFTaJQCfjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFTaJQCfjJ .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: 55%;
  }
  .cid-sFTaJQCfjJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFTaJQCfjJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFTaJQCfjJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFTaJQCfjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFTaJQCfjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFTaJQCfjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFTaJQCfjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFTaJQCfjJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFTaJQCfjJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFTaJQCfjJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFTaJQCfjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFTaJQCfjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFTaJQCfjJ .dropdown-item.active,
.cid-sFTaJQCfjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sFTaJQCfjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFTaJQCfjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFTaJQCfjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFTaJQCfjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFTaJQCfjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFTaJQCfjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFTaJQCfjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFTaJQCfjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFTaJQCfjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sFTaJQCfjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sFTaJQCfjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFTaJQCfjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFTaJQCfjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFTaJQCfjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFTaJQCfjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFTaJQCfjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFTaJQCfjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFTaJQCfjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFTaJQCfjJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFTaJQCfjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFTaJQCfjJ .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-sFTaJQCfjJ .navbar {
    height: 77px;
  }
  .cid-sFTaJQCfjJ .navbar.opened {
    height: auto;
  }
  .cid-sFTaJQCfjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFTaJQY3aB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFTaJQY3aB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sFTaJQY3aB .row {
  flex-direction: row-reverse;
}
.cid-sFTaJQY3aB img {
  width: 100%;
}
.cid-sFTaJRcmhv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFTaJRcmhv .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sFTaJRcmhv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sFTaJRcmhv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFTaJRcmhv .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFTaJRcmhv .mbr-text {
  color: #000000;
}
.cid-sFTaJRcmhv .mbr-section-title {
  color: #071440;
}
.cid-sFTpSuyUaB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-sFTpSuyUaB .row {
  flex-direction: row-reverse;
}
.cid-sFTpSuyUaB .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sFTpSuyUaB .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFTpSuyUaB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sFTpSuyUaB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFTpSuyUaB .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sFTpSuyUaB .mbr-section-title {
  text-align: center;
}
.cid-sFTaJRCnFw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-sFTaJRCnFw .img-wrapper {
  text-align: justify;
}
.cid-sFTaJRCnFw img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sFTaJRCnFw .row {
  align-items: flex-start;
}
.cid-sFTaJRCnFw .card-wrapper {
  border-radius: 4px;
  background: #f1f1f1;
}
@media (max-width: 992px) {
  .cid-sFTaJRCnFw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sFTaJRCnFw .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFTaJRCnFw .card-wrapper {
    padding: 1rem;
  }
}
.cid-sFTaJRCnFw .mbr-text,
.cid-sFTaJRCnFw .mbr-section-btn {
  color: #000000;
}
.cid-sFTaJRCnFw .card-title {
  color: #000000;
}
.cid-sFTaJSZ9jN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFTaJSZ9jN .video-wrapper iframe {
  width: 100%;
}
.cid-sFTaJSZ9jN .mbr-section-title,
.cid-sFTaJSZ9jN .mbr-section-subtitle,
.cid-sFTaJSZ9jN .mbr-text {
  text-align: center;
}
.cid-sFTaJSZ9jN .mbr-section-title {
  color: #000000;
}
.cid-sFTaJSZ9jN .mbr-section-subtitle {
  color: #000000;
}
.cid-sFTaJTduuM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sFTaJTduuM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sFTaJTduuM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFTaJTduuM .row {
    text-align: center;
  }
  .cid-sFTaJTduuM .row > div {
    margin: auto;
  }
  .cid-sFTaJTduuM .social-row {
    justify-content: center;
  }
}
.cid-sFTaJTduuM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sFTaJTduuM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sFTaJTduuM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFTaJTduuM .list {
    margin-bottom: 0rem;
  }
}
.cid-sFTaJTduuM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sFTaJTduuM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sFTaJTduuM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sFTaJTduuM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFTaJTduuM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sgwFX7VAhM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgwFX7VAhM nav.navbar {
  position: fixed;
}
.cid-sgwFX7VAhM .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-sgwFX7VAhM .dropdown-menu {
  padding: 0;
}
.cid-sgwFX7VAhM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgwFX7VAhM .dropdown-item:hover,
.cid-sgwFX7VAhM .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sgwFX7VAhM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sgwFX7VAhM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgwFX7VAhM .nav-link {
  position: relative;
}
.cid-sgwFX7VAhM .container {
  display: flex;
  margin: auto;
}
.cid-sgwFX7VAhM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgwFX7VAhM .navbar-caption {
  padding-right: 4rem;
}
.cid-sgwFX7VAhM .dropdown-menu,
.cid-sgwFX7VAhM .navbar.opened {
  background: #fafafa !important;
}
.cid-sgwFX7VAhM .nav-item:focus,
.cid-sgwFX7VAhM .nav-link:focus {
  outline: none;
}
.cid-sgwFX7VAhM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgwFX7VAhM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgwFX7VAhM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgwFX7VAhM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgwFX7VAhM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgwFX7VAhM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgwFX7VAhM .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sgwFX7VAhM .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgwFX7VAhM .navbar.opened {
  transition: all .3s;
}
.cid-sgwFX7VAhM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sgwFX7VAhM .navbar .navbar-logo img {
  width: auto;
}
.cid-sgwFX7VAhM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgwFX7VAhM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgwFX7VAhM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgwFX7VAhM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgwFX7VAhM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgwFX7VAhM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgwFX7VAhM .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: 55%;
}
.cid-sgwFX7VAhM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgwFX7VAhM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgwFX7VAhM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgwFX7VAhM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgwFX7VAhM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgwFX7VAhM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgwFX7VAhM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgwFX7VAhM .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: 55%;
  }
  .cid-sgwFX7VAhM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgwFX7VAhM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgwFX7VAhM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgwFX7VAhM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgwFX7VAhM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgwFX7VAhM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgwFX7VAhM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgwFX7VAhM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgwFX7VAhM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgwFX7VAhM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgwFX7VAhM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgwFX7VAhM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgwFX7VAhM .dropdown-item.active,
.cid-sgwFX7VAhM .dropdown-item:active {
  background-color: transparent;
}
.cid-sgwFX7VAhM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgwFX7VAhM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgwFX7VAhM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgwFX7VAhM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sgwFX7VAhM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgwFX7VAhM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgwFX7VAhM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgwFX7VAhM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgwFX7VAhM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgwFX7VAhM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgwFX7VAhM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgwFX7VAhM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgwFX7VAhM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgwFX7VAhM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgwFX7VAhM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgwFX7VAhM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgwFX7VAhM .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-sgwFX7VAhM .navbar {
    height: 77px;
  }
  .cid-sgwFX7VAhM .navbar.opened {
    height: auto;
  }
  .cid-sgwFX7VAhM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgwQDnhXZ0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .cid-sgwQDnhXZ0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgwQDnhXZ0 .row {
  flex-direction: row-reverse;
}
.cid-sgwQDnhXZ0 img {
  width: 100%;
}
.cid-sgwR9ADbNO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sgwR9ADbNO .mbr-section-subtitle {
  text-align: center;
  color: #0c0768;
}
.cid-sgwQOniVmt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-sgwQOniVmt .mbr-section-subtitle {
  text-align: left;
  color: #0c0768;
}
.cid-sgwNaCvHMN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgwNaCvHMN .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgwNaCvHMN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgwNaCvHMN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgwNaCvHMN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgwNaCvHMN .mbr-text {
  color: #000000;
}
.cid-sgwMnPkahe {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgwMnPkahe .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwMnPkahe .container-table {
  margin: 0 auto;
}
.cid-sgwMnPkahe .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgwMnPkahe .dataTables_wrapper {
  display: block;
}
.cid-sgwMnPkahe .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgwMnPkahe .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgwMnPkahe table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sgwMnPkahe table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-sgwMnPkahe table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-sgwMnPkahe table td {
  border: 1px solid #efefef;
}
.cid-sgwMnPkahe .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgwMnPkahe .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgwMnPkahe .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgwMnPkahe .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgwMnPkahe .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgwMnPkahe .dataTables_filter {
    text-align: center;
  }
  .cid-sgwMnPkahe .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgwMnPkahe .head-item,
.cid-sgwMnPkahe .body-item {
  text-align: center;
}
.cid-sgwMnPkahe .body-item {
  color: #000821;
}
.cid-sgwMnPkahe .head-item1 {
  color: #000000;
}
.cid-sgwMnPkahe .body-item1 {
  color: #000000;
}
.cid-sgwNgae34N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sgwNgae34N .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sgwNgae34N .mbr-section-subtitle {
  text-align: center;
  color: #d22b0e;
}
.cid-sgwNgae34N .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sgwFXaJ6W6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sgwFXaJ6W6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sgwFXaJ6W6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgwFXaJ6W6 .row {
    text-align: center;
  }
  .cid-sgwFXaJ6W6 .row > div {
    margin: auto;
  }
  .cid-sgwFXaJ6W6 .social-row {
    justify-content: center;
  }
}
.cid-sgwFXaJ6W6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sgwFXaJ6W6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sgwFXaJ6W6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgwFXaJ6W6 .list {
    margin-bottom: 0rem;
  }
}
.cid-sgwFXaJ6W6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sgwFXaJ6W6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sgwFXaJ6W6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sgwFXaJ6W6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sgwFXaJ6W6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sgwRBjprWw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sgwRBjprWw nav.navbar {
  position: fixed;
}
.cid-sgwRBjprWw .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-sgwRBjprWw .dropdown-menu {
  padding: 0;
}
.cid-sgwRBjprWw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgwRBjprWw .dropdown-item:hover,
.cid-sgwRBjprWw .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sgwRBjprWw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sgwRBjprWw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sgwRBjprWw .nav-link {
  position: relative;
}
.cid-sgwRBjprWw .container {
  display: flex;
  margin: auto;
}
.cid-sgwRBjprWw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgwRBjprWw .navbar-caption {
  padding-right: 4rem;
}
.cid-sgwRBjprWw .dropdown-menu,
.cid-sgwRBjprWw .navbar.opened {
  background: #fafafa !important;
}
.cid-sgwRBjprWw .nav-item:focus,
.cid-sgwRBjprWw .nav-link:focus {
  outline: none;
}
.cid-sgwRBjprWw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sgwRBjprWw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgwRBjprWw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgwRBjprWw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgwRBjprWw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgwRBjprWw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgwRBjprWw .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sgwRBjprWw .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sgwRBjprWw .navbar.opened {
  transition: all .3s;
}
.cid-sgwRBjprWw .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sgwRBjprWw .navbar .navbar-logo img {
  width: auto;
}
.cid-sgwRBjprWw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sgwRBjprWw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sgwRBjprWw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sgwRBjprWw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sgwRBjprWw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgwRBjprWw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgwRBjprWw .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: 55%;
}
.cid-sgwRBjprWw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgwRBjprWw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgwRBjprWw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sgwRBjprWw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgwRBjprWw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgwRBjprWw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgwRBjprWw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgwRBjprWw .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: 55%;
  }
  .cid-sgwRBjprWw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgwRBjprWw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgwRBjprWw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgwRBjprWw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgwRBjprWw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sgwRBjprWw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgwRBjprWw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgwRBjprWw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgwRBjprWw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgwRBjprWw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgwRBjprWw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgwRBjprWw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgwRBjprWw .dropdown-item.active,
.cid-sgwRBjprWw .dropdown-item:active {
  background-color: transparent;
}
.cid-sgwRBjprWw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgwRBjprWw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgwRBjprWw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgwRBjprWw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sgwRBjprWw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgwRBjprWw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgwRBjprWw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sgwRBjprWw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sgwRBjprWw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sgwRBjprWw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sgwRBjprWw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgwRBjprWw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgwRBjprWw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgwRBjprWw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgwRBjprWw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgwRBjprWw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgwRBjprWw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgwRBjprWw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgwRBjprWw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgwRBjprWw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sgwRBjprWw .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-sgwRBjprWw .navbar {
    height: 77px;
  }
  .cid-sgwRBjprWw .navbar.opened {
    height: auto;
  }
  .cid-sgwRBjprWw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgwRBjTqu6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .cid-sgwRBjTqu6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgwRBjTqu6 .row {
  flex-direction: row-reverse;
}
.cid-sgwRBjTqu6 img {
  width: 100%;
}
.cid-sgwRBk8ehL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sgwRBk8ehL .mbr-section-subtitle {
  text-align: center;
  color: #0c0768;
}
.cid-sgwRBkiFgB {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-sgwRBkiFgB .mbr-section-subtitle {
  text-align: left;
  color: #0c0768;
}
.cid-sgwRBkueCN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgwRBkueCN .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgwRBkueCN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgwRBkueCN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgwRBkueCN .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgwRBkueCN .mbr-text {
  color: #000000;
}
.cid-sgwRBkLmAe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgwRBkLmAe .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwRBkLmAe .container-table {
  margin: 0 auto;
}
.cid-sgwRBkLmAe .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgwRBkLmAe .dataTables_wrapper {
  display: block;
}
.cid-sgwRBkLmAe .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgwRBkLmAe .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgwRBkLmAe table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sgwRBkLmAe table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-sgwRBkLmAe table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-sgwRBkLmAe table td {
  border: 1px solid #efefef;
}
.cid-sgwRBkLmAe .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgwRBkLmAe .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgwRBkLmAe .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgwRBkLmAe .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgwRBkLmAe .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgwRBkLmAe .dataTables_filter {
    text-align: center;
  }
  .cid-sgwRBkLmAe .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgwRBkLmAe .head-item,
.cid-sgwRBkLmAe .body-item {
  text-align: center;
}
.cid-sgwRBkLmAe .body-item {
  color: #000821;
}
.cid-sgwRBlvVHQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sgwRBlvVHQ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sgwRBlvVHQ .mbr-section-subtitle {
  text-align: center;
  color: #d22b0e;
}
.cid-sgwRBlvVHQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sgwRBlKcgo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sgwRBlKcgo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sgwRBlKcgo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgwRBlKcgo .row {
    text-align: center;
  }
  .cid-sgwRBlKcgo .row > div {
    margin: auto;
  }
  .cid-sgwRBlKcgo .social-row {
    justify-content: center;
  }
}
.cid-sgwRBlKcgo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sgwRBlKcgo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sgwRBlKcgo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgwRBlKcgo .list {
    margin-bottom: 0rem;
  }
}
.cid-sgwRBlKcgo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sgwRBlKcgo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sgwRBlKcgo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sgwRBlKcgo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sgwRBlKcgo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sQmgf5BOjx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQmgf5BOjx nav.navbar {
  position: fixed;
}
.cid-sQmgf5BOjx .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-sQmgf5BOjx .dropdown-menu {
  padding: 0;
}
.cid-sQmgf5BOjx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQmgf5BOjx .dropdown-item:hover,
.cid-sQmgf5BOjx .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sQmgf5BOjx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sQmgf5BOjx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQmgf5BOjx .nav-link {
  position: relative;
}
.cid-sQmgf5BOjx .container {
  display: flex;
  margin: auto;
}
.cid-sQmgf5BOjx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQmgf5BOjx .navbar-caption {
  padding-right: 4rem;
}
.cid-sQmgf5BOjx .dropdown-menu,
.cid-sQmgf5BOjx .navbar.opened {
  background: #fafafa !important;
}
.cid-sQmgf5BOjx .nav-item:focus,
.cid-sQmgf5BOjx .nav-link:focus {
  outline: none;
}
.cid-sQmgf5BOjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQmgf5BOjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQmgf5BOjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQmgf5BOjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQmgf5BOjx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQmgf5BOjx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQmgf5BOjx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sQmgf5BOjx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQmgf5BOjx .navbar.opened {
  transition: all .3s;
}
.cid-sQmgf5BOjx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sQmgf5BOjx .navbar .navbar-logo img {
  width: auto;
}
.cid-sQmgf5BOjx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQmgf5BOjx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQmgf5BOjx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQmgf5BOjx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sQmgf5BOjx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQmgf5BOjx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQmgf5BOjx .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: 55%;
}
.cid-sQmgf5BOjx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQmgf5BOjx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQmgf5BOjx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQmgf5BOjx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQmgf5BOjx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQmgf5BOjx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQmgf5BOjx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQmgf5BOjx .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: 55%;
  }
  .cid-sQmgf5BOjx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQmgf5BOjx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQmgf5BOjx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQmgf5BOjx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQmgf5BOjx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQmgf5BOjx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQmgf5BOjx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQmgf5BOjx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQmgf5BOjx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQmgf5BOjx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQmgf5BOjx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQmgf5BOjx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQmgf5BOjx .dropdown-item.active,
.cid-sQmgf5BOjx .dropdown-item:active {
  background-color: transparent;
}
.cid-sQmgf5BOjx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQmgf5BOjx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQmgf5BOjx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQmgf5BOjx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sQmgf5BOjx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQmgf5BOjx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQmgf5BOjx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQmgf5BOjx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQmgf5BOjx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sQmgf5BOjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sQmgf5BOjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQmgf5BOjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQmgf5BOjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQmgf5BOjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQmgf5BOjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQmgf5BOjx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQmgf5BOjx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQmgf5BOjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQmgf5BOjx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQmgf5BOjx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQmgf5BOjx .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-sQmgf5BOjx .navbar {
    height: 77px;
  }
  .cid-sQmgf5BOjx .navbar.opened {
    height: auto;
  }
  .cid-sQmgf5BOjx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQmgf6asDG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQmgf6asDG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQmgf6asDG .row {
  flex-direction: row-reverse;
}
.cid-sQmgf6asDG img {
  width: 100%;
}
.cid-sQmgf6mpbY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sQmgf6mpbY .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sQmgf6mpbY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQmgf6mpbY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQmgf6mpbY .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQmgf6mpbY .mbr-text {
  color: #000000;
}
.cid-sQmgf6mpbY .mbr-section-title {
  color: #071440;
}
.cid-sQmgf6Qy8c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-sQmgf6Qy8c .img-wrapper {
  text-align: justify;
}
.cid-sQmgf6Qy8c img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sQmgf6Qy8c .row {
  align-items: flex-start;
}
.cid-sQmgf6Qy8c .card-wrapper {
  border-radius: 4px;
  background: #f1f1f1;
}
@media (max-width: 992px) {
  .cid-sQmgf6Qy8c .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sQmgf6Qy8c .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQmgf6Qy8c .card-wrapper {
    padding: 1rem;
  }
}
.cid-sQmgf6Qy8c .mbr-text,
.cid-sQmgf6Qy8c .mbr-section-btn {
  color: #000000;
}
.cid-sQmgf6Qy8c .card-title {
  color: #000000;
}
.cid-sQmgf7d0w9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQmgf7d0w9 .video-wrapper iframe {
  width: 100%;
}
.cid-sQmgf7d0w9 .mbr-section-title,
.cid-sQmgf7d0w9 .mbr-section-subtitle,
.cid-sQmgf7d0w9 .mbr-text {
  text-align: center;
}
.cid-sQmgf7d0w9 .mbr-section-title {
  color: #000000;
}
.cid-sQmgf7d0w9 .mbr-section-subtitle {
  color: #000000;
}
.cid-sQmgf7thSj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sQmgf7thSj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sQmgf7thSj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sQmgf7thSj .row {
    text-align: center;
  }
  .cid-sQmgf7thSj .row > div {
    margin: auto;
  }
  .cid-sQmgf7thSj .social-row {
    justify-content: center;
  }
}
.cid-sQmgf7thSj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQmgf7thSj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sQmgf7thSj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQmgf7thSj .list {
    margin-bottom: 0rem;
  }
}
.cid-sQmgf7thSj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sQmgf7thSj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQmgf7thSj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sQmgf7thSj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sQmgf7thSj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg9cvuSf14 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg9cvuSf14 nav.navbar {
  position: fixed;
}
.cid-sg9cvuSf14 .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-sg9cvuSf14 .dropdown-menu {
  padding: 0;
}
.cid-sg9cvuSf14 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg9cvuSf14 .dropdown-item:hover,
.cid-sg9cvuSf14 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg9cvuSf14 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg9cvuSf14 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg9cvuSf14 .nav-link {
  position: relative;
}
.cid-sg9cvuSf14 .container {
  display: flex;
  margin: auto;
}
.cid-sg9cvuSf14 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg9cvuSf14 .navbar-caption {
  padding-right: 4rem;
}
.cid-sg9cvuSf14 .dropdown-menu,
.cid-sg9cvuSf14 .navbar.opened {
  background: #fafafa !important;
}
.cid-sg9cvuSf14 .nav-item:focus,
.cid-sg9cvuSf14 .nav-link:focus {
  outline: none;
}
.cid-sg9cvuSf14 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg9cvuSf14 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg9cvuSf14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg9cvuSf14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg9cvuSf14 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg9cvuSf14 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg9cvuSf14 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg9cvuSf14 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg9cvuSf14 .navbar.opened {
  transition: all .3s;
}
.cid-sg9cvuSf14 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg9cvuSf14 .navbar .navbar-logo img {
  width: auto;
}
.cid-sg9cvuSf14 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg9cvuSf14 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg9cvuSf14 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg9cvuSf14 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg9cvuSf14 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg9cvuSf14 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg9cvuSf14 .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: 55%;
}
.cid-sg9cvuSf14 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg9cvuSf14 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg9cvuSf14 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg9cvuSf14 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg9cvuSf14 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg9cvuSf14 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg9cvuSf14 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg9cvuSf14 .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: 55%;
  }
  .cid-sg9cvuSf14 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg9cvuSf14 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg9cvuSf14 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg9cvuSf14 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg9cvuSf14 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg9cvuSf14 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg9cvuSf14 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg9cvuSf14 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg9cvuSf14 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg9cvuSf14 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg9cvuSf14 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg9cvuSf14 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg9cvuSf14 .dropdown-item.active,
.cid-sg9cvuSf14 .dropdown-item:active {
  background-color: transparent;
}
.cid-sg9cvuSf14 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg9cvuSf14 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg9cvuSf14 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg9cvuSf14 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg9cvuSf14 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg9cvuSf14 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg9cvuSf14 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg9cvuSf14 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg9cvuSf14 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg9cvuSf14 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg9cvuSf14 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg9cvuSf14 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg9cvuSf14 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg9cvuSf14 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg9cvuSf14 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg9cvuSf14 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg9cvuSf14 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg9cvuSf14 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg9cvuSf14 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg9cvuSf14 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg9cvuSf14 .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-sg9cvuSf14 .navbar {
    height: 77px;
  }
  .cid-sg9cvuSf14 .navbar.opened {
    height: auto;
  }
  .cid-sg9cvuSf14 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg9cvviP9x {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sg9cvviP9x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg9cvviP9x .row {
  flex-direction: row-reverse;
}
.cid-sg9cvviP9x img {
  width: 100%;
}
.cid-sg9cvvw9KI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sg9cvvw9KI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg9cvvw9KI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg9cvvw9KI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg9cvvw9KI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg9cvvw9KI .mbr-text {
  color: #000000;
}
.cid-sg9cvvw9KI .mbr-section-title {
  color: #f63b00;
}
.cid-sgJkFbez8e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-sgJkFbez8e .row {
  flex-direction: row-reverse;
}
.cid-sgJkFbez8e .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sgJkFbez8e .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgJkFbez8e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sgJkFbez8e .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgJkFbez8e .mbr-text {
  text-align: justify;
  color: #f63b00;
}
.cid-sgJnQ1I5hn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sgJnQ1I5hn .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sgJnQ1I5hn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sgJnQ1I5hn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgJnQ1I5hn .text-wrapper {
    padding: 2rem;
  }
}
.cid-sgJnQ1I5hn .mbr-text {
  color: #000000;
}
.cid-sgJnQ1I5hn .mbr-section-title {
  color: #f63b00;
}
.cid-sg9cvx2xLO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sg9cvx2xLO .video-wrapper iframe {
  width: 100%;
}
.cid-sg9cvx2xLO .mbr-section-title,
.cid-sg9cvx2xLO .mbr-section-subtitle,
.cid-sg9cvx2xLO .mbr-text {
  text-align: center;
}
.cid-sg9cvx2xLO .mbr-section-title {
  color: #000000;
}
.cid-sg9cvx2xLO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sg9cvxkfmS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg9cvxkfmS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg9cvxkfmS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg9cvxkfmS .row {
    text-align: center;
  }
  .cid-sg9cvxkfmS .row > div {
    margin: auto;
  }
  .cid-sg9cvxkfmS .social-row {
    justify-content: center;
  }
}
.cid-sg9cvxkfmS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg9cvxkfmS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg9cvxkfmS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg9cvxkfmS .list {
    margin-bottom: 0rem;
  }
}
.cid-sg9cvxkfmS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg9cvxkfmS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg9cvxkfmS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg9cvxkfmS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg9cvxkfmS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sD3QRXD0pD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sD3QRXD0pD nav.navbar {
  position: fixed;
}
.cid-sD3QRXD0pD .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-sD3QRXD0pD .dropdown-menu {
  padding: 0;
}
.cid-sD3QRXD0pD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD3QRXD0pD .dropdown-item:hover,
.cid-sD3QRXD0pD .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sD3QRXD0pD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sD3QRXD0pD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD3QRXD0pD .nav-link {
  position: relative;
}
.cid-sD3QRXD0pD .container {
  display: flex;
  margin: auto;
}
.cid-sD3QRXD0pD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sD3QRXD0pD .navbar-caption {
  padding-right: 4rem;
}
.cid-sD3QRXD0pD .dropdown-menu,
.cid-sD3QRXD0pD .navbar.opened {
  background: #fafafa !important;
}
.cid-sD3QRXD0pD .nav-item:focus,
.cid-sD3QRXD0pD .nav-link:focus {
  outline: none;
}
.cid-sD3QRXD0pD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sD3QRXD0pD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD3QRXD0pD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sD3QRXD0pD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sD3QRXD0pD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD3QRXD0pD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD3QRXD0pD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sD3QRXD0pD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sD3QRXD0pD .navbar.opened {
  transition: all .3s;
}
.cid-sD3QRXD0pD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sD3QRXD0pD .navbar .navbar-logo img {
  width: auto;
}
.cid-sD3QRXD0pD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD3QRXD0pD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD3QRXD0pD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD3QRXD0pD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sD3QRXD0pD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD3QRXD0pD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD3QRXD0pD .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: 55%;
}
.cid-sD3QRXD0pD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD3QRXD0pD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sD3QRXD0pD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sD3QRXD0pD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD3QRXD0pD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD3QRXD0pD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD3QRXD0pD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD3QRXD0pD .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: 55%;
  }
  .cid-sD3QRXD0pD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sD3QRXD0pD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD3QRXD0pD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sD3QRXD0pD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD3QRXD0pD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sD3QRXD0pD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sD3QRXD0pD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sD3QRXD0pD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sD3QRXD0pD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD3QRXD0pD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sD3QRXD0pD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD3QRXD0pD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD3QRXD0pD .dropdown-item.active,
.cid-sD3QRXD0pD .dropdown-item:active {
  background-color: transparent;
}
.cid-sD3QRXD0pD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD3QRXD0pD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD3QRXD0pD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD3QRXD0pD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sD3QRXD0pD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD3QRXD0pD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD3QRXD0pD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sD3QRXD0pD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sD3QRXD0pD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sD3QRXD0pD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sD3QRXD0pD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sD3QRXD0pD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sD3QRXD0pD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sD3QRXD0pD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sD3QRXD0pD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD3QRXD0pD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sD3QRXD0pD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sD3QRXD0pD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD3QRXD0pD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sD3QRXD0pD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sD3QRXD0pD .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-sD3QRXD0pD .navbar {
    height: 77px;
  }
  .cid-sD3QRXD0pD .navbar.opened {
    height: auto;
  }
  .cid-sD3QRXD0pD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD3QRY7ZNY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sD3QRY7ZNY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sD3QRY7ZNY .row {
  flex-direction: row-reverse;
}
.cid-sD3QRY7ZNY img {
  width: 100%;
}
.cid-sD3QRYpOqI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-sD3QRYpOqI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sD3QRYpOqI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sD3QRYpOqI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sD3QRYpOqI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sD3QRYpOqI .mbr-text {
  color: #000000;
}
.cid-sD3QRYI9uM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sD3QRYI9uM .img-wrapper {
  text-align: justify;
}
.cid-sD3QRYI9uM img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sD3QRYI9uM .row {
  align-items: flex-start;
}
.cid-sD3QRYI9uM .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sD3QRYI9uM .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sD3QRYI9uM .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD3QRYI9uM .card-wrapper {
    padding: 1rem;
  }
}
.cid-sD3QRYI9uM .mbr-text,
.cid-sD3QRYI9uM .mbr-section-btn {
  color: #000000;
  text-align: top;
}
.cid-sD3QRYI9uM .card-title {
  color: #000000;
}
.cid-sD3QRZ8lVj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sD3QRZ8lVj .img-wrapper {
  text-align: justify;
}
.cid-sD3QRZ8lVj img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sD3QRZ8lVj .row {
  align-items: flex-start;
}
.cid-sD3QRZ8lVj .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sD3QRZ8lVj .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sD3QRZ8lVj .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD3QRZ8lVj .card-wrapper {
    padding: 1rem;
  }
}
.cid-sD3QRZ8lVj .mbr-text,
.cid-sD3QRZ8lVj .mbr-section-btn {
  color: #000000;
  text-align: top;
}
.cid-sD3QRZ8lVj .card-title {
  color: #000000;
}
.cid-sD3QRZAN7s {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sD3QRZAN7s .row {
  flex-direction: row-reverse;
}
.cid-sD3QRZAN7s .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sD3QRZAN7s .text-wrapper {
    padding: 2rem;
  }
}
.cid-sD3QRZAN7s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sD3QRZAN7s .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sD3QRZAN7s .mbr-text {
  text-align: justify;
  color: #331f9a;
}
.cid-sD3QRZAN7s .mbr-section-title {
  text-align: center;
}
.cid-sD3QRZAN7s .name {
  color: #000000;
}
.cid-sD3QS0a7xJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sD3QS0a7xJ .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sD3QS0a7xJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sD3QS0a7xJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sD3QS0a7xJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sD3QS0a7xJ .mbr-text {
  text-align: justify;
  color: #331f9a;
}
.cid-sD3QS0a7xJ .mbr-section-title {
  text-align: center;
}
.cid-sD3QS0a7xJ .name {
  color: #000000;
}
.cid-sDfK4LfYYu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDfK4LfYYu .video-wrapper iframe {
  width: 100%;
}
.cid-sDfK4LfYYu .mbr-section-title,
.cid-sDfK4LfYYu .mbr-section-subtitle,
.cid-sDfK4LfYYu .mbr-text {
  text-align: center;
}
.cid-sDfK4LfYYu .mbr-section-title {
  color: #000000;
}
.cid-sDfK4LfYYu .mbr-section-subtitle {
  color: #000000;
}
.cid-sD3QS0DgI3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sD3QS0DgI3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sD3QS0DgI3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sD3QS0DgI3 .row {
    text-align: center;
  }
  .cid-sD3QS0DgI3 .row > div {
    margin: auto;
  }
  .cid-sD3QS0DgI3 .social-row {
    justify-content: center;
  }
}
.cid-sD3QS0DgI3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sD3QS0DgI3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sD3QS0DgI3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sD3QS0DgI3 .list {
    margin-bottom: 0rem;
  }
}
.cid-sD3QS0DgI3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sD3QS0DgI3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sD3QS0DgI3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sD3QS0DgI3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sD3QS0DgI3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sqpSQORBKG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqpSQORBKG nav.navbar {
  position: fixed;
}
.cid-sqpSQORBKG .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-sqpSQORBKG .dropdown-menu {
  padding: 0;
}
.cid-sqpSQORBKG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqpSQORBKG .dropdown-item:hover,
.cid-sqpSQORBKG .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sqpSQORBKG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sqpSQORBKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqpSQORBKG .nav-link {
  position: relative;
}
.cid-sqpSQORBKG .container {
  display: flex;
  margin: auto;
}
.cid-sqpSQORBKG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sqpSQORBKG .navbar-caption {
  padding-right: 4rem;
}
.cid-sqpSQORBKG .dropdown-menu,
.cid-sqpSQORBKG .navbar.opened {
  background: #fafafa !important;
}
.cid-sqpSQORBKG .nav-item:focus,
.cid-sqpSQORBKG .nav-link:focus {
  outline: none;
}
.cid-sqpSQORBKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqpSQORBKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqpSQORBKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqpSQORBKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqpSQORBKG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqpSQORBKG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqpSQORBKG .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sqpSQORBKG .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqpSQORBKG .navbar.opened {
  transition: all .3s;
}
.cid-sqpSQORBKG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sqpSQORBKG .navbar .navbar-logo img {
  width: auto;
}
.cid-sqpSQORBKG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqpSQORBKG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqpSQORBKG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqpSQORBKG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqpSQORBKG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqpSQORBKG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqpSQORBKG .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: 55%;
}
.cid-sqpSQORBKG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqpSQORBKG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sqpSQORBKG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sqpSQORBKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqpSQORBKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqpSQORBKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqpSQORBKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqpSQORBKG .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: 55%;
  }
  .cid-sqpSQORBKG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqpSQORBKG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqpSQORBKG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqpSQORBKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqpSQORBKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqpSQORBKG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sqpSQORBKG .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqpSQORBKG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqpSQORBKG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqpSQORBKG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqpSQORBKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqpSQORBKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqpSQORBKG .dropdown-item.active,
.cid-sqpSQORBKG .dropdown-item:active {
  background-color: transparent;
}
.cid-sqpSQORBKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqpSQORBKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqpSQORBKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqpSQORBKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sqpSQORBKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqpSQORBKG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqpSQORBKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqpSQORBKG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqpSQORBKG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sqpSQORBKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sqpSQORBKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqpSQORBKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqpSQORBKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqpSQORBKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqpSQORBKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqpSQORBKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqpSQORBKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqpSQORBKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqpSQORBKG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sqpSQORBKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqpSQORBKG .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-sqpSQORBKG .navbar {
    height: 77px;
  }
  .cid-sqpSQORBKG .navbar.opened {
    height: auto;
  }
  .cid-sqpSQORBKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqpSQPqVsy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sqpSQPqVsy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqpSQPqVsy .row {
  flex-direction: row-reverse;
}
.cid-sqpSQPqVsy img {
  width: 100%;
}
.cid-sqpSQPFuAl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sqpSQPFuAl .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sqpSQPFuAl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqpSQPFuAl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sqpSQPFuAl .text-wrapper {
    padding: 2rem;
  }
}
.cid-sqpSQPFuAl .mbr-text {
  color: #000000;
}
.cid-sDUXZDqXht {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDUXZDqXht .row {
  flex-direction: row-reverse;
}
.cid-sDUXZDqXht .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sDUXZDqXht .text-wrapper {
    padding: 2rem;
  }
}
.cid-sDUXZDqXht .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sDUXZDqXht .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sDUXZDqXht .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sDUXZDqXht .mbr-section-title {
  text-align: center;
}
.cid-sqq0U30zVk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010320;
}
.cid-sqq0U30zVk .img-wrapper {
  text-align: justify;
}
.cid-sqq0U30zVk img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sqq0U30zVk .row {
  align-items: flex-start;
}
.cid-sqq0U30zVk .card-wrapper {
  border-radius: 4px;
  background: #010320;
}
@media (max-width: 992px) {
  .cid-sqq0U30zVk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sqq0U30zVk .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqq0U30zVk .card-wrapper {
    padding: 1rem;
  }
}
.cid-sqq0U30zVk .mbr-text,
.cid-sqq0U30zVk .mbr-section-btn {
  color: #000000;
}
.cid-sqq0U30zVk .card-title {
  color: #ffffff;
}
.cid-sqq0U30zVk .card-subtitle {
  color: #3680e7;
}
.cid-sqpSQPS7C2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sqpSQPS7C2 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sqpSQPS7C2 .container {
    position: relative;
  }
  .cid-sqpSQPS7C2 .row {
    margin: 0;
  }
  .cid-sqpSQPS7C2 h2 {
    margin: 0;
  }
}
.cid-sqpSQPS7C2 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sqpSQPS7C2 .mbr-text {
  margin-top: 1.4rem;
  color: #000000;
}
.cid-sqpSQPS7C2 h2 {
  color: #000000;
}
.cid-sqqqzlCYBS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqqqzlCYBS .video-wrapper iframe {
  width: 100%;
}
.cid-sqqqzlCYBS .mbr-section-title,
.cid-sqqqzlCYBS .mbr-section-subtitle,
.cid-sqqqzlCYBS .mbr-text {
  text-align: center;
}
.cid-sqqqzlCYBS .mbr-section-title {
  color: #000000;
}
.cid-sqqqzlCYBS .mbr-section-subtitle {
  color: #000000;
}
.cid-sqpSQQKOOc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sqpSQQKOOc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqpSQQKOOc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqpSQQKOOc .row {
    text-align: center;
  }
  .cid-sqpSQQKOOc .row > div {
    margin: auto;
  }
  .cid-sqpSQQKOOc .social-row {
    justify-content: center;
  }
}
.cid-sqpSQQKOOc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqpSQQKOOc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sqpSQQKOOc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqpSQQKOOc .list {
    margin-bottom: 0rem;
  }
}
.cid-sqpSQQKOOc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sqpSQQKOOc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqpSQQKOOc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqpSQQKOOc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqpSQQKOOc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4FcPiJWM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4FcPiJWM nav.navbar {
  position: fixed;
}
.cid-sg4FcPiJWM .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-sg4FcPiJWM .dropdown-menu {
  padding: 0;
}
.cid-sg4FcPiJWM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4FcPiJWM .dropdown-item:hover,
.cid-sg4FcPiJWM .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4FcPiJWM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4FcPiJWM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4FcPiJWM .nav-link {
  position: relative;
}
.cid-sg4FcPiJWM .container {
  display: flex;
  margin: auto;
}
.cid-sg4FcPiJWM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4FcPiJWM .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4FcPiJWM .dropdown-menu,
.cid-sg4FcPiJWM .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4FcPiJWM .nav-item:focus,
.cid-sg4FcPiJWM .nav-link:focus {
  outline: none;
}
.cid-sg4FcPiJWM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4FcPiJWM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4FcPiJWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4FcPiJWM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4FcPiJWM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4FcPiJWM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4FcPiJWM .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4FcPiJWM .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4FcPiJWM .navbar.opened {
  transition: all .3s;
}
.cid-sg4FcPiJWM .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4FcPiJWM .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4FcPiJWM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4FcPiJWM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4FcPiJWM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4FcPiJWM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4FcPiJWM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4FcPiJWM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4FcPiJWM .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: 55%;
}
.cid-sg4FcPiJWM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4FcPiJWM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4FcPiJWM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4FcPiJWM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4FcPiJWM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4FcPiJWM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4FcPiJWM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4FcPiJWM .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: 55%;
  }
  .cid-sg4FcPiJWM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4FcPiJWM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4FcPiJWM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4FcPiJWM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4FcPiJWM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4FcPiJWM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4FcPiJWM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4FcPiJWM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4FcPiJWM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4FcPiJWM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4FcPiJWM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4FcPiJWM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4FcPiJWM .dropdown-item.active,
.cid-sg4FcPiJWM .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4FcPiJWM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4FcPiJWM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4FcPiJWM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4FcPiJWM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4FcPiJWM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4FcPiJWM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4FcPiJWM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4FcPiJWM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4FcPiJWM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4FcPiJWM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4FcPiJWM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4FcPiJWM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4FcPiJWM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4FcPiJWM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4FcPiJWM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4FcPiJWM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4FcPiJWM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4FcPiJWM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4FcPiJWM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4FcPiJWM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4FcPiJWM .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-sg4FcPiJWM .navbar {
    height: 77px;
  }
  .cid-sg4FcPiJWM .navbar.opened {
    height: auto;
  }
  .cid-sg4FcPiJWM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4FcPGwDU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4FcPGwDU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4FcPGwDU .row {
  flex-direction: row-reverse;
}
.cid-sg4FcPGwDU img {
  width: 100%;
}
.cid-sg4FcPT0K6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-sg4FcPT0K6 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4FcPT0K6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4FcPT0K6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4FcPT0K6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4FcPT0K6 .mbr-text {
  color: #000000;
}
.cid-sg4FcQBa5J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sg4FcQBa5J h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-sg4FcQBa5J .container {
    position: relative;
  }
  .cid-sg4FcQBa5J .row {
    margin: 0;
  }
  .cid-sg4FcQBa5J h2 {
    margin: 0;
  }
}
.cid-sg4FcQBa5J .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sg4FcQBa5J .mbr-text {
  margin-top: 1.4rem;
}
.cid-sg4FcQBa5J h2 {
  color: #000000;
}
.cid-sg4FcQPkdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sg4FcQPkdn .img-wrapper {
  text-align: justify;
}
.cid-sg4FcQPkdn img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sg4FcQPkdn .row {
  align-items: flex-start;
}
.cid-sg4FcQPkdn .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sg4FcQPkdn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sg4FcQPkdn .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4FcQPkdn .card-wrapper {
    padding: 1rem;
  }
}
.cid-sg4FcQPkdn .mbr-text,
.cid-sg4FcQPkdn .mbr-section-btn {
  color: #000000;
}
.cid-sg4FcQPkdn .card-title {
  color: #000000;
}
.cid-sgao0qEAK2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgao0qEAK2 .img-wrapper {
  text-align: justify;
}
.cid-sgao0qEAK2 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sgao0qEAK2 .row {
  align-items: flex-start;
}
.cid-sgao0qEAK2 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgao0qEAK2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgao0qEAK2 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgao0qEAK2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sgao0qEAK2 .mbr-text,
.cid-sgao0qEAK2 .mbr-section-btn {
  color: #000000;
}
.cid-sgao0qEAK2 .card-title {
  color: #000000;
}
.cid-sg4FcRgTWs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-sg4FcRgTWs .video-wrapper iframe {
  width: 100%;
}
.cid-sg4FcRgTWs .mbr-section-title,
.cid-sg4FcRgTWs .mbr-section-subtitle,
.cid-sg4FcRgTWs .mbr-text {
  text-align: center;
}
.cid-sg4FcRgTWs .mbr-section-title {
  color: #000000;
}
.cid-sg4FcRgTWs .mbr-section-subtitle {
  color: #000000;
}
.cid-sg4FcRw8Kd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4FcRw8Kd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4FcRw8Kd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4FcRw8Kd .row {
    text-align: center;
  }
  .cid-sg4FcRw8Kd .row > div {
    margin: auto;
  }
  .cid-sg4FcRw8Kd .social-row {
    justify-content: center;
  }
}
.cid-sg4FcRw8Kd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4FcRw8Kd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4FcRw8Kd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4FcRw8Kd .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4FcRw8Kd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4FcRw8Kd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4FcRw8Kd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4FcRw8Kd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4FcRw8Kd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sg4FODiY31 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sg4FODiY31 nav.navbar {
  position: fixed;
}
.cid-sg4FODiY31 .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-sg4FODiY31 .dropdown-menu {
  padding: 0;
}
.cid-sg4FODiY31 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4FODiY31 .dropdown-item:hover,
.cid-sg4FODiY31 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sg4FODiY31 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sg4FODiY31 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sg4FODiY31 .nav-link {
  position: relative;
}
.cid-sg4FODiY31 .container {
  display: flex;
  margin: auto;
}
.cid-sg4FODiY31 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sg4FODiY31 .navbar-caption {
  padding-right: 4rem;
}
.cid-sg4FODiY31 .dropdown-menu,
.cid-sg4FODiY31 .navbar.opened {
  background: #fafafa !important;
}
.cid-sg4FODiY31 .nav-item:focus,
.cid-sg4FODiY31 .nav-link:focus {
  outline: none;
}
.cid-sg4FODiY31 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg4FODiY31 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sg4FODiY31 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg4FODiY31 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg4FODiY31 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg4FODiY31 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg4FODiY31 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sg4FODiY31 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sg4FODiY31 .navbar.opened {
  transition: all .3s;
}
.cid-sg4FODiY31 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sg4FODiY31 .navbar .navbar-logo img {
  width: auto;
}
.cid-sg4FODiY31 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg4FODiY31 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg4FODiY31 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg4FODiY31 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sg4FODiY31 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg4FODiY31 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sg4FODiY31 .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: 55%;
}
.cid-sg4FODiY31 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg4FODiY31 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sg4FODiY31 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sg4FODiY31 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg4FODiY31 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg4FODiY31 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg4FODiY31 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sg4FODiY31 .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: 55%;
  }
  .cid-sg4FODiY31 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sg4FODiY31 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg4FODiY31 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sg4FODiY31 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sg4FODiY31 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg4FODiY31 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sg4FODiY31 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sg4FODiY31 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg4FODiY31 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg4FODiY31 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg4FODiY31 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg4FODiY31 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg4FODiY31 .dropdown-item.active,
.cid-sg4FODiY31 .dropdown-item:active {
  background-color: transparent;
}
.cid-sg4FODiY31 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sg4FODiY31 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg4FODiY31 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg4FODiY31 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sg4FODiY31 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg4FODiY31 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg4FODiY31 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg4FODiY31 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sg4FODiY31 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sg4FODiY31 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sg4FODiY31 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sg4FODiY31 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4FODiY31 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sg4FODiY31 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sg4FODiY31 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4FODiY31 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sg4FODiY31 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sg4FODiY31 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sg4FODiY31 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sg4FODiY31 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sg4FODiY31 .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-sg4FODiY31 .navbar {
    height: 77px;
  }
  .cid-sg4FODiY31 .navbar.opened {
    height: auto;
  }
  .cid-sg4FODiY31 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sg4FODWfW3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
@media (max-width: 991px) {
  .cid-sg4FODWfW3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4FODWfW3 .row {
  flex-direction: row-reverse;
}
.cid-sg4FODWfW3 img {
  width: 100%;
}
.cid-sg4FOEhO1E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-sg4FOEhO1E .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sg4FOEhO1E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sg4FOEhO1E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sg4FOEhO1E .text-wrapper {
    padding: 2rem;
  }
}
.cid-sg4FOEhO1E .mbr-text {
  color: #000000;
}
.cid-sg4FOEASoq {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg4FOEASoq .mbr-text {
  margin: 0;
}
.cid-sg4FOEASoq .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: justify;
  align-items: justify;
  -webkit-justify-content: justify;
  justify-content: justify;
  display: flex;
}
.cid-sg4FOEASoq .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sg4FOEASoq .row-element,
.cid-sg4FOEASoq .image-element {
  padding: 0;
}
.cid-sg4FOEASoq .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg4FOEASoq .image-element .img-wrap {
  width: 100% !important;
}
.cid-sg4FOEASoq .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sg4FOEASoq .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg4FOEASoq .carousel-item.active,
.cid-sg4FOEASoq .carousel-item-next,
.cid-sg4FOEASoq .carousel-item-prev {
  display: flex;
}
.cid-sg4FOEASoq .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sg4FOEASoq .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #010320;
}
.cid-sg4FOEASoq .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sg4FOEASoq .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sg4FOEASoq .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sg4FOEASoq .carousel-controls {
    display: block;
  }
  .cid-sg4FOEASoq .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sg4FOEASoq .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sg4FOEASoq .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sg4FOEASoq .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sg4FOEASoq .text-element {
    padding: 1rem;
  }
  .cid-sg4FOEASoq .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg4FOEASoq .image-element {
    min-width: 50%;
  }
  .cid-sg4FOEASoq .media-container-row {
    width: 100%;
  }
}
.cid-sg4FOEASoq .mbr-text,
.cid-sg4FOEASoq .link {
  text-align: left;
}
.cid-sg4FOEASoq .mbr-subtitle {
  text-align: center;
}
.cid-sKvFPG0iSD {
  background: #ffffff;
}
.cid-sKvFPG0iSD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKvFPG0iSD figcaption {
  position: relative;
}
.cid-sKvFPG0iSD figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKvFPG0iSD .image-block {
    width: 100% !important;
  }
}
.cid-sg4FOG7My4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sg4FOG7My4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sg4FOG7My4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sg4FOG7My4 .row {
    text-align: center;
  }
  .cid-sg4FOG7My4 .row > div {
    margin: auto;
  }
  .cid-sg4FOG7My4 .social-row {
    justify-content: center;
  }
}
.cid-sg4FOG7My4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sg4FOG7My4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sg4FOG7My4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sg4FOG7My4 .list {
    margin-bottom: 0rem;
  }
}
.cid-sg4FOG7My4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sg4FOG7My4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sg4FOG7My4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sg4FOG7My4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sg4FOG7My4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUehgJcq7f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUehgJcq7f nav.navbar {
  position: fixed;
}
.cid-sUehgJcq7f .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-sUehgJcq7f .dropdown-menu {
  padding: 0;
}
.cid-sUehgJcq7f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUehgJcq7f .dropdown-item:hover,
.cid-sUehgJcq7f .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sUehgJcq7f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUehgJcq7f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUehgJcq7f .nav-link {
  position: relative;
}
.cid-sUehgJcq7f .container {
  display: flex;
  margin: auto;
}
.cid-sUehgJcq7f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUehgJcq7f .navbar-caption {
  padding-right: 4rem;
}
.cid-sUehgJcq7f .dropdown-menu,
.cid-sUehgJcq7f .navbar.opened {
  background: #fafafa !important;
}
.cid-sUehgJcq7f .nav-item:focus,
.cid-sUehgJcq7f .nav-link:focus {
  outline: none;
}
.cid-sUehgJcq7f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUehgJcq7f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUehgJcq7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUehgJcq7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUehgJcq7f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUehgJcq7f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUehgJcq7f .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sUehgJcq7f .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUehgJcq7f .navbar.opened {
  transition: all .3s;
}
.cid-sUehgJcq7f .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUehgJcq7f .navbar .navbar-logo img {
  width: auto;
}
.cid-sUehgJcq7f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUehgJcq7f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUehgJcq7f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUehgJcq7f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUehgJcq7f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUehgJcq7f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUehgJcq7f .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: 55%;
}
.cid-sUehgJcq7f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUehgJcq7f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUehgJcq7f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUehgJcq7f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUehgJcq7f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUehgJcq7f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUehgJcq7f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUehgJcq7f .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: 55%;
  }
  .cid-sUehgJcq7f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUehgJcq7f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUehgJcq7f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUehgJcq7f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUehgJcq7f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUehgJcq7f .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUehgJcq7f .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUehgJcq7f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUehgJcq7f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUehgJcq7f .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUehgJcq7f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUehgJcq7f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUehgJcq7f .dropdown-item.active,
.cid-sUehgJcq7f .dropdown-item:active {
  background-color: transparent;
}
.cid-sUehgJcq7f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUehgJcq7f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUehgJcq7f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUehgJcq7f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sUehgJcq7f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUehgJcq7f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUehgJcq7f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUehgJcq7f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUehgJcq7f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUehgJcq7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUehgJcq7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUehgJcq7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUehgJcq7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUehgJcq7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUehgJcq7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUehgJcq7f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUehgJcq7f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUehgJcq7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUehgJcq7f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUehgJcq7f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUehgJcq7f .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-sUehgJcq7f .navbar {
    height: 77px;
  }
  .cid-sUehgJcq7f .navbar.opened {
    height: auto;
  }
  .cid-sUehgJcq7f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUehgJzCZe {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUehgJzCZe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUehgJzCZe .row {
  flex-direction: row-reverse;
}
.cid-sUehgJzCZe img {
  width: 100%;
}
.cid-sUehgJNBLd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUehgJNBLd .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sUehgJNBLd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUehgJNBLd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUehgJNBLd .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUehgJNBLd .mbr-text {
  color: #000000;
}
.cid-sUehgJNBLd .mbr-section-title {
  color: #071440;
}
.cid-sX9Hs1i5Rr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sX9Hs1i5Rr .row {
  flex-direction: row-reverse;
}
.cid-sX9Hs1i5Rr .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sX9Hs1i5Rr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sX9Hs1i5Rr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sX9Hs1i5Rr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sX9Hs1i5Rr .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sX9Hs1i5Rr .mbr-section-title {
  text-align: center;
}
.cid-sX9HqiQ8Va {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sX9HqiQ8Va .img-wrapper {
  text-align: justify;
}
.cid-sX9HqiQ8Va img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sX9HqiQ8Va .row {
  align-items: flex-start;
}
.cid-sX9HqiQ8Va .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sX9HqiQ8Va .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sX9HqiQ8Va .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sX9HqiQ8Va .card-wrapper {
    padding: 1rem;
  }
}
.cid-sX9HqiQ8Va .mbr-text,
.cid-sX9HqiQ8Va .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-sX9HqiQ8Va .card-title {
  color: #000000;
  text-align: Center;
}
.cid-sX9HqiQ8Va .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-sUelMpYZ0f {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-sUelMpYZ0f .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUelMpYZ0f .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUelMpYZ0f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUelMpYZ0f .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUelMpYZ0f .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUelMpYZ0f .mbr-section-title {
  text-align: center;
}
.cid-sUehgKvZIG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUehgKvZIG .video-wrapper iframe {
  width: 100%;
}
.cid-sUehgKvZIG .mbr-section-title,
.cid-sUehgKvZIG .mbr-section-subtitle,
.cid-sUehgKvZIG .mbr-text {
  text-align: center;
}
.cid-sUehgKvZIG .mbr-section-title {
  color: #000000;
}
.cid-sUehgKvZIG .mbr-section-subtitle {
  color: #000000;
}
.cid-sUehgKL2M9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sUehgKL2M9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUehgKL2M9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUehgKL2M9 .row {
    text-align: center;
  }
  .cid-sUehgKL2M9 .row > div {
    margin: auto;
  }
  .cid-sUehgKL2M9 .social-row {
    justify-content: center;
  }
}
.cid-sUehgKL2M9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUehgKL2M9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sUehgKL2M9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUehgKL2M9 .list {
    margin-bottom: 0rem;
  }
}
.cid-sUehgKL2M9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUehgKL2M9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUehgKL2M9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUehgKL2M9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUehgKL2M9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUeKCiKuQF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUeKCiKuQF nav.navbar {
  position: fixed;
}
.cid-sUeKCiKuQF .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-sUeKCiKuQF .dropdown-menu {
  padding: 0;
}
.cid-sUeKCiKuQF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUeKCiKuQF .dropdown-item:hover,
.cid-sUeKCiKuQF .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sUeKCiKuQF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUeKCiKuQF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUeKCiKuQF .nav-link {
  position: relative;
}
.cid-sUeKCiKuQF .container {
  display: flex;
  margin: auto;
}
.cid-sUeKCiKuQF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUeKCiKuQF .navbar-caption {
  padding-right: 4rem;
}
.cid-sUeKCiKuQF .dropdown-menu,
.cid-sUeKCiKuQF .navbar.opened {
  background: #fafafa !important;
}
.cid-sUeKCiKuQF .nav-item:focus,
.cid-sUeKCiKuQF .nav-link:focus {
  outline: none;
}
.cid-sUeKCiKuQF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUeKCiKuQF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUeKCiKuQF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUeKCiKuQF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUeKCiKuQF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUeKCiKuQF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUeKCiKuQF .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sUeKCiKuQF .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUeKCiKuQF .navbar.opened {
  transition: all .3s;
}
.cid-sUeKCiKuQF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUeKCiKuQF .navbar .navbar-logo img {
  width: auto;
}
.cid-sUeKCiKuQF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUeKCiKuQF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUeKCiKuQF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUeKCiKuQF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUeKCiKuQF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUeKCiKuQF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUeKCiKuQF .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: 55%;
}
.cid-sUeKCiKuQF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUeKCiKuQF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUeKCiKuQF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUeKCiKuQF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUeKCiKuQF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUeKCiKuQF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUeKCiKuQF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUeKCiKuQF .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: 55%;
  }
  .cid-sUeKCiKuQF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUeKCiKuQF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUeKCiKuQF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUeKCiKuQF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUeKCiKuQF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUeKCiKuQF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUeKCiKuQF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUeKCiKuQF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUeKCiKuQF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUeKCiKuQF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUeKCiKuQF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUeKCiKuQF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUeKCiKuQF .dropdown-item.active,
.cid-sUeKCiKuQF .dropdown-item:active {
  background-color: transparent;
}
.cid-sUeKCiKuQF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUeKCiKuQF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUeKCiKuQF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUeKCiKuQF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sUeKCiKuQF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUeKCiKuQF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUeKCiKuQF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUeKCiKuQF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUeKCiKuQF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUeKCiKuQF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUeKCiKuQF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUeKCiKuQF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUeKCiKuQF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUeKCiKuQF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUeKCiKuQF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUeKCiKuQF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUeKCiKuQF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUeKCiKuQF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUeKCiKuQF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUeKCiKuQF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUeKCiKuQF .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-sUeKCiKuQF .navbar {
    height: 77px;
  }
  .cid-sUeKCiKuQF .navbar.opened {
    height: auto;
  }
  .cid-sUeKCiKuQF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUeKCjmkMx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUeKCjmkMx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUeKCjmkMx .row {
  flex-direction: row-reverse;
}
.cid-sUeKCjmkMx img {
  width: 100%;
}
.cid-sUeKCjFV0N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUeKCjFV0N .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sUeKCjFV0N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUeKCjFV0N img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUeKCjFV0N .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUeKCjFV0N .mbr-text {
  color: #000000;
}
.cid-sUeKCjFV0N .mbr-section-title {
  color: #071440;
}
.cid-sWLHZjgd7A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sWLHZjgd7A .row {
  flex-direction: row-reverse;
}
.cid-sWLHZjgd7A .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWLHZjgd7A .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWLHZjgd7A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWLHZjgd7A .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWLHZjgd7A .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWLHZjgd7A .mbr-section-title {
  text-align: center;
}
.cid-sWLIPxZUjQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWLIPxZUjQ .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWLIPxZUjQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWLIPxZUjQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWLIPxZUjQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWLIPxZUjQ .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWLIPxZUjQ .mbr-section-title {
  text-align: center;
}
.cid-sWLJCtKLtp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sWLJCtKLtp .row {
  flex-direction: row-reverse;
}
.cid-sWLJCtKLtp .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWLJCtKLtp .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWLJCtKLtp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWLJCtKLtp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWLJCtKLtp .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWLJCtKLtp .mbr-section-title {
  text-align: center;
}
.cid-sUeSo3CcEL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUeSo3CcEL .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sUeSo3CcEL .container {
    max-width: 1400px;
  }
}
.cid-sUeSo3CcEL .card {
  margin: auto;
}
.cid-sUeSo3CcEL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sUeSo3CcEL .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUeSo3CcEL .row {
  justify-content: center;
}
.cid-sUeSuGOh42 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sUeSuGOh42 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sUeSuGOh42 .container {
    max-width: 1400px;
  }
}
.cid-sUeSuGOh42 .card {
  margin: auto;
}
.cid-sUeSuGOh42 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sUeSuGOh42 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUeSuGOh42 .row {
  justify-content: center;
}
.cid-sVP5uuN1E1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sVP5uuN1E1 .video-wrapper iframe {
  width: 100%;
}
.cid-sVP5uuN1E1 .mbr-section-title,
.cid-sVP5uuN1E1 .mbr-section-subtitle,
.cid-sVP5uuN1E1 .mbr-text {
  text-align: center;
}
.cid-sUeKCkuFxm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sUeKCkuFxm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUeKCkuFxm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUeKCkuFxm .row {
    text-align: center;
  }
  .cid-sUeKCkuFxm .row > div {
    margin: auto;
  }
  .cid-sUeKCkuFxm .social-row {
    justify-content: center;
  }
}
.cid-sUeKCkuFxm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUeKCkuFxm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sUeKCkuFxm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUeKCkuFxm .list {
    margin-bottom: 0rem;
  }
}
.cid-sUeKCkuFxm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUeKCkuFxm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUeKCkuFxm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUeKCkuFxm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUeKCkuFxm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUplYoANzA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUplYoANzA nav.navbar {
  position: fixed;
}
.cid-sUplYoANzA .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-sUplYoANzA .dropdown-menu {
  padding: 0;
}
.cid-sUplYoANzA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUplYoANzA .dropdown-item:hover,
.cid-sUplYoANzA .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sUplYoANzA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUplYoANzA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUplYoANzA .nav-link {
  position: relative;
}
.cid-sUplYoANzA .container {
  display: flex;
  margin: auto;
}
.cid-sUplYoANzA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUplYoANzA .navbar-caption {
  padding-right: 4rem;
}
.cid-sUplYoANzA .dropdown-menu,
.cid-sUplYoANzA .navbar.opened {
  background: #fafafa !important;
}
.cid-sUplYoANzA .nav-item:focus,
.cid-sUplYoANzA .nav-link:focus {
  outline: none;
}
.cid-sUplYoANzA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUplYoANzA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUplYoANzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUplYoANzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUplYoANzA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUplYoANzA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUplYoANzA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sUplYoANzA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUplYoANzA .navbar.opened {
  transition: all .3s;
}
.cid-sUplYoANzA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUplYoANzA .navbar .navbar-logo img {
  width: auto;
}
.cid-sUplYoANzA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUplYoANzA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUplYoANzA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUplYoANzA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUplYoANzA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUplYoANzA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUplYoANzA .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: 55%;
}
.cid-sUplYoANzA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUplYoANzA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUplYoANzA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUplYoANzA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUplYoANzA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUplYoANzA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUplYoANzA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUplYoANzA .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: 55%;
  }
  .cid-sUplYoANzA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUplYoANzA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUplYoANzA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUplYoANzA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUplYoANzA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUplYoANzA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUplYoANzA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUplYoANzA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUplYoANzA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUplYoANzA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUplYoANzA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUplYoANzA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUplYoANzA .dropdown-item.active,
.cid-sUplYoANzA .dropdown-item:active {
  background-color: transparent;
}
.cid-sUplYoANzA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUplYoANzA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUplYoANzA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUplYoANzA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sUplYoANzA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUplYoANzA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUplYoANzA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUplYoANzA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUplYoANzA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUplYoANzA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUplYoANzA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUplYoANzA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUplYoANzA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUplYoANzA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUplYoANzA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUplYoANzA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUplYoANzA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUplYoANzA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUplYoANzA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUplYoANzA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUplYoANzA .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-sUplYoANzA .navbar {
    height: 77px;
  }
  .cid-sUplYoANzA .navbar.opened {
    height: auto;
  }
  .cid-sUplYoANzA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUplYpbZzv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUplYpbZzv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUplYpbZzv .row {
  flex-direction: row-reverse;
}
.cid-sUplYpbZzv img {
  width: 100%;
}
.cid-sUplYpvu3C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUplYpvu3C .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sUplYpvu3C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUplYpvu3C img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUplYpvu3C .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUplYpvu3C .mbr-text {
  color: #000000;
}
.cid-sUplYpvu3C .mbr-section-title {
  color: #071440;
}
.cid-sWY0WpxSnA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sWY0WpxSnA .row {
  flex-direction: row-reverse;
}
.cid-sWY0WpxSnA .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWY0WpxSnA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWY0WpxSnA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWY0WpxSnA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWY0WpxSnA .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWY0WpxSnA .mbr-section-title {
  text-align: center;
}
.cid-sUptETcsgh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUptETcsgh .img-wrapper {
  text-align: justify;
}
.cid-sUptETcsgh img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sUptETcsgh .row {
  align-items: flex-start;
}
.cid-sUptETcsgh .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sUptETcsgh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sUptETcsgh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUptETcsgh .card-wrapper {
    padding: 1rem;
  }
}
.cid-sUptETcsgh .mbr-text,
.cid-sUptETcsgh .mbr-section-btn {
  color: #000000;
}
.cid-sUptETcsgh .card-title {
  color: #000000;
}
.cid-sUplYqwCss {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUplYqwCss .video-wrapper iframe {
  width: 100%;
}
.cid-sUplYqwCss .mbr-section-title,
.cid-sUplYqwCss .mbr-section-subtitle,
.cid-sUplYqwCss .mbr-text {
  text-align: center;
}
.cid-sUplYqwCss .mbr-section-title {
  color: #000000;
}
.cid-sUplYqwCss .mbr-section-subtitle {
  color: #000000;
}
.cid-sUplYqUDRP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sUplYqUDRP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUplYqUDRP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUplYqUDRP .row {
    text-align: center;
  }
  .cid-sUplYqUDRP .row > div {
    margin: auto;
  }
  .cid-sUplYqUDRP .social-row {
    justify-content: center;
  }
}
.cid-sUplYqUDRP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUplYqUDRP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sUplYqUDRP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUplYqUDRP .list {
    margin-bottom: 0rem;
  }
}
.cid-sUplYqUDRP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUplYqUDRP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUplYqUDRP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUplYqUDRP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUplYqUDRP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUvoJKCdIT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUvoJKCdIT nav.navbar {
  position: fixed;
}
.cid-sUvoJKCdIT .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-sUvoJKCdIT .dropdown-menu {
  padding: 0;
}
.cid-sUvoJKCdIT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUvoJKCdIT .dropdown-item:hover,
.cid-sUvoJKCdIT .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sUvoJKCdIT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUvoJKCdIT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUvoJKCdIT .nav-link {
  position: relative;
}
.cid-sUvoJKCdIT .container {
  display: flex;
  margin: auto;
}
.cid-sUvoJKCdIT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUvoJKCdIT .navbar-caption {
  padding-right: 4rem;
}
.cid-sUvoJKCdIT .dropdown-menu,
.cid-sUvoJKCdIT .navbar.opened {
  background: #fafafa !important;
}
.cid-sUvoJKCdIT .nav-item:focus,
.cid-sUvoJKCdIT .nav-link:focus {
  outline: none;
}
.cid-sUvoJKCdIT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUvoJKCdIT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUvoJKCdIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUvoJKCdIT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUvoJKCdIT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUvoJKCdIT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUvoJKCdIT .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sUvoJKCdIT .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUvoJKCdIT .navbar.opened {
  transition: all .3s;
}
.cid-sUvoJKCdIT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUvoJKCdIT .navbar .navbar-logo img {
  width: auto;
}
.cid-sUvoJKCdIT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUvoJKCdIT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUvoJKCdIT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUvoJKCdIT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUvoJKCdIT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUvoJKCdIT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUvoJKCdIT .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: 55%;
}
.cid-sUvoJKCdIT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUvoJKCdIT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUvoJKCdIT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUvoJKCdIT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUvoJKCdIT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUvoJKCdIT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUvoJKCdIT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUvoJKCdIT .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: 55%;
  }
  .cid-sUvoJKCdIT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUvoJKCdIT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUvoJKCdIT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUvoJKCdIT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUvoJKCdIT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUvoJKCdIT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUvoJKCdIT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUvoJKCdIT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUvoJKCdIT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUvoJKCdIT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUvoJKCdIT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUvoJKCdIT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUvoJKCdIT .dropdown-item.active,
.cid-sUvoJKCdIT .dropdown-item:active {
  background-color: transparent;
}
.cid-sUvoJKCdIT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUvoJKCdIT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUvoJKCdIT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUvoJKCdIT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sUvoJKCdIT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUvoJKCdIT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUvoJKCdIT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUvoJKCdIT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUvoJKCdIT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUvoJKCdIT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUvoJKCdIT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUvoJKCdIT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUvoJKCdIT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUvoJKCdIT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUvoJKCdIT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUvoJKCdIT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUvoJKCdIT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUvoJKCdIT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUvoJKCdIT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUvoJKCdIT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUvoJKCdIT .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-sUvoJKCdIT .navbar {
    height: 77px;
  }
  .cid-sUvoJKCdIT .navbar.opened {
    height: auto;
  }
  .cid-sUvoJKCdIT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUvoJLytXu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUvoJLytXu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUvoJLytXu .row {
  flex-direction: row-reverse;
}
.cid-sUvoJLytXu img {
  width: 100%;
}
.cid-sUvoJLRpHw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUvoJLRpHw .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sUvoJLRpHw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUvoJLRpHw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUvoJLRpHw .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUvoJLRpHw .mbr-text {
  color: #000000;
}
.cid-sUvoJLRpHw .mbr-section-title {
  color: #071440;
}
.cid-sUvoJM8NvE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sUvoJM8NvE .img-wrapper {
  text-align: justify;
}
.cid-sUvoJM8NvE img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sUvoJM8NvE .row {
  align-items: flex-start;
}
.cid-sUvoJM8NvE .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-sUvoJM8NvE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sUvoJM8NvE .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUvoJM8NvE .card-wrapper {
    padding: 1rem;
  }
}
.cid-sUvoJM8NvE .mbr-text,
.cid-sUvoJM8NvE .mbr-section-btn {
  color: #000000;
}
.cid-sUvoJM8NvE .card-title {
  color: #000000;
}
.cid-sUvRHTVSmu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUvRHTVSmu .row {
  flex-direction: row-reverse;
}
.cid-sUvRHTVSmu .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUvRHTVSmu .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUvRHTVSmu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUvRHTVSmu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUvRHTVSmu .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUvRHTVSmu .mbr-section-title {
  text-align: center;
}
.cid-sUvXxTxmOn {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUvXxTxmOn .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sUvXxTxmOn .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sUvXxTxmOn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUvXxTxmOn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sUvXxTxmOn .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sUvXxTxmOn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sUvXxTxmOn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sUvXxTxmOn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sUvXxTxmOn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUvXxTxmOn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sUvXyhg8UP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sUvXyhg8UP .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sUvXyhg8UP .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-sUvXyhg8UP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUvXyhg8UP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sUvXyhg8UP .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sUvXyhg8UP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sUvXyhg8UP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sUvXyhg8UP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sUvXyhg8UP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUvXyhg8UP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sUvoJMwHjf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUvoJMwHjf .video-wrapper iframe {
  width: 100%;
}
.cid-sUvoJMwHjf .mbr-section-title,
.cid-sUvoJMwHjf .mbr-section-subtitle,
.cid-sUvoJMwHjf .mbr-text {
  text-align: center;
}
.cid-sUvoJMwHjf .mbr-section-title {
  color: #000000;
}
.cid-sUvoJMwHjf .mbr-section-subtitle {
  color: #000000;
}
.cid-sUvoJMNYa2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sUvoJMNYa2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUvoJMNYa2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUvoJMNYa2 .row {
    text-align: center;
  }
  .cid-sUvoJMNYa2 .row > div {
    margin: auto;
  }
  .cid-sUvoJMNYa2 .social-row {
    justify-content: center;
  }
}
.cid-sUvoJMNYa2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUvoJMNYa2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sUvoJMNYa2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUvoJMNYa2 .list {
    margin-bottom: 0rem;
  }
}
.cid-sUvoJMNYa2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUvoJMNYa2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUvoJMNYa2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUvoJMNYa2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUvoJMNYa2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUwp1XKZjS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUwp1XKZjS nav.navbar {
  position: fixed;
}
.cid-sUwp1XKZjS .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-sUwp1XKZjS .dropdown-menu {
  padding: 0;
}
.cid-sUwp1XKZjS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUwp1XKZjS .dropdown-item:hover,
.cid-sUwp1XKZjS .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sUwp1XKZjS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUwp1XKZjS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUwp1XKZjS .nav-link {
  position: relative;
}
.cid-sUwp1XKZjS .container {
  display: flex;
  margin: auto;
}
.cid-sUwp1XKZjS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUwp1XKZjS .navbar-caption {
  padding-right: 4rem;
}
.cid-sUwp1XKZjS .dropdown-menu,
.cid-sUwp1XKZjS .navbar.opened {
  background: #fafafa !important;
}
.cid-sUwp1XKZjS .nav-item:focus,
.cid-sUwp1XKZjS .nav-link:focus {
  outline: none;
}
.cid-sUwp1XKZjS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUwp1XKZjS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUwp1XKZjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUwp1XKZjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUwp1XKZjS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUwp1XKZjS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUwp1XKZjS .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sUwp1XKZjS .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUwp1XKZjS .navbar.opened {
  transition: all .3s;
}
.cid-sUwp1XKZjS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUwp1XKZjS .navbar .navbar-logo img {
  width: auto;
}
.cid-sUwp1XKZjS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUwp1XKZjS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUwp1XKZjS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUwp1XKZjS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUwp1XKZjS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUwp1XKZjS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUwp1XKZjS .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: 55%;
}
.cid-sUwp1XKZjS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUwp1XKZjS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUwp1XKZjS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUwp1XKZjS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUwp1XKZjS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUwp1XKZjS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUwp1XKZjS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUwp1XKZjS .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: 55%;
  }
  .cid-sUwp1XKZjS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUwp1XKZjS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUwp1XKZjS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUwp1XKZjS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUwp1XKZjS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUwp1XKZjS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUwp1XKZjS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUwp1XKZjS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUwp1XKZjS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUwp1XKZjS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUwp1XKZjS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUwp1XKZjS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUwp1XKZjS .dropdown-item.active,
.cid-sUwp1XKZjS .dropdown-item:active {
  background-color: transparent;
}
.cid-sUwp1XKZjS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUwp1XKZjS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUwp1XKZjS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUwp1XKZjS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sUwp1XKZjS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUwp1XKZjS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUwp1XKZjS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUwp1XKZjS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUwp1XKZjS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUwp1XKZjS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUwp1XKZjS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUwp1XKZjS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUwp1XKZjS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUwp1XKZjS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUwp1XKZjS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUwp1XKZjS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUwp1XKZjS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUwp1XKZjS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUwp1XKZjS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUwp1XKZjS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUwp1XKZjS .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-sUwp1XKZjS .navbar {
    height: 77px;
  }
  .cid-sUwp1XKZjS .navbar.opened {
    height: auto;
  }
  .cid-sUwp1XKZjS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUwp1Yvqzt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUwp1Yvqzt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUwp1Yvqzt .row {
  flex-direction: row-reverse;
}
.cid-sUwp1Yvqzt img {
  width: 100%;
}
.cid-sUwp1YTIX0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUwp1YTIX0 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sUwp1YTIX0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUwp1YTIX0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUwp1YTIX0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUwp1YTIX0 .mbr-text {
  color: #000000;
}
.cid-sUwp1YTIX0 .mbr-section-title {
  color: #071440;
}
.cid-sUwqpLJR30 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sUwqpLJR30 .row {
  flex-direction: row-reverse;
}
.cid-sUwqpLJR30 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUwqpLJR30 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUwqpLJR30 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUwqpLJR30 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUwqpLJR30 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUwqpLJR30 .mbr-section-title {
  text-align: center;
}
.cid-sUwrbovogR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sUwrbovogR .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sUwrbovogR .mbr-text {
  color: #000000;
}
.cid-sUwtk522wV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-sUwtk522wV .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUwtk522wV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUwtk522wV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUwtk522wV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUwtk522wV .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUwtk522wV .mbr-section-title {
  text-align: center;
}
.cid-sUwp21d1wM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUwp21d1wM .row {
  flex-direction: row-reverse;
}
.cid-sUwp21d1wM .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUwp21d1wM .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUwp21d1wM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUwp21d1wM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUwp21d1wM .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUwp21d1wM .mbr-section-title {
  text-align: center;
}
.cid-sUwp21CsxW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUwp21CsxW .video-wrapper iframe {
  width: 100%;
}
.cid-sUwp21CsxW .mbr-section-title,
.cid-sUwp21CsxW .mbr-section-subtitle,
.cid-sUwp21CsxW .mbr-text {
  text-align: center;
}
.cid-sUwp21CsxW .mbr-section-title {
  color: #000000;
}
.cid-sUwp21CsxW .mbr-section-subtitle {
  color: #000000;
}
.cid-sUwp226KCZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sUwp226KCZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUwp226KCZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUwp226KCZ .row {
    text-align: center;
  }
  .cid-sUwp226KCZ .row > div {
    margin: auto;
  }
  .cid-sUwp226KCZ .social-row {
    justify-content: center;
  }
}
.cid-sUwp226KCZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUwp226KCZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sUwp226KCZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUwp226KCZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sUwp226KCZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUwp226KCZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUwp226KCZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUwp226KCZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUwp226KCZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUwCeQ3x2s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUwCeQ3x2s nav.navbar {
  position: fixed;
}
.cid-sUwCeQ3x2s .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-sUwCeQ3x2s .dropdown-menu {
  padding: 0;
}
.cid-sUwCeQ3x2s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUwCeQ3x2s .dropdown-item:hover,
.cid-sUwCeQ3x2s .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sUwCeQ3x2s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUwCeQ3x2s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUwCeQ3x2s .nav-link {
  position: relative;
}
.cid-sUwCeQ3x2s .container {
  display: flex;
  margin: auto;
}
.cid-sUwCeQ3x2s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUwCeQ3x2s .navbar-caption {
  padding-right: 4rem;
}
.cid-sUwCeQ3x2s .dropdown-menu,
.cid-sUwCeQ3x2s .navbar.opened {
  background: #fafafa !important;
}
.cid-sUwCeQ3x2s .nav-item:focus,
.cid-sUwCeQ3x2s .nav-link:focus {
  outline: none;
}
.cid-sUwCeQ3x2s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUwCeQ3x2s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUwCeQ3x2s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUwCeQ3x2s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUwCeQ3x2s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUwCeQ3x2s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUwCeQ3x2s .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sUwCeQ3x2s .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUwCeQ3x2s .navbar.opened {
  transition: all .3s;
}
.cid-sUwCeQ3x2s .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUwCeQ3x2s .navbar .navbar-logo img {
  width: auto;
}
.cid-sUwCeQ3x2s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUwCeQ3x2s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUwCeQ3x2s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUwCeQ3x2s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUwCeQ3x2s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUwCeQ3x2s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUwCeQ3x2s .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: 55%;
}
.cid-sUwCeQ3x2s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUwCeQ3x2s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUwCeQ3x2s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUwCeQ3x2s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUwCeQ3x2s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUwCeQ3x2s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUwCeQ3x2s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUwCeQ3x2s .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: 55%;
  }
  .cid-sUwCeQ3x2s .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUwCeQ3x2s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUwCeQ3x2s .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUwCeQ3x2s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUwCeQ3x2s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUwCeQ3x2s .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUwCeQ3x2s .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUwCeQ3x2s .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUwCeQ3x2s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUwCeQ3x2s .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUwCeQ3x2s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUwCeQ3x2s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUwCeQ3x2s .dropdown-item.active,
.cid-sUwCeQ3x2s .dropdown-item:active {
  background-color: transparent;
}
.cid-sUwCeQ3x2s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUwCeQ3x2s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUwCeQ3x2s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUwCeQ3x2s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sUwCeQ3x2s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUwCeQ3x2s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUwCeQ3x2s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUwCeQ3x2s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUwCeQ3x2s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUwCeQ3x2s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUwCeQ3x2s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUwCeQ3x2s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUwCeQ3x2s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUwCeQ3x2s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUwCeQ3x2s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUwCeQ3x2s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUwCeQ3x2s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUwCeQ3x2s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUwCeQ3x2s .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUwCeQ3x2s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUwCeQ3x2s .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-sUwCeQ3x2s .navbar {
    height: 77px;
  }
  .cid-sUwCeQ3x2s .navbar.opened {
    height: auto;
  }
  .cid-sUwCeQ3x2s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUwCeQz5XL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUwCeQz5XL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUwCeQz5XL .row {
  flex-direction: row-reverse;
}
.cid-sUwCeQz5XL img {
  width: 100%;
}
.cid-sUwCeQVRos {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUwCeQVRos .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sUwCeQVRos .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUwCeQVRos img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUwCeQVRos .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUwCeQVRos .mbr-text {
  color: #000000;
}
.cid-sUwCeQVRos .mbr-section-title {
  color: #071440;
}
.cid-sUwCeRgkQJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sUwCeRgkQJ .row {
  flex-direction: row-reverse;
}
.cid-sUwCeRgkQJ .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUwCeRgkQJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUwCeRgkQJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUwCeRgkQJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUwCeRgkQJ .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUwCeRgkQJ .mbr-section-title {
  text-align: center;
}
.cid-sUwCeRBVms {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sUwCeRBVms .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sUwCeRBVms .mbr-text {
  color: #000000;
}
.cid-sUwFNDWyyH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUwFNDWyyH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUwFNDWyyH .row {
  flex-direction: row-reverse;
}
.cid-sUwFNDWyyH img {
  width: 100%;
}
.cid-sUwJDKuXjE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sUwJDKuXjE .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sUwJDKuXjE .mbr-text {
  color: #000000;
}
.cid-sUwCeRTW2R {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sUwCeRTW2R .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUwCeRTW2R .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUwCeRTW2R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUwCeRTW2R .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUwCeRTW2R .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUwCeRTW2R .mbr-section-title {
  text-align: center;
}
.cid-sUwKNYFB9e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUwKNYFB9e .row {
  flex-direction: row-reverse;
}
.cid-sUwKNYFB9e .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUwKNYFB9e .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUwKNYFB9e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUwKNYFB9e .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUwKNYFB9e .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUwKNYFB9e .mbr-section-title {
  text-align: center;
}
.cid-sUwCeSgKDH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUwCeSgKDH .row {
  flex-direction: row-reverse;
}
.cid-sUwCeSgKDH .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUwCeSgKDH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUwCeSgKDH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUwCeSgKDH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUwCeSgKDH .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUwCeSgKDH .mbr-section-title {
  text-align: center;
}
.cid-sUwCeSDLPj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUwCeSDLPj .video-wrapper iframe {
  width: 100%;
}
.cid-sUwCeSDLPj .mbr-section-title,
.cid-sUwCeSDLPj .mbr-section-subtitle,
.cid-sUwCeSDLPj .mbr-text {
  text-align: center;
}
.cid-sUwCeSDLPj .mbr-section-title {
  color: #000000;
}
.cid-sUwCeSDLPj .mbr-section-subtitle {
  color: #000000;
}
.cid-sUwCeT7MUG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sUwCeT7MUG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUwCeT7MUG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUwCeT7MUG .row {
    text-align: center;
  }
  .cid-sUwCeT7MUG .row > div {
    margin: auto;
  }
  .cid-sUwCeT7MUG .social-row {
    justify-content: center;
  }
}
.cid-sUwCeT7MUG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUwCeT7MUG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sUwCeT7MUG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUwCeT7MUG .list {
    margin-bottom: 0rem;
  }
}
.cid-sUwCeT7MUG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUwCeT7MUG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUwCeT7MUG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUwCeT7MUG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUwCeT7MUG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUNqODbkNY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUNqODbkNY nav.navbar {
  position: fixed;
}
.cid-sUNqODbkNY .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-sUNqODbkNY .dropdown-menu {
  padding: 0;
}
.cid-sUNqODbkNY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUNqODbkNY .dropdown-item:hover,
.cid-sUNqODbkNY .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sUNqODbkNY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUNqODbkNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUNqODbkNY .nav-link {
  position: relative;
}
.cid-sUNqODbkNY .container {
  display: flex;
  margin: auto;
}
.cid-sUNqODbkNY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUNqODbkNY .navbar-caption {
  padding-right: 4rem;
}
.cid-sUNqODbkNY .dropdown-menu,
.cid-sUNqODbkNY .navbar.opened {
  background: #fafafa !important;
}
.cid-sUNqODbkNY .nav-item:focus,
.cid-sUNqODbkNY .nav-link:focus {
  outline: none;
}
.cid-sUNqODbkNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUNqODbkNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUNqODbkNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUNqODbkNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUNqODbkNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUNqODbkNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUNqODbkNY .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sUNqODbkNY .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUNqODbkNY .navbar.opened {
  transition: all .3s;
}
.cid-sUNqODbkNY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUNqODbkNY .navbar .navbar-logo img {
  width: auto;
}
.cid-sUNqODbkNY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUNqODbkNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUNqODbkNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUNqODbkNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUNqODbkNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUNqODbkNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUNqODbkNY .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: 55%;
}
.cid-sUNqODbkNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUNqODbkNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUNqODbkNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUNqODbkNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUNqODbkNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUNqODbkNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUNqODbkNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUNqODbkNY .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: 55%;
  }
  .cid-sUNqODbkNY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUNqODbkNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUNqODbkNY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUNqODbkNY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUNqODbkNY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUNqODbkNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUNqODbkNY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUNqODbkNY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUNqODbkNY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUNqODbkNY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUNqODbkNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUNqODbkNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUNqODbkNY .dropdown-item.active,
.cid-sUNqODbkNY .dropdown-item:active {
  background-color: transparent;
}
.cid-sUNqODbkNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUNqODbkNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUNqODbkNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUNqODbkNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sUNqODbkNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUNqODbkNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUNqODbkNY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUNqODbkNY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUNqODbkNY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUNqODbkNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUNqODbkNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUNqODbkNY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUNqODbkNY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUNqODbkNY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUNqODbkNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUNqODbkNY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUNqODbkNY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUNqODbkNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUNqODbkNY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUNqODbkNY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUNqODbkNY .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-sUNqODbkNY .navbar {
    height: 77px;
  }
  .cid-sUNqODbkNY .navbar.opened {
    height: auto;
  }
  .cid-sUNqODbkNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUNqODEhAs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUNqODEhAs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUNqODEhAs .row {
  flex-direction: row-reverse;
}
.cid-sUNqODEhAs img {
  width: 100%;
}
.cid-sUNqODUEn6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUNqODUEn6 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sUNqODUEn6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUNqODUEn6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUNqODUEn6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUNqODUEn6 .mbr-text {
  color: #000000;
}
.cid-sUNqODUEn6 .mbr-section-title {
  color: #071440;
}
.cid-sUNqOEdjpu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sUNqOEdjpu .row {
  flex-direction: row-reverse;
}
.cid-sUNqOEdjpu .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUNqOEdjpu .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUNqOEdjpu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUNqOEdjpu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUNqOEdjpu .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUNqOEdjpu .mbr-section-title {
  text-align: center;
}
.cid-sUNqOEwW24 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sUNqOEwW24 .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sUNqOEwW24 .mbr-text {
  color: #000000;
}
.cid-sUNqOG17mT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUNqOG17mT .row {
  flex-direction: row-reverse;
}
.cid-sUNqOG17mT .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUNqOG17mT .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUNqOG17mT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUNqOG17mT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUNqOG17mT .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUNqOG17mT .mbr-section-title {
  text-align: center;
}
.cid-sUNqOGlWu7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUNqOGlWu7 .video-wrapper iframe {
  width: 100%;
}
.cid-sUNqOGlWu7 .mbr-section-title,
.cid-sUNqOGlWu7 .mbr-section-subtitle,
.cid-sUNqOGlWu7 .mbr-text {
  text-align: center;
}
.cid-sUNqOGlWu7 .mbr-section-title {
  color: #000000;
}
.cid-sUNqOGlWu7 .mbr-section-subtitle {
  color: #000000;
}
.cid-sUNqOGFIp6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sUNqOGFIp6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUNqOGFIp6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUNqOGFIp6 .row {
    text-align: center;
  }
  .cid-sUNqOGFIp6 .row > div {
    margin: auto;
  }
  .cid-sUNqOGFIp6 .social-row {
    justify-content: center;
  }
}
.cid-sUNqOGFIp6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUNqOGFIp6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sUNqOGFIp6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUNqOGFIp6 .list {
    margin-bottom: 0rem;
  }
}
.cid-sUNqOGFIp6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUNqOGFIp6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUNqOGFIp6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUNqOGFIp6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUNqOGFIp6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sWiKwa2hZ5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWiKwa2hZ5 nav.navbar {
  position: fixed;
}
.cid-sWiKwa2hZ5 .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-sWiKwa2hZ5 .dropdown-menu {
  padding: 0;
}
.cid-sWiKwa2hZ5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWiKwa2hZ5 .dropdown-item:hover,
.cid-sWiKwa2hZ5 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sWiKwa2hZ5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWiKwa2hZ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWiKwa2hZ5 .nav-link {
  position: relative;
}
.cid-sWiKwa2hZ5 .container {
  display: flex;
  margin: auto;
}
.cid-sWiKwa2hZ5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWiKwa2hZ5 .navbar-caption {
  padding-right: 4rem;
}
.cid-sWiKwa2hZ5 .dropdown-menu,
.cid-sWiKwa2hZ5 .navbar.opened {
  background: #fafafa !important;
}
.cid-sWiKwa2hZ5 .nav-item:focus,
.cid-sWiKwa2hZ5 .nav-link:focus {
  outline: none;
}
.cid-sWiKwa2hZ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWiKwa2hZ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWiKwa2hZ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWiKwa2hZ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWiKwa2hZ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWiKwa2hZ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWiKwa2hZ5 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sWiKwa2hZ5 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWiKwa2hZ5 .navbar.opened {
  transition: all .3s;
}
.cid-sWiKwa2hZ5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWiKwa2hZ5 .navbar .navbar-logo img {
  width: auto;
}
.cid-sWiKwa2hZ5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWiKwa2hZ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWiKwa2hZ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWiKwa2hZ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWiKwa2hZ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWiKwa2hZ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWiKwa2hZ5 .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: 55%;
}
.cid-sWiKwa2hZ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWiKwa2hZ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWiKwa2hZ5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWiKwa2hZ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWiKwa2hZ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWiKwa2hZ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWiKwa2hZ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWiKwa2hZ5 .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: 55%;
  }
  .cid-sWiKwa2hZ5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWiKwa2hZ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWiKwa2hZ5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWiKwa2hZ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWiKwa2hZ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWiKwa2hZ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWiKwa2hZ5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWiKwa2hZ5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWiKwa2hZ5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWiKwa2hZ5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWiKwa2hZ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWiKwa2hZ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWiKwa2hZ5 .dropdown-item.active,
.cid-sWiKwa2hZ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWiKwa2hZ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWiKwa2hZ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWiKwa2hZ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWiKwa2hZ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sWiKwa2hZ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWiKwa2hZ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWiKwa2hZ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWiKwa2hZ5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWiKwa2hZ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWiKwa2hZ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWiKwa2hZ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWiKwa2hZ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWiKwa2hZ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWiKwa2hZ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWiKwa2hZ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWiKwa2hZ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWiKwa2hZ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWiKwa2hZ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWiKwa2hZ5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWiKwa2hZ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWiKwa2hZ5 .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-sWiKwa2hZ5 .navbar {
    height: 77px;
  }
  .cid-sWiKwa2hZ5 .navbar.opened {
    height: auto;
  }
  .cid-sWiKwa2hZ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWiKwaFNtb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sWiKwaFNtb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWiKwaFNtb .row {
  flex-direction: row-reverse;
}
.cid-sWiKwaFNtb img {
  width: 100%;
}
.cid-sWiKwb3HgV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWiKwb3HgV .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sWiKwb3HgV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWiKwb3HgV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sWiKwb3HgV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWiKwb3HgV .mbr-text {
  color: #000000;
}
.cid-sWiKwb3HgV .mbr-section-title {
  color: #071440;
}
.cid-sWjN1CkdZw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sWjN1CkdZw .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sWjN1CkdZw .col-lg-4,
.cid-sWjN1CkdZw .col-12 {
  padding: 0 2rem;
}
.cid-sWjN1CkdZw .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sWjN1CkdZw .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sWjN1CkdZw .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sWjN1CkdZw .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sWjN1CkdZw .card-title,
.cid-sWjN1CkdZw .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sWjN1CkdZw .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sWjN1CkdZw .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sWjN1CkdZw .mbr-section-title {
  color: #36187d;
}
.cid-sWj5IMthCt {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sWj5IMthCt .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-sWj5IMthCt .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sWj5IMthCt .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-sWj5IMthCt .row {
  align-items: center;
}
.cid-sWj5IMthCt .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sWj5IMthCt .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sWj5IMthCt .card-title,
.cid-sWj5IMthCt .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-sWj5IMthCt a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sWj5IMthCt .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-sWj5IMthCt .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-sWj5IMthCt .lin {
  position: relative;
  transition: color 0.2s ease-out;
  text-align: left;
  color: #2299aa;
}
.cid-sWj5IMthCt .it {
  font-style: italic;
}
.cid-sWj5IMthCt .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-sWj5IMthCt .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-sWj5IMthCt .card-title,
.cid-sWj5IMthCt .lin {
  color: #2299aa;
}
.cid-sWjtFtTiMM {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sWjtFtTiMM .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sWjtFtTiMM .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 153, 102, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sWjtFtTiMM .iconfont-wrapper .mbr-iconfont {
  color: #ff9966;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sWjtFtTiMM .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sWjtFtTiMM .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sWjtFtTiMM .btn_link:hover {
  cursor: pointer;
}
.cid-sWjtFtTiMM .btn_link:hover a {
  color: #010320 !important;
}
.cid-sWjtFtTiMM .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sWjtFtTiMM .mbr-section-title {
  margin-bottom: 36px;
  color: #ec1111;
}
.cid-sWjtFtTiMM .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-sWjtFtTiMM .column2 {
    margin-top: 100px;
  }
}
.cid-sWjtFtTiMM .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-sWjtFtTiMM .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-sWjtFtTiMM .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-sWjtFtTiMM .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-sWjtFtTiMM .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(1, 3, 32, 0.4);
  background: -webkit-linear-gradient(40deg, #010320 0%, rgba(1, 3, 32, 0.3) 100%);
}
.cid-sWjtFtTiMM .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(0, 33, 81, 0.4);
  background: -webkit-linear-gradient(40deg, #002151 0%, rgba(0, 33, 81, 0.3) 100%);
}
.cid-sWjtFtTiMM .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(15, 127, 177, 0.4);
  background: -webkit-linear-gradient(40deg, #0f7fb1 0%, rgba(15, 127, 177, 0.3) 100%);
}
.cid-sWjtFtTiMM .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(53, 53, 53, 0.4);
  background: -webkit-linear-gradient(40deg, #353535 0%, rgba(53, 53, 53, 0.3) 100%);
}
.cid-sWjtFtTiMM .card__title {
  margin-bottom: 15px;
  color: #ec1111;
}
.cid-sWjtFtTiMM .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-sWjtFtTiMM .title__block {
    text-align: center;
  }
  .cid-sWjtFtTiMM .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-sWjtFtTiMM .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-sWjtFtTiMM .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-sWjtFtTiMM .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-sWjtFtTiMM .mbr-section-title,
.cid-sWjtFtTiMM .icon_block {
  color: #ec5311;
}
.cid-sWjtFtTiMM .card__text,
.cid-sWjtFtTiMM .mbr-section-btn {
  text-align: left;
}
.cid-sWjtFtTiMM .card__title,
.cid-sWjtFtTiMM .icon__card_wrap {
  text-align: left;
}
.cid-sWiKwdwgBT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sWiKwdwgBT .video-wrapper iframe {
  width: 100%;
}
.cid-sWiKwdwgBT .mbr-section-title,
.cid-sWiKwdwgBT .mbr-section-subtitle,
.cid-sWiKwdwgBT .mbr-text {
  text-align: center;
}
.cid-sWiKwdwgBT .mbr-section-title {
  color: #000000;
}
.cid-sWiKwdwgBT .mbr-section-subtitle {
  color: #000000;
}
.cid-sWiKwdVcWb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sWiKwdVcWb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sWiKwdVcWb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sWiKwdVcWb .row {
    text-align: center;
  }
  .cid-sWiKwdVcWb .row > div {
    margin: auto;
  }
  .cid-sWiKwdVcWb .social-row {
    justify-content: center;
  }
}
.cid-sWiKwdVcWb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sWiKwdVcWb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sWiKwdVcWb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sWiKwdVcWb .list {
    margin-bottom: 0rem;
  }
}
.cid-sWiKwdVcWb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sWiKwdVcWb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWiKwdVcWb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sWiKwdVcWb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sWiKwdVcWb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sWjGhzvuxj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWjGhzvuxj nav.navbar {
  position: fixed;
}
.cid-sWjGhzvuxj .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-sWjGhzvuxj .dropdown-menu {
  padding: 0;
}
.cid-sWjGhzvuxj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWjGhzvuxj .dropdown-item:hover,
.cid-sWjGhzvuxj .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sWjGhzvuxj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWjGhzvuxj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWjGhzvuxj .nav-link {
  position: relative;
}
.cid-sWjGhzvuxj .container {
  display: flex;
  margin: auto;
}
.cid-sWjGhzvuxj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWjGhzvuxj .navbar-caption {
  padding-right: 4rem;
}
.cid-sWjGhzvuxj .dropdown-menu,
.cid-sWjGhzvuxj .navbar.opened {
  background: #fafafa !important;
}
.cid-sWjGhzvuxj .nav-item:focus,
.cid-sWjGhzvuxj .nav-link:focus {
  outline: none;
}
.cid-sWjGhzvuxj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWjGhzvuxj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWjGhzvuxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWjGhzvuxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWjGhzvuxj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWjGhzvuxj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWjGhzvuxj .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sWjGhzvuxj .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWjGhzvuxj .navbar.opened {
  transition: all .3s;
}
.cid-sWjGhzvuxj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWjGhzvuxj .navbar .navbar-logo img {
  width: auto;
}
.cid-sWjGhzvuxj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWjGhzvuxj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWjGhzvuxj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWjGhzvuxj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWjGhzvuxj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWjGhzvuxj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWjGhzvuxj .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: 55%;
}
.cid-sWjGhzvuxj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWjGhzvuxj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWjGhzvuxj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWjGhzvuxj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWjGhzvuxj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWjGhzvuxj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWjGhzvuxj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWjGhzvuxj .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: 55%;
  }
  .cid-sWjGhzvuxj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWjGhzvuxj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWjGhzvuxj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWjGhzvuxj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWjGhzvuxj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWjGhzvuxj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWjGhzvuxj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWjGhzvuxj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWjGhzvuxj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWjGhzvuxj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWjGhzvuxj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWjGhzvuxj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWjGhzvuxj .dropdown-item.active,
.cid-sWjGhzvuxj .dropdown-item:active {
  background-color: transparent;
}
.cid-sWjGhzvuxj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWjGhzvuxj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWjGhzvuxj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWjGhzvuxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sWjGhzvuxj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWjGhzvuxj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWjGhzvuxj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWjGhzvuxj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWjGhzvuxj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWjGhzvuxj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWjGhzvuxj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWjGhzvuxj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWjGhzvuxj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWjGhzvuxj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWjGhzvuxj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWjGhzvuxj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWjGhzvuxj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWjGhzvuxj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWjGhzvuxj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWjGhzvuxj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWjGhzvuxj .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-sWjGhzvuxj .navbar {
    height: 77px;
  }
  .cid-sWjGhzvuxj .navbar.opened {
    height: auto;
  }
  .cid-sWjGhzvuxj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWjGhAikoQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sWjGhAikoQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWjGhAikoQ .row {
  flex-direction: row-reverse;
}
.cid-sWjGhAikoQ img {
  width: 100%;
}
.cid-sWjGhAM40q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWjGhAM40q .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sWjGhAM40q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWjGhAM40q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sWjGhAM40q .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWjGhAM40q .mbr-text {
  color: #000000;
}
.cid-sWjGhAM40q .mbr-section-title {
  color: #071440;
}
.cid-sWpmqKm3Al {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sWpmqKm3Al .row {
  flex-direction: row-reverse;
}
.cid-sWpmqKm3Al .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWpmqKm3Al .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWpmqKm3Al .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWpmqKm3Al .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWpmqKm3Al .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWpmqKm3Al .mbr-section-title {
  text-align: center;
}
.cid-sWpmr5JhU3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWpmr5JhU3 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWpmr5JhU3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWpmr5JhU3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWpmr5JhU3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWpmr5JhU3 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWpmr5JhU3 .mbr-section-title {
  text-align: center;
}
.cid-sWpmrqgiO7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sWpmrqgiO7 .row {
  flex-direction: row-reverse;
}
.cid-sWpmrqgiO7 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWpmrqgiO7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWpmrqgiO7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWpmrqgiO7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWpmrqgiO7 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWpmrqgiO7 .mbr-section-title {
  text-align: center;
}
.cid-sWjNm5RNWv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWjNm5RNWv .mbr-section-title {
  margin-bottom: 50px;
}
.cid-sWjNm5RNWv .container-table {
  margin: 0 auto;
}
.cid-sWjNm5RNWv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sWjNm5RNWv .dataTables_wrapper {
  display: block;
}
.cid-sWjNm5RNWv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sWjNm5RNWv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sWjNm5RNWv .head-item {
  color: #000000;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-sWjNm5RNWv .body-item {
  color: #212529;
  text-align: left;
}
.cid-sWjNm5RNWv .table td,
.cid-sWjNm5RNWv .table th {
  border: none;
}
.cid-sWjNm5RNWv table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sWjNm5RNWv table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sWjNm5RNWv table td {
  padding: 24px 15px 20px 15px;
}
.cid-sWjNm5RNWv table.table {
  background: #ffffff;
}
.cid-sWjNm5RNWv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sWjNm5RNWv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sWjNm5RNWv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sWjNm5RNWv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sWjNm5RNWv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sWjNm5RNWv .dataTables_filter {
    text-align: center;
  }
  .cid-sWjNm5RNWv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sWjGhCVxo6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sWjGhCVxo6 .video-wrapper iframe {
  width: 100%;
}
.cid-sWjGhCVxo6 .mbr-section-title,
.cid-sWjGhCVxo6 .mbr-section-subtitle,
.cid-sWjGhCVxo6 .mbr-text {
  text-align: center;
}
.cid-sWjGhCVxo6 .mbr-section-title {
  color: #000000;
}
.cid-sWjGhCVxo6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWjGhDrfwx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sWjGhDrfwx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sWjGhDrfwx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sWjGhDrfwx .row {
    text-align: center;
  }
  .cid-sWjGhDrfwx .row > div {
    margin: auto;
  }
  .cid-sWjGhDrfwx .social-row {
    justify-content: center;
  }
}
.cid-sWjGhDrfwx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sWjGhDrfwx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sWjGhDrfwx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sWjGhDrfwx .list {
    margin-bottom: 0rem;
  }
}
.cid-sWjGhDrfwx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sWjGhDrfwx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWjGhDrfwx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sWjGhDrfwx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sWjGhDrfwx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sWLvTsCpO6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWLvTsCpO6 nav.navbar {
  position: fixed;
}
.cid-sWLvTsCpO6 .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-sWLvTsCpO6 .dropdown-menu {
  padding: 0;
}
.cid-sWLvTsCpO6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWLvTsCpO6 .dropdown-item:hover,
.cid-sWLvTsCpO6 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sWLvTsCpO6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWLvTsCpO6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWLvTsCpO6 .nav-link {
  position: relative;
}
.cid-sWLvTsCpO6 .container {
  display: flex;
  margin: auto;
}
.cid-sWLvTsCpO6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWLvTsCpO6 .navbar-caption {
  padding-right: 4rem;
}
.cid-sWLvTsCpO6 .dropdown-menu,
.cid-sWLvTsCpO6 .navbar.opened {
  background: #fafafa !important;
}
.cid-sWLvTsCpO6 .nav-item:focus,
.cid-sWLvTsCpO6 .nav-link:focus {
  outline: none;
}
.cid-sWLvTsCpO6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWLvTsCpO6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWLvTsCpO6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWLvTsCpO6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWLvTsCpO6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWLvTsCpO6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWLvTsCpO6 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sWLvTsCpO6 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWLvTsCpO6 .navbar.opened {
  transition: all .3s;
}
.cid-sWLvTsCpO6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWLvTsCpO6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sWLvTsCpO6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWLvTsCpO6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWLvTsCpO6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWLvTsCpO6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWLvTsCpO6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWLvTsCpO6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWLvTsCpO6 .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: 55%;
}
.cid-sWLvTsCpO6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWLvTsCpO6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWLvTsCpO6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWLvTsCpO6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWLvTsCpO6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWLvTsCpO6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWLvTsCpO6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWLvTsCpO6 .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: 55%;
  }
  .cid-sWLvTsCpO6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWLvTsCpO6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWLvTsCpO6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWLvTsCpO6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWLvTsCpO6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWLvTsCpO6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWLvTsCpO6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWLvTsCpO6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWLvTsCpO6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWLvTsCpO6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWLvTsCpO6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWLvTsCpO6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWLvTsCpO6 .dropdown-item.active,
.cid-sWLvTsCpO6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWLvTsCpO6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWLvTsCpO6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWLvTsCpO6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWLvTsCpO6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sWLvTsCpO6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWLvTsCpO6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWLvTsCpO6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWLvTsCpO6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWLvTsCpO6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWLvTsCpO6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWLvTsCpO6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWLvTsCpO6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWLvTsCpO6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWLvTsCpO6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWLvTsCpO6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWLvTsCpO6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWLvTsCpO6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWLvTsCpO6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWLvTsCpO6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWLvTsCpO6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWLvTsCpO6 .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-sWLvTsCpO6 .navbar {
    height: 77px;
  }
  .cid-sWLvTsCpO6 .navbar.opened {
    height: auto;
  }
  .cid-sWLvTsCpO6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWLvTtoAuG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #010a26;
}
@media (max-width: 991px) {
  .cid-sWLvTtoAuG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWLvTtoAuG .row {
  flex-direction: row-reverse;
}
.cid-sWLvTtoAuG img {
  width: 100%;
}
.cid-sWMZu0Azq5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sWMZu0Azq5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sWMZu0Azq5 .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sWMZu0Azq5 .image-block {
    width: 100% !important;
  }
}
.cid-sWMZu0Azq5 .container-fluid {
  padding: 0;
}
@media (min-width: 767px) {
  .cid-sWMZu0Azq5 .container {
    padding: 0 2rem;
  }
}
.cid-sWLHw1wEmA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWLHw1wEmA .row {
  flex-direction: row-reverse;
}
.cid-sWLHw1wEmA .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWLHw1wEmA .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWLHw1wEmA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWLHw1wEmA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWLHw1wEmA .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWLHw1wEmA .mbr-section-title {
  text-align: center;
}
.cid-sWMLjPiP6s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sWMLjPiP6s .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sWMLjPiP6s .mbr-text {
  color: #000000;
}
.cid-sWMT1Gj4tu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sWMT1Gj4tu .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sWMT1Gj4tu .mbr-text {
  color: #000000;
}
.cid-sWLvTv0mKS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #010a26;
}
.cid-sWLvTv0mKS .video-wrapper iframe {
  width: 100%;
}
.cid-sWLvTv0mKS .mbr-section-title,
.cid-sWLvTv0mKS .mbr-section-subtitle,
.cid-sWLvTv0mKS .mbr-text {
  text-align: center;
}
.cid-sWLvTv0mKS .mbr-text {
  color: #ffffff;
}
.cid-sWLvTv0mKS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWLvTvrqPg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sWLvTvrqPg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sWLvTvrqPg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sWLvTvrqPg .row {
    text-align: center;
  }
  .cid-sWLvTvrqPg .row > div {
    margin: auto;
  }
  .cid-sWLvTvrqPg .social-row {
    justify-content: center;
  }
}
.cid-sWLvTvrqPg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sWLvTvrqPg .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sWLvTvrqPg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sWLvTvrqPg .list {
    margin-bottom: 0rem;
  }
}
.cid-sWLvTvrqPg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sWLvTvrqPg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWLvTvrqPg .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sWLvTvrqPg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sWLvTvrqPg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sWMBKlg13p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWMBKlg13p nav.navbar {
  position: fixed;
}
.cid-sWMBKlg13p .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-sWMBKlg13p .dropdown-menu {
  padding: 0;
}
.cid-sWMBKlg13p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWMBKlg13p .dropdown-item:hover,
.cid-sWMBKlg13p .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sWMBKlg13p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWMBKlg13p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWMBKlg13p .nav-link {
  position: relative;
}
.cid-sWMBKlg13p .container {
  display: flex;
  margin: auto;
}
.cid-sWMBKlg13p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWMBKlg13p .navbar-caption {
  padding-right: 4rem;
}
.cid-sWMBKlg13p .dropdown-menu,
.cid-sWMBKlg13p .navbar.opened {
  background: #fafafa !important;
}
.cid-sWMBKlg13p .nav-item:focus,
.cid-sWMBKlg13p .nav-link:focus {
  outline: none;
}
.cid-sWMBKlg13p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWMBKlg13p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWMBKlg13p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWMBKlg13p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWMBKlg13p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWMBKlg13p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWMBKlg13p .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sWMBKlg13p .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWMBKlg13p .navbar.opened {
  transition: all .3s;
}
.cid-sWMBKlg13p .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWMBKlg13p .navbar .navbar-logo img {
  width: auto;
}
.cid-sWMBKlg13p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWMBKlg13p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWMBKlg13p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWMBKlg13p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWMBKlg13p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWMBKlg13p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWMBKlg13p .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: 55%;
}
.cid-sWMBKlg13p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWMBKlg13p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWMBKlg13p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWMBKlg13p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWMBKlg13p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWMBKlg13p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWMBKlg13p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWMBKlg13p .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: 55%;
  }
  .cid-sWMBKlg13p .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWMBKlg13p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWMBKlg13p .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWMBKlg13p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWMBKlg13p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWMBKlg13p .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWMBKlg13p .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWMBKlg13p .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWMBKlg13p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWMBKlg13p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWMBKlg13p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWMBKlg13p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWMBKlg13p .dropdown-item.active,
.cid-sWMBKlg13p .dropdown-item:active {
  background-color: transparent;
}
.cid-sWMBKlg13p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWMBKlg13p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWMBKlg13p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWMBKlg13p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sWMBKlg13p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWMBKlg13p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWMBKlg13p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWMBKlg13p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWMBKlg13p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWMBKlg13p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWMBKlg13p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWMBKlg13p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWMBKlg13p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWMBKlg13p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWMBKlg13p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWMBKlg13p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWMBKlg13p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWMBKlg13p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWMBKlg13p .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWMBKlg13p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWMBKlg13p .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-sWMBKlg13p .navbar {
    height: 77px;
  }
  .cid-sWMBKlg13p .navbar.opened {
    height: auto;
  }
  .cid-sWMBKlg13p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWMBKlK65d {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sWMBKlK65d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWMBKlK65d .row {
  flex-direction: row-reverse;
}
.cid-sWMBKlK65d img {
  width: 100%;
}
.cid-sWMBKm497j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWMBKm497j .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sWMBKm497j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWMBKm497j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sWMBKm497j .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWMBKm497j .mbr-text {
  color: #000000;
}
.cid-sWMBKm497j .mbr-section-title {
  color: #071440;
}
.cid-sWMBKml52B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sWMBKml52B .row {
  flex-direction: row-reverse;
}
.cid-sWMBKml52B .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWMBKml52B .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWMBKml52B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWMBKml52B .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWMBKml52B .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWMBKml52B .mbr-section-title {
  text-align: center;
}
.cid-sWMBKmDmL4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWMBKmDmL4 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWMBKmDmL4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWMBKmDmL4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWMBKmDmL4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWMBKmDmL4 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWMBKmDmL4 .mbr-section-title {
  text-align: center;
}
.cid-sWMBKmXVRn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sWMBKmXVRn .row {
  flex-direction: row-reverse;
}
.cid-sWMBKmXVRn .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sWMBKmXVRn .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWMBKmXVRn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sWMBKmXVRn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWMBKmXVRn .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sWMBKmXVRn .mbr-section-title {
  text-align: center;
}
.cid-sXCTrrfOlm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sXCTrrfOlm .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sXCTrrfOlm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXCTrrfOlm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sXCTrrfOlm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXCTrrfOlm .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sXCTrrfOlm .mbr-section-title {
  text-align: center;
}
.cid-sXCTrNrw8f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sXCTrNrw8f .row {
  flex-direction: row-reverse;
}
.cid-sXCTrNrw8f .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sXCTrNrw8f .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXCTrNrw8f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sXCTrNrw8f .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXCTrNrw8f .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sXCTrNrw8f .mbr-section-title {
  text-align: center;
}
.cid-sWMBKoGUFk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sWMBKoGUFk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sWMBKoGUFk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sWMBKoGUFk .row {
    text-align: center;
  }
  .cid-sWMBKoGUFk .row > div {
    margin: auto;
  }
  .cid-sWMBKoGUFk .social-row {
    justify-content: center;
  }
}
.cid-sWMBKoGUFk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sWMBKoGUFk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sWMBKoGUFk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sWMBKoGUFk .list {
    margin-bottom: 0rem;
  }
}
.cid-sWMBKoGUFk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sWMBKoGUFk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWMBKoGUFk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sWMBKoGUFk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sWMBKoGUFk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sXrWWPnwY2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sXrWWPnwY2 nav.navbar {
  position: fixed;
}
.cid-sXrWWPnwY2 .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-sXrWWPnwY2 .dropdown-menu {
  padding: 0;
}
.cid-sXrWWPnwY2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXrWWPnwY2 .dropdown-item:hover,
.cid-sXrWWPnwY2 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sXrWWPnwY2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sXrWWPnwY2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXrWWPnwY2 .nav-link {
  position: relative;
}
.cid-sXrWWPnwY2 .container {
  display: flex;
  margin: auto;
}
.cid-sXrWWPnwY2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sXrWWPnwY2 .navbar-caption {
  padding-right: 4rem;
}
.cid-sXrWWPnwY2 .dropdown-menu,
.cid-sXrWWPnwY2 .navbar.opened {
  background: #fafafa !important;
}
.cid-sXrWWPnwY2 .nav-item:focus,
.cid-sXrWWPnwY2 .nav-link:focus {
  outline: none;
}
.cid-sXrWWPnwY2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXrWWPnwY2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXrWWPnwY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sXrWWPnwY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXrWWPnwY2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXrWWPnwY2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXrWWPnwY2 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sXrWWPnwY2 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sXrWWPnwY2 .navbar.opened {
  transition: all .3s;
}
.cid-sXrWWPnwY2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sXrWWPnwY2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sXrWWPnwY2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXrWWPnwY2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXrWWPnwY2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXrWWPnwY2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sXrWWPnwY2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXrWWPnwY2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXrWWPnwY2 .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: 55%;
}
.cid-sXrWWPnwY2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXrWWPnwY2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sXrWWPnwY2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sXrWWPnwY2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXrWWPnwY2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXrWWPnwY2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXrWWPnwY2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXrWWPnwY2 .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: 55%;
  }
  .cid-sXrWWPnwY2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sXrWWPnwY2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXrWWPnwY2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXrWWPnwY2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXrWWPnwY2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXrWWPnwY2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sXrWWPnwY2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXrWWPnwY2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sXrWWPnwY2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXrWWPnwY2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXrWWPnwY2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXrWWPnwY2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXrWWPnwY2 .dropdown-item.active,
.cid-sXrWWPnwY2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXrWWPnwY2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXrWWPnwY2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXrWWPnwY2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXrWWPnwY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sXrWWPnwY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXrWWPnwY2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXrWWPnwY2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXrWWPnwY2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXrWWPnwY2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sXrWWPnwY2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sXrWWPnwY2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sXrWWPnwY2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sXrWWPnwY2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sXrWWPnwY2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sXrWWPnwY2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXrWWPnwY2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sXrWWPnwY2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sXrWWPnwY2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXrWWPnwY2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sXrWWPnwY2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXrWWPnwY2 .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-sXrWWPnwY2 .navbar {
    height: 77px;
  }
  .cid-sXrWWPnwY2 .navbar.opened {
    height: auto;
  }
  .cid-sXrWWPnwY2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXrWWQ52Cm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXrWWQ52Cm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXrWWQ52Cm .row {
  flex-direction: row-reverse;
}
.cid-sXrWWQ52Cm img {
  width: 100%;
}
.cid-sXrWWQpjxt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXrWWQpjxt .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sXrWWQpjxt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sXrWWQpjxt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sXrWWQpjxt .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXrWWQpjxt .mbr-text {
  color: #000000;
}
.cid-sXrWWQpjxt .mbr-section-title {
  color: #071440;
}
.cid-sXs3Ayu0BO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sXs3Ayu0BO .row {
  flex-direction: row-reverse;
}
.cid-sXs3Ayu0BO .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sXs3Ayu0BO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sXs3Ayu0BO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sXs3Ayu0BO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXs3Ayu0BO .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sXs3Ayu0BO .mbr-section-title {
  text-align: center;
}
.cid-sXrWWRlUhG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXrWWRlUhG .img-wrapper {
  text-align: justify;
}
.cid-sXrWWRlUhG img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sXrWWRlUhG .row {
  align-items: flex-start;
}
.cid-sXrWWRlUhG .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sXrWWRlUhG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sXrWWRlUhG .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXrWWRlUhG .card-wrapper {
    padding: 1rem;
  }
}
.cid-sXrWWRlUhG .mbr-text,
.cid-sXrWWRlUhG .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-sXrWWRlUhG .card-title {
  color: #000000;
  text-align: Center;
}
.cid-sXrWWRlUhG .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-sXrWWRLfA3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXrWWRLfA3 .img-wrapper {
  text-align: justify;
}
.cid-sXrWWRLfA3 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sXrWWRLfA3 .row {
  align-items: flex-start;
}
.cid-sXrWWRLfA3 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sXrWWRLfA3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sXrWWRLfA3 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXrWWRLfA3 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sXrWWRLfA3 .mbr-text,
.cid-sXrWWRLfA3 .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-sXrWWRLfA3 .card-title {
  color: #000000;
  text-align: Center;
}
.cid-sXrWWRLfA3 .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-sXrWWSdRrZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sXrWWSdRrZ .video-wrapper iframe {
  width: 100%;
}
.cid-sXrWWSdRrZ .mbr-section-title,
.cid-sXrWWSdRrZ .mbr-section-subtitle,
.cid-sXrWWSdRrZ .mbr-text {
  text-align: center;
}
.cid-sXrWWSdRrZ .mbr-section-title {
  color: #000000;
}
.cid-sXrWWSdRrZ .mbr-section-subtitle {
  color: #000000;
}
.cid-sXrWWSBGHM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sXrWWSBGHM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sXrWWSBGHM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sXrWWSBGHM .row {
    text-align: center;
  }
  .cid-sXrWWSBGHM .row > div {
    margin: auto;
  }
  .cid-sXrWWSBGHM .social-row {
    justify-content: center;
  }
}
.cid-sXrWWSBGHM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sXrWWSBGHM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sXrWWSBGHM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sXrWWSBGHM .list {
    margin-bottom: 0rem;
  }
}
.cid-sXrWWSBGHM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sXrWWSBGHM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sXrWWSBGHM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sXrWWSBGHM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sXrWWSBGHM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sY6TX8D1VI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sY6TX8D1VI nav.navbar {
  position: fixed;
}
.cid-sY6TX8D1VI .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-sY6TX8D1VI .dropdown-menu {
  padding: 0;
}
.cid-sY6TX8D1VI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sY6TX8D1VI .dropdown-item:hover,
.cid-sY6TX8D1VI .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sY6TX8D1VI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sY6TX8D1VI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sY6TX8D1VI .nav-link {
  position: relative;
}
.cid-sY6TX8D1VI .container {
  display: flex;
  margin: auto;
}
.cid-sY6TX8D1VI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sY6TX8D1VI .navbar-caption {
  padding-right: 4rem;
}
.cid-sY6TX8D1VI .dropdown-menu,
.cid-sY6TX8D1VI .navbar.opened {
  background: #fafafa !important;
}
.cid-sY6TX8D1VI .nav-item:focus,
.cid-sY6TX8D1VI .nav-link:focus {
  outline: none;
}
.cid-sY6TX8D1VI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sY6TX8D1VI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sY6TX8D1VI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sY6TX8D1VI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sY6TX8D1VI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sY6TX8D1VI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sY6TX8D1VI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sY6TX8D1VI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sY6TX8D1VI .navbar.opened {
  transition: all .3s;
}
.cid-sY6TX8D1VI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sY6TX8D1VI .navbar .navbar-logo img {
  width: auto;
}
.cid-sY6TX8D1VI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sY6TX8D1VI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sY6TX8D1VI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sY6TX8D1VI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sY6TX8D1VI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sY6TX8D1VI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sY6TX8D1VI .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: 55%;
}
.cid-sY6TX8D1VI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sY6TX8D1VI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sY6TX8D1VI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sY6TX8D1VI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sY6TX8D1VI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sY6TX8D1VI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sY6TX8D1VI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sY6TX8D1VI .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: 55%;
  }
  .cid-sY6TX8D1VI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sY6TX8D1VI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sY6TX8D1VI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sY6TX8D1VI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sY6TX8D1VI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sY6TX8D1VI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sY6TX8D1VI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sY6TX8D1VI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sY6TX8D1VI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sY6TX8D1VI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sY6TX8D1VI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sY6TX8D1VI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sY6TX8D1VI .dropdown-item.active,
.cid-sY6TX8D1VI .dropdown-item:active {
  background-color: transparent;
}
.cid-sY6TX8D1VI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sY6TX8D1VI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sY6TX8D1VI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sY6TX8D1VI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sY6TX8D1VI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sY6TX8D1VI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sY6TX8D1VI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sY6TX8D1VI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sY6TX8D1VI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sY6TX8D1VI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sY6TX8D1VI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sY6TX8D1VI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sY6TX8D1VI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sY6TX8D1VI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sY6TX8D1VI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sY6TX8D1VI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sY6TX8D1VI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sY6TX8D1VI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sY6TX8D1VI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sY6TX8D1VI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sY6TX8D1VI .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-sY6TX8D1VI .navbar {
    height: 77px;
  }
  .cid-sY6TX8D1VI .navbar.opened {
    height: auto;
  }
  .cid-sY6TX8D1VI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1a2 {
  /* Type valid CSS here */
}
#custom-html-1a2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1a2 p {
  font-size: 60px;
  color: #777;
}
.cid-sY6TX9fWVR {
  background: #ffffff;
}
.cid-sY6TX9fWVR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sY6TX9fWVR figcaption {
  position: relative;
}
.cid-sY6TX9fWVR figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sY6TX9fWVR .image-block {
    width: 100% !important;
  }
}
.cid-sY6TX9qbCe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/acronis-landing-2000x1213.png");
}
.cid-sY6TX9qbCe .row {
  justify-content: space-between;
}
.cid-sY6TX9qbCe .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-sY6TX9qbCe .form-control:focus,
.cid-sY6TX9qbCe .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-sY6TX9qbCe .form-group {
  margin-bottom: 1rem;
}
.cid-sY6TX9qbCe input::-webkit-input-placeholder,
.cid-sY6TX9qbCe textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-sY6TX9qbCe input:-moz-placeholder,
.cid-sY6TX9qbCe textarea:-moz-placeholder {
  color: #353535;
}
.cid-sY6TX9qbCe .jq-selectbox li,
.cid-sY6TX9qbCe .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sY6TX9qbCe .jq-selectbox li:hover,
.cid-sY6TX9qbCe .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sY6TX9qbCe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sY6TX9qbCe .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sY6TX9qbCe .mbr-text {
  color: #767676;
}
.cid-sY6TX9qbCe .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sY6TX9qbCe .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-sY6TX9qbCe .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sY6TX9qbCe .form-block {
    padding: 1rem;
  }
}
.cid-sY6TX9qbCe H4 {
  color: #232323;
  text-align: center;
}
.cid-sY6TX9qbCe .mbr-section-title,
.cid-sY6TX9qbCe .mbr-section-btn {
  color: #ffffff;
}
.cid-sY6TX9qbCe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sY6TX9qbCe .form-text {
  color: #353535;
  text-align: left;
}
.cid-sY6TX9qbCe .text {
  color: #ffffff;
}
.cid-sY6TX9K5XC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sY6TX9K5XC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sY6TX9K5XC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sY6TX9K5XC .row {
    text-align: center;
  }
  .cid-sY6TX9K5XC .row > div {
    margin: auto;
  }
  .cid-sY6TX9K5XC .social-row {
    justify-content: center;
  }
}
.cid-sY6TX9K5XC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sY6TX9K5XC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sY6TX9K5XC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sY6TX9K5XC .list {
    margin-bottom: 0rem;
  }
}
.cid-sY6TX9K5XC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sY6TX9K5XC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sY6TX9K5XC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sY6TX9K5XC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sY6TX9K5XC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sWXaEtQeru {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWXaEtQeru nav.navbar {
  position: fixed;
}
.cid-sWXaEtQeru .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-sWXaEtQeru .dropdown-menu {
  padding: 0;
}
.cid-sWXaEtQeru .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWXaEtQeru .dropdown-item:hover,
.cid-sWXaEtQeru .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sWXaEtQeru .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWXaEtQeru .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWXaEtQeru .nav-link {
  position: relative;
}
.cid-sWXaEtQeru .container {
  display: flex;
  margin: auto;
}
.cid-sWXaEtQeru .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWXaEtQeru .navbar-caption {
  padding-right: 4rem;
}
.cid-sWXaEtQeru .dropdown-menu,
.cid-sWXaEtQeru .navbar.opened {
  background: #fafafa !important;
}
.cid-sWXaEtQeru .nav-item:focus,
.cid-sWXaEtQeru .nav-link:focus {
  outline: none;
}
.cid-sWXaEtQeru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWXaEtQeru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWXaEtQeru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWXaEtQeru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWXaEtQeru .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWXaEtQeru .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWXaEtQeru .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sWXaEtQeru .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWXaEtQeru .navbar.opened {
  transition: all .3s;
}
.cid-sWXaEtQeru .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWXaEtQeru .navbar .navbar-logo img {
  width: auto;
}
.cid-sWXaEtQeru .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWXaEtQeru .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWXaEtQeru .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWXaEtQeru .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWXaEtQeru .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWXaEtQeru .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWXaEtQeru .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: 55%;
}
.cid-sWXaEtQeru .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWXaEtQeru .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWXaEtQeru .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWXaEtQeru .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWXaEtQeru .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWXaEtQeru .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWXaEtQeru .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWXaEtQeru .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: 55%;
  }
  .cid-sWXaEtQeru .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWXaEtQeru .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWXaEtQeru .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWXaEtQeru .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWXaEtQeru .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWXaEtQeru .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWXaEtQeru .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWXaEtQeru .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWXaEtQeru .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWXaEtQeru .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWXaEtQeru .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWXaEtQeru .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWXaEtQeru .dropdown-item.active,
.cid-sWXaEtQeru .dropdown-item:active {
  background-color: transparent;
}
.cid-sWXaEtQeru .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWXaEtQeru .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWXaEtQeru .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWXaEtQeru .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sWXaEtQeru .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWXaEtQeru .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWXaEtQeru ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWXaEtQeru .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWXaEtQeru button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWXaEtQeru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWXaEtQeru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWXaEtQeru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWXaEtQeru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWXaEtQeru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWXaEtQeru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWXaEtQeru nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWXaEtQeru nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWXaEtQeru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWXaEtQeru .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWXaEtQeru a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWXaEtQeru .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-sWXaEtQeru .navbar {
    height: 77px;
  }
  .cid-sWXaEtQeru .navbar.opened {
    height: auto;
  }
  .cid-sWXaEtQeru .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWXaEua0qo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sWXaEua0qo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWXaEua0qo .row {
  flex-direction: row-reverse;
}
.cid-sWXaEua0qo img {
  width: 100%;
}
.cid-sWXaEupYbS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWXaEupYbS .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sWXaEupYbS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sWXaEupYbS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sWXaEupYbS .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWXaEupYbS .mbr-text {
  color: #000000;
}
.cid-sWXaEupYbS .mbr-section-title {
  color: #071440;
}
.cid-sWXaEv2IIW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sWXaEv2IIW .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-sWXaEv2IIW .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sWXaEv2IIW .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-sWXaEv2IIW .row {
  align-items: center;
}
.cid-sWXaEv2IIW .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sWXaEv2IIW .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sWXaEv2IIW .card-title,
.cid-sWXaEv2IIW .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-sWXaEv2IIW a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sWXaEv2IIW .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-sWXaEv2IIW .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-sWXaEv2IIW .lin {
  position: relative;
  transition: color 0.2s ease-out;
  text-align: left;
  color: #2299aa;
}
.cid-sWXaEv2IIW .it {
  font-style: italic;
}
.cid-sWXaEv2IIW .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-sWXaEv2IIW .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-sWXaEv2IIW .card-title,
.cid-sWXaEv2IIW .lin {
  color: #4479d9;
  text-align: center;
}
.cid-sWXxt5zDCs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sWXxt5zDCs .img-wrapper {
  text-align: justify;
}
.cid-sWXxt5zDCs img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sWXxt5zDCs .row {
  align-items: flex-start;
}
.cid-sWXxt5zDCs .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sWXxt5zDCs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sWXxt5zDCs .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWXxt5zDCs .card-wrapper {
    padding: 1rem;
  }
}
.cid-sWXxt5zDCs .mbr-text,
.cid-sWXxt5zDCs .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-sWXxt5zDCs .card-title {
  color: #000000;
  text-align: Center;
}
.cid-sWXxt5zDCs .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-sWXyC9y2sJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sWXyC9y2sJ .img-wrapper {
  text-align: justify;
}
.cid-sWXyC9y2sJ img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sWXyC9y2sJ .row {
  align-items: flex-start;
}
.cid-sWXyC9y2sJ .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sWXyC9y2sJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sWXyC9y2sJ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWXyC9y2sJ .card-wrapper {
    padding: 1rem;
  }
}
.cid-sWXyC9y2sJ .mbr-text,
.cid-sWXyC9y2sJ .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-sWXyC9y2sJ .card-title {
  color: #000000;
  text-align: Center;
}
.cid-sWXyC9y2sJ .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-sWXaEvMQ6D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sWXaEvMQ6D .video-wrapper iframe {
  width: 100%;
}
.cid-sWXaEvMQ6D .mbr-section-title,
.cid-sWXaEvMQ6D .mbr-section-subtitle,
.cid-sWXaEvMQ6D .mbr-text {
  text-align: center;
}
.cid-sWXaEvMQ6D .mbr-section-title {
  color: #000000;
}
.cid-sWXaEvMQ6D .mbr-section-subtitle {
  color: #000000;
}
.cid-sWXaEw6xnm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sWXaEw6xnm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sWXaEw6xnm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sWXaEw6xnm .row {
    text-align: center;
  }
  .cid-sWXaEw6xnm .row > div {
    margin: auto;
  }
  .cid-sWXaEw6xnm .social-row {
    justify-content: center;
  }
}
.cid-sWXaEw6xnm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sWXaEw6xnm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sWXaEw6xnm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sWXaEw6xnm .list {
    margin-bottom: 0rem;
  }
}
.cid-sWXaEw6xnm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sWXaEw6xnm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sWXaEw6xnm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sWXaEw6xnm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sWXaEw6xnm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sZNkakUsYL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sZNkakUsYL nav.navbar {
  position: fixed;
}
.cid-sZNkakUsYL .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-sZNkakUsYL .dropdown-menu {
  padding: 0;
}
.cid-sZNkakUsYL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZNkakUsYL .dropdown-item:hover,
.cid-sZNkakUsYL .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sZNkakUsYL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sZNkakUsYL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZNkakUsYL .nav-link {
  position: relative;
}
.cid-sZNkakUsYL .container {
  display: flex;
  margin: auto;
}
.cid-sZNkakUsYL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sZNkakUsYL .navbar-caption {
  padding-right: 4rem;
}
.cid-sZNkakUsYL .dropdown-menu,
.cid-sZNkakUsYL .navbar.opened {
  background: #fafafa !important;
}
.cid-sZNkakUsYL .nav-item:focus,
.cid-sZNkakUsYL .nav-link:focus {
  outline: none;
}
.cid-sZNkakUsYL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZNkakUsYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZNkakUsYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sZNkakUsYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZNkakUsYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZNkakUsYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZNkakUsYL .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sZNkakUsYL .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZNkakUsYL .navbar.opened {
  transition: all .3s;
}
.cid-sZNkakUsYL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sZNkakUsYL .navbar .navbar-logo img {
  width: auto;
}
.cid-sZNkakUsYL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZNkakUsYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZNkakUsYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZNkakUsYL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sZNkakUsYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZNkakUsYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZNkakUsYL .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: 55%;
}
.cid-sZNkakUsYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZNkakUsYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sZNkakUsYL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sZNkakUsYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZNkakUsYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZNkakUsYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZNkakUsYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZNkakUsYL .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: 55%;
  }
  .cid-sZNkakUsYL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sZNkakUsYL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZNkakUsYL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZNkakUsYL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZNkakUsYL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZNkakUsYL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sZNkakUsYL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZNkakUsYL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sZNkakUsYL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sZNkakUsYL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZNkakUsYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZNkakUsYL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZNkakUsYL .dropdown-item.active,
.cid-sZNkakUsYL .dropdown-item:active {
  background-color: transparent;
}
.cid-sZNkakUsYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZNkakUsYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZNkakUsYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZNkakUsYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sZNkakUsYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZNkakUsYL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZNkakUsYL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZNkakUsYL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZNkakUsYL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sZNkakUsYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sZNkakUsYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sZNkakUsYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sZNkakUsYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sZNkakUsYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sZNkakUsYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sZNkakUsYL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sZNkakUsYL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sZNkakUsYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sZNkakUsYL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sZNkakUsYL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZNkakUsYL .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-sZNkakUsYL .navbar {
    height: 77px;
  }
  .cid-sZNkakUsYL .navbar.opened {
    height: auto;
  }
  .cid-sZNkakUsYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZNkalxyKj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sZNkalxyKj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZNkalxyKj .row {
  flex-direction: row-reverse;
}
.cid-sZNkalxyKj img {
  width: 100%;
}
.cid-sZNkalO6cw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sZNkalO6cw .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sZNkalO6cw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sZNkalO6cw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sZNkalO6cw .text-wrapper {
    padding: 2rem;
  }
}
.cid-sZNkalO6cw .mbr-text {
  color: #000000;
}
.cid-sZNkalO6cw .mbr-section-title {
  color: #071440;
}
.cid-sZNrbxp6zV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sZNrbxp6zV .img-wrapper {
  text-align: justify;
}
.cid-sZNrbxp6zV img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sZNrbxp6zV .row {
  align-items: flex-start;
}
.cid-sZNrbxp6zV .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sZNrbxp6zV .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sZNrbxp6zV .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sZNrbxp6zV .card-wrapper {
    padding: 1rem;
  }
}
.cid-sZNrbxp6zV .mbr-text,
.cid-sZNrbxp6zV .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-sZNrbxp6zV .card-title {
  color: #000000;
  text-align: Center;
}
.cid-sZNrbxp6zV .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-sZNkam7LyX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sZNkam7LyX .row {
  flex-direction: row-reverse;
}
.cid-sZNkam7LyX .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sZNkam7LyX .text-wrapper {
    padding: 2rem;
  }
}
.cid-sZNkam7LyX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sZNkam7LyX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sZNkam7LyX .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sZNkam7LyX .mbr-section-title {
  text-align: center;
}
.cid-sZNkaokWLt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sZNkaokWLt .video-wrapper iframe {
  width: 100%;
}
.cid-sZNkaokWLt .mbr-section-title,
.cid-sZNkaokWLt .mbr-section-subtitle,
.cid-sZNkaokWLt .mbr-text {
  text-align: center;
}
.cid-sZNkaokWLt .mbr-section-title {
  color: #000000;
}
.cid-sZNkaokWLt .mbr-section-subtitle {
  color: #000000;
}
.cid-sZNkaoJYkD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sZNkaoJYkD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sZNkaoJYkD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sZNkaoJYkD .row {
    text-align: center;
  }
  .cid-sZNkaoJYkD .row > div {
    margin: auto;
  }
  .cid-sZNkaoJYkD .social-row {
    justify-content: center;
  }
}
.cid-sZNkaoJYkD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sZNkaoJYkD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sZNkaoJYkD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sZNkaoJYkD .list {
    margin-bottom: 0rem;
  }
}
.cid-sZNkaoJYkD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sZNkaoJYkD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sZNkaoJYkD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sZNkaoJYkD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sZNkaoJYkD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUNxKB9p8k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUNxKB9p8k nav.navbar {
  position: fixed;
}
.cid-sUNxKB9p8k .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-sUNxKB9p8k .dropdown-menu {
  padding: 0;
}
.cid-sUNxKB9p8k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUNxKB9p8k .dropdown-item:hover,
.cid-sUNxKB9p8k .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sUNxKB9p8k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUNxKB9p8k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUNxKB9p8k .nav-link {
  position: relative;
}
.cid-sUNxKB9p8k .container {
  display: flex;
  margin: auto;
}
.cid-sUNxKB9p8k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUNxKB9p8k .navbar-caption {
  padding-right: 4rem;
}
.cid-sUNxKB9p8k .dropdown-menu,
.cid-sUNxKB9p8k .navbar.opened {
  background: #fafafa !important;
}
.cid-sUNxKB9p8k .nav-item:focus,
.cid-sUNxKB9p8k .nav-link:focus {
  outline: none;
}
.cid-sUNxKB9p8k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUNxKB9p8k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUNxKB9p8k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUNxKB9p8k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUNxKB9p8k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUNxKB9p8k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUNxKB9p8k .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sUNxKB9p8k .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUNxKB9p8k .navbar.opened {
  transition: all .3s;
}
.cid-sUNxKB9p8k .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUNxKB9p8k .navbar .navbar-logo img {
  width: auto;
}
.cid-sUNxKB9p8k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUNxKB9p8k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUNxKB9p8k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUNxKB9p8k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUNxKB9p8k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUNxKB9p8k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUNxKB9p8k .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: 55%;
}
.cid-sUNxKB9p8k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUNxKB9p8k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUNxKB9p8k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUNxKB9p8k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUNxKB9p8k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUNxKB9p8k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUNxKB9p8k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUNxKB9p8k .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: 55%;
  }
  .cid-sUNxKB9p8k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUNxKB9p8k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUNxKB9p8k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUNxKB9p8k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUNxKB9p8k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUNxKB9p8k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUNxKB9p8k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUNxKB9p8k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUNxKB9p8k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUNxKB9p8k .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUNxKB9p8k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUNxKB9p8k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUNxKB9p8k .dropdown-item.active,
.cid-sUNxKB9p8k .dropdown-item:active {
  background-color: transparent;
}
.cid-sUNxKB9p8k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUNxKB9p8k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUNxKB9p8k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUNxKB9p8k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sUNxKB9p8k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUNxKB9p8k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUNxKB9p8k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUNxKB9p8k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUNxKB9p8k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUNxKB9p8k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUNxKB9p8k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUNxKB9p8k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUNxKB9p8k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUNxKB9p8k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUNxKB9p8k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUNxKB9p8k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUNxKB9p8k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUNxKB9p8k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUNxKB9p8k .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUNxKB9p8k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUNxKB9p8k .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-sUNxKB9p8k .navbar {
    height: 77px;
  }
  .cid-sUNxKB9p8k .navbar.opened {
    height: auto;
  }
  .cid-sUNxKB9p8k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUNxKBXgMA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sUNxKBXgMA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUNxKBXgMA .row {
  flex-direction: row-reverse;
}
.cid-sUNxKBXgMA img {
  width: 100%;
}
.cid-sUNxKCnzoV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUNxKCnzoV .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sUNxKCnzoV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUNxKCnzoV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sUNxKCnzoV .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUNxKCnzoV .mbr-text {
  color: #000000;
}
.cid-sUNxKCnzoV .mbr-section-title {
  color: #071440;
}
.cid-sUNxKCM222 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sUNxKCM222 .row {
  flex-direction: row-reverse;
}
.cid-sUNxKCM222 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUNxKCM222 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUNxKCM222 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUNxKCM222 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUNxKCM222 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUNxKCM222 .mbr-section-title {
  text-align: center;
}
.cid-sUNzlKSwyD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sUNzlKSwyD .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sUNzlKSwyD .mbr-text {
  color: #000000;
}
.cid-sUNNG7WQBj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sUNNG7WQBj .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUNNG7WQBj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUNNG7WQBj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUNNG7WQBj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUNNG7WQBj .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUNNG7WQBj .mbr-section-title {
  text-align: center;
}
.cid-sUNRZthCit {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sUNRZthCit .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-sUNRZthCit .mbr-text {
  color: #000000;
}
.cid-sUNTGvyNmB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-sUNTGvyNmB .row {
  flex-direction: row-reverse;
}
.cid-sUNTGvyNmB .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUNTGvyNmB .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUNTGvyNmB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUNTGvyNmB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUNTGvyNmB .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUNTGvyNmB .mbr-section-title {
  text-align: center;
}
.cid-sUNxKDs8tQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUNxKDs8tQ .row {
  flex-direction: row-reverse;
}
.cid-sUNxKDs8tQ .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sUNxKDs8tQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUNxKDs8tQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sUNxKDs8tQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUNxKDs8tQ .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-sUNxKDs8tQ .mbr-section-title {
  text-align: center;
}
.cid-sUNxKDV4z5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sUNxKDV4z5 .video-wrapper iframe {
  width: 100%;
}
.cid-sUNxKDV4z5 .mbr-section-title,
.cid-sUNxKDV4z5 .mbr-section-subtitle,
.cid-sUNxKDV4z5 .mbr-text {
  text-align: center;
}
.cid-sUNxKDV4z5 .mbr-section-title {
  color: #000000;
}
.cid-sUNxKDV4z5 .mbr-section-subtitle {
  color: #000000;
}
.cid-sUNxKEm8qY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sUNxKEm8qY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUNxKEm8qY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUNxKEm8qY .row {
    text-align: center;
  }
  .cid-sUNxKEm8qY .row > div {
    margin: auto;
  }
  .cid-sUNxKEm8qY .social-row {
    justify-content: center;
  }
}
.cid-sUNxKEm8qY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUNxKEm8qY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sUNxKEm8qY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUNxKEm8qY .list {
    margin-bottom: 0rem;
  }
}
.cid-sUNxKEm8qY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUNxKEm8qY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUNxKEm8qY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUNxKEm8qY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUNxKEm8qY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t1G0KDK4nk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1G0KDK4nk nav.navbar {
  position: fixed;
}
.cid-t1G0KDK4nk .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-t1G0KDK4nk .dropdown-menu {
  padding: 0;
}
.cid-t1G0KDK4nk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1G0KDK4nk .dropdown-item:hover,
.cid-t1G0KDK4nk .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t1G0KDK4nk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t1G0KDK4nk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1G0KDK4nk .nav-link {
  position: relative;
}
.cid-t1G0KDK4nk .container {
  display: flex;
  margin: auto;
}
.cid-t1G0KDK4nk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1G0KDK4nk .navbar-caption {
  padding-right: 4rem;
}
.cid-t1G0KDK4nk .dropdown-menu,
.cid-t1G0KDK4nk .navbar.opened {
  background: #fafafa !important;
}
.cid-t1G0KDK4nk .nav-item:focus,
.cid-t1G0KDK4nk .nav-link:focus {
  outline: none;
}
.cid-t1G0KDK4nk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1G0KDK4nk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1G0KDK4nk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1G0KDK4nk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1G0KDK4nk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1G0KDK4nk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1G0KDK4nk .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t1G0KDK4nk .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1G0KDK4nk .navbar.opened {
  transition: all .3s;
}
.cid-t1G0KDK4nk .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1G0KDK4nk .navbar .navbar-logo img {
  width: auto;
}
.cid-t1G0KDK4nk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1G0KDK4nk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1G0KDK4nk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1G0KDK4nk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t1G0KDK4nk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1G0KDK4nk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1G0KDK4nk .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: 55%;
}
.cid-t1G0KDK4nk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1G0KDK4nk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1G0KDK4nk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1G0KDK4nk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1G0KDK4nk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1G0KDK4nk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1G0KDK4nk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1G0KDK4nk .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: 55%;
  }
  .cid-t1G0KDK4nk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1G0KDK4nk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1G0KDK4nk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1G0KDK4nk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1G0KDK4nk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1G0KDK4nk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1G0KDK4nk .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1G0KDK4nk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1G0KDK4nk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1G0KDK4nk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1G0KDK4nk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1G0KDK4nk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1G0KDK4nk .dropdown-item.active,
.cid-t1G0KDK4nk .dropdown-item:active {
  background-color: transparent;
}
.cid-t1G0KDK4nk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1G0KDK4nk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1G0KDK4nk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1G0KDK4nk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t1G0KDK4nk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1G0KDK4nk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1G0KDK4nk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1G0KDK4nk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1G0KDK4nk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t1G0KDK4nk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t1G0KDK4nk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1G0KDK4nk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1G0KDK4nk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1G0KDK4nk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1G0KDK4nk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1G0KDK4nk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1G0KDK4nk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1G0KDK4nk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1G0KDK4nk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1G0KDK4nk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1G0KDK4nk .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-t1G0KDK4nk .navbar {
    height: 77px;
  }
  .cid-t1G0KDK4nk .navbar.opened {
    height: auto;
  }
  .cid-t1G0KDK4nk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1d9 {
  /* Type valid CSS here */
}
#custom-html-1d9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1d9 p {
  font-size: 60px;
  color: #777;
}
.cid-t1G0KErkjs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-cc-ih-2000x1508.jpg");
}
.cid-t1G0KErkjs .row {
  justify-content: space-between;
}
.cid-t1G0KErkjs .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-t1G0KErkjs .form-control:focus,
.cid-t1G0KErkjs .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-t1G0KErkjs .form-group {
  margin-bottom: 1rem;
}
.cid-t1G0KErkjs input::-webkit-input-placeholder,
.cid-t1G0KErkjs textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-t1G0KErkjs input:-moz-placeholder,
.cid-t1G0KErkjs textarea:-moz-placeholder {
  color: #353535;
}
.cid-t1G0KErkjs .jq-selectbox li,
.cid-t1G0KErkjs .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t1G0KErkjs .jq-selectbox li:hover,
.cid-t1G0KErkjs .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t1G0KErkjs .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t1G0KErkjs .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t1G0KErkjs .mbr-text {
  color: #767676;
}
.cid-t1G0KErkjs .form-block {
  padding: 3rem;
  position: relative;
}
.cid-t1G0KErkjs .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-t1G0KErkjs .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t1G0KErkjs .form-block {
    padding: 1rem;
  }
}
.cid-t1G0KErkjs H4 {
  color: #232323;
  text-align: center;
}
.cid-t1G0KErkjs .mbr-section-title,
.cid-t1G0KErkjs .mbr-section-btn {
  color: #ffffff;
}
.cid-t1G0KErkjs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t1G0KErkjs .form-text {
  color: #353535;
  text-align: left;
}
.cid-t1G0KErkjs .text {
  color: #ffffff;
}
.cid-t1G0KFScue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t1G0KFScue .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-t1G0KFScue .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #2299aa;
}
.cid-t1G0KFScue .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #010320;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-t1G0KFScue .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-t1G0KFScue .mbr-section-btn {
  display: inline-block;
}
.cid-t1G0KFScue .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-t1G0KFScue .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t1G0KFScue .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-t1G0KFScue .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #010320;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-t1G0KFScue .btn_link:hover {
  cursor: pointer;
}
.cid-t1G0KFScue .btn_link:hover a {
  color: #010320 !important;
}
.cid-t1G0KFScue .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-t1G0KFScue .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-t1G0KFScue .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-t1G0KFScue .head_block {
    order: 1;
    text-align: center;
  }
  .cid-t1G0KFScue .image_img {
    margin-bottom: 40px;
  }
  .cid-t1G0KFScue .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-t1G0KFScue .mbr-text {
    margin-bottom: 20px;
  }
  .cid-t1G0KFScue .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-t1G0KEVThg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #571b2f;
}
.cid-t1G0KEVThg .title_block {
  margin-bottom: 80px;
}
.cid-t1G0KEVThg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #010320;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-t1G0KEVThg .mbr-section-title,
.cid-t1G0KEVThg .card-title {
  color: #ec1111;
}
.cid-t1G0KEVThg .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t1G0KEVThg .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-t1G0KEVThg .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(1, 3, 32, 0.07);
}
.cid-t1G0KEVThg .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #010320;
}
.cid-t1G0KEVThg .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(53, 53, 53, 0.07);
}
.cid-t1G0KEVThg .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #353535;
}
.cid-t1G0KEVThg .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(0, 33, 81, 0.07);
}
.cid-t1G0KEVThg .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #002151;
}
.cid-t1G0KEVThg .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(15, 127, 177, 0.07);
}
.cid-t1G0KEVThg .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #0f7fb1;
}
.cid-t1G0KEVThg .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-t1G0KEVThg .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-t1G0KEVThg .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-t1G0KEVThg .card-title {
  margin-bottom: 20px;
}
.cid-t1G0KEVThg .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-t1G0KEVThg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-t1G0KEVThg .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t1G0KEVThg .btn_link:hover {
  cursor: pointer;
}
.cid-t1G0KEVThg .btn_link:hover a {
  color: #010320 !important;
}
.cid-t1G0KEVThg .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-t1G0KEVThg .title_block {
    margin-bottom: 40px;
  }
  .cid-t1G0KEVThg .card {
    text-align: justify;
  }
  .cid-t1G0KEVThg .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-t1G0KEVThg .card-title,
.cid-t1G0KEVThg .icon_block {
  color: #0b2a50;
}
.cid-t1G0KEVThg .card-text,
.cid-t1G0KEVThg .btn_link {
  text-align: left;
}
.cid-t1G0KFomMr {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t1G0KFomMr .title_block {
  margin-bottom: 80px;
}
.cid-t1G0KFomMr .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #353535;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-t1G0KFomMr .mbr-section-title {
  color: #706d6d;
}
.cid-t1G0KFomMr .image {
  position: relative;
}
.cid-t1G0KFomMr .image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t1G0KFomMr .image {
    left: -32px;
  }
}
.cid-t1G0KFomMr .card_icon {
  margin-bottom: 30px;
}
.cid-t1G0KFomMr .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-t1G0KFomMr .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
  line-height: 80px;
}
.cid-t1G0KFomMr .row .item {
  margin: auto;
}
.cid-t1G0KFomMr .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(251, 181, 56, 0.4);
  background-image: linear-gradient(-27deg, #fbb538 0%, #fdda9c 100%);
}
.cid-t1G0KFomMr .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(0, 33, 81, 0.4);
  background-image: linear-gradient(-27deg, #002151 0%, #004bb7 100%);
}
.cid-t1G0KFomMr .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(53, 53, 53, 0.4);
  background-image: linear-gradient(-27deg, #353535 0%, #686868 100%);
}
.cid-t1G0KFomMr .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(1, 3, 32, 0.4);
  background-image: linear-gradient(-27deg, #010320 0%, #040c83 100%);
}
.cid-t1G0KFomMr .card-title {
  margin-bottom: 24px;
  line-height: 1;
  color: #ec1111;
}
.cid-t1G0KFomMr .card-text {
  margin-bottom: 0;
}
.cid-t1G0KFomMr .card_wrapper {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .cid-t1G0KFomMr .card_wrapper {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .cid-t1G0KFomMr .image {
    margin-bottom: 35px;
  }
  .cid-t1G0KFomMr .title_block,
  .cid-t1G0KFomMr .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-t1G0KFomMr .card_icon {
    margin-bottom: 25px;
  }
  .cid-t1G0KFomMr .card-title {
    margin-bottom: 16px;
  }
}
.cid-t1G0KFomMr .card-title,
.cid-t1G0KFomMr .card_icon {
  color: #0b2a50;
}
.cid-t1G0KGd04U {
  background: #ffffff;
}
.cid-t1G0KGd04U .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t1G0KGd04U figcaption {
  position: relative;
}
.cid-t1G0KGd04U figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t1G0KGd04U .image-block {
    width: 100% !important;
  }
}
.cid-t1G0KGwMzx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1G0KGwMzx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t1G0KGwMzx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t1G0KGwMzx .row {
    text-align: center;
  }
  .cid-t1G0KGwMzx .row > div {
    margin: auto;
  }
  .cid-t1G0KGwMzx .social-row {
    justify-content: center;
  }
}
.cid-t1G0KGwMzx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t1G0KGwMzx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t1G0KGwMzx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t1G0KGwMzx .list {
    margin-bottom: 0rem;
  }
}
.cid-t1G0KGwMzx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t1G0KGwMzx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t1G0KGwMzx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t1G0KGwMzx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t1G0KGwMzx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sX8P1FCIWx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sX8P1FCIWx nav.navbar {
  position: fixed;
}
.cid-sX8P1FCIWx .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-sX8P1FCIWx .dropdown-menu {
  padding: 0;
}
.cid-sX8P1FCIWx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sX8P1FCIWx .dropdown-item:hover,
.cid-sX8P1FCIWx .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sX8P1FCIWx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sX8P1FCIWx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sX8P1FCIWx .nav-link {
  position: relative;
}
.cid-sX8P1FCIWx .container {
  display: flex;
  margin: auto;
}
.cid-sX8P1FCIWx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sX8P1FCIWx .navbar-caption {
  padding-right: 4rem;
}
.cid-sX8P1FCIWx .dropdown-menu,
.cid-sX8P1FCIWx .navbar.opened {
  background: #fafafa !important;
}
.cid-sX8P1FCIWx .nav-item:focus,
.cid-sX8P1FCIWx .nav-link:focus {
  outline: none;
}
.cid-sX8P1FCIWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sX8P1FCIWx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sX8P1FCIWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sX8P1FCIWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sX8P1FCIWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sX8P1FCIWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sX8P1FCIWx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sX8P1FCIWx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sX8P1FCIWx .navbar.opened {
  transition: all .3s;
}
.cid-sX8P1FCIWx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sX8P1FCIWx .navbar .navbar-logo img {
  width: auto;
}
.cid-sX8P1FCIWx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sX8P1FCIWx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sX8P1FCIWx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sX8P1FCIWx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sX8P1FCIWx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sX8P1FCIWx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sX8P1FCIWx .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: 55%;
}
.cid-sX8P1FCIWx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sX8P1FCIWx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sX8P1FCIWx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sX8P1FCIWx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sX8P1FCIWx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sX8P1FCIWx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sX8P1FCIWx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sX8P1FCIWx .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: 55%;
  }
  .cid-sX8P1FCIWx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sX8P1FCIWx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sX8P1FCIWx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sX8P1FCIWx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sX8P1FCIWx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sX8P1FCIWx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sX8P1FCIWx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sX8P1FCIWx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sX8P1FCIWx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sX8P1FCIWx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sX8P1FCIWx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sX8P1FCIWx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sX8P1FCIWx .dropdown-item.active,
.cid-sX8P1FCIWx .dropdown-item:active {
  background-color: transparent;
}
.cid-sX8P1FCIWx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sX8P1FCIWx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sX8P1FCIWx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sX8P1FCIWx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sX8P1FCIWx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sX8P1FCIWx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sX8P1FCIWx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sX8P1FCIWx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sX8P1FCIWx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sX8P1FCIWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sX8P1FCIWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sX8P1FCIWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sX8P1FCIWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sX8P1FCIWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sX8P1FCIWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sX8P1FCIWx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sX8P1FCIWx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sX8P1FCIWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sX8P1FCIWx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sX8P1FCIWx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sX8P1FCIWx .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-sX8P1FCIWx .navbar {
    height: 77px;
  }
  .cid-sX8P1FCIWx .navbar.opened {
    height: auto;
  }
  .cid-sX8P1FCIWx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-19l {
  /* Type valid CSS here */
}
#custom-html-19l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-19l p {
  font-size: 60px;
  color: #777;
}
.cid-sX8QdDx4kD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/fondo-adobe-acrobat-2000x1508.jpg");
}
.cid-sX8QdDx4kD .row {
  justify-content: space-between;
}
.cid-sX8QdDx4kD .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-sX8QdDx4kD .form-control:focus,
.cid-sX8QdDx4kD .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-sX8QdDx4kD .form-group {
  margin-bottom: 1rem;
}
.cid-sX8QdDx4kD input::-webkit-input-placeholder,
.cid-sX8QdDx4kD textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-sX8QdDx4kD input:-moz-placeholder,
.cid-sX8QdDx4kD textarea:-moz-placeholder {
  color: #353535;
}
.cid-sX8QdDx4kD .jq-selectbox li,
.cid-sX8QdDx4kD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sX8QdDx4kD .jq-selectbox li:hover,
.cid-sX8QdDx4kD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sX8QdDx4kD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sX8QdDx4kD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sX8QdDx4kD .mbr-text {
  color: #767676;
}
.cid-sX8QdDx4kD .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sX8QdDx4kD .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-sX8QdDx4kD .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sX8QdDx4kD .form-block {
    padding: 1rem;
  }
}
.cid-sX8QdDx4kD H4 {
  color: #232323;
  text-align: center;
}
.cid-sX8QdDx4kD .mbr-section-title,
.cid-sX8QdDx4kD .mbr-section-btn {
  color: #ffffff;
}
.cid-sX8QdDx4kD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sX8QdDx4kD .form-text {
  color: #353535;
  text-align: left;
}
.cid-sX8QdDx4kD .text {
  color: #ffffff;
}
.cid-sYQrNtuu4T {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #571b2f;
}
.cid-sYQrNtuu4T .title_block {
  margin-bottom: 80px;
}
.cid-sYQrNtuu4T .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #010320;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sYQrNtuu4T .mbr-section-title,
.cid-sYQrNtuu4T .card-title {
  color: #ec1111;
}
.cid-sYQrNtuu4T .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sYQrNtuu4T .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-sYQrNtuu4T .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(1, 3, 32, 0.07);
}
.cid-sYQrNtuu4T .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #010320;
}
.cid-sYQrNtuu4T .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(53, 53, 53, 0.07);
}
.cid-sYQrNtuu4T .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #353535;
}
.cid-sYQrNtuu4T .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(0, 33, 81, 0.07);
}
.cid-sYQrNtuu4T .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #002151;
}
.cid-sYQrNtuu4T .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(15, 127, 177, 0.07);
}
.cid-sYQrNtuu4T .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #0f7fb1;
}
.cid-sYQrNtuu4T .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-sYQrNtuu4T .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sYQrNtuu4T .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-sYQrNtuu4T .card-title {
  margin-bottom: 20px;
}
.cid-sYQrNtuu4T .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-sYQrNtuu4T .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sYQrNtuu4T .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sYQrNtuu4T .btn_link:hover {
  cursor: pointer;
}
.cid-sYQrNtuu4T .btn_link:hover a {
  color: #010320 !important;
}
.cid-sYQrNtuu4T .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sYQrNtuu4T .title_block {
    margin-bottom: 40px;
  }
  .cid-sYQrNtuu4T .card {
    text-align: center;
  }
  .cid-sYQrNtuu4T .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-sYQrNtuu4T .card-title,
.cid-sYQrNtuu4T .icon_block {
  color: #0b2a50;
}
.cid-sYQPzQFg3Z {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sYQPzQFg3Z .title_block {
  margin-bottom: 80px;
}
.cid-sYQPzQFg3Z .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #353535;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sYQPzQFg3Z .mbr-section-title {
  color: #706d6d;
}
.cid-sYQPzQFg3Z .image {
  position: relative;
}
.cid-sYQPzQFg3Z .image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sYQPzQFg3Z .image {
    left: -32px;
  }
}
.cid-sYQPzQFg3Z .card_icon {
  margin-bottom: 30px;
}
.cid-sYQPzQFg3Z .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-sYQPzQFg3Z .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
  line-height: 80px;
}
.cid-sYQPzQFg3Z .row .item {
  margin: auto;
}
.cid-sYQPzQFg3Z .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(251, 181, 56, 0.4);
  background-image: linear-gradient(-27deg, #fbb538 0%, #fdda9c 100%);
}
.cid-sYQPzQFg3Z .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(0, 33, 81, 0.4);
  background-image: linear-gradient(-27deg, #002151 0%, #004bb7 100%);
}
.cid-sYQPzQFg3Z .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(53, 53, 53, 0.4);
  background-image: linear-gradient(-27deg, #353535 0%, #686868 100%);
}
.cid-sYQPzQFg3Z .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(1, 3, 32, 0.4);
  background-image: linear-gradient(-27deg, #010320 0%, #040c83 100%);
}
.cid-sYQPzQFg3Z .card-title {
  margin-bottom: 24px;
  line-height: 1;
  color: #ec1111;
}
.cid-sYQPzQFg3Z .card-text {
  margin-bottom: 0;
}
.cid-sYQPzQFg3Z .card_wrapper {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .cid-sYQPzQFg3Z .card_wrapper {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .cid-sYQPzQFg3Z .image {
    margin-bottom: 35px;
  }
  .cid-sYQPzQFg3Z .title_block,
  .cid-sYQPzQFg3Z .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-sYQPzQFg3Z .card_icon {
    margin-bottom: 25px;
  }
  .cid-sYQPzQFg3Z .card-title {
    margin-bottom: 16px;
  }
}
.cid-sYQPzQFg3Z .card-title,
.cid-sYQPzQFg3Z .card_icon {
  color: #0b2a50;
}
.cid-sYQUaU8bpy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYQUaU8bpy .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sYQUaU8bpy .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #40b0bf;
}
.cid-sYQUaU8bpy .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #010320;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sYQUaU8bpy .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-sYQUaU8bpy .mbr-section-btn {
  display: inline-block;
}
.cid-sYQUaU8bpy .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-sYQUaU8bpy .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sYQUaU8bpy .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-sYQUaU8bpy .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #010320;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sYQUaU8bpy .btn_link:hover {
  cursor: pointer;
}
.cid-sYQUaU8bpy .btn_link:hover a {
  color: #010320 !important;
}
.cid-sYQUaU8bpy .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-sYQUaU8bpy .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-sYQUaU8bpy .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sYQUaU8bpy .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sYQUaU8bpy .image_img {
    margin-bottom: 40px;
  }
  .cid-sYQUaU8bpy .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sYQUaU8bpy .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sYQUaU8bpy .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-sYQUaU8bpy .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-sX8PNATJ6P {
  background: #ffffff;
}
.cid-sX8PNATJ6P .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sX8PNATJ6P figcaption {
  position: relative;
}
.cid-sX8PNATJ6P figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sX8PNATJ6P .image-block {
    width: 100% !important;
  }
}
.cid-sX8P1IwY7I {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sX8P1IwY7I .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sX8P1IwY7I .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sX8P1IwY7I .row {
    text-align: center;
  }
  .cid-sX8P1IwY7I .row > div {
    margin: auto;
  }
  .cid-sX8P1IwY7I .social-row {
    justify-content: center;
  }
}
.cid-sX8P1IwY7I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sX8P1IwY7I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sX8P1IwY7I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sX8P1IwY7I .list {
    margin-bottom: 0rem;
  }
}
.cid-sX8P1IwY7I .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sX8P1IwY7I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sX8P1IwY7I .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sX8P1IwY7I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sX8P1IwY7I .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t1AluTMQMN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1AluTMQMN nav.navbar {
  position: fixed;
}
.cid-t1AluTMQMN .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-t1AluTMQMN .dropdown-menu {
  padding: 0;
}
.cid-t1AluTMQMN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1AluTMQMN .dropdown-item:hover,
.cid-t1AluTMQMN .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t1AluTMQMN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t1AluTMQMN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1AluTMQMN .nav-link {
  position: relative;
}
.cid-t1AluTMQMN .container {
  display: flex;
  margin: auto;
}
.cid-t1AluTMQMN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1AluTMQMN .navbar-caption {
  padding-right: 4rem;
}
.cid-t1AluTMQMN .dropdown-menu,
.cid-t1AluTMQMN .navbar.opened {
  background: #fafafa !important;
}
.cid-t1AluTMQMN .nav-item:focus,
.cid-t1AluTMQMN .nav-link:focus {
  outline: none;
}
.cid-t1AluTMQMN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1AluTMQMN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1AluTMQMN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1AluTMQMN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1AluTMQMN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1AluTMQMN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1AluTMQMN .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t1AluTMQMN .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1AluTMQMN .navbar.opened {
  transition: all .3s;
}
.cid-t1AluTMQMN .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1AluTMQMN .navbar .navbar-logo img {
  width: auto;
}
.cid-t1AluTMQMN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1AluTMQMN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1AluTMQMN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1AluTMQMN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t1AluTMQMN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1AluTMQMN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1AluTMQMN .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: 55%;
}
.cid-t1AluTMQMN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1AluTMQMN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1AluTMQMN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1AluTMQMN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1AluTMQMN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1AluTMQMN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1AluTMQMN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1AluTMQMN .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: 55%;
  }
  .cid-t1AluTMQMN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1AluTMQMN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1AluTMQMN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1AluTMQMN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1AluTMQMN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1AluTMQMN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1AluTMQMN .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1AluTMQMN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1AluTMQMN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1AluTMQMN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1AluTMQMN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1AluTMQMN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1AluTMQMN .dropdown-item.active,
.cid-t1AluTMQMN .dropdown-item:active {
  background-color: transparent;
}
.cid-t1AluTMQMN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1AluTMQMN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1AluTMQMN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1AluTMQMN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t1AluTMQMN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1AluTMQMN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1AluTMQMN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1AluTMQMN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1AluTMQMN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t1AluTMQMN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t1AluTMQMN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1AluTMQMN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1AluTMQMN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1AluTMQMN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1AluTMQMN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1AluTMQMN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1AluTMQMN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1AluTMQMN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1AluTMQMN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1AluTMQMN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1AluTMQMN .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-t1AluTMQMN .navbar {
    height: 77px;
  }
  .cid-t1AluTMQMN .navbar.opened {
    height: auto;
  }
  .cid-t1AluTMQMN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1cs {
  /* Type valid CSS here */
}
#custom-html-1cs div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1cs p {
  font-size: 60px;
  color: #777;
}
.cid-t1AuDJouXB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-t1AuDJouXB .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-t1AuDJouXB .mbr-text {
  color: #000000;
}
.cid-t1AluWYdKS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/webinar-2000x1507.jpg");
}
.cid-t1AluWYdKS .row {
  justify-content: space-between;
}
.cid-t1AluWYdKS .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-t1AluWYdKS .form-control:focus,
.cid-t1AluWYdKS .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-t1AluWYdKS .form-group {
  margin-bottom: 1rem;
}
.cid-t1AluWYdKS input::-webkit-input-placeholder,
.cid-t1AluWYdKS textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-t1AluWYdKS input:-moz-placeholder,
.cid-t1AluWYdKS textarea:-moz-placeholder {
  color: #353535;
}
.cid-t1AluWYdKS .jq-selectbox li,
.cid-t1AluWYdKS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t1AluWYdKS .jq-selectbox li:hover,
.cid-t1AluWYdKS .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t1AluWYdKS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t1AluWYdKS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t1AluWYdKS .mbr-text {
  color: #767676;
}
.cid-t1AluWYdKS .form-block {
  padding: 3rem;
  position: relative;
}
.cid-t1AluWYdKS .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-t1AluWYdKS .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t1AluWYdKS .form-block {
    padding: 1rem;
  }
}
.cid-t1AluWYdKS H4 {
  color: #232323;
  text-align: center;
}
.cid-t1AluWYdKS .mbr-section-title,
.cid-t1AluWYdKS .mbr-section-btn {
  color: #ffffff;
}
.cid-t1AluWYdKS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t1AluWYdKS .form-text {
  color: #353535;
  text-align: left;
}
.cid-t1AluWYdKS .text {
  color: #ffffff;
}
.cid-t1AluWYdKS P {
  text-align: center;
}
.cid-t1AluYITnA {
  background: #ffffff;
}
.cid-t1AluYITnA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t1AluYITnA figcaption {
  position: relative;
}
.cid-t1AluYITnA figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t1AluYITnA .image-block {
    width: 100% !important;
  }
}
.cid-t1AluZ0atx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1AluZ0atx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t1AluZ0atx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t1AluZ0atx .row {
    text-align: center;
  }
  .cid-t1AluZ0atx .row > div {
    margin: auto;
  }
  .cid-t1AluZ0atx .social-row {
    justify-content: center;
  }
}
.cid-t1AluZ0atx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t1AluZ0atx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t1AluZ0atx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t1AluZ0atx .list {
    margin-bottom: 0rem;
  }
}
.cid-t1AluZ0atx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t1AluZ0atx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t1AluZ0atx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t1AluZ0atx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t1AluZ0atx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t16FTYPto3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-t16FTYPto3 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t16FTYPto3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t16FTYPto3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t16FTYPto3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t16FTYPto3 .mbr-text {
  color: #000000;
}
.cid-t16FTYPto3 .mbr-section-title {
  color: #000000;
}
.cid-t16FikWE3x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-azure-2000x1507.jpg");
}
.cid-t16FikWE3x .row {
  justify-content: space-between;
}
.cid-t16FikWE3x .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-t16FikWE3x .form-control:focus,
.cid-t16FikWE3x .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-t16FikWE3x .form-group {
  margin-bottom: 1rem;
}
.cid-t16FikWE3x input::-webkit-input-placeholder,
.cid-t16FikWE3x textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-t16FikWE3x input:-moz-placeholder,
.cid-t16FikWE3x textarea:-moz-placeholder {
  color: #353535;
}
.cid-t16FikWE3x .jq-selectbox li,
.cid-t16FikWE3x .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t16FikWE3x .jq-selectbox li:hover,
.cid-t16FikWE3x .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t16FikWE3x .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t16FikWE3x .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t16FikWE3x .mbr-text {
  color: #767676;
}
.cid-t16FikWE3x .form-block {
  padding: 3rem;
  position: relative;
}
.cid-t16FikWE3x .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-t16FikWE3x .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t16FikWE3x .form-block {
    padding: 1rem;
  }
}
.cid-t16FikWE3x H4 {
  color: #232323;
  text-align: center;
}
.cid-t16FikWE3x .mbr-section-title,
.cid-t16FikWE3x .mbr-section-btn {
  color: #ffffff;
}
.cid-t16FikWE3x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t16FikWE3x .form-text {
  color: #353535;
  text-align: left;
}
.cid-t16FikWE3x .text {
  color: #ffffff;
}
.cid-t16FSa1UnT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-t16FSa1UnT .video-wrapper iframe {
  width: 100%;
}
.cid-t16FSa1UnT .mbr-section-title,
.cid-t16FSa1UnT .mbr-section-subtitle,
.cid-t16FSa1UnT .mbr-text {
  text-align: center;
}
.cid-t16FSa1UnT .mbr-section-title {
  color: #000000;
}
.cid-t16FSa1UnT .mbr-section-subtitle {
  color: #000000;
}
.cid-t16FilzAfY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t16FilzAfY nav.navbar {
  position: fixed;
}
.cid-t16FilzAfY .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-t16FilzAfY .dropdown-menu {
  padding: 0;
}
.cid-t16FilzAfY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t16FilzAfY .dropdown-item:hover,
.cid-t16FilzAfY .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t16FilzAfY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t16FilzAfY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t16FilzAfY .nav-link {
  position: relative;
}
.cid-t16FilzAfY .container {
  display: flex;
  margin: auto;
}
.cid-t16FilzAfY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t16FilzAfY .navbar-caption {
  padding-right: 4rem;
}
.cid-t16FilzAfY .dropdown-menu,
.cid-t16FilzAfY .navbar.opened {
  background: #fafafa !important;
}
.cid-t16FilzAfY .nav-item:focus,
.cid-t16FilzAfY .nav-link:focus {
  outline: none;
}
.cid-t16FilzAfY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t16FilzAfY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t16FilzAfY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t16FilzAfY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t16FilzAfY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t16FilzAfY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t16FilzAfY .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t16FilzAfY .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t16FilzAfY .navbar.opened {
  transition: all .3s;
}
.cid-t16FilzAfY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t16FilzAfY .navbar .navbar-logo img {
  width: auto;
}
.cid-t16FilzAfY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t16FilzAfY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t16FilzAfY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t16FilzAfY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t16FilzAfY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t16FilzAfY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t16FilzAfY .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: 55%;
}
.cid-t16FilzAfY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t16FilzAfY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t16FilzAfY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t16FilzAfY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t16FilzAfY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t16FilzAfY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t16FilzAfY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t16FilzAfY .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: 55%;
  }
  .cid-t16FilzAfY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t16FilzAfY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t16FilzAfY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t16FilzAfY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t16FilzAfY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t16FilzAfY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t16FilzAfY .navbar.navbar-short {
  min-height: 60px;
}
.cid-t16FilzAfY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t16FilzAfY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t16FilzAfY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t16FilzAfY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t16FilzAfY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t16FilzAfY .dropdown-item.active,
.cid-t16FilzAfY .dropdown-item:active {
  background-color: transparent;
}
.cid-t16FilzAfY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t16FilzAfY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t16FilzAfY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t16FilzAfY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t16FilzAfY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t16FilzAfY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t16FilzAfY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t16FilzAfY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t16FilzAfY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t16FilzAfY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t16FilzAfY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t16FilzAfY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t16FilzAfY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t16FilzAfY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t16FilzAfY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t16FilzAfY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t16FilzAfY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t16FilzAfY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t16FilzAfY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t16FilzAfY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t16FilzAfY .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-t16FilzAfY .navbar {
    height: 77px;
  }
  .cid-t16FilzAfY .navbar.opened {
    height: auto;
  }
  .cid-t16FilzAfY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t16FW1JNKr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t16FW1JNKr .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-t16FW1JNKr .col-lg-4,
.cid-t16FW1JNKr .col-12 {
  padding: 0 2rem;
}
.cid-t16FW1JNKr .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-t16FW1JNKr .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-t16FW1JNKr .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t16FW1JNKr .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-t16FW1JNKr .card-title,
.cid-t16FW1JNKr .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-t16FW1JNKr .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-t16FW1JNKr .mbr-section-subtitle {
  color: #6c758f;
}
.cid-t16FW1JNKr .mbr-section-title {
  color: #36187d;
}
.cid-t16FV0kOoJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t16FV0kOoJ .img-wrapper {
  text-align: justify;
}
.cid-t16FV0kOoJ img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t16FV0kOoJ .row {
  align-items: flex-start;
}
.cid-t16FV0kOoJ .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-t16FV0kOoJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t16FV0kOoJ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t16FV0kOoJ .card-wrapper {
    padding: 1rem;
  }
}
.cid-t16FV0kOoJ .mbr-text,
.cid-t16FV0kOoJ .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-t16FV0kOoJ .card-title {
  color: #2d3346;
  text-align: Center;
}
.cid-t16FV0kOoJ .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-t16FTqcTOW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t16FTqcTOW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t16FTqcTOW .row {
  flex-direction: row-reverse;
}
.cid-t16FTqcTOW img {
  width: 100%;
}
.cid-t16FinzG7y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t16FinzG7y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t16FinzG7y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t16FinzG7y .row {
    text-align: center;
  }
  .cid-t16FinzG7y .row > div {
    margin: auto;
  }
  .cid-t16FinzG7y .social-row {
    justify-content: center;
  }
}
.cid-t16FinzG7y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t16FinzG7y .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t16FinzG7y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t16FinzG7y .list {
    margin-bottom: 0rem;
  }
}
.cid-t16FinzG7y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t16FinzG7y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t16FinzG7y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t16FinzG7y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t16FinzG7y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t0JV9olsXr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-t0JV9olsXr .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t0JV9olsXr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0JV9olsXr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t0JV9olsXr .text-wrapper {
    padding: 2rem;
  }
}
.cid-t0JV9olsXr .mbr-text {
  color: #000000;
}
.cid-t0JV9olsXr .mbr-section-title {
  color: #000000;
}
.cid-t0JVshEdVR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fondo-office-365-2000x1507.jpg");
}
.cid-t0JVshEdVR .row {
  justify-content: space-between;
}
.cid-t0JVshEdVR .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-t0JVshEdVR .form-control:focus,
.cid-t0JVshEdVR .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-t0JVshEdVR .form-group {
  margin-bottom: 1rem;
}
.cid-t0JVshEdVR input::-webkit-input-placeholder,
.cid-t0JVshEdVR textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-t0JVshEdVR input:-moz-placeholder,
.cid-t0JVshEdVR textarea:-moz-placeholder {
  color: #353535;
}
.cid-t0JVshEdVR .jq-selectbox li,
.cid-t0JVshEdVR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t0JVshEdVR .jq-selectbox li:hover,
.cid-t0JVshEdVR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t0JVshEdVR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t0JVshEdVR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-t0JVshEdVR .mbr-text {
  color: #767676;
}
.cid-t0JVshEdVR .form-block {
  padding: 3rem;
  position: relative;
}
.cid-t0JVshEdVR .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-t0JVshEdVR .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t0JVshEdVR .form-block {
    padding: 1rem;
  }
}
.cid-t0JVshEdVR H4 {
  color: #232323;
  text-align: center;
}
.cid-t0JVshEdVR .mbr-section-title,
.cid-t0JVshEdVR .mbr-section-btn {
  color: #ffffff;
}
.cid-t0JVshEdVR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0JVshEdVR .form-text {
  color: #353535;
  text-align: left;
}
.cid-t0JVshEdVR .text {
  color: #ffffff;
}
.cid-t0JV9ngEBl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0JV9ngEBl nav.navbar {
  position: fixed;
}
.cid-t0JV9ngEBl .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-t0JV9ngEBl .dropdown-menu {
  padding: 0;
}
.cid-t0JV9ngEBl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0JV9ngEBl .dropdown-item:hover,
.cid-t0JV9ngEBl .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t0JV9ngEBl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t0JV9ngEBl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0JV9ngEBl .nav-link {
  position: relative;
}
.cid-t0JV9ngEBl .container {
  display: flex;
  margin: auto;
}
.cid-t0JV9ngEBl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0JV9ngEBl .navbar-caption {
  padding-right: 4rem;
}
.cid-t0JV9ngEBl .dropdown-menu,
.cid-t0JV9ngEBl .navbar.opened {
  background: #fafafa !important;
}
.cid-t0JV9ngEBl .nav-item:focus,
.cid-t0JV9ngEBl .nav-link:focus {
  outline: none;
}
.cid-t0JV9ngEBl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0JV9ngEBl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0JV9ngEBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0JV9ngEBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0JV9ngEBl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0JV9ngEBl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0JV9ngEBl .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t0JV9ngEBl .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0JV9ngEBl .navbar.opened {
  transition: all .3s;
}
.cid-t0JV9ngEBl .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t0JV9ngEBl .navbar .navbar-logo img {
  width: auto;
}
.cid-t0JV9ngEBl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0JV9ngEBl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0JV9ngEBl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0JV9ngEBl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t0JV9ngEBl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0JV9ngEBl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0JV9ngEBl .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: 55%;
}
.cid-t0JV9ngEBl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0JV9ngEBl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0JV9ngEBl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0JV9ngEBl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0JV9ngEBl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0JV9ngEBl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0JV9ngEBl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0JV9ngEBl .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: 55%;
  }
  .cid-t0JV9ngEBl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0JV9ngEBl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0JV9ngEBl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0JV9ngEBl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0JV9ngEBl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0JV9ngEBl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0JV9ngEBl .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0JV9ngEBl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t0JV9ngEBl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0JV9ngEBl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0JV9ngEBl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0JV9ngEBl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0JV9ngEBl .dropdown-item.active,
.cid-t0JV9ngEBl .dropdown-item:active {
  background-color: transparent;
}
.cid-t0JV9ngEBl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0JV9ngEBl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0JV9ngEBl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0JV9ngEBl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t0JV9ngEBl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0JV9ngEBl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0JV9ngEBl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0JV9ngEBl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0JV9ngEBl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t0JV9ngEBl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t0JV9ngEBl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0JV9ngEBl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0JV9ngEBl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0JV9ngEBl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0JV9ngEBl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0JV9ngEBl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0JV9ngEBl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0JV9ngEBl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0JV9ngEBl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t0JV9ngEBl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0JV9ngEBl .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-t0JV9ngEBl .navbar {
    height: 77px;
  }
  .cid-t0JV9ngEBl .navbar.opened {
    height: auto;
  }
  .cid-t0JV9ngEBl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0JVM5v2Y6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0JVM5v2Y6 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-t0JVM5v2Y6 .col-lg-4,
.cid-t0JVM5v2Y6 .col-12 {
  padding: 0 2rem;
}
.cid-t0JVM5v2Y6 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-t0JVM5v2Y6 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-t0JVM5v2Y6 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-t0JVM5v2Y6 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-t0JVM5v2Y6 .card-title,
.cid-t0JVM5v2Y6 .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-t0JVM5v2Y6 .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-t0JVM5v2Y6 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-t0JVM5v2Y6 .mbr-section-title {
  color: #36187d;
}
.cid-t0JVFrMnuw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0JVFrMnuw .img-wrapper {
  text-align: justify;
}
.cid-t0JVFrMnuw img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t0JVFrMnuw .row {
  align-items: flex-start;
}
.cid-t0JVFrMnuw .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-t0JVFrMnuw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t0JVFrMnuw .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t0JVFrMnuw .card-wrapper {
    padding: 1rem;
  }
}
.cid-t0JVFrMnuw .mbr-text,
.cid-t0JVFrMnuw .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-t0JVFrMnuw .card-title {
  color: #2d3346;
  text-align: Center;
}
.cid-t0JVFrMnuw .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-t0Vy2UyKq3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.cid-t0Vy2UyKq3 .video-wrapper iframe {
  width: 100%;
}
.cid-t0Vy2UyKq3 .mbr-section-title,
.cid-t0Vy2UyKq3 .mbr-section-subtitle,
.cid-t0Vy2UyKq3 .mbr-text {
  text-align: center;
}
.cid-t0Vy2UyKq3 .mbr-section-title {
  color: #000000;
}
.cid-t0Vy2UyKq3 .mbr-section-subtitle {
  color: #000000;
}
.cid-t0JV9nXK6T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0JV9nXK6T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0JV9nXK6T .row {
  flex-direction: row-reverse;
}
.cid-t0JV9nXK6T img {
  width: 100%;
}
.cid-t0WzL2Li1K {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-t0WzL2Li1K .mbr-section-subtitle {
  color: #0b2a50;
}
.cid-t0WzL2Li1K .mbr-text {
  color: #000000;
}
.cid-t0JV9r7Kle {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t0JV9r7Kle .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t0JV9r7Kle .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0JV9r7Kle .row {
    text-align: center;
  }
  .cid-t0JV9r7Kle .row > div {
    margin: auto;
  }
  .cid-t0JV9r7Kle .social-row {
    justify-content: center;
  }
}
.cid-t0JV9r7Kle .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0JV9r7Kle .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t0JV9r7Kle .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0JV9r7Kle .list {
    margin-bottom: 0rem;
  }
}
.cid-t0JV9r7Kle .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t0JV9r7Kle .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t0JV9r7Kle .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0JV9r7Kle div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0JV9r7Kle .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t0Wa5ry5ta {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0Wa5ry5ta nav.navbar {
  position: fixed;
}
.cid-t0Wa5ry5ta .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-t0Wa5ry5ta .dropdown-menu {
  padding: 0;
}
.cid-t0Wa5ry5ta .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0Wa5ry5ta .dropdown-item:hover,
.cid-t0Wa5ry5ta .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t0Wa5ry5ta .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t0Wa5ry5ta .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0Wa5ry5ta .nav-link {
  position: relative;
}
.cid-t0Wa5ry5ta .container {
  display: flex;
  margin: auto;
}
.cid-t0Wa5ry5ta .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0Wa5ry5ta .navbar-caption {
  padding-right: 4rem;
}
.cid-t0Wa5ry5ta .dropdown-menu,
.cid-t0Wa5ry5ta .navbar.opened {
  background: #fafafa !important;
}
.cid-t0Wa5ry5ta .nav-item:focus,
.cid-t0Wa5ry5ta .nav-link:focus {
  outline: none;
}
.cid-t0Wa5ry5ta .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0Wa5ry5ta .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0Wa5ry5ta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0Wa5ry5ta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0Wa5ry5ta .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0Wa5ry5ta .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0Wa5ry5ta .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t0Wa5ry5ta .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0Wa5ry5ta .navbar.opened {
  transition: all .3s;
}
.cid-t0Wa5ry5ta .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t0Wa5ry5ta .navbar .navbar-logo img {
  width: auto;
}
.cid-t0Wa5ry5ta .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0Wa5ry5ta .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0Wa5ry5ta .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0Wa5ry5ta .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t0Wa5ry5ta .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0Wa5ry5ta .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0Wa5ry5ta .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: 55%;
}
.cid-t0Wa5ry5ta .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0Wa5ry5ta .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0Wa5ry5ta .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0Wa5ry5ta .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0Wa5ry5ta .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0Wa5ry5ta .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0Wa5ry5ta .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0Wa5ry5ta .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: 55%;
  }
  .cid-t0Wa5ry5ta .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0Wa5ry5ta .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0Wa5ry5ta .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0Wa5ry5ta .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0Wa5ry5ta .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0Wa5ry5ta .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0Wa5ry5ta .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0Wa5ry5ta .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t0Wa5ry5ta .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0Wa5ry5ta .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0Wa5ry5ta .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0Wa5ry5ta .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0Wa5ry5ta .dropdown-item.active,
.cid-t0Wa5ry5ta .dropdown-item:active {
  background-color: transparent;
}
.cid-t0Wa5ry5ta .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0Wa5ry5ta .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0Wa5ry5ta .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0Wa5ry5ta .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t0Wa5ry5ta .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0Wa5ry5ta .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0Wa5ry5ta ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0Wa5ry5ta .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0Wa5ry5ta button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t0Wa5ry5ta button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t0Wa5ry5ta button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0Wa5ry5ta button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0Wa5ry5ta button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0Wa5ry5ta button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0Wa5ry5ta nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0Wa5ry5ta nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0Wa5ry5ta nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0Wa5ry5ta nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0Wa5ry5ta .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t0Wa5ry5ta a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0Wa5ry5ta .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-t0Wa5ry5ta .navbar {
    height: 77px;
  }
  .cid-t0Wa5ry5ta .navbar.opened {
    height: auto;
  }
  .cid-t0Wa5ry5ta .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0Wa5sbiqV {
  background-image: url("../../../assets/images/fondo-degradado-2000x1125.png");
}
@media (max-width: 991px) {
  .cid-t0Wa5sbiqV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0Wa5sbiqV .row {
  flex-direction: row-reverse;
}
.cid-t0Wa5sbiqV img {
  width: 100%;
}
.cid-t0Wa5sxlOR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t0Wa5sxlOR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t0Wa5sxlOR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0Wa5sxlOR .row {
    text-align: center;
  }
  .cid-t0Wa5sxlOR .row > div {
    margin: auto;
  }
  .cid-t0Wa5sxlOR .social-row {
    justify-content: center;
  }
}
.cid-t0Wa5sxlOR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0Wa5sxlOR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t0Wa5sxlOR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0Wa5sxlOR .list {
    margin-bottom: 0rem;
  }
}
.cid-t0Wa5sxlOR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t0Wa5sxlOR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t0Wa5sxlOR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0Wa5sxlOR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0Wa5sxlOR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t0VVstzOb5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0VVstzOb5 nav.navbar {
  position: fixed;
}
.cid-t0VVstzOb5 .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-t0VVstzOb5 .dropdown-menu {
  padding: 0;
}
.cid-t0VVstzOb5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0VVstzOb5 .dropdown-item:hover,
.cid-t0VVstzOb5 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t0VVstzOb5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t0VVstzOb5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0VVstzOb5 .nav-link {
  position: relative;
}
.cid-t0VVstzOb5 .container {
  display: flex;
  margin: auto;
}
.cid-t0VVstzOb5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0VVstzOb5 .navbar-caption {
  padding-right: 4rem;
}
.cid-t0VVstzOb5 .dropdown-menu,
.cid-t0VVstzOb5 .navbar.opened {
  background: #fafafa !important;
}
.cid-t0VVstzOb5 .nav-item:focus,
.cid-t0VVstzOb5 .nav-link:focus {
  outline: none;
}
.cid-t0VVstzOb5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0VVstzOb5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0VVstzOb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0VVstzOb5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0VVstzOb5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0VVstzOb5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0VVstzOb5 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t0VVstzOb5 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0VVstzOb5 .navbar.opened {
  transition: all .3s;
}
.cid-t0VVstzOb5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t0VVstzOb5 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0VVstzOb5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0VVstzOb5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0VVstzOb5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0VVstzOb5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t0VVstzOb5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0VVstzOb5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0VVstzOb5 .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: 55%;
}
.cid-t0VVstzOb5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0VVstzOb5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0VVstzOb5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0VVstzOb5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0VVstzOb5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0VVstzOb5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0VVstzOb5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0VVstzOb5 .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: 55%;
  }
  .cid-t0VVstzOb5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0VVstzOb5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0VVstzOb5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0VVstzOb5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0VVstzOb5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0VVstzOb5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0VVstzOb5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0VVstzOb5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t0VVstzOb5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0VVstzOb5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0VVstzOb5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0VVstzOb5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0VVstzOb5 .dropdown-item.active,
.cid-t0VVstzOb5 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0VVstzOb5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0VVstzOb5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0VVstzOb5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0VVstzOb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t0VVstzOb5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0VVstzOb5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0VVstzOb5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0VVstzOb5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0VVstzOb5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t0VVstzOb5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t0VVstzOb5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0VVstzOb5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0VVstzOb5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0VVstzOb5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0VVstzOb5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0VVstzOb5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0VVstzOb5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0VVstzOb5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0VVstzOb5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t0VVstzOb5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0VVstzOb5 .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-t0VVstzOb5 .navbar {
    height: 77px;
  }
  .cid-t0VVstzOb5 .navbar.opened {
    height: auto;
  }
  .cid-t0VVstzOb5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0VVfq5nKd {
  background-image: url("../../../assets/images/fondo-degradado-2000x1125.png");
}
@media (max-width: 991px) {
  .cid-t0VVfq5nKd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0VVfq5nKd .row {
  flex-direction: row-reverse;
}
.cid-t0VVfq5nKd img {
  width: 100%;
}
.cid-t0VUQvvaE3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t0VUQvvaE3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t0VUQvvaE3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0VUQvvaE3 .row {
    text-align: center;
  }
  .cid-t0VUQvvaE3 .row > div {
    margin: auto;
  }
  .cid-t0VUQvvaE3 .social-row {
    justify-content: center;
  }
}
.cid-t0VUQvvaE3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0VUQvvaE3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t0VUQvvaE3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0VUQvvaE3 .list {
    margin-bottom: 0rem;
  }
}
.cid-t0VUQvvaE3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t0VUQvvaE3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t0VUQvvaE3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0VUQvvaE3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0VUQvvaE3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t1GQTjycw2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1GQTjycw2 nav.navbar {
  position: fixed;
}
.cid-t1GQTjycw2 .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-t1GQTjycw2 .dropdown-menu {
  padding: 0;
}
.cid-t1GQTjycw2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1GQTjycw2 .dropdown-item:hover,
.cid-t1GQTjycw2 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t1GQTjycw2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t1GQTjycw2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1GQTjycw2 .nav-link {
  position: relative;
}
.cid-t1GQTjycw2 .container {
  display: flex;
  margin: auto;
}
.cid-t1GQTjycw2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1GQTjycw2 .navbar-caption {
  padding-right: 4rem;
}
.cid-t1GQTjycw2 .dropdown-menu,
.cid-t1GQTjycw2 .navbar.opened {
  background: #fafafa !important;
}
.cid-t1GQTjycw2 .nav-item:focus,
.cid-t1GQTjycw2 .nav-link:focus {
  outline: none;
}
.cid-t1GQTjycw2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1GQTjycw2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1GQTjycw2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1GQTjycw2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1GQTjycw2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1GQTjycw2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1GQTjycw2 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t1GQTjycw2 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1GQTjycw2 .navbar.opened {
  transition: all .3s;
}
.cid-t1GQTjycw2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1GQTjycw2 .navbar .navbar-logo img {
  width: auto;
}
.cid-t1GQTjycw2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1GQTjycw2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1GQTjycw2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1GQTjycw2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t1GQTjycw2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1GQTjycw2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1GQTjycw2 .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: 55%;
}
.cid-t1GQTjycw2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1GQTjycw2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1GQTjycw2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1GQTjycw2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1GQTjycw2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1GQTjycw2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1GQTjycw2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1GQTjycw2 .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: 55%;
  }
  .cid-t1GQTjycw2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1GQTjycw2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1GQTjycw2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1GQTjycw2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1GQTjycw2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1GQTjycw2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1GQTjycw2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1GQTjycw2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1GQTjycw2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1GQTjycw2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1GQTjycw2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1GQTjycw2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1GQTjycw2 .dropdown-item.active,
.cid-t1GQTjycw2 .dropdown-item:active {
  background-color: transparent;
}
.cid-t1GQTjycw2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1GQTjycw2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1GQTjycw2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1GQTjycw2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t1GQTjycw2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1GQTjycw2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1GQTjycw2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1GQTjycw2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1GQTjycw2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t1GQTjycw2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t1GQTjycw2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1GQTjycw2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1GQTjycw2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1GQTjycw2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1GQTjycw2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1GQTjycw2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1GQTjycw2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1GQTjycw2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1GQTjycw2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1GQTjycw2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1GQTjycw2 .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-t1GQTjycw2 .navbar {
    height: 77px;
  }
  .cid-t1GQTjycw2 .navbar.opened {
    height: auto;
  }
  .cid-t1GQTjycw2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1dh {
  /* Type valid CSS here */
}
#custom-html-1dh div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1dh p {
  font-size: 60px;
  color: #777;
}
.cid-t1GQTkEvel {
  background-image: url("../../../assets/images/fondo-degradado-2000x1125.png");
}
@media (max-width: 991px) {
  .cid-t1GQTkEvel .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1GQTkEvel .row {
  flex-direction: row-reverse;
}
.cid-t1GQTkEvel img {
  width: 100%;
}
.cid-t1GQTkZCU3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1GQTkZCU3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t1GQTkZCU3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t1GQTkZCU3 .row {
    text-align: center;
  }
  .cid-t1GQTkZCU3 .row > div {
    margin: auto;
  }
  .cid-t1GQTkZCU3 .social-row {
    justify-content: center;
  }
}
.cid-t1GQTkZCU3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t1GQTkZCU3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t1GQTkZCU3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t1GQTkZCU3 .list {
    margin-bottom: 0rem;
  }
}
.cid-t1GQTkZCU3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t1GQTkZCU3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t1GQTkZCU3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t1GQTkZCU3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t1GQTkZCU3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t1GRbnae6p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1GRbnae6p nav.navbar {
  position: fixed;
}
.cid-t1GRbnae6p .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-t1GRbnae6p .dropdown-menu {
  padding: 0;
}
.cid-t1GRbnae6p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1GRbnae6p .dropdown-item:hover,
.cid-t1GRbnae6p .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t1GRbnae6p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t1GRbnae6p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1GRbnae6p .nav-link {
  position: relative;
}
.cid-t1GRbnae6p .container {
  display: flex;
  margin: auto;
}
.cid-t1GRbnae6p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1GRbnae6p .navbar-caption {
  padding-right: 4rem;
}
.cid-t1GRbnae6p .dropdown-menu,
.cid-t1GRbnae6p .navbar.opened {
  background: #fafafa !important;
}
.cid-t1GRbnae6p .nav-item:focus,
.cid-t1GRbnae6p .nav-link:focus {
  outline: none;
}
.cid-t1GRbnae6p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1GRbnae6p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1GRbnae6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1GRbnae6p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1GRbnae6p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1GRbnae6p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1GRbnae6p .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t1GRbnae6p .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1GRbnae6p .navbar.opened {
  transition: all .3s;
}
.cid-t1GRbnae6p .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1GRbnae6p .navbar .navbar-logo img {
  width: auto;
}
.cid-t1GRbnae6p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1GRbnae6p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1GRbnae6p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1GRbnae6p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t1GRbnae6p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1GRbnae6p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1GRbnae6p .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: 55%;
}
.cid-t1GRbnae6p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1GRbnae6p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1GRbnae6p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1GRbnae6p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1GRbnae6p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1GRbnae6p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1GRbnae6p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1GRbnae6p .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: 55%;
  }
  .cid-t1GRbnae6p .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1GRbnae6p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1GRbnae6p .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1GRbnae6p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1GRbnae6p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1GRbnae6p .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1GRbnae6p .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1GRbnae6p .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1GRbnae6p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1GRbnae6p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1GRbnae6p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1GRbnae6p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1GRbnae6p .dropdown-item.active,
.cid-t1GRbnae6p .dropdown-item:active {
  background-color: transparent;
}
.cid-t1GRbnae6p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1GRbnae6p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1GRbnae6p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1GRbnae6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t1GRbnae6p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1GRbnae6p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1GRbnae6p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1GRbnae6p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1GRbnae6p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t1GRbnae6p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t1GRbnae6p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1GRbnae6p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1GRbnae6p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1GRbnae6p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1GRbnae6p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1GRbnae6p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1GRbnae6p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1GRbnae6p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1GRbnae6p .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1GRbnae6p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1GRbnae6p .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-t1GRbnae6p .navbar {
    height: 77px;
  }
  .cid-t1GRbnae6p .navbar.opened {
    height: auto;
  }
  .cid-t1GRbnae6p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1dl {
  /* Type valid CSS here */
}
#custom-html-1dl div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1dl p {
  font-size: 60px;
  color: #777;
}
.cid-t1GRbnRUx7 {
  background-image: url("../../../assets/images/fondo-degradado-2000x1125.png");
}
@media (max-width: 991px) {
  .cid-t1GRbnRUx7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1GRbnRUx7 .row {
  flex-direction: row-reverse;
}
.cid-t1GRbnRUx7 img {
  width: 100%;
}
.cid-t1GRbobDTr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1GRbobDTr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t1GRbobDTr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t1GRbobDTr .row {
    text-align: center;
  }
  .cid-t1GRbobDTr .row > div {
    margin: auto;
  }
  .cid-t1GRbobDTr .social-row {
    justify-content: center;
  }
}
.cid-t1GRbobDTr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t1GRbobDTr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t1GRbobDTr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t1GRbobDTr .list {
    margin-bottom: 0rem;
  }
}
.cid-t1GRbobDTr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t1GRbobDTr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t1GRbobDTr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t1GRbobDTr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t1GRbobDTr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t1ATLZxpRN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1ATLZxpRN nav.navbar {
  position: fixed;
}
.cid-t1ATLZxpRN .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-t1ATLZxpRN .dropdown-menu {
  padding: 0;
}
.cid-t1ATLZxpRN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1ATLZxpRN .dropdown-item:hover,
.cid-t1ATLZxpRN .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t1ATLZxpRN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t1ATLZxpRN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1ATLZxpRN .nav-link {
  position: relative;
}
.cid-t1ATLZxpRN .container {
  display: flex;
  margin: auto;
}
.cid-t1ATLZxpRN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t1ATLZxpRN .navbar-caption {
  padding-right: 4rem;
}
.cid-t1ATLZxpRN .dropdown-menu,
.cid-t1ATLZxpRN .navbar.opened {
  background: #fafafa !important;
}
.cid-t1ATLZxpRN .nav-item:focus,
.cid-t1ATLZxpRN .nav-link:focus {
  outline: none;
}
.cid-t1ATLZxpRN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1ATLZxpRN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1ATLZxpRN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t1ATLZxpRN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1ATLZxpRN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1ATLZxpRN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1ATLZxpRN .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t1ATLZxpRN .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1ATLZxpRN .navbar.opened {
  transition: all .3s;
}
.cid-t1ATLZxpRN .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t1ATLZxpRN .navbar .navbar-logo img {
  width: auto;
}
.cid-t1ATLZxpRN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1ATLZxpRN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1ATLZxpRN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1ATLZxpRN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t1ATLZxpRN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1ATLZxpRN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1ATLZxpRN .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: 55%;
}
.cid-t1ATLZxpRN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1ATLZxpRN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t1ATLZxpRN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t1ATLZxpRN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1ATLZxpRN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1ATLZxpRN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1ATLZxpRN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1ATLZxpRN .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: 55%;
  }
  .cid-t1ATLZxpRN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t1ATLZxpRN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1ATLZxpRN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1ATLZxpRN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1ATLZxpRN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1ATLZxpRN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t1ATLZxpRN .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1ATLZxpRN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t1ATLZxpRN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t1ATLZxpRN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1ATLZxpRN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1ATLZxpRN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1ATLZxpRN .dropdown-item.active,
.cid-t1ATLZxpRN .dropdown-item:active {
  background-color: transparent;
}
.cid-t1ATLZxpRN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1ATLZxpRN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1ATLZxpRN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1ATLZxpRN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t1ATLZxpRN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1ATLZxpRN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1ATLZxpRN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1ATLZxpRN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1ATLZxpRN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t1ATLZxpRN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t1ATLZxpRN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t1ATLZxpRN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t1ATLZxpRN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t1ATLZxpRN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t1ATLZxpRN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1ATLZxpRN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t1ATLZxpRN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t1ATLZxpRN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t1ATLZxpRN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t1ATLZxpRN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1ATLZxpRN .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-t1ATLZxpRN .navbar {
    height: 77px;
  }
  .cid-t1ATLZxpRN .navbar.opened {
    height: auto;
  }
  .cid-t1ATLZxpRN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1d1 {
  /* Type valid CSS here */
}
#custom-html-1d1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1d1 p {
  font-size: 60px;
  color: #777;
}
.cid-t1AUg0mFXb {
  background-image: url("../../../assets/images/fondo-degradado-2000x1125.png");
}
@media (max-width: 991px) {
  .cid-t1AUg0mFXb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t1AUg0mFXb .row {
  flex-direction: row-reverse;
}
.cid-t1AUg0mFXb img {
  width: 100%;
}
.cid-t1ATM1p9hR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t1ATM1p9hR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t1ATM1p9hR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t1ATM1p9hR .row {
    text-align: center;
  }
  .cid-t1ATM1p9hR .row > div {
    margin: auto;
  }
  .cid-t1ATM1p9hR .social-row {
    justify-content: center;
  }
}
.cid-t1ATM1p9hR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t1ATM1p9hR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t1ATM1p9hR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t1ATM1p9hR .list {
    margin-bottom: 0rem;
  }
}
.cid-t1ATM1p9hR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t1ATM1p9hR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t1ATM1p9hR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t1ATM1p9hR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t1ATM1p9hR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t250PCGta0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t250PCGta0 nav.navbar {
  position: fixed;
}
.cid-t250PCGta0 .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-t250PCGta0 .dropdown-menu {
  padding: 0;
}
.cid-t250PCGta0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t250PCGta0 .dropdown-item:hover,
.cid-t250PCGta0 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t250PCGta0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t250PCGta0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t250PCGta0 .nav-link {
  position: relative;
}
.cid-t250PCGta0 .container {
  display: flex;
  margin: auto;
}
.cid-t250PCGta0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t250PCGta0 .navbar-caption {
  padding-right: 4rem;
}
.cid-t250PCGta0 .dropdown-menu,
.cid-t250PCGta0 .navbar.opened {
  background: #fafafa !important;
}
.cid-t250PCGta0 .nav-item:focus,
.cid-t250PCGta0 .nav-link:focus {
  outline: none;
}
.cid-t250PCGta0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t250PCGta0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t250PCGta0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t250PCGta0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t250PCGta0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t250PCGta0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t250PCGta0 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t250PCGta0 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t250PCGta0 .navbar.opened {
  transition: all .3s;
}
.cid-t250PCGta0 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t250PCGta0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t250PCGta0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t250PCGta0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t250PCGta0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t250PCGta0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t250PCGta0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t250PCGta0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t250PCGta0 .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: 55%;
}
.cid-t250PCGta0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t250PCGta0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t250PCGta0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t250PCGta0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t250PCGta0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t250PCGta0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t250PCGta0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t250PCGta0 .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: 55%;
  }
  .cid-t250PCGta0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t250PCGta0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t250PCGta0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t250PCGta0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t250PCGta0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t250PCGta0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t250PCGta0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t250PCGta0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t250PCGta0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t250PCGta0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t250PCGta0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t250PCGta0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t250PCGta0 .dropdown-item.active,
.cid-t250PCGta0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t250PCGta0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t250PCGta0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t250PCGta0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t250PCGta0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t250PCGta0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t250PCGta0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t250PCGta0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t250PCGta0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t250PCGta0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t250PCGta0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t250PCGta0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t250PCGta0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t250PCGta0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t250PCGta0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t250PCGta0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t250PCGta0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t250PCGta0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t250PCGta0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t250PCGta0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t250PCGta0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t250PCGta0 .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-t250PCGta0 .navbar {
    height: 77px;
  }
  .cid-t250PCGta0 .navbar.opened {
    height: auto;
  }
  .cid-t250PCGta0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t250PD7iXe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t250PD7iXe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t250PD7iXe .row {
  flex-direction: row-reverse;
}
.cid-t250PD7iXe img {
  width: 100%;
}
.cid-t250PDnXVQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-t250PDnXVQ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t250PDnXVQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t250PDnXVQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t250PDnXVQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-t250PDnXVQ .mbr-text {
  color: #000000;
}
.cid-t250PDEF2q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t250PDEF2q .img-wrapper {
  text-align: justify;
}
.cid-t250PDEF2q img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t250PDEF2q .row {
  align-items: flex-start;
}
.cid-t250PDEF2q .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-t250PDEF2q .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t250PDEF2q .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t250PDEF2q .card-wrapper {
    padding: 1rem;
  }
}
.cid-t250PDEF2q .mbr-text,
.cid-t250PDEF2q .mbr-section-btn {
  color: #000000;
  text-align: top;
}
.cid-t250PDEF2q .card-title {
  color: #000000;
}
.cid-t250PEug1k {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t250PEug1k .row {
  flex-direction: row-reverse;
}
.cid-t250PEug1k .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t250PEug1k .text-wrapper {
    padding: 2rem;
  }
}
.cid-t250PEug1k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t250PEug1k .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t250PEug1k .mbr-text {
  text-align: justify;
  color: #0b729e;
}
.cid-t250PEug1k .mbr-section-title {
  text-align: center;
}
.cid-t250PEug1k .name {
  color: #000000;
}
.cid-t250PEP9bu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t250PEP9bu .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t250PEP9bu .text-wrapper {
    padding: 2rem;
  }
}
.cid-t250PEP9bu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t250PEP9bu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t250PEP9bu .mbr-text {
  text-align: justify;
  color: #0b729e;
}
.cid-t250PEP9bu .mbr-section-title {
  text-align: center;
}
.cid-t250PEP9bu .name {
  color: #000000;
}
.cid-t250PF7WCE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t250PF7WCE .row {
  flex-direction: row-reverse;
}
.cid-t250PF7WCE .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t250PF7WCE .text-wrapper {
    padding: 2rem;
  }
}
.cid-t250PF7WCE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t250PF7WCE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t250PF7WCE .mbr-text {
  text-align: justify;
  color: #0b729e;
}
.cid-t250PF7WCE .mbr-section-title {
  text-align: center;
}
.cid-t250PF7WCE .name {
  color: #000000;
}
.cid-t250PFrOmz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t250PFrOmz .video-wrapper iframe {
  width: 100%;
}
.cid-t250PFrOmz .mbr-section-title,
.cid-t250PFrOmz .mbr-section-subtitle,
.cid-t250PFrOmz .mbr-text {
  text-align: center;
}
.cid-t250PFrOmz .mbr-section-title {
  color: #000000;
}
.cid-t250PFrOmz .mbr-section-subtitle {
  color: #000000;
}
.cid-t250PFNMAh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t250PFNMAh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t250PFNMAh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t250PFNMAh .row {
    text-align: center;
  }
  .cid-t250PFNMAh .row > div {
    margin: auto;
  }
  .cid-t250PFNMAh .social-row {
    justify-content: center;
  }
}
.cid-t250PFNMAh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t250PFNMAh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t250PFNMAh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t250PFNMAh .list {
    margin-bottom: 0rem;
  }
}
.cid-t250PFNMAh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t250PFNMAh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t250PFNMAh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t250PFNMAh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t250PFNMAh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t43l6TNIDz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t43l6TNIDz nav.navbar {
  position: fixed;
}
.cid-t43l6TNIDz .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-t43l6TNIDz .dropdown-menu {
  padding: 0;
}
.cid-t43l6TNIDz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t43l6TNIDz .dropdown-item:hover,
.cid-t43l6TNIDz .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t43l6TNIDz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t43l6TNIDz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t43l6TNIDz .nav-link {
  position: relative;
}
.cid-t43l6TNIDz .container {
  display: flex;
  margin: auto;
}
.cid-t43l6TNIDz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t43l6TNIDz .navbar-caption {
  padding-right: 4rem;
}
.cid-t43l6TNIDz .dropdown-menu,
.cid-t43l6TNIDz .navbar.opened {
  background: #fafafa !important;
}
.cid-t43l6TNIDz .nav-item:focus,
.cid-t43l6TNIDz .nav-link:focus {
  outline: none;
}
.cid-t43l6TNIDz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t43l6TNIDz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t43l6TNIDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t43l6TNIDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t43l6TNIDz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t43l6TNIDz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t43l6TNIDz .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t43l6TNIDz .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t43l6TNIDz .navbar.opened {
  transition: all .3s;
}
.cid-t43l6TNIDz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t43l6TNIDz .navbar .navbar-logo img {
  width: auto;
}
.cid-t43l6TNIDz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t43l6TNIDz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t43l6TNIDz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t43l6TNIDz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t43l6TNIDz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t43l6TNIDz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t43l6TNIDz .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: 55%;
}
.cid-t43l6TNIDz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t43l6TNIDz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t43l6TNIDz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t43l6TNIDz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t43l6TNIDz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t43l6TNIDz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t43l6TNIDz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t43l6TNIDz .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: 55%;
  }
  .cid-t43l6TNIDz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t43l6TNIDz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t43l6TNIDz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t43l6TNIDz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t43l6TNIDz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t43l6TNIDz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t43l6TNIDz .navbar.navbar-short {
  min-height: 60px;
}
.cid-t43l6TNIDz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t43l6TNIDz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t43l6TNIDz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t43l6TNIDz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t43l6TNIDz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t43l6TNIDz .dropdown-item.active,
.cid-t43l6TNIDz .dropdown-item:active {
  background-color: transparent;
}
.cid-t43l6TNIDz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t43l6TNIDz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t43l6TNIDz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t43l6TNIDz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t43l6TNIDz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t43l6TNIDz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t43l6TNIDz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t43l6TNIDz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t43l6TNIDz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t43l6TNIDz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t43l6TNIDz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t43l6TNIDz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t43l6TNIDz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t43l6TNIDz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t43l6TNIDz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t43l6TNIDz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t43l6TNIDz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t43l6TNIDz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t43l6TNIDz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t43l6TNIDz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t43l6TNIDz .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-t43l6TNIDz .navbar {
    height: 77px;
  }
  .cid-t43l6TNIDz .navbar.opened {
    height: auto;
  }
  .cid-t43l6TNIDz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t43l6UvAFL {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t43l6UvAFL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t43l6UvAFL .row {
  flex-direction: row-reverse;
}
.cid-t43l6UvAFL img {
  width: 100%;
}
.cid-t43l6UR8XD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t43l6UR8XD .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t43l6UR8XD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t43l6UR8XD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t43l6UR8XD .text-wrapper {
    padding: 2rem;
  }
}
.cid-t43l6UR8XD .mbr-text {
  color: #000000;
}
.cid-t43l6UR8XD .mbr-section-title {
  color: #071440;
}
.cid-t43l6ViLXA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t43l6ViLXA .img-wrapper {
  text-align: justify;
}
.cid-t43l6ViLXA img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t43l6ViLXA .row {
  align-items: flex-start;
}
.cid-t43l6ViLXA .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-t43l6ViLXA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t43l6ViLXA .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t43l6ViLXA .card-wrapper {
    padding: 1rem;
  }
}
.cid-t43l6ViLXA .mbr-text,
.cid-t43l6ViLXA .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-t43l6ViLXA .card-title {
  color: #000000;
  text-align: Center;
}
.cid-t43l6ViLXA .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-t43uCNiiGr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t43uCNiiGr .img-wrapper {
  text-align: justify;
}
.cid-t43uCNiiGr img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t43uCNiiGr .row {
  align-items: flex-start;
}
.cid-t43uCNiiGr .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-t43uCNiiGr .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t43uCNiiGr .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t43uCNiiGr .card-wrapper {
    padding: 1rem;
  }
}
.cid-t43uCNiiGr .mbr-text,
.cid-t43uCNiiGr .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-t43uCNiiGr .card-title {
  color: #000000;
  text-align: Center;
}
.cid-t43uCNiiGr .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-t43l6VGQgF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-t43l6VGQgF .row {
  flex-direction: row-reverse;
}
.cid-t43l6VGQgF .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t43l6VGQgF .text-wrapper {
    padding: 2rem;
  }
}
.cid-t43l6VGQgF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t43l6VGQgF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t43l6VGQgF .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-t43l6VGQgF .mbr-section-title {
  text-align: center;
}
.cid-t43L1kviW9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-t43L1kviW9 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t43L1kviW9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t43L1kviW9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t43L1kviW9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t43L1kviW9 .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-t43L1kviW9 .mbr-section-title {
  text-align: center;
}
.cid-t43l6VYaFe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t43l6VYaFe .video-wrapper iframe {
  width: 100%;
}
.cid-t43l6VYaFe .mbr-section-title,
.cid-t43l6VYaFe .mbr-section-subtitle,
.cid-t43l6VYaFe .mbr-text {
  text-align: center;
}
.cid-t43l6VYaFe .mbr-section-title {
  color: #000000;
}
.cid-t43l6VYaFe .mbr-section-subtitle {
  color: #000000;
}
.cid-t43l6Wg8AC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t43l6Wg8AC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t43l6Wg8AC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t43l6Wg8AC .row {
    text-align: center;
  }
  .cid-t43l6Wg8AC .row > div {
    margin: auto;
  }
  .cid-t43l6Wg8AC .social-row {
    justify-content: center;
  }
}
.cid-t43l6Wg8AC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t43l6Wg8AC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t43l6Wg8AC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t43l6Wg8AC .list {
    margin-bottom: 0rem;
  }
}
.cid-t43l6Wg8AC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t43l6Wg8AC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t43l6Wg8AC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t43l6Wg8AC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t43l6Wg8AC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t4v6saH5TJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4v6saH5TJ nav.navbar {
  position: fixed;
}
.cid-t4v6saH5TJ .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-t4v6saH5TJ .dropdown-menu {
  padding: 0;
}
.cid-t4v6saH5TJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4v6saH5TJ .dropdown-item:hover,
.cid-t4v6saH5TJ .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t4v6saH5TJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4v6saH5TJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4v6saH5TJ .nav-link {
  position: relative;
}
.cid-t4v6saH5TJ .container {
  display: flex;
  margin: auto;
}
.cid-t4v6saH5TJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4v6saH5TJ .navbar-caption {
  padding-right: 4rem;
}
.cid-t4v6saH5TJ .dropdown-menu,
.cid-t4v6saH5TJ .navbar.opened {
  background: #fafafa !important;
}
.cid-t4v6saH5TJ .nav-item:focus,
.cid-t4v6saH5TJ .nav-link:focus {
  outline: none;
}
.cid-t4v6saH5TJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4v6saH5TJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4v6saH5TJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4v6saH5TJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4v6saH5TJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4v6saH5TJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4v6saH5TJ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t4v6saH5TJ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4v6saH5TJ .navbar.opened {
  transition: all .3s;
}
.cid-t4v6saH5TJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4v6saH5TJ .navbar .navbar-logo img {
  width: auto;
}
.cid-t4v6saH5TJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4v6saH5TJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4v6saH5TJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4v6saH5TJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4v6saH5TJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4v6saH5TJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4v6saH5TJ .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: 55%;
}
.cid-t4v6saH5TJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4v6saH5TJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4v6saH5TJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4v6saH5TJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4v6saH5TJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4v6saH5TJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4v6saH5TJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4v6saH5TJ .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: 55%;
  }
  .cid-t4v6saH5TJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4v6saH5TJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4v6saH5TJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4v6saH5TJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4v6saH5TJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4v6saH5TJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4v6saH5TJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4v6saH5TJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4v6saH5TJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4v6saH5TJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4v6saH5TJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4v6saH5TJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4v6saH5TJ .dropdown-item.active,
.cid-t4v6saH5TJ .dropdown-item:active {
  background-color: transparent;
}
.cid-t4v6saH5TJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4v6saH5TJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4v6saH5TJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4v6saH5TJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t4v6saH5TJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4v6saH5TJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4v6saH5TJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4v6saH5TJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4v6saH5TJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4v6saH5TJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4v6saH5TJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4v6saH5TJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4v6saH5TJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4v6saH5TJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4v6saH5TJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4v6saH5TJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4v6saH5TJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4v6saH5TJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4v6saH5TJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4v6saH5TJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4v6saH5TJ .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-t4v6saH5TJ .navbar {
    height: 77px;
  }
  .cid-t4v6saH5TJ .navbar.opened {
    height: auto;
  }
  .cid-t4v6saH5TJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4v6sb2hGj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-t4v6sb2hGj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4v6sb2hGj .row {
  flex-direction: row-reverse;
}
.cid-t4v6sb2hGj img {
  width: 100%;
}
.cid-t4v6sbem0f {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t4v6sbem0f .card-icon {
  font-size: 72px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-t4v6sbem0f .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t4v6sbem0f .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-t4v6sbem0f p {
  font-weight: 400;
}
.cid-t4v6sbem0f .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t4v6sbem0f .link-ico:hover {
  background-color: #efefef;
  border-color: #efefef;
  color: gray!important;
}
.cid-t4v6sbem0f .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t4v6sbem0f .bg1 {
  background: #0c1140;
}
.cid-t4v6sbem0f .bg2 {
  background: #082964;
}
.cid-t4v6sbem0f .bg3 {
  background: #0f3d91;
}
.cid-t4v6sbem0f .bg4 {
  background: #1e53b4;
}
.cid-t4v6sbem0f .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t4v6sbem0f .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: gray!important;
}
.cid-t4v6sbem0f .col-lg-x {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-t4v6sbem0f .card-title,
.cid-t4v6sbem0f .card-ico,
.cid-t4v6sbem0f .line-wrap {
  text-align: justify;
  color: #ffffff;
}
.cid-t4v6sbem0f .mbr-text,
.cid-t4v6sbem0f .card-link {
  text-align: justify;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4v6sbem0f .row {
    padding: 0 1rem;
  }
}
.cid-t4v6sbEi9A {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-t4v6sbEi9A .google-map {
  height: 350px;
  position: relative;
}
.cid-t4v6sbEi9A .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4v6sbEi9A .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-t4v6sbEi9A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4v6sbEi9A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4v6sbYTXd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f2f2;
}
.cid-t4v6sbYTXd .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-t4v6sbYTXd h2,
.cid-t4v6sbYTXd h3,
.cid-t4v6sbYTXd h4,
.cid-t4v6sbYTXd p {
  color: #ffffff;
}
.cid-t4v6sbYTXd .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t4v6sbYTXd .text-block {
  border-bottom: 1px solid #767676;
}
.cid-t4v6sbYTXd .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4v6sbYTXd .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #e7e7e7;
  border: 1px solid #e8e8e8;
  color: #000000;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-t4v6sbYTXd .form-control:focus,
.cid-t4v6sbYTXd .form-control:hover {
  border: 1px solid #ffffff;
  background-color: #f5f5f5;
}
.cid-t4v6sbYTXd .form-group {
  margin-bottom: 1rem;
}
.cid-t4v6sbYTXd input::-webkit-input-placeholder,
.cid-t4v6sbYTXd textarea::-webkit-input-placeholder {
  color: #080f41;
}
.cid-t4v6sbYTXd input:-moz-placeholder,
.cid-t4v6sbYTXd textarea:-moz-placeholder {
  color: #080f41;
}
.cid-t4v6sbYTXd .jq-selectbox li,
.cid-t4v6sbYTXd .jq-selectbox li {
  background-color: #e7e7e7;
  color: #000000;
}
.cid-t4v6sbYTXd .jq-selectbox li:hover,
.cid-t4v6sbYTXd .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-t4v6sbYTXd .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e7e7e7;
}
.cid-t4v6sbYTXd .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-t4v6sbYTXd .mbr-text {
  color: #767676;
}
.cid-t4v6sbYTXd a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-t4v6sbYTXd .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t4v6sbYTXd .input-group-btn {
  display: block;
  text-align: justify;
}
.cid-t4v6sbYTXd textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-t4v6sbYTXd h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t4v6sbYTXd .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-t4v6sbYTXd .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-t4v6sbYTXd .google-map {
    padding-bottom: 2rem;
  }
}
.cid-t4v6sbYTXd H2 {
  text-align: justify;
  color: #000000;
}
.cid-t4v6sbYTXd H3 {
  color: #000000;
}
.cid-t4v6schyZx {
  background: #ffffff;
}
.cid-t4v6schyZx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t4v6schyZx figcaption {
  position: relative;
}
.cid-t4v6schyZx figcaption div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4v6schyZx .image-block {
    width: 100% !important;
  }
}
.cid-t4v6scvSYb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4v6scvSYb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4v6scvSYb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4v6scvSYb .row {
    text-align: center;
  }
  .cid-t4v6scvSYb .row > div {
    margin: auto;
  }
  .cid-t4v6scvSYb .social-row {
    justify-content: center;
  }
}
.cid-t4v6scvSYb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4v6scvSYb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t4v6scvSYb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4v6scvSYb .list {
    margin-bottom: 0rem;
  }
}
.cid-t4v6scvSYb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t4v6scvSYb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4v6scvSYb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4v6scvSYb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4v6scvSYb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t4vh2RZydL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4vh2RZydL nav.navbar {
  position: fixed;
}
.cid-t4vh2RZydL .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-t4vh2RZydL .dropdown-menu {
  padding: 0;
}
.cid-t4vh2RZydL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vh2RZydL .dropdown-item:hover,
.cid-t4vh2RZydL .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t4vh2RZydL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4vh2RZydL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4vh2RZydL .nav-link {
  position: relative;
}
.cid-t4vh2RZydL .container {
  display: flex;
  margin: auto;
}
.cid-t4vh2RZydL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4vh2RZydL .navbar-caption {
  padding-right: 4rem;
}
.cid-t4vh2RZydL .dropdown-menu,
.cid-t4vh2RZydL .navbar.opened {
  background: #fafafa !important;
}
.cid-t4vh2RZydL .nav-item:focus,
.cid-t4vh2RZydL .nav-link:focus {
  outline: none;
}
.cid-t4vh2RZydL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4vh2RZydL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4vh2RZydL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4vh2RZydL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4vh2RZydL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4vh2RZydL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4vh2RZydL .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t4vh2RZydL .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vh2RZydL .navbar.opened {
  transition: all .3s;
}
.cid-t4vh2RZydL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4vh2RZydL .navbar .navbar-logo img {
  width: auto;
}
.cid-t4vh2RZydL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4vh2RZydL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4vh2RZydL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4vh2RZydL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4vh2RZydL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4vh2RZydL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4vh2RZydL .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: 55%;
}
.cid-t4vh2RZydL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4vh2RZydL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4vh2RZydL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4vh2RZydL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4vh2RZydL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4vh2RZydL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4vh2RZydL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4vh2RZydL .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: 55%;
  }
  .cid-t4vh2RZydL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4vh2RZydL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4vh2RZydL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4vh2RZydL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4vh2RZydL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4vh2RZydL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4vh2RZydL .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4vh2RZydL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4vh2RZydL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4vh2RZydL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4vh2RZydL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4vh2RZydL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4vh2RZydL .dropdown-item.active,
.cid-t4vh2RZydL .dropdown-item:active {
  background-color: transparent;
}
.cid-t4vh2RZydL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4vh2RZydL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4vh2RZydL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4vh2RZydL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t4vh2RZydL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4vh2RZydL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4vh2RZydL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4vh2RZydL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4vh2RZydL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4vh2RZydL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4vh2RZydL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4vh2RZydL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vh2RZydL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vh2RZydL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4vh2RZydL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vh2RZydL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4vh2RZydL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4vh2RZydL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vh2RZydL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4vh2RZydL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4vh2RZydL .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-t4vh2RZydL .navbar {
    height: 77px;
  }
  .cid-t4vh2RZydL .navbar.opened {
    height: auto;
  }
  .cid-t4vh2RZydL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4vh2SCcVr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t4vh2SCcVr .carousel {
    min-height: 400px;
  }
  .cid-t4vh2SCcVr .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t4vh2SCcVr .carousel {
    min-height: 260px;
  }
  .cid-t4vh2SCcVr .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t4vh2SCcVr .carousel {
    min-height: 220px;
  }
  .cid-t4vh2SCcVr .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-t4vh2SCcVr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t4vh2SCcVr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t4vh2SCcVr .carousel,
.cid-t4vh2SCcVr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4vh2SCcVr .item-wrapper {
  width: 100%;
}
.cid-t4vh2SCcVr .carousel-caption {
  bottom: 40px;
}
.cid-t4vh2SCcVr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t4vh2SCcVr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t4vh2SCcVr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t4vh2SCcVr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t4vh2SCcVr .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4vh2SCcVr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4vh2SCcVr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4vh2SCcVr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4vh2SCcVr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t4vh2SCcVr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4vh2SCcVr .carousel-indicators li.active,
.cid-t4vh2SCcVr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4vh2SCcVr .carousel-indicators li::after,
.cid-t4vh2SCcVr .carousel-indicators li::before {
  content: none;
}
.cid-t4vh2SCcVr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4vh2SCcVr .carousel-indicators {
    display: none !important;
  }
}
.cid-t4vh2SCcVr H5 {
  text-align: right;
}
.cid-t4vh2SCcVr P {
  text-align: right;
}
.cid-t4vh2Tg7MK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4vh2Tg7MK .item:focus,
.cid-t4vh2Tg7MK span:focus {
  outline: none;
}
.cid-t4vh2Tg7MK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4vh2Tg7MK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fbb538;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4vh2Tg7MK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4vh2Tg7MK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t4vh2Tg7MK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4vh2Tg7MK .mbr-section-title {
  color: #000000;
}
.cid-t4vh2Tg7MK .mbr-text,
.cid-t4vh2Tg7MK .mbr-section-btn {
  text-align: center;
}
.cid-t4vh2Tg7MK .item-title {
  text-align: center;
}
.cid-t4vh2Tg7MK .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-t4vh2TJ9Df {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/adobestock-300257228-2000x1125.png");
}
@media (max-width: 991px) {
  .cid-t4vh2TJ9Df .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4vh2TJ9Df img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4vh2TJ9Df .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4vh2TJ9Df .mbr-section-title {
  color: #ffffff;
}
.cid-t4vh2TJ9Df .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-t4vh2TJ9Df .mbr-description {
  text-align: center;
}
.cid-t4vh2U5u8X {
  padding-top: 30px;
  padding-bottom: -75px;
  background-color: #efefef;
}
.cid-t4vh2U5u8X .container-fluid {
  padding: 0 3rem;
}
.cid-t4vh2U5u8X .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-t4vh2U5u8X .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4vh2U5u8X .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t4vh2U5u8X .card .card-wrapper {
  height: 1%;
}
.cid-t4vh2U5u8X .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t4vh2U5u8X .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4vh2U5u8X .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-t4vh2U5u8X .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4vh2U5u8X .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t4vh2U5u8X .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t4vh2U5u8X .mbr-card-text,
.cid-t4vh2U5u8X .mbr-section-btn {
  color: #000000;
}
.cid-t4vh2UFYaI {
  padding-top: -75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t4vh2UFYaI .container-fluid {
  padding: 0 3rem;
}
.cid-t4vh2UFYaI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-t4vh2UFYaI .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4vh2UFYaI .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t4vh2UFYaI .card .card-wrapper {
  height: 1%;
}
.cid-t4vh2UFYaI .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t4vh2UFYaI .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4vh2UFYaI .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-t4vh2UFYaI .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4vh2UFYaI .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t4vh2UFYaI .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t4vh2UFYaI .mbr-card-text,
.cid-t4vh2UFYaI .mbr-section-btn {
  color: #000000;
}
.cid-t4vh2Vha98 {
  padding-top: -75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t4vh2Vha98 .container-fluid {
  padding: 0 3rem;
}
.cid-t4vh2Vha98 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-t4vh2Vha98 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4vh2Vha98 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t4vh2Vha98 .card .card-wrapper {
  height: 1%;
}
.cid-t4vh2Vha98 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t4vh2Vha98 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4vh2Vha98 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-t4vh2Vha98 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4vh2Vha98 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t4vh2Vha98 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t4vh2Vha98 .mbr-card-text,
.cid-t4vh2Vha98 .mbr-section-btn {
  color: #000000;
}
.cid-t4vh2VTaJA {
  padding-top: -75px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t4vh2VTaJA .container-fluid {
  padding: 0 3rem;
}
.cid-t4vh2VTaJA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-t4vh2VTaJA .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4vh2VTaJA .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t4vh2VTaJA .card .card-wrapper {
  height: 1%;
}
.cid-t4vh2VTaJA .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t4vh2VTaJA .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4vh2VTaJA .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-t4vh2VTaJA .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4vh2VTaJA .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t4vh2VTaJA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t4vh2VTaJA .mbr-card-text,
.cid-t4vh2VTaJA .mbr-section-btn {
  color: #000000;
}
.cid-t4vh2WyfC9 {
  padding-top: -75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t4vh2WyfC9 .container-fluid {
  padding: 0 3rem;
}
.cid-t4vh2WyfC9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #010320, #ec1111);
  display: inline-block;
}
.cid-t4vh2WyfC9 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4vh2WyfC9 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-t4vh2WyfC9 .card .card-wrapper {
  height: 1%;
}
.cid-t4vh2WyfC9 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-t4vh2WyfC9 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t4vh2WyfC9 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ff3366;
}
.cid-t4vh2WyfC9 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t4vh2WyfC9 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-t4vh2WyfC9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-t4vh2WyfC9 .mbr-card-text,
.cid-t4vh2WyfC9 .mbr-section-btn {
  color: #000000;
}
.cid-t4vh2XabPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-t4vh2XabPO .carousel {
    min-height: 800px;
  }
  .cid-t4vh2XabPO .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t4vh2XabPO .carousel {
    min-height: 520px;
  }
  .cid-t4vh2XabPO .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-t4vh2XabPO .carousel {
    min-height: 440px;
  }
  .cid-t4vh2XabPO .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-t4vh2XabPO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t4vh2XabPO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t4vh2XabPO .carousel,
.cid-t4vh2XabPO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4vh2XabPO .item-wrapper {
  width: 100%;
}
.cid-t4vh2XabPO .carousel-caption {
  bottom: 40px;
}
.cid-t4vh2XabPO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t4vh2XabPO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t4vh2XabPO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t4vh2XabPO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t4vh2XabPO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t4vh2XabPO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4vh2XabPO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4vh2XabPO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4vh2XabPO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t4vh2XabPO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t4vh2XabPO .carousel-indicators li.active,
.cid-t4vh2XabPO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4vh2XabPO .carousel-indicators li::after,
.cid-t4vh2XabPO .carousel-indicators li::before {
  content: none;
}
.cid-t4vh2XabPO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4vh2XabPO .carousel-indicators {
    display: none !important;
  }
}
.cid-t4vh2XabPO H5 {
  text-align: right;
}
.cid-t4vh2XabPO P {
  text-align: right;
}
.cid-t4vh2XLAGX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4vh2XLAGX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4vh2XLAGX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4vh2XLAGX .row {
    text-align: center;
  }
  .cid-t4vh2XLAGX .row > div {
    margin: auto;
  }
  .cid-t4vh2XLAGX .social-row {
    justify-content: center;
  }
}
.cid-t4vh2XLAGX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4vh2XLAGX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t4vh2XLAGX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4vh2XLAGX .list {
    margin-bottom: 0rem;
  }
}
.cid-t4vh2XLAGX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t4vh2XLAGX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4vh2XLAGX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4vh2XLAGX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4vh2XLAGX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t4vwmUC4WZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondo-estrellado-2000x1126.jpg");
}
@media (max-width: 991px) {
  .cid-t4vwmUC4WZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4vwmUC4WZ .row {
  flex-direction: row-reverse;
}
.cid-t4vwmUC4WZ img {
  width: 100%;
}
.cid-t4vwmUUBkP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4vwmUUBkP nav.navbar {
  position: fixed;
}
.cid-t4vwmUUBkP .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-t4vwmUUBkP .dropdown-menu {
  padding: 0;
}
.cid-t4vwmUUBkP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vwmUUBkP .dropdown-item:hover,
.cid-t4vwmUUBkP .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t4vwmUUBkP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4vwmUUBkP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4vwmUUBkP .nav-link {
  position: relative;
}
.cid-t4vwmUUBkP .container {
  display: flex;
  margin: auto;
}
.cid-t4vwmUUBkP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4vwmUUBkP .navbar-caption {
  padding-right: 4rem;
}
.cid-t4vwmUUBkP .dropdown-menu,
.cid-t4vwmUUBkP .navbar.opened {
  background: #fafafa !important;
}
.cid-t4vwmUUBkP .nav-item:focus,
.cid-t4vwmUUBkP .nav-link:focus {
  outline: none;
}
.cid-t4vwmUUBkP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4vwmUUBkP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4vwmUUBkP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4vwmUUBkP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4vwmUUBkP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4vwmUUBkP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4vwmUUBkP .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t4vwmUUBkP .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vwmUUBkP .navbar.opened {
  transition: all .3s;
}
.cid-t4vwmUUBkP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4vwmUUBkP .navbar .navbar-logo img {
  width: auto;
}
.cid-t4vwmUUBkP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4vwmUUBkP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4vwmUUBkP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4vwmUUBkP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4vwmUUBkP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4vwmUUBkP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4vwmUUBkP .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: 55%;
}
.cid-t4vwmUUBkP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4vwmUUBkP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4vwmUUBkP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4vwmUUBkP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4vwmUUBkP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4vwmUUBkP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4vwmUUBkP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4vwmUUBkP .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: 55%;
  }
  .cid-t4vwmUUBkP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4vwmUUBkP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4vwmUUBkP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4vwmUUBkP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4vwmUUBkP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4vwmUUBkP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4vwmUUBkP .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4vwmUUBkP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4vwmUUBkP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4vwmUUBkP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4vwmUUBkP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4vwmUUBkP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4vwmUUBkP .dropdown-item.active,
.cid-t4vwmUUBkP .dropdown-item:active {
  background-color: transparent;
}
.cid-t4vwmUUBkP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4vwmUUBkP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4vwmUUBkP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4vwmUUBkP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t4vwmUUBkP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4vwmUUBkP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4vwmUUBkP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4vwmUUBkP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4vwmUUBkP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4vwmUUBkP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4vwmUUBkP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4vwmUUBkP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vwmUUBkP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vwmUUBkP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4vwmUUBkP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vwmUUBkP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4vwmUUBkP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4vwmUUBkP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vwmUUBkP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4vwmUUBkP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4vwmUUBkP .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-t4vwmUUBkP .navbar {
    height: 77px;
  }
  .cid-t4vwmUUBkP .navbar.opened {
    height: auto;
  }
  .cid-t4vwmUUBkP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4vwmVfXtf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4vwmVfXtf .mbr-text {
    text-align: justify;
  }
}
.cid-t4vwmVfXtf .container-fluid {
  padding: 0;
}
.cid-t4vwmVfXtf .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-t4vwmVfXtf img {
  height: 100%;
  object-fit: cover;
}
.cid-t4vwmVfXtf .mbr-figure {
  height: 100%;
}
.cid-t4vwmVfXtf .col-lg-7 {
  padding: 0;
}
.cid-t4vwmVfXtf .row {
  margin: 0;
}
.cid-t4vwmVfXtf .mbr-text,
.cid-t4vwmVfXtf .mbr-section-btn {
  text-align: center;
}
.cid-t4vwmVfXtf H1 {
  text-align: center;
}
.cid-t4vwmVyvQB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-t4vwmVyvQB img,
.cid-t4vwmVyvQB .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t4vwmVyvQB .item:focus,
.cid-t4vwmVyvQB span:focus {
  outline: none;
}
.cid-t4vwmVyvQB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4vwmVyvQB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4vwmVyvQB .item {
  padding: 0;
  margin: 0;
}
.cid-t4vwmVyvQB .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4vwmVyvQB .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4vwmVyvQB .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4vwmVyvQB .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4vwmVyvQB .item-content {
    padding: 1rem 0;
  }
}
.cid-t4vwmVyvQB .mbr-section-title {
  color: #36187d;
}
.cid-t4vwmVyvQB .item-title {
  color: #001760;
  text-align: center;
}
.cid-t4vwmVyvQB .item-subtitle {
  color: #bec2cf;
}
.cid-t4vwmVyvQB .mbr-text,
.cid-t4vwmVyvQB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-t4vwmVyvQB .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t4vwmW2WFz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-t4vwmW2WFz img,
.cid-t4vwmW2WFz .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t4vwmW2WFz .item:focus,
.cid-t4vwmW2WFz span:focus {
  outline: none;
}
.cid-t4vwmW2WFz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4vwmW2WFz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4vwmW2WFz .item {
  padding: 0;
  margin: 0;
}
.cid-t4vwmW2WFz .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4vwmW2WFz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4vwmW2WFz .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4vwmW2WFz .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4vwmW2WFz .item-content {
    padding: 1rem 0;
  }
}
.cid-t4vwmW2WFz .mbr-section-title {
  color: #36187d;
}
.cid-t4vwmW2WFz .item-title {
  color: #001760;
  text-align: center;
}
.cid-t4vwmW2WFz .item-subtitle {
  color: #bec2cf;
}
.cid-t4vwmW2WFz .mbr-text,
.cid-t4vwmW2WFz .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-t4vwmW2WFz .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t4vwmWvN5C {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-t4vwmWvN5C img,
.cid-t4vwmWvN5C .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t4vwmWvN5C .item:focus,
.cid-t4vwmWvN5C span:focus {
  outline: none;
}
.cid-t4vwmWvN5C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4vwmWvN5C .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4vwmWvN5C .item {
  padding: 0;
  margin: 0;
}
.cid-t4vwmWvN5C .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t4vwmWvN5C .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-t4vwmWvN5C .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-t4vwmWvN5C .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-t4vwmWvN5C .item-content {
    padding: 1rem 0;
  }
}
.cid-t4vwmWvN5C .mbr-section-title {
  color: #36187d;
}
.cid-t4vwmWvN5C .item-title {
  color: #001760;
  text-align: center;
}
.cid-t4vwmWvN5C .item-subtitle {
  color: #bec2cf;
}
.cid-t4vwmWvN5C .mbr-text,
.cid-t4vwmWvN5C .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-t4vwmWvN5C .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t4vwmX35kc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4vwmX35kc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4vwmX35kc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4vwmX35kc .row {
    text-align: center;
  }
  .cid-t4vwmX35kc .row > div {
    margin: auto;
  }
  .cid-t4vwmX35kc .social-row {
    justify-content: center;
  }
}
.cid-t4vwmX35kc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4vwmX35kc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t4vwmX35kc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4vwmX35kc .list {
    margin-bottom: 0rem;
  }
}
.cid-t4vwmX35kc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t4vwmX35kc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4vwmX35kc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4vwmX35kc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4vwmX35kc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t4vDYhoXdU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4vDYhoXdU nav.navbar {
  position: fixed;
}
.cid-t4vDYhoXdU .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-t4vDYhoXdU .dropdown-menu {
  padding: 0;
}
.cid-t4vDYhoXdU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vDYhoXdU .dropdown-item:hover,
.cid-t4vDYhoXdU .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t4vDYhoXdU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4vDYhoXdU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4vDYhoXdU .nav-link {
  position: relative;
}
.cid-t4vDYhoXdU .container {
  display: flex;
  margin: auto;
}
.cid-t4vDYhoXdU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4vDYhoXdU .navbar-caption {
  padding-right: 4rem;
}
.cid-t4vDYhoXdU .dropdown-menu,
.cid-t4vDYhoXdU .navbar.opened {
  background: #fafafa !important;
}
.cid-t4vDYhoXdU .nav-item:focus,
.cid-t4vDYhoXdU .nav-link:focus {
  outline: none;
}
.cid-t4vDYhoXdU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4vDYhoXdU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4vDYhoXdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4vDYhoXdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4vDYhoXdU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4vDYhoXdU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4vDYhoXdU .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t4vDYhoXdU .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vDYhoXdU .navbar.opened {
  transition: all .3s;
}
.cid-t4vDYhoXdU .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4vDYhoXdU .navbar .navbar-logo img {
  width: auto;
}
.cid-t4vDYhoXdU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4vDYhoXdU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4vDYhoXdU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4vDYhoXdU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4vDYhoXdU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4vDYhoXdU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4vDYhoXdU .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: 55%;
}
.cid-t4vDYhoXdU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4vDYhoXdU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4vDYhoXdU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4vDYhoXdU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4vDYhoXdU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4vDYhoXdU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4vDYhoXdU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4vDYhoXdU .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: 55%;
  }
  .cid-t4vDYhoXdU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4vDYhoXdU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4vDYhoXdU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4vDYhoXdU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4vDYhoXdU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4vDYhoXdU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4vDYhoXdU .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4vDYhoXdU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4vDYhoXdU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4vDYhoXdU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4vDYhoXdU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4vDYhoXdU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4vDYhoXdU .dropdown-item.active,
.cid-t4vDYhoXdU .dropdown-item:active {
  background-color: transparent;
}
.cid-t4vDYhoXdU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4vDYhoXdU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4vDYhoXdU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4vDYhoXdU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t4vDYhoXdU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4vDYhoXdU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4vDYhoXdU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4vDYhoXdU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4vDYhoXdU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4vDYhoXdU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4vDYhoXdU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4vDYhoXdU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vDYhoXdU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vDYhoXdU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4vDYhoXdU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vDYhoXdU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4vDYhoXdU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4vDYhoXdU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vDYhoXdU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4vDYhoXdU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4vDYhoXdU .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-t4vDYhoXdU .navbar {
    height: 77px;
  }
  .cid-t4vDYhoXdU .navbar.opened {
    height: auto;
  }
  .cid-t4vDYhoXdU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4vDYhKo91 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4vDYhKo91 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4vDYhKo91 .row {
  flex-direction: row-reverse;
}
.cid-t4vDYhKo91 img {
  width: 100%;
}
.cid-t4vDYhZQyx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4vDYimFbc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4vDYimFbc .card-box {
    padding: 1rem;
  }
  .cid-t4vDYimFbc .mbr-section-btn,
  .cid-t4vDYimFbc .price {
    text-align: center;
  }
  .cid-t4vDYimFbc .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-t4vDYimFbc .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4vDYimFbc .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t4vDYimFbc .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t4vDYimFbc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4vDYimFbc .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t4vDYiLRJI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4vDYiLRJI .row {
    flex-direction: column-reverse;
  }
  .cid-t4vDYiLRJI .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4vDYiLRJI .google-map {
  height: 100%;
  position: relative;
}
.cid-t4vDYiLRJI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4vDYiLRJI .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-t4vDYiLRJI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4vDYiLRJI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4vDYiLRJI .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-t4vDYiLRJI .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f2f2f2;
}
.cid-t4vDYiLRJI .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-t4vDYiLRJI .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4vDYiLRJI .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-t4vDYiLRJI .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #010320;
}
.cid-t4vDYj896v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t4vDYj896v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4vDYj896v .row {
  flex-direction: row-reverse;
}
.cid-t4vDYj896v img {
  width: 100%;
}
.cid-t4vDYjq3br {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4vDYjq3br .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4vDYjq3br .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4vDYjq3br .row {
    text-align: center;
  }
  .cid-t4vDYjq3br .row > div {
    margin: auto;
  }
  .cid-t4vDYjq3br .social-row {
    justify-content: center;
  }
}
.cid-t4vDYjq3br .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4vDYjq3br .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t4vDYjq3br .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4vDYjq3br .list {
    margin-bottom: 0rem;
  }
}
.cid-t4vDYjq3br .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t4vDYjq3br .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4vDYjq3br .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4vDYjq3br div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4vDYjq3br .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t4vIjqWA8h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4vIjqWA8h nav.navbar {
  position: fixed;
}
.cid-t4vIjqWA8h .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-t4vIjqWA8h .dropdown-menu {
  padding: 0;
}
.cid-t4vIjqWA8h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vIjqWA8h .dropdown-item:hover,
.cid-t4vIjqWA8h .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t4vIjqWA8h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4vIjqWA8h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4vIjqWA8h .nav-link {
  position: relative;
}
.cid-t4vIjqWA8h .container {
  display: flex;
  margin: auto;
}
.cid-t4vIjqWA8h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4vIjqWA8h .navbar-caption {
  padding-right: 4rem;
}
.cid-t4vIjqWA8h .dropdown-menu,
.cid-t4vIjqWA8h .navbar.opened {
  background: #fafafa !important;
}
.cid-t4vIjqWA8h .nav-item:focus,
.cid-t4vIjqWA8h .nav-link:focus {
  outline: none;
}
.cid-t4vIjqWA8h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4vIjqWA8h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4vIjqWA8h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4vIjqWA8h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4vIjqWA8h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4vIjqWA8h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4vIjqWA8h .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t4vIjqWA8h .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vIjqWA8h .navbar.opened {
  transition: all .3s;
}
.cid-t4vIjqWA8h .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4vIjqWA8h .navbar .navbar-logo img {
  width: auto;
}
.cid-t4vIjqWA8h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4vIjqWA8h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4vIjqWA8h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4vIjqWA8h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4vIjqWA8h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4vIjqWA8h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4vIjqWA8h .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: 55%;
}
.cid-t4vIjqWA8h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4vIjqWA8h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4vIjqWA8h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4vIjqWA8h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4vIjqWA8h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4vIjqWA8h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4vIjqWA8h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4vIjqWA8h .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: 55%;
  }
  .cid-t4vIjqWA8h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4vIjqWA8h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4vIjqWA8h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4vIjqWA8h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4vIjqWA8h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4vIjqWA8h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4vIjqWA8h .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4vIjqWA8h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4vIjqWA8h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4vIjqWA8h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4vIjqWA8h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4vIjqWA8h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4vIjqWA8h .dropdown-item.active,
.cid-t4vIjqWA8h .dropdown-item:active {
  background-color: transparent;
}
.cid-t4vIjqWA8h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4vIjqWA8h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4vIjqWA8h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4vIjqWA8h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t4vIjqWA8h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4vIjqWA8h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4vIjqWA8h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4vIjqWA8h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4vIjqWA8h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4vIjqWA8h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4vIjqWA8h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4vIjqWA8h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vIjqWA8h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vIjqWA8h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4vIjqWA8h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vIjqWA8h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4vIjqWA8h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4vIjqWA8h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vIjqWA8h .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4vIjqWA8h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4vIjqWA8h .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-t4vIjqWA8h .navbar {
    height: 77px;
  }
  .cid-t4vIjqWA8h .navbar.opened {
    height: auto;
  }
  .cid-t4vIjqWA8h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4vIjrrarp {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4vIjrrarp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4vIjrrarp .row {
  flex-direction: row-reverse;
}
.cid-t4vIjrrarp img {
  width: 100%;
}
.cid-t4vIjrIixu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4vIjrIixu .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t4vIjrIixu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4vIjrIixu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4vIjrIixu .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4vIjrIixu .mbr-text {
  color: #000000;
}
.cid-t4vIjrIixu .mbr-section-title {
  color: #071440;
}
.cid-t4vIjs1PlM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4vIjs1PlM .img-wrapper {
  text-align: justify;
}
.cid-t4vIjs1PlM img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t4vIjs1PlM .row {
  align-items: flex-start;
}
.cid-t4vIjs1PlM .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-t4vIjs1PlM .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t4vIjs1PlM .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4vIjs1PlM .card-wrapper {
    padding: 1rem;
  }
}
.cid-t4vIjs1PlM .mbr-text,
.cid-t4vIjs1PlM .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-t4vIjs1PlM .card-title {
  color: #000000;
  text-align: Center;
}
.cid-t4vIjs1PlM .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-t4vIjsqyei {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4vIjsqyei .img-wrapper {
  text-align: justify;
}
.cid-t4vIjsqyei img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t4vIjsqyei .row {
  align-items: flex-start;
}
.cid-t4vIjsqyei .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-t4vIjsqyei .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t4vIjsqyei .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4vIjsqyei .card-wrapper {
    padding: 1rem;
  }
}
.cid-t4vIjsqyei .mbr-text,
.cid-t4vIjsqyei .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-t4vIjsqyei .card-title {
  color: #000000;
  text-align: Center;
}
.cid-t4vIjsqyei .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-t4vIjsOahz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-t4vIjsOahz .row {
  flex-direction: row-reverse;
}
.cid-t4vIjsOahz .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t4vIjsOahz .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4vIjsOahz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t4vIjsOahz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4vIjsOahz .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-t4vIjsOahz .mbr-section-title {
  text-align: center;
}
.cid-t4vIjt88nd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-t4vIjt88nd .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t4vIjt88nd .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4vIjt88nd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t4vIjt88nd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t4vIjt88nd .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-t4vIjt88nd .mbr-section-title {
  text-align: center;
}
.cid-t4vIjtrYGL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4vIjtrYGL .video-wrapper iframe {
  width: 100%;
}
.cid-t4vIjtrYGL .mbr-section-title,
.cid-t4vIjtrYGL .mbr-section-subtitle,
.cid-t4vIjtrYGL .mbr-text {
  text-align: center;
}
.cid-t4vIjtrYGL .mbr-section-title {
  color: #000000;
}
.cid-t4vIjtrYGL .mbr-section-subtitle {
  color: #000000;
}
.cid-t4vIjtOLBo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4vIjtOLBo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4vIjtOLBo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4vIjtOLBo .row {
    text-align: center;
  }
  .cid-t4vIjtOLBo .row > div {
    margin: auto;
  }
  .cid-t4vIjtOLBo .social-row {
    justify-content: center;
  }
}
.cid-t4vIjtOLBo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4vIjtOLBo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t4vIjtOLBo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4vIjtOLBo .list {
    margin-bottom: 0rem;
  }
}
.cid-t4vIjtOLBo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t4vIjtOLBo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4vIjtOLBo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4vIjtOLBo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4vIjtOLBo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t4vKfaaU4R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4vKfaaU4R nav.navbar {
  position: fixed;
}
.cid-t4vKfaaU4R .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-t4vKfaaU4R .dropdown-menu {
  padding: 0;
}
.cid-t4vKfaaU4R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vKfaaU4R .dropdown-item:hover,
.cid-t4vKfaaU4R .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t4vKfaaU4R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4vKfaaU4R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4vKfaaU4R .nav-link {
  position: relative;
}
.cid-t4vKfaaU4R .container {
  display: flex;
  margin: auto;
}
.cid-t4vKfaaU4R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4vKfaaU4R .navbar-caption {
  padding-right: 4rem;
}
.cid-t4vKfaaU4R .dropdown-menu,
.cid-t4vKfaaU4R .navbar.opened {
  background: #fafafa !important;
}
.cid-t4vKfaaU4R .nav-item:focus,
.cid-t4vKfaaU4R .nav-link:focus {
  outline: none;
}
.cid-t4vKfaaU4R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4vKfaaU4R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4vKfaaU4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4vKfaaU4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4vKfaaU4R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4vKfaaU4R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4vKfaaU4R .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t4vKfaaU4R .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vKfaaU4R .navbar.opened {
  transition: all .3s;
}
.cid-t4vKfaaU4R .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4vKfaaU4R .navbar .navbar-logo img {
  width: auto;
}
.cid-t4vKfaaU4R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4vKfaaU4R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4vKfaaU4R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4vKfaaU4R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4vKfaaU4R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4vKfaaU4R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4vKfaaU4R .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: 55%;
}
.cid-t4vKfaaU4R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4vKfaaU4R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4vKfaaU4R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4vKfaaU4R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4vKfaaU4R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4vKfaaU4R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4vKfaaU4R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4vKfaaU4R .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: 55%;
  }
  .cid-t4vKfaaU4R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4vKfaaU4R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4vKfaaU4R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4vKfaaU4R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4vKfaaU4R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4vKfaaU4R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4vKfaaU4R .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4vKfaaU4R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4vKfaaU4R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4vKfaaU4R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4vKfaaU4R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4vKfaaU4R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4vKfaaU4R .dropdown-item.active,
.cid-t4vKfaaU4R .dropdown-item:active {
  background-color: transparent;
}
.cid-t4vKfaaU4R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4vKfaaU4R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4vKfaaU4R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4vKfaaU4R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t4vKfaaU4R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4vKfaaU4R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4vKfaaU4R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4vKfaaU4R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4vKfaaU4R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4vKfaaU4R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4vKfaaU4R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4vKfaaU4R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vKfaaU4R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4vKfaaU4R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4vKfaaU4R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vKfaaU4R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4vKfaaU4R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4vKfaaU4R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4vKfaaU4R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4vKfaaU4R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4vKfaaU4R .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-t4vKfaaU4R .navbar {
    height: 77px;
  }
  .cid-t4vKfaaU4R .navbar.opened {
    height: auto;
  }
  .cid-t4vKfaaU4R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4vKfaKkE7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-t4vKfaKkE7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4vKfaKkE7 .row {
  flex-direction: row-reverse;
}
.cid-t4vKfaKkE7 img {
  width: 100%;
}
.cid-t4vKfb4kIw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #010a26;
}
.cid-t4vKfb4kIw .video-wrapper iframe {
  width: 100%;
}
.cid-t4vKfb4kIw .mbr-section-title,
.cid-t4vKfb4kIw .mbr-section-subtitle,
.cid-t4vKfb4kIw .mbr-text {
  text-align: center;
}
.cid-t4vKfb4kIw .mbr-section-title {
  color: #ffffff;
}
.cid-t4vKfb4kIw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4vKfbllXo {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #071440;
}
@media (max-width: 991px) {
  .cid-t4vKfbllXo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4vKfbllXo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4vKfbllXo .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4vKfbllXo .mbr-text {
  color: #ffffff;
}
.cid-t4vKfbAgHi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/icon-a-2000x1600.png");
}
.cid-t4vKfbAgHi .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-t4vKfbAgHi .mbr-section-title,
.cid-t4vKfbAgHi .mbr-section-subtitle {
  text-align: center;
}
.cid-t4vKfbAgHi .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t4vKfbAgHi .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-t4vKfbAgHi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-t4vKfbAgHi .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t4vKfbAgHi .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4vKfbAgHi .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t4vKfbAgHi .card-title {
  color: #002151;
}
.cid-t4vKfbAgHi H3 {
  color: #ffffff;
}
.cid-t4vKfbAgHi .mbr-text {
  color: #010a26;
}
.cid-t4vKfcahQF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #010a26;
}
.cid-t4vKfcahQF .video-wrapper iframe {
  width: 100%;
}
.cid-t4vKfcahQF .mbr-section-title,
.cid-t4vKfcahQF .mbr-section-subtitle,
.cid-t4vKfcahQF .mbr-text {
  text-align: center;
}
.cid-t4vKfcahQF .mbr-text {
  color: #ffffff;
}
.cid-t4vKfcahQF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4vKfcymy8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4vKfcymy8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4vKfcymy8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4vKfcymy8 .row {
    text-align: center;
  }
  .cid-t4vKfcymy8 .row > div {
    margin: auto;
  }
  .cid-t4vKfcymy8 .social-row {
    justify-content: center;
  }
}
.cid-t4vKfcymy8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4vKfcymy8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t4vKfcymy8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4vKfcymy8 .list {
    margin-bottom: 0rem;
  }
}
.cid-t4vKfcymy8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t4vKfcymy8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4vKfcymy8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4vKfcymy8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4vKfcymy8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t4w1p9ra2g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4w1p9ra2g nav.navbar {
  position: fixed;
}
.cid-t4w1p9ra2g .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-t4w1p9ra2g .dropdown-menu {
  padding: 0;
}
.cid-t4w1p9ra2g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4w1p9ra2g .dropdown-item:hover,
.cid-t4w1p9ra2g .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t4w1p9ra2g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4w1p9ra2g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4w1p9ra2g .nav-link {
  position: relative;
}
.cid-t4w1p9ra2g .container {
  display: flex;
  margin: auto;
}
.cid-t4w1p9ra2g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4w1p9ra2g .navbar-caption {
  padding-right: 4rem;
}
.cid-t4w1p9ra2g .dropdown-menu,
.cid-t4w1p9ra2g .navbar.opened {
  background: #fafafa !important;
}
.cid-t4w1p9ra2g .nav-item:focus,
.cid-t4w1p9ra2g .nav-link:focus {
  outline: none;
}
.cid-t4w1p9ra2g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4w1p9ra2g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4w1p9ra2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4w1p9ra2g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4w1p9ra2g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4w1p9ra2g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4w1p9ra2g .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t4w1p9ra2g .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4w1p9ra2g .navbar.opened {
  transition: all .3s;
}
.cid-t4w1p9ra2g .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4w1p9ra2g .navbar .navbar-logo img {
  width: auto;
}
.cid-t4w1p9ra2g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4w1p9ra2g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4w1p9ra2g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4w1p9ra2g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4w1p9ra2g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4w1p9ra2g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4w1p9ra2g .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: 55%;
}
.cid-t4w1p9ra2g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4w1p9ra2g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4w1p9ra2g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4w1p9ra2g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4w1p9ra2g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4w1p9ra2g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4w1p9ra2g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4w1p9ra2g .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: 55%;
  }
  .cid-t4w1p9ra2g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4w1p9ra2g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4w1p9ra2g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4w1p9ra2g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4w1p9ra2g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4w1p9ra2g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4w1p9ra2g .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4w1p9ra2g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4w1p9ra2g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4w1p9ra2g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4w1p9ra2g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4w1p9ra2g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4w1p9ra2g .dropdown-item.active,
.cid-t4w1p9ra2g .dropdown-item:active {
  background-color: transparent;
}
.cid-t4w1p9ra2g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4w1p9ra2g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4w1p9ra2g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4w1p9ra2g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t4w1p9ra2g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4w1p9ra2g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4w1p9ra2g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4w1p9ra2g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4w1p9ra2g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4w1p9ra2g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4w1p9ra2g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4w1p9ra2g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4w1p9ra2g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4w1p9ra2g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4w1p9ra2g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4w1p9ra2g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4w1p9ra2g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4w1p9ra2g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4w1p9ra2g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4w1p9ra2g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4w1p9ra2g .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-t4w1p9ra2g .navbar {
    height: 77px;
  }
  .cid-t4w1p9ra2g .navbar.opened {
    height: auto;
  }
  .cid-t4w1p9ra2g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4w1pa5CKo {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-t4w1pa5CKo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4w1pa5CKo .row {
  flex-direction: row-reverse;
}
.cid-t4w1pa5CKo img {
  width: 100%;
}
.cid-t4w1pamhsg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-t4w1pamhsg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4w1pamhsg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4w1pamhsg .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4w1pamhsg .mbr-text {
  color: #000000;
}
.cid-t4w1pamhsg .mbr-section-title {
  color: #3e2c73;
}
.cid-t4w1paCrfQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4w1paCrfQ H1 {
  color: #57468b;
}
.cid-t4w1paCrfQ .mbr-text,
.cid-t4w1paCrfQ .mbr-section-btn {
  color: #000000;
}
.cid-t4w1paCrfQ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-t4w1paCrfQ .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-t4w1paUFJ7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4w1paUFJ7 H1 {
  color: #57468b;
}
.cid-t4w1paUFJ7 .mbr-text,
.cid-t4w1paUFJ7 .mbr-section-btn {
  color: #000000;
}
.cid-t4w1paUFJ7 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-t4w1paUFJ7 .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-t4w1pbcIBP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-t4w1pbcIBP .video-wrapper iframe {
  width: 100%;
}
.cid-t4w1pbcIBP .mbr-section-title,
.cid-t4w1pbcIBP .mbr-section-subtitle,
.cid-t4w1pbcIBP .mbr-text {
  text-align: center;
}
.cid-t4w1pbcIBP .mbr-section-title {
  color: #382868;
}
.cid-t4w1pbcIBP .mbr-section-subtitle {
  color: #000000;
}
.cid-t4w1pbwfcW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4w1pbwfcW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4w1pbwfcW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4w1pbwfcW .row {
    text-align: center;
  }
  .cid-t4w1pbwfcW .row > div {
    margin: auto;
  }
  .cid-t4w1pbwfcW .social-row {
    justify-content: center;
  }
}
.cid-t4w1pbwfcW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4w1pbwfcW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t4w1pbwfcW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4w1pbwfcW .list {
    margin-bottom: 0rem;
  }
}
.cid-t4w1pbwfcW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t4w1pbwfcW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4w1pbwfcW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4w1pbwfcW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4w1pbwfcW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t4wg3lslwy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4wg3lslwy nav.navbar {
  position: fixed;
}
.cid-t4wg3lslwy .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-t4wg3lslwy .dropdown-menu {
  padding: 0;
}
.cid-t4wg3lslwy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4wg3lslwy .dropdown-item:hover,
.cid-t4wg3lslwy .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t4wg3lslwy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4wg3lslwy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4wg3lslwy .nav-link {
  position: relative;
}
.cid-t4wg3lslwy .container {
  display: flex;
  margin: auto;
}
.cid-t4wg3lslwy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4wg3lslwy .navbar-caption {
  padding-right: 4rem;
}
.cid-t4wg3lslwy .dropdown-menu,
.cid-t4wg3lslwy .navbar.opened {
  background: #fafafa !important;
}
.cid-t4wg3lslwy .nav-item:focus,
.cid-t4wg3lslwy .nav-link:focus {
  outline: none;
}
.cid-t4wg3lslwy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4wg3lslwy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4wg3lslwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4wg3lslwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4wg3lslwy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4wg3lslwy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4wg3lslwy .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t4wg3lslwy .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4wg3lslwy .navbar.opened {
  transition: all .3s;
}
.cid-t4wg3lslwy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4wg3lslwy .navbar .navbar-logo img {
  width: auto;
}
.cid-t4wg3lslwy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4wg3lslwy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4wg3lslwy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4wg3lslwy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4wg3lslwy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4wg3lslwy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4wg3lslwy .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: 55%;
}
.cid-t4wg3lslwy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4wg3lslwy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4wg3lslwy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4wg3lslwy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4wg3lslwy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4wg3lslwy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4wg3lslwy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4wg3lslwy .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: 55%;
  }
  .cid-t4wg3lslwy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4wg3lslwy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4wg3lslwy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4wg3lslwy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4wg3lslwy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4wg3lslwy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4wg3lslwy .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4wg3lslwy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4wg3lslwy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4wg3lslwy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4wg3lslwy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4wg3lslwy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4wg3lslwy .dropdown-item.active,
.cid-t4wg3lslwy .dropdown-item:active {
  background-color: transparent;
}
.cid-t4wg3lslwy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4wg3lslwy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4wg3lslwy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4wg3lslwy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t4wg3lslwy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4wg3lslwy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4wg3lslwy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4wg3lslwy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4wg3lslwy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4wg3lslwy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4wg3lslwy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4wg3lslwy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4wg3lslwy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4wg3lslwy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4wg3lslwy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4wg3lslwy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4wg3lslwy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4wg3lslwy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4wg3lslwy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4wg3lslwy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4wg3lslwy .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-t4wg3lslwy .navbar {
    height: 77px;
  }
  .cid-t4wg3lslwy .navbar.opened {
    height: auto;
  }
  .cid-t4wg3lslwy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4wg3m0zZs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4wg3m0zZs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4wg3m0zZs .row {
  flex-direction: row-reverse;
}
.cid-t4wg3m0zZs img {
  width: 100%;
}
.cid-t4wg3mla5x {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4wg3mla5x h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-t4wg3mla5x .container {
    position: relative;
  }
  .cid-t4wg3mla5x .row {
    margin: 0;
  }
  .cid-t4wg3mla5x h2 {
    margin: 0;
  }
}
.cid-t4wg3mla5x .mbr-section-subtitle {
  color: #e9204f;
}
.cid-t4wg3mla5x .mbr-text {
  margin-top: 1.4rem;
}
.cid-t4wg3mla5x h2 {
  color: #0a1742;
}
.cid-t4wg3mALWK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4wg3mALWK .mbr-text {
  margin: 0;
}
.cid-t4wg3mALWK .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: justify;
  align-items: justify;
  -webkit-justify-content: justify;
  justify-content: justify;
  display: flex;
}
.cid-t4wg3mALWK .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t4wg3mALWK .row-element,
.cid-t4wg3mALWK .image-element {
  padding: 0;
}
.cid-t4wg3mALWK .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4wg3mALWK .image-element .img-wrap {
  width: 100% !important;
}
.cid-t4wg3mALWK .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t4wg3mALWK .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4wg3mALWK .carousel-item.active,
.cid-t4wg3mALWK .carousel-item-next,
.cid-t4wg3mALWK .carousel-item-prev {
  display: flex;
}
.cid-t4wg3mALWK .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-t4wg3mALWK .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #010320;
}
.cid-t4wg3mALWK .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-t4wg3mALWK .carousel-indicators li:hover {
  opacity: 1;
}
.cid-t4wg3mALWK .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-t4wg3mALWK .carousel-controls {
    display: block;
  }
  .cid-t4wg3mALWK .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-t4wg3mALWK .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-t4wg3mALWK .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-t4wg3mALWK .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-t4wg3mALWK .text-element {
    padding: 1rem;
  }
  .cid-t4wg3mALWK .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t4wg3mALWK .image-element {
    min-width: 50%;
  }
  .cid-t4wg3mALWK .media-container-row {
    width: 100%;
  }
}
.cid-t4wg3mALWK .mbr-text,
.cid-t4wg3mALWK .link {
  text-align: left;
}
.cid-t4wg3mALWK .mbr-subtitle {
  text-align: left;
}
.cid-t4wg3n7Ujh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4wg3n7Ujh .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t4wg3n7Ujh .row {
    flex-direction: column-reverse;
  }
  .cid-t4wg3n7Ujh .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-t4wg3n7Ujh .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-t4wg3n7Ujh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t4wg3n7Ujh .media-content,
.cid-t4wg3n7Ujh .mbr-figure {
  align-self: center;
}
.cid-t4wg3n7Ujh .mbr-figure iframe {
  width: 100%;
}
.cid-t4wg3nsSXS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4wg3nsSXS .mbr-section-subtitle {
  color: #6ed056;
}
.cid-t4wg3nHsRW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-t4wg3nHsRW .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t4wg3nHsRW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4wg3nHsRW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4wg3nHsRW .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4wg3nHsRW .mbr-text {
  color: #000000;
}
.cid-t4wg3o0NAJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/26580-2000x1333.jpg");
}
.cid-t4wg3o0NAJ .mbr-section-title {
  text-align: left;
  color: #bed3f9;
}
.cid-t4wg3o0NAJ .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-t4wg3ohfXZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4wg3ohfXZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4wg3ohfXZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4wg3ohfXZ .row {
    text-align: center;
  }
  .cid-t4wg3ohfXZ .row > div {
    margin: auto;
  }
  .cid-t4wg3ohfXZ .social-row {
    justify-content: center;
  }
}
.cid-t4wg3ohfXZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4wg3ohfXZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t4wg3ohfXZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4wg3ohfXZ .list {
    margin-bottom: 0rem;
  }
}
.cid-t4wg3ohfXZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t4wg3ohfXZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4wg3ohfXZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4wg3ohfXZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4wg3ohfXZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t4wfF5mtRx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4wfF5mtRx nav.navbar {
  position: fixed;
}
.cid-t4wfF5mtRx .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-t4wfF5mtRx .dropdown-menu {
  padding: 0;
}
.cid-t4wfF5mtRx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4wfF5mtRx .dropdown-item:hover,
.cid-t4wfF5mtRx .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-t4wfF5mtRx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t4wfF5mtRx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4wfF5mtRx .nav-link {
  position: relative;
}
.cid-t4wfF5mtRx .container {
  display: flex;
  margin: auto;
}
.cid-t4wfF5mtRx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t4wfF5mtRx .navbar-caption {
  padding-right: 4rem;
}
.cid-t4wfF5mtRx .dropdown-menu,
.cid-t4wfF5mtRx .navbar.opened {
  background: #fafafa !important;
}
.cid-t4wfF5mtRx .nav-item:focus,
.cid-t4wfF5mtRx .nav-link:focus {
  outline: none;
}
.cid-t4wfF5mtRx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4wfF5mtRx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4wfF5mtRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4wfF5mtRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4wfF5mtRx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4wfF5mtRx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4wfF5mtRx .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-t4wfF5mtRx .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4wfF5mtRx .navbar.opened {
  transition: all .3s;
}
.cid-t4wfF5mtRx .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-t4wfF5mtRx .navbar .navbar-logo img {
  width: auto;
}
.cid-t4wfF5mtRx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4wfF5mtRx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4wfF5mtRx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4wfF5mtRx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t4wfF5mtRx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4wfF5mtRx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4wfF5mtRx .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: 55%;
}
.cid-t4wfF5mtRx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4wfF5mtRx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t4wfF5mtRx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4wfF5mtRx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4wfF5mtRx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4wfF5mtRx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4wfF5mtRx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4wfF5mtRx .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: 55%;
  }
  .cid-t4wfF5mtRx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t4wfF5mtRx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4wfF5mtRx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4wfF5mtRx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4wfF5mtRx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4wfF5mtRx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t4wfF5mtRx .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4wfF5mtRx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t4wfF5mtRx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t4wfF5mtRx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4wfF5mtRx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4wfF5mtRx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4wfF5mtRx .dropdown-item.active,
.cid-t4wfF5mtRx .dropdown-item:active {
  background-color: transparent;
}
.cid-t4wfF5mtRx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4wfF5mtRx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4wfF5mtRx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4wfF5mtRx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-t4wfF5mtRx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4wfF5mtRx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4wfF5mtRx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4wfF5mtRx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4wfF5mtRx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t4wfF5mtRx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-t4wfF5mtRx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4wfF5mtRx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4wfF5mtRx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4wfF5mtRx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4wfF5mtRx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4wfF5mtRx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4wfF5mtRx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4wfF5mtRx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4wfF5mtRx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t4wfF5mtRx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4wfF5mtRx .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-t4wfF5mtRx .navbar {
    height: 77px;
  }
  .cid-t4wfF5mtRx .navbar.opened {
    height: auto;
  }
  .cid-t4wfF5mtRx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4wfF5UBBP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .cid-t4wfF5UBBP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4wfF5UBBP .row {
  flex-direction: row-reverse;
}
.cid-t4wfF5UBBP img {
  width: 100%;
}
.cid-t4wfF6aunC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
}
.cid-t4wfF6aunC .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t4wfF6aunC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4wfF6aunC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4wfF6aunC .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4wfF6aunC .mbr-text {
  color: #000000;
}
.cid-t4wfF6ron1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #091043;
}
.cid-t4wfF6ron1 .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-t4wfF6ron1 .mbr-media {
  z-index: 2;
}
.cid-t4wfF6ron1 .box {
  height: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-t4wfF6ron1 .box:before {
  background-image: url("../../../assets/images/26580-2000x1333.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  left: 0;
}
.cid-t4wfF6ron1 .box:hover span {
  transform: scale(1.2);
}
.cid-t4wfF6ron1 .box:hover:before {
  filter: contrast(1.2) brightness(0.8);
}
.cid-t4wfF6ron1 .icon-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cid-t4wfF6ron1 .icon-wrap span {
  padding-left: 4px;
}
.cid-t4wfF6ron1 .mbr-media span {
  font-size: 6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: linear-gradient(to left, #ec1111, #010320);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t4wfF6ron1 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t4wfF6ron1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t4wfF6ron1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t4wfF6ron1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t4wfF6ron1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t4wfF6ron1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t4wfF6ron1 .box {
    height: 250px;
  }
}
.cid-t4wfF6ron1 .mbr-section-title {
  color: #ffffff;
}
.cid-t4wfF6ron1 H4 {
  color: #000000;
}
.cid-t4wfF6ron1 P {
  color: #999999;
}
.cid-t4wfF6VgXP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-t4wfF6VgXP .mbr-section-subtitle {
  color: #37a41c;
}
.cid-t4wfF7a1N1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/26580-2000x1333.jpg");
}
.cid-t4wfF7a1N1 .mbr-section-title {
  text-align: justify;
  color: #bed3f9;
}
.cid-t4wfF7a1N1 .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-t4wfF7xboD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-t4wfF7xboD .mbr-section-subtitle {
  color: #4cd629;
}
.cid-t4wfF7xboD .mbr-text {
  color: #000000;
}
.cid-t4wfF7OimV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4wfF7OimV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t4wfF7OimV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4wfF7OimV .row {
    text-align: center;
  }
  .cid-t4wfF7OimV .row > div {
    margin: auto;
  }
  .cid-t4wfF7OimV .social-row {
    justify-content: center;
  }
}
.cid-t4wfF7OimV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4wfF7OimV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-t4wfF7OimV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4wfF7OimV .list {
    margin-bottom: 0rem;
  }
}
.cid-t4wfF7OimV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t4wfF7OimV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t4wfF7OimV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t4wfF7OimV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t4wfF7OimV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tepbY1bWex {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tepbY1bWex nav.navbar {
  position: fixed;
}
.cid-tepbY1bWex .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-tepbY1bWex .dropdown-menu {
  padding: 0;
}
.cid-tepbY1bWex .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tepbY1bWex .dropdown-item:hover,
.cid-tepbY1bWex .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-tepbY1bWex .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tepbY1bWex .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tepbY1bWex .nav-link {
  position: relative;
}
.cid-tepbY1bWex .container {
  display: flex;
  margin: auto;
}
.cid-tepbY1bWex .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tepbY1bWex .navbar-caption {
  padding-right: 4rem;
}
.cid-tepbY1bWex .dropdown-menu,
.cid-tepbY1bWex .navbar.opened {
  background: #fafafa !important;
}
.cid-tepbY1bWex .nav-item:focus,
.cid-tepbY1bWex .nav-link:focus {
  outline: none;
}
.cid-tepbY1bWex .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tepbY1bWex .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tepbY1bWex .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tepbY1bWex .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tepbY1bWex .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tepbY1bWex .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tepbY1bWex .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-tepbY1bWex .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tepbY1bWex .navbar.opened {
  transition: all .3s;
}
.cid-tepbY1bWex .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tepbY1bWex .navbar .navbar-logo img {
  width: auto;
}
.cid-tepbY1bWex .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tepbY1bWex .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tepbY1bWex .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tepbY1bWex .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tepbY1bWex .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tepbY1bWex .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tepbY1bWex .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: 55%;
}
.cid-tepbY1bWex .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tepbY1bWex .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tepbY1bWex .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tepbY1bWex .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tepbY1bWex .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tepbY1bWex .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tepbY1bWex .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tepbY1bWex .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: 55%;
  }
  .cid-tepbY1bWex .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tepbY1bWex .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tepbY1bWex .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tepbY1bWex .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tepbY1bWex .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tepbY1bWex .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tepbY1bWex .navbar.navbar-short {
  min-height: 60px;
}
.cid-tepbY1bWex .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tepbY1bWex .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tepbY1bWex .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tepbY1bWex .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tepbY1bWex .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tepbY1bWex .dropdown-item.active,
.cid-tepbY1bWex .dropdown-item:active {
  background-color: transparent;
}
.cid-tepbY1bWex .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tepbY1bWex .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tepbY1bWex .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tepbY1bWex .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tepbY1bWex .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tepbY1bWex .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tepbY1bWex ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tepbY1bWex .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tepbY1bWex button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tepbY1bWex button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tepbY1bWex button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tepbY1bWex button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tepbY1bWex button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tepbY1bWex button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tepbY1bWex nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tepbY1bWex nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tepbY1bWex nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tepbY1bWex nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tepbY1bWex .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tepbY1bWex a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tepbY1bWex .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-tepbY1bWex .navbar {
    height: 77px;
  }
  .cid-tepbY1bWex .navbar.opened {
    height: auto;
  }
  .cid-tepbY1bWex .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tepbY1Cxe9 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tepbY1Cxe9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tepbY1Cxe9 .row {
  flex-direction: row-reverse;
}
.cid-tepbY1Cxe9 img {
  width: 100%;
}
.cid-tepbY1RIzM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tepbY1RIzM .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tepbY1RIzM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tepbY1RIzM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tepbY1RIzM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tepbY1RIzM .mbr-text {
  color: #000000;
}
.cid-tepbY1RIzM .mbr-section-title {
  color: #071440;
}
.cid-tepfTkNknq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tepfTkNknq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tepfTkNknq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tepfTkNknq .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tepfTkNknq .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tepfTkNknq .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tepfTkNknq .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tepfTkNknq .row .row {
    flex-direction: column-reverse;
  }
  .cid-tepfTkNknq .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tepfTkNknq .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tepfTkNknq .card-subtitle {
  color: #0095ff;
}
.cid-tepfTkNknq .mbr-text {
  color: #555555;
}
.cid-tepseOV0Kk {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-tepseOV0Kk .image-block {
  margin: auto;
}
.cid-tepseOV0Kk .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tepseOV0Kk .image-block {
    width: 100% !important;
  }
}
.cid-tepseOV0Kk .container-fluid {
  padding: 0;
}
@media (min-width: 767px) {
  .cid-tepseOV0Kk .container {
    padding: 0 2rem;
  }
}
.cid-tepbY2TISS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tepbY2TISS .row {
  flex-direction: row-reverse;
}
.cid-tepbY2TISS .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tepbY2TISS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tepbY2TISS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tepbY2TISS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tepbY2TISS .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-tepbY2TISS .mbr-section-title {
  text-align: center;
}
.cid-tepbY3zl2K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tepbY3zl2K .video-wrapper iframe {
  width: 100%;
}
.cid-tepbY3zl2K .mbr-section-title,
.cid-tepbY3zl2K .mbr-section-subtitle,
.cid-tepbY3zl2K .mbr-text {
  text-align: center;
}
.cid-tepbY3zl2K .mbr-section-title {
  color: #000000;
}
.cid-tepbY3zl2K .mbr-section-subtitle {
  color: #000000;
}
.cid-tepbY3UXQt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tepbY3UXQt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tepbY3UXQt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tepbY3UXQt .row {
    text-align: center;
  }
  .cid-tepbY3UXQt .row > div {
    margin: auto;
  }
  .cid-tepbY3UXQt .social-row {
    justify-content: center;
  }
}
.cid-tepbY3UXQt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tepbY3UXQt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tepbY3UXQt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tepbY3UXQt .list {
    margin-bottom: 0rem;
  }
}
.cid-tepbY3UXQt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tepbY3UXQt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tepbY3UXQt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tepbY3UXQt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tepbY3UXQt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-teq1NEJHoK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-teq1NEJHoK nav.navbar {
  position: fixed;
}
.cid-teq1NEJHoK .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-teq1NEJHoK .dropdown-menu {
  padding: 0;
}
.cid-teq1NEJHoK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teq1NEJHoK .dropdown-item:hover,
.cid-teq1NEJHoK .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-teq1NEJHoK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-teq1NEJHoK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teq1NEJHoK .nav-link {
  position: relative;
}
.cid-teq1NEJHoK .container {
  display: flex;
  margin: auto;
}
.cid-teq1NEJHoK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-teq1NEJHoK .navbar-caption {
  padding-right: 4rem;
}
.cid-teq1NEJHoK .dropdown-menu,
.cid-teq1NEJHoK .navbar.opened {
  background: #fafafa !important;
}
.cid-teq1NEJHoK .nav-item:focus,
.cid-teq1NEJHoK .nav-link:focus {
  outline: none;
}
.cid-teq1NEJHoK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teq1NEJHoK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teq1NEJHoK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teq1NEJHoK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teq1NEJHoK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teq1NEJHoK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teq1NEJHoK .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-teq1NEJHoK .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teq1NEJHoK .navbar.opened {
  transition: all .3s;
}
.cid-teq1NEJHoK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-teq1NEJHoK .navbar .navbar-logo img {
  width: auto;
}
.cid-teq1NEJHoK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teq1NEJHoK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teq1NEJHoK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teq1NEJHoK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-teq1NEJHoK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teq1NEJHoK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teq1NEJHoK .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: 55%;
}
.cid-teq1NEJHoK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teq1NEJHoK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-teq1NEJHoK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-teq1NEJHoK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teq1NEJHoK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teq1NEJHoK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teq1NEJHoK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teq1NEJHoK .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: 55%;
  }
  .cid-teq1NEJHoK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-teq1NEJHoK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teq1NEJHoK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teq1NEJHoK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-teq1NEJHoK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teq1NEJHoK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-teq1NEJHoK .navbar.navbar-short {
  min-height: 60px;
}
.cid-teq1NEJHoK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-teq1NEJHoK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teq1NEJHoK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-teq1NEJHoK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teq1NEJHoK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teq1NEJHoK .dropdown-item.active,
.cid-teq1NEJHoK .dropdown-item:active {
  background-color: transparent;
}
.cid-teq1NEJHoK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teq1NEJHoK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teq1NEJHoK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teq1NEJHoK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-teq1NEJHoK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teq1NEJHoK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teq1NEJHoK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teq1NEJHoK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-teq1NEJHoK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-teq1NEJHoK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-teq1NEJHoK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teq1NEJHoK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teq1NEJHoK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teq1NEJHoK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teq1NEJHoK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teq1NEJHoK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teq1NEJHoK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teq1NEJHoK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teq1NEJHoK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-teq1NEJHoK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teq1NEJHoK .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-teq1NEJHoK .navbar {
    height: 77px;
  }
  .cid-teq1NEJHoK .navbar.opened {
    height: auto;
  }
  .cid-teq1NEJHoK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teq1NFLzUH {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-teq1NFLzUH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-teq1NFLzUH .row {
  flex-direction: row-reverse;
}
.cid-teq1NFLzUH img {
  width: 100%;
}
.cid-teq1NGjVbT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-teq1NGjVbT .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-teq1NGjVbT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-teq1NGjVbT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teq1NGjVbT .text-wrapper {
    padding: 2rem;
  }
}
.cid-teq1NGjVbT .mbr-text {
  color: #000000;
}
.cid-teq1NGjVbT .mbr-section-title {
  color: #071440;
}
.cid-tfRbsvv0VU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfRbsvv0VU .row {
  flex-direction: row-reverse;
}
.cid-tfRbsvv0VU .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tfRbsvv0VU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfRbsvv0VU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tfRbsvv0VU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tfRbsvv0VU .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-tfRbsvv0VU .mbr-section-title {
  text-align: center;
}
.cid-teq3ja2Yzl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teq3ja2Yzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-teq3ja2Yzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teq3c1ELgS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teq3c1ELgS .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-teq3c1ELgS .col-lg-4,
.cid-teq3c1ELgS .col-12 {
  padding: 0 2rem;
}
.cid-teq3c1ELgS .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-teq3c1ELgS .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-teq3c1ELgS .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-teq3c1ELgS .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-teq3c1ELgS .card-title,
.cid-teq3c1ELgS .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-teq3c1ELgS .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-teq3c1ELgS .mbr-section-subtitle {
  color: #6c758f;
}
.cid-teq3c1ELgS .mbr-section-title {
  color: #36187d;
}
.cid-teq4DvfR5b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teq4DvfR5b .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-teq4DvfR5b .col-lg-4,
.cid-teq4DvfR5b .col-12 {
  padding: 0 2rem;
}
.cid-teq4DvfR5b .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-teq4DvfR5b .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-teq4DvfR5b .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-teq4DvfR5b .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-teq4DvfR5b .card-title,
.cid-teq4DvfR5b .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-teq4DvfR5b .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-teq4DvfR5b .mbr-section-subtitle {
  color: #6c758f;
}
.cid-teq4DvfR5b .mbr-section-title {
  color: #36187d;
}
.cid-teq6kDUTdQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teq6kDUTdQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-teq6kDUTdQ .col-lg-4,
.cid-teq6kDUTdQ .col-12 {
  padding: 0 2rem;
}
.cid-teq6kDUTdQ .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-teq6kDUTdQ .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-teq6kDUTdQ .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-teq6kDUTdQ .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-teq6kDUTdQ .card-title,
.cid-teq6kDUTdQ .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-teq6kDUTdQ .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-teq6kDUTdQ .mbr-section-subtitle {
  color: #6c758f;
}
.cid-teq6kDUTdQ .mbr-section-title {
  color: #36187d;
}
.cid-teq84DTLaT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teq84DTLaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-teq84DTLaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teq85roK7n {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teq85roK7n .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-teq85roK7n .col-lg-4,
.cid-teq85roK7n .col-12 {
  padding: 0 2rem;
}
.cid-teq85roK7n .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-teq85roK7n .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-teq85roK7n .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-teq85roK7n .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-teq85roK7n .card-title,
.cid-teq85roK7n .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-teq85roK7n .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-teq85roK7n .mbr-section-subtitle {
  color: #6c758f;
}
.cid-teq85roK7n .mbr-section-title {
  color: #36187d;
}
.cid-teq8pwOFpT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teq8pwOFpT .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-teq8pwOFpT .col-lg-4,
.cid-teq8pwOFpT .col-12 {
  padding: 0 2rem;
}
.cid-teq8pwOFpT .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-teq8pwOFpT .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-teq8pwOFpT .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-teq8pwOFpT .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-teq8pwOFpT .card-title,
.cid-teq8pwOFpT .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-teq8pwOFpT .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-teq8pwOFpT .mbr-section-subtitle {
  color: #6c758f;
}
.cid-teq8pwOFpT .mbr-section-title {
  color: #36187d;
}
.cid-teq8KV1s6Z {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teq8KV1s6Z .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-teq8KV1s6Z .col-lg-4,
.cid-teq8KV1s6Z .col-12 {
  padding: 0 2rem;
}
.cid-teq8KV1s6Z .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-teq8KV1s6Z .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-teq8KV1s6Z .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-teq8KV1s6Z .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-teq8KV1s6Z .card-title,
.cid-teq8KV1s6Z .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-teq8KV1s6Z .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-teq8KV1s6Z .mbr-section-subtitle {
  color: #6c758f;
}
.cid-teq8KV1s6Z .mbr-section-title {
  color: #36187d;
}
.cid-teq1NI5cUg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-teq1NI5cUg .video-wrapper iframe {
  width: 100%;
}
.cid-teq1NI5cUg .mbr-section-title,
.cid-teq1NI5cUg .mbr-section-subtitle,
.cid-teq1NI5cUg .mbr-text {
  text-align: center;
}
.cid-teq1NI5cUg .mbr-section-title {
  color: #000000;
}
.cid-teq1NI5cUg .mbr-section-subtitle {
  color: #000000;
}
.cid-teq1NIu5My {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-teq1NIu5My .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-teq1NIu5My .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teq1NIu5My .row {
    text-align: center;
  }
  .cid-teq1NIu5My .row > div {
    margin: auto;
  }
  .cid-teq1NIu5My .social-row {
    justify-content: center;
  }
}
.cid-teq1NIu5My .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-teq1NIu5My .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-teq1NIu5My .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teq1NIu5My .list {
    margin-bottom: 0rem;
  }
}
.cid-teq1NIu5My .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-teq1NIu5My .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-teq1NIu5My .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-teq1NIu5My div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-teq1NIu5My .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tf19Eq7Fx6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tf19Eq7Fx6 nav.navbar {
  position: fixed;
}
.cid-tf19Eq7Fx6 .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-tf19Eq7Fx6 .dropdown-menu {
  padding: 0;
}
.cid-tf19Eq7Fx6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tf19Eq7Fx6 .dropdown-item:hover,
.cid-tf19Eq7Fx6 .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-tf19Eq7Fx6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tf19Eq7Fx6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tf19Eq7Fx6 .nav-link {
  position: relative;
}
.cid-tf19Eq7Fx6 .container {
  display: flex;
  margin: auto;
}
.cid-tf19Eq7Fx6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tf19Eq7Fx6 .navbar-caption {
  padding-right: 4rem;
}
.cid-tf19Eq7Fx6 .dropdown-menu,
.cid-tf19Eq7Fx6 .navbar.opened {
  background: #fafafa !important;
}
.cid-tf19Eq7Fx6 .nav-item:focus,
.cid-tf19Eq7Fx6 .nav-link:focus {
  outline: none;
}
.cid-tf19Eq7Fx6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tf19Eq7Fx6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tf19Eq7Fx6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tf19Eq7Fx6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tf19Eq7Fx6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tf19Eq7Fx6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tf19Eq7Fx6 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-tf19Eq7Fx6 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tf19Eq7Fx6 .navbar.opened {
  transition: all .3s;
}
.cid-tf19Eq7Fx6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tf19Eq7Fx6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tf19Eq7Fx6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tf19Eq7Fx6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tf19Eq7Fx6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tf19Eq7Fx6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tf19Eq7Fx6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tf19Eq7Fx6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tf19Eq7Fx6 .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: 55%;
}
.cid-tf19Eq7Fx6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tf19Eq7Fx6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tf19Eq7Fx6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tf19Eq7Fx6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tf19Eq7Fx6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tf19Eq7Fx6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tf19Eq7Fx6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tf19Eq7Fx6 .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: 55%;
  }
  .cid-tf19Eq7Fx6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tf19Eq7Fx6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tf19Eq7Fx6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tf19Eq7Fx6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tf19Eq7Fx6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tf19Eq7Fx6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tf19Eq7Fx6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tf19Eq7Fx6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tf19Eq7Fx6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tf19Eq7Fx6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tf19Eq7Fx6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tf19Eq7Fx6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tf19Eq7Fx6 .dropdown-item.active,
.cid-tf19Eq7Fx6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tf19Eq7Fx6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tf19Eq7Fx6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tf19Eq7Fx6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tf19Eq7Fx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tf19Eq7Fx6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tf19Eq7Fx6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tf19Eq7Fx6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tf19Eq7Fx6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tf19Eq7Fx6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tf19Eq7Fx6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tf19Eq7Fx6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tf19Eq7Fx6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tf19Eq7Fx6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tf19Eq7Fx6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tf19Eq7Fx6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tf19Eq7Fx6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tf19Eq7Fx6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tf19Eq7Fx6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tf19Eq7Fx6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tf19Eq7Fx6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tf19Eq7Fx6 .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-tf19Eq7Fx6 .navbar {
    height: 77px;
  }
  .cid-tf19Eq7Fx6 .navbar.opened {
    height: auto;
  }
  .cid-tf19Eq7Fx6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf19Eqy9NX {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tf19Eqy9NX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tf19Eqy9NX .row {
  flex-direction: row-reverse;
}
.cid-tf19Eqy9NX img {
  width: 100%;
}
.cid-tf19EqOHOQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tf19EqOHOQ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tf19EqOHOQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tf19EqOHOQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tf19EqOHOQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tf19EqOHOQ .mbr-text {
  color: #000000;
}
.cid-tf19EqOHOQ .mbr-section-title {
  color: #071440;
}
.cid-tf19Er3Dm0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tf19Er3Dm0 .img-wrapper {
  text-align: justify;
}
.cid-tf19Er3Dm0 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tf19Er3Dm0 .row {
  align-items: flex-start;
}
.cid-tf19Er3Dm0 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tf19Er3Dm0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tf19Er3Dm0 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tf19Er3Dm0 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tf19Er3Dm0 .mbr-text,
.cid-tf19Er3Dm0 .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-tf19Er3Dm0 .card-title {
  color: #000000;
  text-align: Center;
}
.cid-tf19Er3Dm0 .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-tf19ErpAuB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tf19ErpAuB .img-wrapper {
  text-align: justify;
}
.cid-tf19ErpAuB img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tf19ErpAuB .row {
  align-items: flex-start;
}
.cid-tf19ErpAuB .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tf19ErpAuB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tf19ErpAuB .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tf19ErpAuB .card-wrapper {
    padding: 1rem;
  }
}
.cid-tf19ErpAuB .mbr-text,
.cid-tf19ErpAuB .mbr-section-btn {
  color: #000000;
  text-align: Center;
}
.cid-tf19ErpAuB .card-title {
  color: #000000;
  text-align: Center;
}
.cid-tf19ErpAuB .card-subtitle {
  text-align: center;
  color: #0f013d;
}
.cid-tf19ErGNNT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tf19ErGNNT .row {
  flex-direction: row-reverse;
}
.cid-tf19ErGNNT .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tf19ErGNNT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tf19ErGNNT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tf19ErGNNT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tf19ErGNNT .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-tf19ErGNNT .mbr-section-title {
  text-align: center;
}
.cid-tf19ErWbXN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tf19ErWbXN .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tf19ErWbXN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tf19ErWbXN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tf19ErWbXN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tf19ErWbXN .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-tf19ErWbXN .mbr-section-title {
  text-align: center;
}
.cid-tf4tF8hXp8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tf4tF8hXp8 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tf4tF8hXp8 .col-lg-4,
.cid-tf4tF8hXp8 .col-12 {
  padding: 0 2rem;
}
.cid-tf4tF8hXp8 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tf4tF8hXp8 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tf4tF8hXp8 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tf4tF8hXp8 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tf4tF8hXp8 .card-title,
.cid-tf4tF8hXp8 .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tf4tF8hXp8 .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-tf4tF8hXp8 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tf4tF8hXp8 .mbr-section-title {
  color: #36187d;
}
.cid-tf4un7uYoP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tf4un7uYoP .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tf4un7uYoP .col-lg-4,
.cid-tf4un7uYoP .col-12 {
  padding: 0 2rem;
}
.cid-tf4un7uYoP .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tf4un7uYoP .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tf4un7uYoP .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tf4un7uYoP .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tf4un7uYoP .card-title,
.cid-tf4un7uYoP .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tf4un7uYoP .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-tf4un7uYoP .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tf4un7uYoP .mbr-section-title {
  color: #36187d;
}
.cid-tf4unEjvts {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tf4unEjvts .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tf4unEjvts .col-lg-4,
.cid-tf4unEjvts .col-12 {
  padding: 0 2rem;
}
.cid-tf4unEjvts .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tf4unEjvts .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tf4unEjvts .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tf4unEjvts .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tf4unEjvts .card-title,
.cid-tf4unEjvts .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tf4unEjvts .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-tf4unEjvts .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tf4unEjvts .mbr-section-title {
  color: #36187d;
}
.cid-tf19EsbSso {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tf19EsbSso .video-wrapper iframe {
  width: 100%;
}
.cid-tf19EsbSso .mbr-section-title,
.cid-tf19EsbSso .mbr-section-subtitle,
.cid-tf19EsbSso .mbr-text {
  text-align: center;
}
.cid-tf19EsbSso .mbr-section-title {
  color: #000000;
}
.cid-tf19EsbSso .mbr-section-subtitle {
  color: #000000;
}
.cid-tf19Espt3w {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tf19Espt3w .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tf19Espt3w .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tf19Espt3w .row {
    text-align: center;
  }
  .cid-tf19Espt3w .row > div {
    margin: auto;
  }
  .cid-tf19Espt3w .social-row {
    justify-content: center;
  }
}
.cid-tf19Espt3w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tf19Espt3w .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tf19Espt3w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tf19Espt3w .list {
    margin-bottom: 0rem;
  }
}
.cid-tf19Espt3w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tf19Espt3w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tf19Espt3w .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tf19Espt3w div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tf19Espt3w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tf1El5wQwD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tf1El5wQwD nav.navbar {
  position: fixed;
}
.cid-tf1El5wQwD .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-tf1El5wQwD .dropdown-menu {
  padding: 0;
}
.cid-tf1El5wQwD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tf1El5wQwD .dropdown-item:hover,
.cid-tf1El5wQwD .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-tf1El5wQwD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tf1El5wQwD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tf1El5wQwD .nav-link {
  position: relative;
}
.cid-tf1El5wQwD .container {
  display: flex;
  margin: auto;
}
.cid-tf1El5wQwD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tf1El5wQwD .navbar-caption {
  padding-right: 4rem;
}
.cid-tf1El5wQwD .dropdown-menu,
.cid-tf1El5wQwD .navbar.opened {
  background: #fafafa !important;
}
.cid-tf1El5wQwD .nav-item:focus,
.cid-tf1El5wQwD .nav-link:focus {
  outline: none;
}
.cid-tf1El5wQwD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tf1El5wQwD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tf1El5wQwD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tf1El5wQwD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tf1El5wQwD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tf1El5wQwD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tf1El5wQwD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-tf1El5wQwD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tf1El5wQwD .navbar.opened {
  transition: all .3s;
}
.cid-tf1El5wQwD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tf1El5wQwD .navbar .navbar-logo img {
  width: auto;
}
.cid-tf1El5wQwD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tf1El5wQwD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tf1El5wQwD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tf1El5wQwD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tf1El5wQwD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tf1El5wQwD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tf1El5wQwD .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: 55%;
}
.cid-tf1El5wQwD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tf1El5wQwD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tf1El5wQwD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tf1El5wQwD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tf1El5wQwD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tf1El5wQwD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tf1El5wQwD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tf1El5wQwD .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: 55%;
  }
  .cid-tf1El5wQwD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tf1El5wQwD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tf1El5wQwD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tf1El5wQwD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tf1El5wQwD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tf1El5wQwD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tf1El5wQwD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tf1El5wQwD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tf1El5wQwD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tf1El5wQwD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tf1El5wQwD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tf1El5wQwD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tf1El5wQwD .dropdown-item.active,
.cid-tf1El5wQwD .dropdown-item:active {
  background-color: transparent;
}
.cid-tf1El5wQwD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tf1El5wQwD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tf1El5wQwD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tf1El5wQwD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tf1El5wQwD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tf1El5wQwD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tf1El5wQwD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tf1El5wQwD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tf1El5wQwD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tf1El5wQwD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tf1El5wQwD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tf1El5wQwD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tf1El5wQwD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tf1El5wQwD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tf1El5wQwD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tf1El5wQwD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tf1El5wQwD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tf1El5wQwD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tf1El5wQwD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tf1El5wQwD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tf1El5wQwD .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-tf1El5wQwD .navbar {
    height: 77px;
  }
  .cid-tf1El5wQwD .navbar.opened {
    height: auto;
  }
  .cid-tf1El5wQwD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tf1El5Pl4l {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tf1El5Pl4l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tf1El5Pl4l .row {
  flex-direction: row-reverse;
}
.cid-tf1El5Pl4l img {
  width: 100%;
}
.cid-tf1El64fVC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tf1El64fVC .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tf1El64fVC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tf1El64fVC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tf1El64fVC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tf1El64fVC .mbr-text {
  color: #000000;
}
.cid-tf1El64fVC .mbr-section-title {
  color: #071440;
}
.cid-tf4GesXqFC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tf4GesXqFC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tf4GesXqFC .col-lg-4,
.cid-tf4GesXqFC .col-12 {
  padding: 0 2rem;
}
.cid-tf4GesXqFC .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tf4GesXqFC .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tf4GesXqFC .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tf4GesXqFC .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tf4GesXqFC .card-title,
.cid-tf4GesXqFC .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tf4GesXqFC .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-tf4GesXqFC .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tf4GesXqFC .mbr-section-title {
  color: #36187d;
}
.cid-tf4GeNZW0Q {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tf4GeNZW0Q .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tf4GeNZW0Q .col-lg-4,
.cid-tf4GeNZW0Q .col-12 {
  padding: 0 2rem;
}
.cid-tf4GeNZW0Q .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tf4GeNZW0Q .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tf4GeNZW0Q .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tf4GeNZW0Q .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tf4GeNZW0Q .card-title,
.cid-tf4GeNZW0Q .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-tf4GeNZW0Q .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-tf4GeNZW0Q .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tf4GeNZW0Q .mbr-section-title {
  color: #36187d;
}
.cid-tf1El72oVK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tf1El72oVK .row {
  flex-direction: row-reverse;
}
.cid-tf1El72oVK .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tf1El72oVK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tf1El72oVK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tf1El72oVK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tf1El72oVK .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-tf1El72oVK .mbr-section-title {
  text-align: center;
}
.cid-tf1El7jd4j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tf1El7jd4j .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tf1El7jd4j .text-wrapper {
    padding: 2rem;
  }
}
.cid-tf1El7jd4j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tf1El7jd4j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tf1El7jd4j .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-tf1El7jd4j .mbr-section-title {
  text-align: center;
}
.cid-tf1El7BSFT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tf1El7BSFT .video-wrapper iframe {
  width: 100%;
}
.cid-tf1El7BSFT .mbr-section-title,
.cid-tf1El7BSFT .mbr-section-subtitle,
.cid-tf1El7BSFT .mbr-text {
  text-align: center;
}
.cid-tf1El7BSFT .mbr-section-title {
  color: #000000;
}
.cid-tf1El7BSFT .mbr-section-subtitle {
  color: #000000;
}
.cid-tf1El7U9Km {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tf1El7U9Km .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tf1El7U9Km .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tf1El7U9Km .row {
    text-align: center;
  }
  .cid-tf1El7U9Km .row > div {
    margin: auto;
  }
  .cid-tf1El7U9Km .social-row {
    justify-content: center;
  }
}
.cid-tf1El7U9Km .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tf1El7U9Km .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tf1El7U9Km .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tf1El7U9Km .list {
    margin-bottom: 0rem;
  }
}
.cid-tf1El7U9Km .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tf1El7U9Km .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tf1El7U9Km .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tf1El7U9Km div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tf1El7U9Km .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tfocbgrego {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tfocbgrego nav.navbar {
  position: fixed;
}
.cid-tfocbgrego .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-tfocbgrego .dropdown-menu {
  padding: 0;
}
.cid-tfocbgrego .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfocbgrego .dropdown-item:hover,
.cid-tfocbgrego .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-tfocbgrego .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tfocbgrego .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfocbgrego .nav-link {
  position: relative;
}
.cid-tfocbgrego .container {
  display: flex;
  margin: auto;
}
.cid-tfocbgrego .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfocbgrego .navbar-caption {
  padding-right: 4rem;
}
.cid-tfocbgrego .dropdown-menu,
.cid-tfocbgrego .navbar.opened {
  background: #fafafa !important;
}
.cid-tfocbgrego .nav-item:focus,
.cid-tfocbgrego .nav-link:focus {
  outline: none;
}
.cid-tfocbgrego .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfocbgrego .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfocbgrego .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfocbgrego .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfocbgrego .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfocbgrego .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfocbgrego .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-tfocbgrego .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfocbgrego .navbar.opened {
  transition: all .3s;
}
.cid-tfocbgrego .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tfocbgrego .navbar .navbar-logo img {
  width: auto;
}
.cid-tfocbgrego .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfocbgrego .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfocbgrego .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfocbgrego .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tfocbgrego .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfocbgrego .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfocbgrego .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: 55%;
}
.cid-tfocbgrego .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfocbgrego .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfocbgrego .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfocbgrego .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfocbgrego .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfocbgrego .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfocbgrego .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfocbgrego .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: 55%;
  }
  .cid-tfocbgrego .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfocbgrego .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfocbgrego .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfocbgrego .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfocbgrego .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfocbgrego .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfocbgrego .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfocbgrego .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfocbgrego .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfocbgrego .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfocbgrego .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfocbgrego .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfocbgrego .dropdown-item.active,
.cid-tfocbgrego .dropdown-item:active {
  background-color: transparent;
}
.cid-tfocbgrego .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfocbgrego .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfocbgrego .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfocbgrego .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tfocbgrego .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfocbgrego .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfocbgrego ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfocbgrego .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfocbgrego button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tfocbgrego button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tfocbgrego button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfocbgrego button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfocbgrego button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfocbgrego button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfocbgrego nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfocbgrego nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfocbgrego nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfocbgrego nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfocbgrego .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfocbgrego a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfocbgrego .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-tfocbgrego .navbar {
    height: 77px;
  }
  .cid-tfocbgrego .navbar.opened {
    height: auto;
  }
  .cid-tfocbgrego .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfocbgNjTK {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfocbgNjTK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfocbgNjTK .row {
  flex-direction: row-reverse;
}
.cid-tfocbgNjTK img {
  width: 100%;
}
.cid-tfocbh4xD6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfocbh4xD6 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tfocbh4xD6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tfocbh4xD6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tfocbh4xD6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfocbh4xD6 .mbr-text {
  color: #000000;
}
.cid-tfocbh4xD6 .mbr-section-title {
  color: #16ca0d;
}
.cid-tgSQLHfKi1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tgSQLHfKi1 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tgSQLHfKi1 .col-lg-4,
.cid-tgSQLHfKi1 .col-12 {
  padding: 0 2rem;
}
.cid-tgSQLHfKi1 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tgSQLHfKi1 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tgSQLHfKi1 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tgSQLHfKi1 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tgSQLHfKi1 .card-title,
.cid-tgSQLHfKi1 .iconfont-wrapper {
  color: #1e2031;
  text-align: center;
}
.cid-tgSQLHfKi1 .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-tgSQLHfKi1 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tgSQLHfKi1 .mbr-section-title {
  color: #36187d;
}
.cid-tfocbi8czp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tfocbi8czp .row {
  flex-direction: row-reverse;
}
.cid-tfocbi8czp .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tfocbi8czp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tfocbi8czp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tfocbi8czp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tfocbi8czp .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-tfocbi8czp .mbr-section-title {
  text-align: center;
}
.cid-tfocbiRZGX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tfocbiRZGX .video-wrapper iframe {
  width: 100%;
}
.cid-tfocbiRZGX .mbr-section-title,
.cid-tfocbiRZGX .mbr-section-subtitle,
.cid-tfocbiRZGX .mbr-text {
  text-align: center;
}
.cid-tfocbiRZGX .mbr-section-title {
  color: #000000;
}
.cid-tfocbiRZGX .mbr-section-subtitle {
  color: #000000;
}
.cid-tfocbjdRLv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tfocbjdRLv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tfocbjdRLv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tfocbjdRLv .row {
    text-align: center;
  }
  .cid-tfocbjdRLv .row > div {
    margin: auto;
  }
  .cid-tfocbjdRLv .social-row {
    justify-content: center;
  }
}
.cid-tfocbjdRLv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tfocbjdRLv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tfocbjdRLv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfocbjdRLv .list {
    margin-bottom: 0rem;
  }
}
.cid-tfocbjdRLv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tfocbjdRLv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tfocbjdRLv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tfocbjdRLv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tfocbjdRLv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sx1A40uUuP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sx1A40uUuP nav.navbar {
  position: fixed;
}
.cid-sx1A40uUuP .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-sx1A40uUuP .dropdown-menu {
  padding: 0;
}
.cid-sx1A40uUuP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sx1A40uUuP .dropdown-item:hover,
.cid-sx1A40uUuP .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-sx1A40uUuP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sx1A40uUuP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sx1A40uUuP .nav-link {
  position: relative;
}
.cid-sx1A40uUuP .container {
  display: flex;
  margin: auto;
}
.cid-sx1A40uUuP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sx1A40uUuP .navbar-caption {
  padding-right: 4rem;
}
.cid-sx1A40uUuP .dropdown-menu,
.cid-sx1A40uUuP .navbar.opened {
  background: #fafafa !important;
}
.cid-sx1A40uUuP .nav-item:focus,
.cid-sx1A40uUuP .nav-link:focus {
  outline: none;
}
.cid-sx1A40uUuP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sx1A40uUuP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sx1A40uUuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sx1A40uUuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sx1A40uUuP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sx1A40uUuP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sx1A40uUuP .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-sx1A40uUuP .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sx1A40uUuP .navbar.opened {
  transition: all .3s;
}
.cid-sx1A40uUuP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sx1A40uUuP .navbar .navbar-logo img {
  width: auto;
}
.cid-sx1A40uUuP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sx1A40uUuP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sx1A40uUuP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sx1A40uUuP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sx1A40uUuP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sx1A40uUuP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sx1A40uUuP .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: 55%;
}
.cid-sx1A40uUuP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sx1A40uUuP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sx1A40uUuP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sx1A40uUuP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sx1A40uUuP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sx1A40uUuP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sx1A40uUuP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sx1A40uUuP .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: 55%;
  }
  .cid-sx1A40uUuP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sx1A40uUuP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sx1A40uUuP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sx1A40uUuP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sx1A40uUuP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sx1A40uUuP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sx1A40uUuP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sx1A40uUuP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sx1A40uUuP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sx1A40uUuP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sx1A40uUuP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sx1A40uUuP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sx1A40uUuP .dropdown-item.active,
.cid-sx1A40uUuP .dropdown-item:active {
  background-color: transparent;
}
.cid-sx1A40uUuP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sx1A40uUuP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sx1A40uUuP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sx1A40uUuP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sx1A40uUuP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sx1A40uUuP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sx1A40uUuP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sx1A40uUuP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sx1A40uUuP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sx1A40uUuP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sx1A40uUuP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sx1A40uUuP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sx1A40uUuP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sx1A40uUuP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sx1A40uUuP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sx1A40uUuP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sx1A40uUuP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sx1A40uUuP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sx1A40uUuP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sx1A40uUuP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sx1A40uUuP .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-sx1A40uUuP .navbar {
    height: 77px;
  }
  .cid-sx1A40uUuP .navbar.opened {
    height: auto;
  }
  .cid-sx1A40uUuP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx1A40Sk01 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sx1A40Sk01 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sx1A40Sk01 .row {
  flex-direction: row-reverse;
}
.cid-sx1A40Sk01 img {
  width: 100%;
}
.cid-sx1A413If1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-sx1A413If1 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sx1A413If1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sx1A413If1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sx1A413If1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sx1A413If1 .mbr-text {
  color: #000000;
}
.cid-thUF50QW5a {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/fondo-acrobat-sign-2000x1507.jpg");
}
.cid-thUF50QW5a .row {
  justify-content: space-between;
}
.cid-thUF50QW5a .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-thUF50QW5a .form-control:focus,
.cid-thUF50QW5a .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-thUF50QW5a .form-group {
  margin-bottom: 1rem;
}
.cid-thUF50QW5a input::-webkit-input-placeholder,
.cid-thUF50QW5a textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-thUF50QW5a input:-moz-placeholder,
.cid-thUF50QW5a textarea:-moz-placeholder {
  color: #353535;
}
.cid-thUF50QW5a .jq-selectbox li,
.cid-thUF50QW5a .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-thUF50QW5a .jq-selectbox li:hover,
.cid-thUF50QW5a .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-thUF50QW5a .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-thUF50QW5a .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-thUF50QW5a .mbr-text {
  color: #767676;
}
.cid-thUF50QW5a .form-block {
  padding: 3rem;
  position: relative;
}
.cid-thUF50QW5a .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-thUF50QW5a .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-thUF50QW5a .form-block {
    padding: 1rem;
  }
}
.cid-thUF50QW5a H4 {
  color: #232323;
  text-align: center;
}
.cid-thUF50QW5a .mbr-section-title,
.cid-thUF50QW5a .mbr-section-btn {
  color: #ffffff;
}
.cid-thUF50QW5a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thUF50QW5a .form-text {
  color: #353535;
  text-align: left;
}
.cid-thUF50QW5a .text {
  color: #ffffff;
}
.cid-sx1A41gJq7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sx1A41gJq7 .img-wrapper {
  text-align: justify;
}
.cid-sx1A41gJq7 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sx1A41gJq7 .row {
  align-items: flex-start;
}
.cid-sx1A41gJq7 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sx1A41gJq7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sx1A41gJq7 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sx1A41gJq7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sx1A41gJq7 .mbr-text,
.cid-sx1A41gJq7 .mbr-section-btn {
  color: #000000;
  text-align: top;
}
.cid-sx1A41gJq7 .card-title {
  color: #000000;
}
.cid-sx1TqhgEEm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sx1TqhgEEm .img-wrapper {
  text-align: justify;
}
.cid-sx1TqhgEEm img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sx1TqhgEEm .row {
  align-items: flex-start;
}
.cid-sx1TqhgEEm .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sx1TqhgEEm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sx1TqhgEEm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sx1TqhgEEm .card-wrapper {
    padding: 1rem;
  }
}
.cid-sx1TqhgEEm .mbr-text,
.cid-sx1TqhgEEm .mbr-section-btn {
  color: #000000;
  text-align: top;
}
.cid-sx1TqhgEEm .card-title {
  color: #000000;
}
.cid-sxMqUmc5CI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sxMqUmc5CI .row {
  flex-direction: row-reverse;
}
.cid-sxMqUmc5CI .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sxMqUmc5CI .text-wrapper {
    padding: 2rem;
  }
}
.cid-sxMqUmc5CI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sxMqUmc5CI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sxMqUmc5CI .mbr-text {
  text-align: justify;
  color: #331f9a;
}
.cid-sxMqUmc5CI .mbr-section-title {
  text-align: center;
}
.cid-sxMqUmc5CI .name {
  color: #000000;
}
.cid-syCAHsr879 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-syCAHsr879 .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-syCAHsr879 .text-wrapper {
    padding: 2rem;
  }
}
.cid-syCAHsr879 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-syCAHsr879 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syCAHsr879 .mbr-text {
  text-align: justify;
  color: #331f9a;
}
.cid-syCAHsr879 .mbr-section-title {
  text-align: center;
}
.cid-syCAHsr879 .name {
  color: #000000;
}
.cid-syCBC13pNQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-syCBC13pNQ .row {
  flex-direction: row-reverse;
}
.cid-syCBC13pNQ .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-syCBC13pNQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-syCBC13pNQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-syCBC13pNQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syCBC13pNQ .mbr-text {
  text-align: justify;
  color: #331f9a;
}
.cid-syCBC13pNQ .mbr-section-title {
  text-align: center;
}
.cid-syCBC13pNQ .name {
  color: #000000;
}
.cid-sDfKzBHlfs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDfKzBHlfs .video-wrapper iframe {
  width: 100%;
}
.cid-sDfKzBHlfs .mbr-section-title,
.cid-sDfKzBHlfs .mbr-section-subtitle,
.cid-sDfKzBHlfs .mbr-text {
  text-align: center;
}
.cid-sDfKzBHlfs .mbr-section-title {
  color: #000000;
}
.cid-sDfKzBHlfs .mbr-section-subtitle {
  color: #000000;
}
.cid-sx1A42dwm0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sx1A42dwm0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sx1A42dwm0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sx1A42dwm0 .row {
    text-align: center;
  }
  .cid-sx1A42dwm0 .row > div {
    margin: auto;
  }
  .cid-sx1A42dwm0 .social-row {
    justify-content: center;
  }
}
.cid-sx1A42dwm0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sx1A42dwm0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sx1A42dwm0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sx1A42dwm0 .list {
    margin-bottom: 0rem;
  }
}
.cid-sx1A42dwm0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sx1A42dwm0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sx1A42dwm0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sx1A42dwm0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sx1A42dwm0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-thUEA25l6g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-thUEA25l6g nav.navbar {
  position: fixed;
}
.cid-thUEA25l6g .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-thUEA25l6g .dropdown-menu {
  padding: 0;
}
.cid-thUEA25l6g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thUEA25l6g .dropdown-item:hover,
.cid-thUEA25l6g .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-thUEA25l6g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-thUEA25l6g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thUEA25l6g .nav-link {
  position: relative;
}
.cid-thUEA25l6g .container {
  display: flex;
  margin: auto;
}
.cid-thUEA25l6g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-thUEA25l6g .navbar-caption {
  padding-right: 4rem;
}
.cid-thUEA25l6g .dropdown-menu,
.cid-thUEA25l6g .navbar.opened {
  background: #fafafa !important;
}
.cid-thUEA25l6g .nav-item:focus,
.cid-thUEA25l6g .nav-link:focus {
  outline: none;
}
.cid-thUEA25l6g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thUEA25l6g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thUEA25l6g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thUEA25l6g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thUEA25l6g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thUEA25l6g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thUEA25l6g .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-thUEA25l6g .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thUEA25l6g .navbar.opened {
  transition: all .3s;
}
.cid-thUEA25l6g .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-thUEA25l6g .navbar .navbar-logo img {
  width: auto;
}
.cid-thUEA25l6g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thUEA25l6g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thUEA25l6g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thUEA25l6g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thUEA25l6g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thUEA25l6g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thUEA25l6g .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: 55%;
}
.cid-thUEA25l6g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thUEA25l6g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-thUEA25l6g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-thUEA25l6g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thUEA25l6g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thUEA25l6g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thUEA25l6g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thUEA25l6g .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: 55%;
  }
  .cid-thUEA25l6g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thUEA25l6g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thUEA25l6g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thUEA25l6g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thUEA25l6g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thUEA25l6g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-thUEA25l6g .navbar.navbar-short {
  min-height: 60px;
}
.cid-thUEA25l6g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thUEA25l6g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thUEA25l6g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thUEA25l6g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thUEA25l6g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thUEA25l6g .dropdown-item.active,
.cid-thUEA25l6g .dropdown-item:active {
  background-color: transparent;
}
.cid-thUEA25l6g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thUEA25l6g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thUEA25l6g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thUEA25l6g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thUEA25l6g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thUEA25l6g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thUEA25l6g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thUEA25l6g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thUEA25l6g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thUEA25l6g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-thUEA25l6g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thUEA25l6g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thUEA25l6g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thUEA25l6g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thUEA25l6g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thUEA25l6g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thUEA25l6g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thUEA25l6g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thUEA25l6g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-thUEA25l6g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thUEA25l6g .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-thUEA25l6g .navbar {
    height: 77px;
  }
  .cid-thUEA25l6g .navbar.opened {
    height: auto;
  }
  .cid-thUEA25l6g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thUEA2wb4s {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-thUEA2wb4s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thUEA2wb4s .row {
  flex-direction: row-reverse;
}
.cid-thUEA2wb4s img {
  width: 100%;
}
.cid-thUEA2Nv2U {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-thUEA2Nv2U .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-thUEA2Nv2U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thUEA2Nv2U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-thUEA2Nv2U .text-wrapper {
    padding: 2rem;
  }
}
.cid-thUEA2Nv2U .mbr-text {
  color: #000000;
}
.cid-thUEA36EBg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thUEA36EBg .img-wrapper {
  text-align: justify;
}
.cid-thUEA36EBg img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-thUEA36EBg .row {
  align-items: flex-start;
}
.cid-thUEA36EBg .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-thUEA36EBg .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-thUEA36EBg .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thUEA36EBg .card-wrapper {
    padding: 1rem;
  }
}
.cid-thUEA36EBg .mbr-text,
.cid-thUEA36EBg .mbr-section-btn {
  color: #000000;
  text-align: top;
}
.cid-thUEA36EBg .card-title {
  color: #000000;
}
.cid-thUEA3vlO7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thUEA3vlO7 .img-wrapper {
  text-align: justify;
}
.cid-thUEA3vlO7 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-thUEA3vlO7 .row {
  align-items: flex-start;
}
.cid-thUEA3vlO7 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-thUEA3vlO7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-thUEA3vlO7 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thUEA3vlO7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-thUEA3vlO7 .mbr-text,
.cid-thUEA3vlO7 .mbr-section-btn {
  color: #000000;
  text-align: top;
}
.cid-thUEA3vlO7 .card-title {
  color: #000000;
}
.cid-thUEA3WM8Q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-thUEA3WM8Q .row {
  flex-direction: row-reverse;
}
.cid-thUEA3WM8Q .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-thUEA3WM8Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-thUEA3WM8Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-thUEA3WM8Q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thUEA3WM8Q .mbr-text {
  text-align: justify;
  color: #331f9a;
}
.cid-thUEA3WM8Q .mbr-section-title {
  text-align: center;
}
.cid-thUEA3WM8Q .name {
  color: #000000;
}
.cid-thUEA4lJKn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thUEA4lJKn .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-thUEA4lJKn .text-wrapper {
    padding: 2rem;
  }
}
.cid-thUEA4lJKn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-thUEA4lJKn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thUEA4lJKn .mbr-text {
  text-align: justify;
  color: #331f9a;
}
.cid-thUEA4lJKn .mbr-section-title {
  text-align: center;
}
.cid-thUEA4lJKn .name {
  color: #000000;
}
.cid-thUEA4GA5q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-thUEA4GA5q .row {
  flex-direction: row-reverse;
}
.cid-thUEA4GA5q .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-thUEA4GA5q .text-wrapper {
    padding: 2rem;
  }
}
.cid-thUEA4GA5q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-thUEA4GA5q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thUEA4GA5q .mbr-text {
  text-align: justify;
  color: #331f9a;
}
.cid-thUEA4GA5q .mbr-section-title {
  text-align: center;
}
.cid-thUEA4GA5q .name {
  color: #000000;
}
.cid-thUEA53wUq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thUEA53wUq .video-wrapper iframe {
  width: 100%;
}
.cid-thUEA53wUq .mbr-section-title,
.cid-thUEA53wUq .mbr-section-subtitle,
.cid-thUEA53wUq .mbr-text {
  text-align: center;
}
.cid-thUEA53wUq .mbr-section-title {
  color: #000000;
}
.cid-thUEA53wUq .mbr-section-subtitle {
  color: #000000;
}
.cid-thUEA5qgAE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-thUEA5qgAE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-thUEA5qgAE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-thUEA5qgAE .row {
    text-align: center;
  }
  .cid-thUEA5qgAE .row > div {
    margin: auto;
  }
  .cid-thUEA5qgAE .social-row {
    justify-content: center;
  }
}
.cid-thUEA5qgAE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-thUEA5qgAE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-thUEA5qgAE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thUEA5qgAE .list {
    margin-bottom: 0rem;
  }
}
.cid-thUEA5qgAE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-thUEA5qgAE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-thUEA5qgAE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-thUEA5qgAE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-thUEA5qgAE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tl2zgS7xmF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tl2zgS7xmF nav.navbar {
  position: fixed;
}
.cid-tl2zgS7xmF .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-tl2zgS7xmF .dropdown-menu {
  padding: 0;
}
.cid-tl2zgS7xmF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tl2zgS7xmF .dropdown-item:hover,
.cid-tl2zgS7xmF .dropdown-item:focus {
  background: #010320 !important;
  color: white !important;
}
.cid-tl2zgS7xmF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tl2zgS7xmF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tl2zgS7xmF .nav-link {
  position: relative;
}
.cid-tl2zgS7xmF .container {
  display: flex;
  margin: auto;
}
.cid-tl2zgS7xmF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tl2zgS7xmF .navbar-caption {
  padding-right: 4rem;
}
.cid-tl2zgS7xmF .dropdown-menu,
.cid-tl2zgS7xmF .navbar.opened {
  background: #fafafa !important;
}
.cid-tl2zgS7xmF .nav-item:focus,
.cid-tl2zgS7xmF .nav-link:focus {
  outline: none;
}
.cid-tl2zgS7xmF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tl2zgS7xmF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tl2zgS7xmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tl2zgS7xmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tl2zgS7xmF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tl2zgS7xmF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tl2zgS7xmF .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #fafafa;
}
.cid-tl2zgS7xmF .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tl2zgS7xmF .navbar.opened {
  transition: all .3s;
}
.cid-tl2zgS7xmF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tl2zgS7xmF .navbar .navbar-logo img {
  width: auto;
}
.cid-tl2zgS7xmF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tl2zgS7xmF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tl2zgS7xmF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tl2zgS7xmF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tl2zgS7xmF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tl2zgS7xmF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tl2zgS7xmF .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: 55%;
}
.cid-tl2zgS7xmF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tl2zgS7xmF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tl2zgS7xmF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tl2zgS7xmF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tl2zgS7xmF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tl2zgS7xmF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tl2zgS7xmF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tl2zgS7xmF .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: 55%;
  }
  .cid-tl2zgS7xmF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tl2zgS7xmF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tl2zgS7xmF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tl2zgS7xmF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tl2zgS7xmF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tl2zgS7xmF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tl2zgS7xmF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tl2zgS7xmF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tl2zgS7xmF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tl2zgS7xmF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tl2zgS7xmF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tl2zgS7xmF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tl2zgS7xmF .dropdown-item.active,
.cid-tl2zgS7xmF .dropdown-item:active {
  background-color: transparent;
}
.cid-tl2zgS7xmF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tl2zgS7xmF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tl2zgS7xmF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tl2zgS7xmF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tl2zgS7xmF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tl2zgS7xmF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tl2zgS7xmF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tl2zgS7xmF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tl2zgS7xmF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tl2zgS7xmF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tl2zgS7xmF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tl2zgS7xmF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tl2zgS7xmF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tl2zgS7xmF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tl2zgS7xmF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tl2zgS7xmF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tl2zgS7xmF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tl2zgS7xmF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tl2zgS7xmF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tl2zgS7xmF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tl2zgS7xmF .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-tl2zgS7xmF .navbar {
    height: 77px;
  }
  .cid-tl2zgS7xmF .navbar.opened {
    height: auto;
  }
  .cid-tl2zgS7xmF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tl2zgSsf2q {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tl2zgSsf2q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tl2zgSsf2q .row {
  flex-direction: row-reverse;
}
.cid-tl2zgSsf2q img {
  width: 100%;
}
.cid-tl2zgSGVsv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tl2zgSGVsv .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tl2zgSGVsv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tl2zgSGVsv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tl2zgSGVsv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tl2zgSGVsv .mbr-text {
  color: #000000;
}
.cid-tl2zgSXVXC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tl2zgSXVXC h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tl2zgSXVXC .container {
    position: relative;
  }
  .cid-tl2zgSXVXC .row {
    margin: 0;
  }
  .cid-tl2zgSXVXC h2 {
    margin: 0;
  }
}
.cid-tl2zgSXVXC .mbr-section-subtitle {
  color: #e9204f;
}
.cid-tl2zgSXVXC .mbr-text {
  margin-top: 1.4rem;
}
.cid-tl2zgSXVXC h2 {
  color: #000000;
}
.cid-tl2zgTgTtX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tl2zgTgTtX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tl2zgTgTtX .row {
  flex-direction: row-reverse;
}
.cid-tl2zgTgTtX img {
  width: 100%;
}
.cid-tl2EMhGNZx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tl2EMhGNZx .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tl2EMhGNZx .col-lg-4,
.cid-tl2EMhGNZx .col-12 {
  padding: 0 2rem;
}
.cid-tl2EMhGNZx .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tl2EMhGNZx .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tl2EMhGNZx .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tl2EMhGNZx .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tl2EMhGNZx .card-title,
.cid-tl2EMhGNZx .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-tl2EMhGNZx .card-text {
  color: #2d3346;
  text-align: center;
}
.cid-tl2EMhGNZx .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tl2EMhGNZx .mbr-section-title {
  color: #36187d;
}
.cid-tl2zgTvzic {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-tl2zgTvzic .video-wrapper iframe {
  width: 100%;
}
.cid-tl2zgTvzic .mbr-section-title,
.cid-tl2zgTvzic .mbr-section-subtitle,
.cid-tl2zgTvzic .mbr-text {
  text-align: center;
}
.cid-tl2zgTvzic .mbr-section-title {
  color: #000000;
}
.cid-tl2zgTvzic .mbr-section-subtitle {
  color: #000000;
}
.cid-tl2zgTQyvL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tl2zgTQyvL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tl2zgTQyvL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tl2zgTQyvL .row {
    text-align: center;
  }
  .cid-tl2zgTQyvL .row > div {
    margin: auto;
  }
  .cid-tl2zgTQyvL .social-row {
    justify-content: center;
  }
}
.cid-tl2zgTQyvL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tl2zgTQyvL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tl2zgTQyvL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tl2zgTQyvL .list {
    margin-bottom: 0rem;
  }
}
.cid-tl2zgTQyvL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tl2zgTQyvL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tl2zgTQyvL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tl2zgTQyvL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tl2zgTQyvL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
